commit e3509de2356327042f650132525eb64be409e86c Author: hello8693 <1320998105@qq.com> Date: Wed Jan 15 21:47:28 2025 +0800 初始化项目结构,添加基本配置和文件 diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ecea360 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +[*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,vue}] +charset = utf-8 +indent_size = 2 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/.eslintrc-auto-import.json b/.eslintrc-auto-import.json new file mode 100644 index 0000000..aa088c0 --- /dev/null +++ b/.eslintrc-auto-import.json @@ -0,0 +1,76 @@ +{ + "globals": { + "Component": true, + "ComponentPublicInstance": true, + "ComputedRef": true, + "DirectiveBinding": true, + "EffectScope": true, + "ExtractDefaultPropTypes": true, + "ExtractPropTypes": true, + "ExtractPublicPropTypes": true, + "InjectionKey": true, + "MaybeRef": true, + "MaybeRefOrGetter": true, + "PropType": true, + "Ref": true, + "VNode": true, + "WritableComputedRef": true, + "computed": true, + "createApp": true, + "customRef": true, + "defineAsyncComponent": true, + "defineComponent": true, + "effectScope": true, + "getCurrentInstance": true, + "getCurrentScope": true, + "h": true, + "inject": true, + "isProxy": true, + "isReactive": true, + "isReadonly": true, + "isRef": true, + "markRaw": true, + "nextTick": true, + "onActivated": true, + "onBeforeMount": true, + "onBeforeUnmount": true, + "onBeforeUpdate": true, + "onDeactivated": true, + "onErrorCaptured": true, + "onMounted": true, + "onRenderTracked": true, + "onRenderTriggered": true, + "onScopeDispose": true, + "onServerPrefetch": true, + "onUnmounted": true, + "onUpdated": true, + "onWatcherCleanup": true, + "provide": true, + "reactive": true, + "readonly": true, + "ref": true, + "resolveComponent": true, + "shallowReactive": true, + "shallowReadonly": true, + "shallowRef": true, + "toRaw": true, + "toRef": true, + "toRefs": true, + "toValue": true, + "triggerRef": true, + "unref": true, + "useAttrs": true, + "useCssModule": true, + "useCssVars": true, + "useId": true, + "useModel": true, + "useRoute": true, + "useRouter": true, + "useSlots": true, + "useTemplateRef": true, + "watch": true, + "watchEffect": true, + "watchPostEffect": true, + "watchSyncEffect": true + } +} diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8ee54e8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +.DS_Store +dist +dist-ssr +coverage +*.local + +/cypress/videos/ +/cypress/screenshots/ + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? + +*.tsbuildinfo diff --git a/.prettierrc.json b/.prettierrc.json new file mode 100644 index 0000000..17a23d0 --- /dev/null +++ b/.prettierrc.json @@ -0,0 +1,7 @@ + +{ + "$schema": "https://json.schemastore.org/prettierrc", + "semi": false, + "singleQuote": true, + "printWidth": 100 +} diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..c92168f --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,8 @@ +{ + "recommendations": [ + "Vue.volar", + "dbaeumer.vscode-eslint", + "EditorConfig.EditorConfig", + "esbenp.prettier-vscode" + ] +} diff --git a/README.md b/README.md new file mode 100644 index 0000000..34c0985 --- /dev/null +++ b/README.md @@ -0,0 +1,39 @@ +# examaware-for-web + +This template should help get you started developing with Vue 3 in Vite. + +## Recommended IDE Setup + +[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). + +## Type Support for `.vue` Imports in TS + +TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types. + +## Customize configuration + +See [Vite Configuration Reference](https://vite.dev/config/). + +## Project Setup + +```sh +pnpm install +``` + +### Compile and Hot-Reload for Development + +```sh +pnpm dev +``` + +### Type-Check, Compile and Minify for Production + +```sh +pnpm build +``` + +### Lint with [ESLint](https://eslint.org/) + +```sh +pnpm lint +``` diff --git a/android/.gitignore b/android/.gitignore new file mode 100644 index 0000000..48354a3 --- /dev/null +++ b/android/.gitignore @@ -0,0 +1,101 @@ +# Using Android gitignore template: https://github.com/github/gitignore/blob/HEAD/Android.gitignore + +# Built application files +*.apk +*.aar +*.ap_ +*.aab + +# Files for the ART/Dalvik VM +*.dex + +# Java class files +*.class + +# Generated files +bin/ +gen/ +out/ +# Uncomment the following line in case you need and you don't have the release build type files in your app +# release/ + +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Proguard folder generated by Eclipse +proguard/ + +# Log Files +*.log + +# Android Studio Navigation editor temp files +.navigation/ + +# Android Studio captures folder +captures/ + +# IntelliJ +*.iml +.idea/workspace.xml +.idea/tasks.xml +.idea/gradle.xml +.idea/assetWizardSettings.xml +.idea/dictionaries +.idea/libraries +# Android Studio 3 in .gitignore file. +.idea/caches +.idea/modules.xml +# Comment next line if keeping position of elements in Navigation Editor is relevant for you +.idea/navEditor.xml + +# Keystore files +# Uncomment the following lines if you do not want to check your keystore files in. +#*.jks +#*.keystore + +# External native build folder generated in Android Studio 2.2 and later +.externalNativeBuild +.cxx/ + +# Google Services (e.g. APIs or Firebase) +# google-services.json + +# Freeline +freeline.py +freeline/ +freeline_project_description.json + +# fastlane +fastlane/report.xml +fastlane/Preview.html +fastlane/screenshots +fastlane/test_output +fastlane/readme.md + +# Version control +vcs.xml + +# lint +lint/intermediates/ +lint/generated/ +lint/outputs/ +lint/tmp/ +# lint/reports/ + +# Android Profiling +*.hprof + +# Cordova plugins for Capacitor +capacitor-cordova-android-plugins + +# Copied web assets +app/src/main/assets/public + +# Generated Config files +app/src/main/assets/capacitor.config.json +app/src/main/assets/capacitor.plugins.json +app/src/main/res/xml/config.xml diff --git a/android/app/.gitignore b/android/app/.gitignore new file mode 100644 index 0000000..043df80 --- /dev/null +++ b/android/app/.gitignore @@ -0,0 +1,2 @@ +/build/* +!/build/.npmkeep diff --git a/android/app/build.gradle b/android/app/build.gradle new file mode 100644 index 0000000..a13bfad --- /dev/null +++ b/android/app/build.gradle @@ -0,0 +1,54 @@ +apply plugin: 'com.android.application' + +android { + namespace "org.dsz.examaware" + compileSdk rootProject.ext.compileSdkVersion + defaultConfig { + applicationId "org.dsz.examaware" + minSdkVersion rootProject.ext.minSdkVersion + targetSdkVersion rootProject.ext.targetSdkVersion + versionCode 1 + versionName "1.0" + testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" + aaptOptions { + // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. + // Default: https://android.googlesource.com/platform/frameworks/base/+/282e181b58cf72b6ca770dc7ca5f91f135444502/tools/aapt/AaptAssets.cpp#61 + ignoreAssetsPattern '!.svn:!.git:!.ds_store:!*.scc:.*:!CVS:!thumbs.db:!picasa.ini:!*~' + } + } + buildTypes { + release { + minifyEnabled false + proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' + } + } +} + +repositories { + flatDir{ + dirs '../capacitor-cordova-android-plugins/src/main/libs', 'libs' + } +} + +dependencies { + implementation fileTree(include: ['*.jar'], dir: 'libs') + implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion" + implementation "androidx.coordinatorlayout:coordinatorlayout:$androidxCoordinatorLayoutVersion" + implementation "androidx.core:core-splashscreen:$coreSplashScreenVersion" + implementation project(':capacitor-android') + testImplementation "junit:junit:$junitVersion" + androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion" + androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion" + implementation project(':capacitor-cordova-android-plugins') +} + +apply from: 'capacitor.build.gradle' + +try { + def servicesJSON = file('google-services.json') + if (servicesJSON.text) { + apply plugin: 'com.google.gms.google-services' + } +} catch(Exception e) { + logger.info("google-services.json not found, google-services plugin not applied. Push Notifications won't work") +} diff --git a/android/app/capacitor.build.gradle b/android/app/capacitor.build.gradle new file mode 100644 index 0000000..fdb4970 --- /dev/null +++ b/android/app/capacitor.build.gradle @@ -0,0 +1,19 @@ +// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN + +android { + compileOptions { + sourceCompatibility JavaVersion.VERSION_17 + targetCompatibility JavaVersion.VERSION_17 + } +} + +apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle" +dependencies { + + +} + + +if (hasProperty('postBuildExtras')) { + postBuildExtras() +} diff --git a/android/app/proguard-rules.pro b/android/app/proguard-rules.pro new file mode 100644 index 0000000..f1b4245 --- /dev/null +++ b/android/app/proguard-rules.pro @@ -0,0 +1,21 @@ +# Add project specific ProGuard rules here. +# You can control the set of applied configuration files using the +# proguardFiles setting in build.gradle. +# +# For more details, see +# http://developer.android.com/guide/developing/tools/proguard.html + +# If your project uses WebView with JS, uncomment the following +# and specify the fully qualified class name to the JavaScript interface +# class: +#-keepclassmembers class fqcn.of.javascript.interface.for.webview { +# public *; +#} + +# Uncomment this to preserve the line number information for +# debugging stack traces. +#-keepattributes SourceFile,LineNumberTable + +# If you keep the line number information, uncomment this to +# hide the original source file name. +#-renamesourcefileattribute SourceFile diff --git a/android/app/src/androidTest/java/com/getcapacitor/myapp/ExampleInstrumentedTest.java b/android/app/src/androidTest/java/com/getcapacitor/myapp/ExampleInstrumentedTest.java new file mode 100644 index 0000000..f2c2217 --- /dev/null +++ b/android/app/src/androidTest/java/com/getcapacitor/myapp/ExampleInstrumentedTest.java @@ -0,0 +1,26 @@ +package com.getcapacitor.myapp; + +import static org.junit.Assert.*; + +import android.content.Context; +import androidx.test.ext.junit.runners.AndroidJUnit4; +import androidx.test.platform.app.InstrumentationRegistry; +import org.junit.Test; +import org.junit.runner.RunWith; + +/** + * Instrumented test, which will execute on an Android device. + * + * @see Testing documentation + */ +@RunWith(AndroidJUnit4.class) +public class ExampleInstrumentedTest { + + @Test + public void useAppContext() throws Exception { + // Context of the app under test. + Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext(); + + assertEquals("com.getcapacitor.app", appContext.getPackageName()); + } +} diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml new file mode 100644 index 0000000..4d7ca38 --- /dev/null +++ b/android/app/src/main/AndroidManifest.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/ic_launcher-playstore.png b/android/app/src/main/ic_launcher-playstore.png new file mode 100644 index 0000000..89544d5 Binary files /dev/null and b/android/app/src/main/ic_launcher-playstore.png differ diff --git a/android/app/src/main/java/org/dsz/examaware/MainActivity.java b/android/app/src/main/java/org/dsz/examaware/MainActivity.java new file mode 100644 index 0000000..5c9b9f4 --- /dev/null +++ b/android/app/src/main/java/org/dsz/examaware/MainActivity.java @@ -0,0 +1,5 @@ +package org.dsz.examaware; + +import com.getcapacitor.BridgeActivity; + +public class MainActivity extends BridgeActivity {} diff --git a/android/app/src/main/res/drawable-land-hdpi/splash.png b/android/app/src/main/res/drawable-land-hdpi/splash.png new file mode 100644 index 0000000..e31573b Binary files /dev/null and b/android/app/src/main/res/drawable-land-hdpi/splash.png differ diff --git a/android/app/src/main/res/drawable-land-mdpi/splash.png b/android/app/src/main/res/drawable-land-mdpi/splash.png new file mode 100644 index 0000000..f7a6492 Binary files /dev/null and b/android/app/src/main/res/drawable-land-mdpi/splash.png differ diff --git a/android/app/src/main/res/drawable-land-xhdpi/splash.png b/android/app/src/main/res/drawable-land-xhdpi/splash.png new file mode 100644 index 0000000..8077255 Binary files /dev/null and b/android/app/src/main/res/drawable-land-xhdpi/splash.png differ diff --git a/android/app/src/main/res/drawable-land-xxhdpi/splash.png b/android/app/src/main/res/drawable-land-xxhdpi/splash.png new file mode 100644 index 0000000..14c6c8f Binary files /dev/null and b/android/app/src/main/res/drawable-land-xxhdpi/splash.png differ diff --git a/android/app/src/main/res/drawable-land-xxxhdpi/splash.png b/android/app/src/main/res/drawable-land-xxxhdpi/splash.png new file mode 100644 index 0000000..244ca25 Binary files /dev/null and b/android/app/src/main/res/drawable-land-xxxhdpi/splash.png differ diff --git a/android/app/src/main/res/drawable-port-hdpi/splash.png b/android/app/src/main/res/drawable-port-hdpi/splash.png new file mode 100644 index 0000000..74faaa5 Binary files /dev/null and b/android/app/src/main/res/drawable-port-hdpi/splash.png differ diff --git a/android/app/src/main/res/drawable-port-mdpi/splash.png b/android/app/src/main/res/drawable-port-mdpi/splash.png new file mode 100644 index 0000000..e944f4a Binary files /dev/null and b/android/app/src/main/res/drawable-port-mdpi/splash.png differ diff --git a/android/app/src/main/res/drawable-port-xhdpi/splash.png b/android/app/src/main/res/drawable-port-xhdpi/splash.png new file mode 100644 index 0000000..564a82f Binary files /dev/null and b/android/app/src/main/res/drawable-port-xhdpi/splash.png differ diff --git a/android/app/src/main/res/drawable-port-xxhdpi/splash.png b/android/app/src/main/res/drawable-port-xxhdpi/splash.png new file mode 100644 index 0000000..bfabe68 Binary files /dev/null and b/android/app/src/main/res/drawable-port-xxhdpi/splash.png differ diff --git a/android/app/src/main/res/drawable-port-xxxhdpi/splash.png b/android/app/src/main/res/drawable-port-xxxhdpi/splash.png new file mode 100644 index 0000000..6929071 Binary files /dev/null and b/android/app/src/main/res/drawable-port-xxxhdpi/splash.png differ diff --git a/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml new file mode 100644 index 0000000..c7bd21d --- /dev/null +++ b/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + diff --git a/android/app/src/main/res/drawable/ic_launcher_background.xml b/android/app/src/main/res/drawable/ic_launcher_background.xml new file mode 100644 index 0000000..d5fccc5 --- /dev/null +++ b/android/app/src/main/res/drawable/ic_launcher_background.xml @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/main/res/drawable/splash.png b/android/app/src/main/res/drawable/splash.png new file mode 100644 index 0000000..f7a6492 Binary files /dev/null and b/android/app/src/main/res/drawable/splash.png differ diff --git a/android/app/src/main/res/layout/activity_main.xml b/android/app/src/main/res/layout/activity_main.xml new file mode 100644 index 0000000..b5ad138 --- /dev/null +++ b/android/app/src/main/res/layout/activity_main.xml @@ -0,0 +1,12 @@ + + + + + diff --git a/android/app/src/main/res/mipmap-anydpi-v26/ic_banner.xml b/android/app/src/main/res/mipmap-anydpi-v26/ic_banner.xml new file mode 100644 index 0000000..cf3108b --- /dev/null +++ b/android/app/src/main/res/mipmap-anydpi-v26/ic_banner.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 0000000..036d09b --- /dev/null +++ b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 0000000..036d09b --- /dev/null +++ b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp b/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp new file mode 100644 index 0000000..61a8f40 Binary files /dev/null and b/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp differ diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp b/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp new file mode 100644 index 0000000..90e46be Binary files /dev/null and b/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp differ diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp new file mode 100644 index 0000000..c1ee198 Binary files /dev/null and b/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp differ diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp b/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp new file mode 100644 index 0000000..6867c05 Binary files /dev/null and b/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp differ diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp b/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp new file mode 100644 index 0000000..2b9fa58 Binary files /dev/null and b/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp differ diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp new file mode 100644 index 0000000..0106095 Binary files /dev/null and b/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp differ diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_banner.png b/android/app/src/main/res/mipmap-xhdpi/ic_banner.png new file mode 100644 index 0000000..8e87ab2 Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/ic_banner.png differ diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_banner_foreground.png b/android/app/src/main/res/mipmap-xhdpi/ic_banner_foreground.png new file mode 100644 index 0000000..4b2f80a Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/ic_banner_foreground.png differ diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp new file mode 100644 index 0000000..2fef04f Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp differ diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp new file mode 100644 index 0000000..5c8a620 Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp differ diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp new file mode 100644 index 0000000..8fe598d Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp differ diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp new file mode 100644 index 0000000..fd8b37d Binary files /dev/null and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp differ diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp new file mode 100644 index 0000000..1051217 Binary files /dev/null and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp differ diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp new file mode 100644 index 0000000..71f0a01 Binary files /dev/null and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp differ diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp new file mode 100644 index 0000000..26abd5d Binary files /dev/null and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp differ diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp new file mode 100644 index 0000000..ce405c7 Binary files /dev/null and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp differ diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp new file mode 100644 index 0000000..6d7f9f8 Binary files /dev/null and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp differ diff --git a/android/app/src/main/res/values/ic_banner_background.xml b/android/app/src/main/res/values/ic_banner_background.xml new file mode 100644 index 0000000..73e36fb --- /dev/null +++ b/android/app/src/main/res/values/ic_banner_background.xml @@ -0,0 +1,4 @@ + + + #393939 + \ No newline at end of file diff --git a/android/app/src/main/res/values/ic_launcher_background.xml b/android/app/src/main/res/values/ic_launcher_background.xml new file mode 100644 index 0000000..510cb8b --- /dev/null +++ b/android/app/src/main/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #393939 + \ No newline at end of file diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml new file mode 100644 index 0000000..64606ab --- /dev/null +++ b/android/app/src/main/res/values/strings.xml @@ -0,0 +1,7 @@ + + + DSZ ExamAware + ExamAware + org.dsz.examaware + org.dsz.examaware + diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml new file mode 100644 index 0000000..be874e5 --- /dev/null +++ b/android/app/src/main/res/values/styles.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/android/app/src/main/res/xml/file_paths.xml b/android/app/src/main/res/xml/file_paths.xml new file mode 100644 index 0000000..bd0c4d8 --- /dev/null +++ b/android/app/src/main/res/xml/file_paths.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/android/app/src/test/java/com/getcapacitor/myapp/ExampleUnitTest.java b/android/app/src/test/java/com/getcapacitor/myapp/ExampleUnitTest.java new file mode 100644 index 0000000..0297327 --- /dev/null +++ b/android/app/src/test/java/com/getcapacitor/myapp/ExampleUnitTest.java @@ -0,0 +1,18 @@ +package com.getcapacitor.myapp; + +import static org.junit.Assert.*; + +import org.junit.Test; + +/** + * Example local unit test, which will execute on the development machine (host). + * + * @see Testing documentation + */ +public class ExampleUnitTest { + + @Test + public void addition_isCorrect() throws Exception { + assertEquals(4, 2 + 2); + } +} diff --git a/android/build.gradle b/android/build.gradle new file mode 100644 index 0000000..dda22dd --- /dev/null +++ b/android/build.gradle @@ -0,0 +1,29 @@ +// Top-level build file where you can add configuration options common to all sub-projects/modules. + +buildscript { + + repositories { + google() + mavenCentral() + } + dependencies { + classpath 'com.android.tools.build:gradle:8.5.1' + classpath 'com.google.gms:google-services:4.4.0' + + // NOTE: Do not place your application dependencies here; they belong + // in the individual module build.gradle files + } +} + +apply from: "variables.gradle" + +allprojects { + repositories { + google() + mavenCentral() + } +} + +task clean(type: Delete) { + delete rootProject.buildDir +} diff --git a/android/capacitor.settings.gradle b/android/capacitor.settings.gradle new file mode 100644 index 0000000..d1861e1 --- /dev/null +++ b/android/capacitor.settings.gradle @@ -0,0 +1,3 @@ +// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN +include ':capacitor-android' +project(':capacitor-android').projectDir = new File('../node_modules/.pnpm/@capacitor+android@6.2.0_@capacitor+core@6.2.0/node_modules/@capacitor/android/capacitor') diff --git a/android/gradle.properties b/android/gradle.properties new file mode 100644 index 0000000..2e87c52 --- /dev/null +++ b/android/gradle.properties @@ -0,0 +1,22 @@ +# Project-wide Gradle settings. + +# IDE (e.g. Android Studio) users: +# Gradle settings configured through the IDE *will override* +# any settings specified in this file. + +# For more details on how to configure your build environment visit +# http://www.gradle.org/docs/current/userguide/build_environment.html + +# Specifies the JVM arguments used for the daemon process. +# The setting is particularly useful for tweaking memory settings. +org.gradle.jvmargs=-Xmx1536m + +# When configured, Gradle will run in incubating parallel mode. +# This option should only be used with decoupled projects. More details, visit +# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects +# org.gradle.parallel=true + +# AndroidX package structure to make it clearer which packages are bundled with the +# Android operating system, and which are packaged with your app's APK +# https://developer.android.com/topic/libraries/support-library/androidx-rn +android.useAndroidX=true diff --git a/android/gradle/wrapper/gradle-wrapper.jar b/android/gradle/wrapper/gradle-wrapper.jar new file mode 100644 index 0000000..033e24c Binary files /dev/null and b/android/gradle/wrapper/gradle-wrapper.jar differ diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties new file mode 100644 index 0000000..e7646de --- /dev/null +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,7 @@ +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +networkTimeout=10000 +validateDistributionUrl=true +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists diff --git a/android/gradlew b/android/gradlew new file mode 100755 index 0000000..fcb6fca --- /dev/null +++ b/android/gradlew @@ -0,0 +1,248 @@ +#!/bin/sh + +# +# Copyright © 2015-2021 the original authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +############################################################################## +# +# Gradle start up script for POSIX generated by Gradle. +# +# Important for running: +# +# (1) You need a POSIX-compliant shell to run this script. If your /bin/sh is +# noncompliant, but you have some other compliant shell such as ksh or +# bash, then to run this script, type that shell name before the whole +# command line, like: +# +# ksh Gradle +# +# Busybox and similar reduced shells will NOT work, because this script +# requires all of these POSIX shell features: +# * functions; +# * expansions «$var», «${var}», «${var:-default}», «${var+SET}», +# «${var#prefix}», «${var%suffix}», and «$( cmd )»; +# * compound commands having a testable exit status, especially «case»; +# * various built-in commands including «command», «set», and «ulimit». +# +# Important for patching: +# +# (2) This script targets any POSIX shell, so it avoids extensions provided +# by Bash, Ksh, etc; in particular arrays are avoided. +# +# The "traditional" practice of packing multiple parameters into a +# space-separated string is a well documented source of bugs and security +# problems, so this is (mostly) avoided, by progressively accumulating +# options in "$@", and eventually passing that to Java. +# +# Where the inherited environment variables (DEFAULT_JVM_OPTS, JAVA_OPTS, +# and GRADLE_OPTS) rely on word-splitting, this is performed explicitly; +# see the in-line comments for details. +# +# There are tweaks for specific operating systems such as AIX, CygWin, +# Darwin, MinGW, and NonStop. +# +# (3) This script is generated from the Groovy template +# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# within the Gradle project. +# +# You can find Gradle at https://github.com/gradle/gradle/. +# +############################################################################## + +# Attempt to set APP_HOME + +# Resolve links: $0 may be a link +app_path=$0 + +# Need this for daisy-chained symlinks. +while + APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path + [ -h "$app_path" ] +do + ls=$( ls -ld "$app_path" ) + link=${ls#*' -> '} + case $link in #( + /*) app_path=$link ;; #( + *) app_path=$APP_HOME$link ;; + esac +done + +# This is normally unused +# shellcheck disable=SC2034 +APP_BASE_NAME=${0##*/} +APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit + +# Use the maximum available, or set MAX_FD != -1 to use that value. +MAX_FD=maximum + +warn () { + echo "$*" +} >&2 + +die () { + echo + echo "$*" + echo + exit 1 +} >&2 + +# OS specific support (must be 'true' or 'false'). +cygwin=false +msys=false +darwin=false +nonstop=false +case "$( uname )" in #( + CYGWIN* ) cygwin=true ;; #( + Darwin* ) darwin=true ;; #( + MSYS* | MINGW* ) msys=true ;; #( + NONSTOP* ) nonstop=true ;; +esac + +CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar + + +# Determine the Java command to use to start the JVM. +if [ -n "$JAVA_HOME" ] ; then + if [ -x "$JAVA_HOME/jre/sh/java" ] ; then + # IBM's JDK on AIX uses strange locations for the executables + JAVACMD=$JAVA_HOME/jre/sh/java + else + JAVACMD=$JAVA_HOME/bin/java + fi + if [ ! -x "$JAVACMD" ] ; then + die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." + fi +else + JAVACMD=java + if ! command -v java >/dev/null 2>&1 + then + die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." + fi +fi + +# Increase the maximum file descriptors if we can. +if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then + case $MAX_FD in #( + max*) + # In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked. + # shellcheck disable=SC3045 + MAX_FD=$( ulimit -H -n ) || + warn "Could not query maximum file descriptor limit" + esac + case $MAX_FD in #( + '' | soft) :;; #( + *) + # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked. + # shellcheck disable=SC3045 + ulimit -n "$MAX_FD" || + warn "Could not set maximum file descriptor limit to $MAX_FD" + esac +fi + +# Collect all arguments for the java command, stacking in reverse order: +# * args from the command line +# * the main class name +# * -classpath +# * -D...appname settings +# * --module-path (only if needed) +# * DEFAULT_JVM_OPTS, JAVA_OPTS, and GRADLE_OPTS environment variables. + +# For Cygwin or MSYS, switch paths to Windows format before running java +if "$cygwin" || "$msys" ; then + APP_HOME=$( cygpath --path --mixed "$APP_HOME" ) + CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" ) + + JAVACMD=$( cygpath --unix "$JAVACMD" ) + + # Now convert the arguments - kludge to limit ourselves to /bin/sh + for arg do + if + case $arg in #( + -*) false ;; # don't mess with options #( + /?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath + [ -e "$t" ] ;; #( + *) false ;; + esac + then + arg=$( cygpath --path --ignore --mixed "$arg" ) + fi + # Roll the args list around exactly as many times as the number of + # args, so each arg winds up back in the position where it started, but + # possibly modified. + # + # NB: a `for` loop captures its iteration list before it begins, so + # changing the positional parameters here affects neither the number of + # iterations, nor the values presented in `arg`. + shift # remove old arg + set -- "$@" "$arg" # push replacement arg + done +fi + + +# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' + +# Collect all arguments for the java command; +# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of +# shell script including quotes and variable substitutions, so put them in +# double quotes to make sure that they get re-expanded; and +# * put everything else in single quotes, so that it's not re-expanded. + +set -- \ + "-Dorg.gradle.appname=$APP_BASE_NAME" \ + -classpath "$CLASSPATH" \ + org.gradle.wrapper.GradleWrapperMain \ + "$@" + +# Stop when "xargs" is not available. +if ! command -v xargs >/dev/null 2>&1 +then + die "xargs is not available" +fi + +# Use "xargs" to parse quoted args. +# +# With -n1 it outputs one arg per line, with the quotes and backslashes removed. +# +# In Bash we could simply go: +# +# readarray ARGS < <( xargs -n1 <<<"$var" ) && +# set -- "${ARGS[@]}" "$@" +# +# but POSIX shell has neither arrays nor command substitution, so instead we +# post-process each arg (as a line of input to sed) to backslash-escape any +# character that might be a shell metacharacter, then use eval to reverse +# that process (while maintaining the separation between arguments), and wrap +# the whole thing up as a single "set" statement. +# +# This will of course break if any of these variables contains a newline or +# an unmatched quote. +# + +eval "set -- $( + printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" | + xargs -n1 | + sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' | + tr '\n' ' ' + )" '"$@"' + +exec "$JAVACMD" "$@" diff --git a/android/gradlew.bat b/android/gradlew.bat new file mode 100644 index 0000000..93e3f59 --- /dev/null +++ b/android/gradlew.bat @@ -0,0 +1,92 @@ +@rem +@rem Copyright 2015 the original author or authors. +@rem +@rem Licensed under the Apache License, Version 2.0 (the "License"); +@rem you may not use this file except in compliance with the License. +@rem You may obtain a copy of the License at +@rem +@rem https://www.apache.org/licenses/LICENSE-2.0 +@rem +@rem Unless required by applicable law or agreed to in writing, software +@rem distributed under the License is distributed on an "AS IS" BASIS, +@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@rem See the License for the specific language governing permissions and +@rem limitations under the License. +@rem + +@if "%DEBUG%"=="" @echo off +@rem ########################################################################## +@rem +@rem Gradle startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%"=="" set DIRNAME=. +@rem This is normally unused +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + +@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" + +@rem Find java.exe +if defined JAVA_HOME goto findJavaFromJavaHome + +set JAVA_EXE=java.exe +%JAVA_EXE% -version >NUL 2>&1 +if %ERRORLEVEL% equ 0 goto execute + +echo. +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:findJavaFromJavaHome +set JAVA_HOME=%JAVA_HOME:"=% +set JAVA_EXE=%JAVA_HOME%/bin/java.exe + +if exist "%JAVA_EXE%" goto execute + +echo. +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:execute +@rem Setup the command line + +set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar + + +@rem Execute Gradle +"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %* + +:end +@rem End local scope for the variables with windows NT shell +if %ERRORLEVEL% equ 0 goto mainEnd + +:fail +rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of +rem the _cmd.exe /c_ return code! +set EXIT_CODE=%ERRORLEVEL% +if %EXIT_CODE% equ 0 set EXIT_CODE=1 +if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE% +exit /b %EXIT_CODE% + +:mainEnd +if "%OS%"=="Windows_NT" endlocal + +:omega diff --git a/android/settings.gradle b/android/settings.gradle new file mode 100644 index 0000000..3b4431d --- /dev/null +++ b/android/settings.gradle @@ -0,0 +1,5 @@ +include ':app' +include ':capacitor-cordova-android-plugins' +project(':capacitor-cordova-android-plugins').projectDir = new File('./capacitor-cordova-android-plugins/') + +apply from: 'capacitor.settings.gradle' \ No newline at end of file diff --git a/android/variables.gradle b/android/variables.gradle new file mode 100644 index 0000000..8ef305d --- /dev/null +++ b/android/variables.gradle @@ -0,0 +1,16 @@ +ext { + minSdkVersion = 22 + compileSdkVersion = 34 + targetSdkVersion = 34 + androidxActivityVersion = '1.8.0' + androidxAppCompatVersion = '1.6.1' + androidxCoordinatorLayoutVersion = '1.2.0' + androidxCoreVersion = '1.12.0' + androidxFragmentVersion = '1.6.2' + coreSplashScreenVersion = '1.0.1' + androidxWebkitVersion = '1.9.0' + junitVersion = '4.13.2' + androidxJunitVersion = '1.1.5' + androidxEspressoCoreVersion = '3.5.1' + cordovaAndroidVersion = '10.1.1' +} \ No newline at end of file diff --git a/capacitor.config.ts b/capacitor.config.ts new file mode 100644 index 0000000..bede5b0 --- /dev/null +++ b/capacitor.config.ts @@ -0,0 +1,9 @@ +import type { CapacitorConfig } from '@capacitor/cli' + +const config: CapacitorConfig = { + appId: 'org.dsz.examaware', + appName: 'DSZ ExamAware', + webDir: 'dist', +} + +export default config diff --git a/dist.zip b/dist.zip new file mode 100644 index 0000000..f7662f8 Binary files /dev/null and b/dist.zip differ diff --git a/env.d.ts b/env.d.ts new file mode 100644 index 0000000..11f02fe --- /dev/null +++ b/env.d.ts @@ -0,0 +1 @@ +/// diff --git a/eslint.config.js b/eslint.config.js new file mode 100644 index 0000000..ac26b13 --- /dev/null +++ b/eslint.config.js @@ -0,0 +1,21 @@ +import pluginVue from 'eslint-plugin-vue' +import vueTsEslintConfig from '@vue/eslint-config-typescript' +import oxlint from 'eslint-plugin-oxlint' +import skipFormatting from '@vue/eslint-config-prettier/skip-formatting' + +export default [ + { + name: 'app/files-to-lint', + files: ['**/*.{ts,mts,tsx,vue}'], + }, + + { + name: 'app/files-to-ignore', + ignores: ['**/dist/**', '**/dist-ssr/**', '**/coverage/**'], + }, + + ...pluginVue.configs['flat/essential'], + ...vueTsEslintConfig(), + oxlint.configs['flat/recommended'], + skipFormatting, +] diff --git a/index.html b/index.html new file mode 100644 index 0000000..898443b --- /dev/null +++ b/index.html @@ -0,0 +1,25 @@ + + + + + + + DSZ ExamAware Mobile + + + + +
+ + + diff --git a/ios/.gitignore b/ios/.gitignore new file mode 100644 index 0000000..f470299 --- /dev/null +++ b/ios/.gitignore @@ -0,0 +1,13 @@ +App/build +App/Pods +App/output +App/App/public +DerivedData +xcuserdata + +# Cordova plugins for Capacitor +capacitor-cordova-ios-plugins + +# Generated Config files +App/App/capacitor.config.json +App/App/config.xml diff --git a/ios/App/App.xcarchive/Info.plist b/ios/App/App.xcarchive/Info.plist new file mode 100644 index 0000000..e7bc748 --- /dev/null +++ b/ios/App/App.xcarchive/Info.plist @@ -0,0 +1,33 @@ + + + + + ApplicationProperties + + ApplicationPath + Applications/App.app + Architectures + + arm64 + + CFBundleIdentifier + org.dsz.examaware + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + SigningIdentity + Apple Development: quyilin1234@icloud.com (KB7AVA97RH) + Team + 2H3JBCD9K8 + + ArchiveVersion + 2 + CreationDate + 2025-01-15T04:04:51Z + Name + App + SchemeName + App + + diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/App b/ios/App/App.xcarchive/Products/Payload/App.app/App new file mode 100755 index 0000000..e06a966 Binary files /dev/null and b/ios/App/App.xcarchive/Products/Payload/App.app/App differ diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/AppIcon60x60@2x.png b/ios/App/App.xcarchive/Products/Payload/App.app/AppIcon60x60@2x.png new file mode 100644 index 0000000..f3cd879 Binary files /dev/null and b/ios/App/App.xcarchive/Products/Payload/App.app/AppIcon60x60@2x.png differ diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/AppIcon76x76@2x~ipad.png b/ios/App/App.xcarchive/Products/Payload/App.app/AppIcon76x76@2x~ipad.png new file mode 100644 index 0000000..150cc8f Binary files /dev/null and b/ios/App/App.xcarchive/Products/Payload/App.app/AppIcon76x76@2x~ipad.png differ diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/Assets.car b/ios/App/App.xcarchive/Products/Payload/App.app/Assets.car new file mode 100644 index 0000000..4716412 Binary files /dev/null and b/ios/App/App.xcarchive/Products/Payload/App.app/Assets.car differ diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-snD-IY-ifK.nib b/ios/App/App.xcarchive/Products/Payload/App.app/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-snD-IY-ifK.nib new file mode 100644 index 0000000..4762827 Binary files /dev/null and b/ios/App/App.xcarchive/Products/Payload/App.app/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-snD-IY-ifK.nib differ diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/Base.lproj/LaunchScreen.storyboardc/Info.plist b/ios/App/App.xcarchive/Products/Payload/App.app/Base.lproj/LaunchScreen.storyboardc/Info.plist new file mode 100644 index 0000000..32288e8 Binary files /dev/null and b/ios/App/App.xcarchive/Products/Payload/App.app/Base.lproj/LaunchScreen.storyboardc/Info.plist differ diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib b/ios/App/App.xcarchive/Products/Payload/App.app/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib new file mode 100644 index 0000000..64c0d88 Binary files /dev/null and b/ios/App/App.xcarchive/Products/Payload/App.app/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib differ diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/Base.lproj/Main.storyboardc/Info.plist b/ios/App/App.xcarchive/Products/Payload/App.app/Base.lproj/Main.storyboardc/Info.plist new file mode 100644 index 0000000..9a41f2c Binary files /dev/null and b/ios/App/App.xcarchive/Products/Payload/App.app/Base.lproj/Main.storyboardc/Info.plist differ diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib b/ios/App/App.xcarchive/Products/Payload/App.app/Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib new file mode 100644 index 0000000..00d28d1 Binary files /dev/null and b/ios/App/App.xcarchive/Products/Payload/App.app/Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib differ diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/Frameworks/Capacitor.framework/Capacitor b/ios/App/App.xcarchive/Products/Payload/App.app/Frameworks/Capacitor.framework/Capacitor new file mode 100755 index 0000000..5f3d880 Binary files /dev/null and b/ios/App/App.xcarchive/Products/Payload/App.app/Frameworks/Capacitor.framework/Capacitor differ diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/Frameworks/Capacitor.framework/Info.plist b/ios/App/App.xcarchive/Products/Payload/App.app/Frameworks/Capacitor.framework/Info.plist new file mode 100644 index 0000000..c52f587 Binary files /dev/null and b/ios/App/App.xcarchive/Products/Payload/App.app/Frameworks/Capacitor.framework/Info.plist differ diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/Frameworks/Capacitor.framework/PrivacyInfo.xcprivacy b/ios/App/App.xcarchive/Products/Payload/App.app/Frameworks/Capacitor.framework/PrivacyInfo.xcprivacy new file mode 100644 index 0000000..a1f9119 --- /dev/null +++ b/ios/App/App.xcarchive/Products/Payload/App.app/Frameworks/Capacitor.framework/PrivacyInfo.xcprivacy @@ -0,0 +1,14 @@ + + + + + NSPrivacyAccessedAPITypes + + NSPrivacyCollectedDataTypes + + NSPrivacyTrackingDomains + + NSPrivacyTracking + + + diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/Frameworks/Capacitor.framework/_CodeSignature/CodeResources b/ios/App/App.xcarchive/Products/Payload/App.app/Frameworks/Capacitor.framework/_CodeSignature/CodeResources new file mode 100644 index 0000000..9dae467 --- /dev/null +++ b/ios/App/App.xcarchive/Products/Payload/App.app/Frameworks/Capacitor.framework/_CodeSignature/CodeResources @@ -0,0 +1,124 @@ + + + + + files + + Info.plist + + Sq6HyyCONIcOvovrHLiz7rzrG34= + + PrivacyInfo.xcprivacy + + Eq4eiivdfFc9fjHGBSV6laZaNKI= + + native-bridge.js + + w/8uMHkm6KqYS4sjfayr0ss2POk= + + + files2 + + PrivacyInfo.xcprivacy + + hash2 + + G6yCf0myuKU1hJG5aYIDvxkXkabxujo6zjsShdUtLRc= + + + native-bridge.js + + hash2 + + xluJ2FwBDFdgDLanoC+KZcwl2tJTDf1IyMi3BrtWADQ= + + + + rules + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/Frameworks/Capacitor.framework/native-bridge.js b/ios/App/App.xcarchive/Products/Payload/App.app/Frameworks/Capacitor.framework/native-bridge.js new file mode 100644 index 0000000..17db853 --- /dev/null +++ b/ios/App/App.xcarchive/Products/Payload/App.app/Frameworks/Capacitor.framework/native-bridge.js @@ -0,0 +1,1025 @@ + +/*! Capacitor: https://capacitorjs.com/ - MIT License */ +/* Generated File. Do not edit. */ + +var nativeBridge = (function (exports) { + 'use strict'; + + var ExceptionCode; + (function (ExceptionCode) { + /** + * API is not implemented. + * + * This usually means the API can't be used because it is not implemented for + * the current platform. + */ + ExceptionCode["Unimplemented"] = "UNIMPLEMENTED"; + /** + * API is not available. + * + * This means the API can't be used right now because: + * - it is currently missing a prerequisite, such as network connectivity + * - it requires a particular platform or browser version + */ + ExceptionCode["Unavailable"] = "UNAVAILABLE"; + })(ExceptionCode || (ExceptionCode = {})); + class CapacitorException extends Error { + constructor(message, code, data) { + super(message); + this.message = message; + this.code = code; + this.data = data; + } + } + + // For removing exports for iOS/Android, keep let for reassignment + // eslint-disable-next-line + let dummy = {}; + const readFileAsBase64 = (file) => new Promise((resolve, reject) => { + const reader = new FileReader(); + reader.onloadend = () => { + const data = reader.result; + resolve(btoa(data)); + }; + reader.onerror = reject; + reader.readAsBinaryString(file); + }); + const convertFormData = async (formData) => { + const newFormData = []; + for (const pair of formData.entries()) { + const [key, value] = pair; + if (value instanceof File) { + const base64File = await readFileAsBase64(value); + newFormData.push({ + key, + value: base64File, + type: 'base64File', + contentType: value.type, + fileName: value.name, + }); + } + else { + newFormData.push({ key, value, type: 'string' }); + } + } + return newFormData; + }; + const convertBody = async (body, contentType) => { + if (body instanceof ReadableStream || body instanceof Uint8Array) { + let encodedData; + if (body instanceof ReadableStream) { + const reader = body.getReader(); + const chunks = []; + while (true) { + const { done, value } = await reader.read(); + if (done) + break; + chunks.push(value); + } + const concatenated = new Uint8Array(chunks.reduce((acc, chunk) => acc + chunk.length, 0)); + let position = 0; + for (const chunk of chunks) { + concatenated.set(chunk, position); + position += chunk.length; + } + encodedData = concatenated; + } + else { + encodedData = body; + } + let data = new TextDecoder().decode(encodedData); + let type; + if (contentType === 'application/json') { + try { + data = JSON.parse(data); + } + catch (ignored) { + // ignore + } + type = 'json'; + } + else if (contentType === 'multipart/form-data') { + type = 'formData'; + } + else if (contentType === null || contentType === void 0 ? void 0 : contentType.startsWith('image')) { + type = 'image'; + } + else if (contentType === 'application/octet-stream') { + type = 'binary'; + } + else { + type = 'text'; + } + return { + data, + type, + headers: { 'Content-Type': contentType || 'application/octet-stream' }, + }; + } + else if (body instanceof URLSearchParams) { + return { + data: body.toString(), + type: 'text', + }; + } + else if (body instanceof FormData) { + const formData = await convertFormData(body); + return { + data: formData, + type: 'formData', + }; + } + else if (body instanceof File) { + const fileData = await readFileAsBase64(body); + return { + data: fileData, + type: 'file', + headers: { 'Content-Type': body.type }, + }; + } + return { data: body, type: 'json' }; + }; + const CAPACITOR_HTTP_INTERCEPTOR = '/_capacitor_http_interceptor_'; + const CAPACITOR_HTTP_INTERCEPTOR_URL_PARAM = 'u'; + // TODO: export as Cap function + const isRelativeOrProxyUrl = (url) => !url || + !(url.startsWith('http:') || url.startsWith('https:')) || + url.indexOf(CAPACITOR_HTTP_INTERCEPTOR) > -1; + // TODO: export as Cap function + const createProxyUrl = (url, win) => { + var _a, _b; + if (isRelativeOrProxyUrl(url)) + return url; + const bridgeUrl = new URL((_b = (_a = win.Capacitor) === null || _a === void 0 ? void 0 : _a.getServerUrl()) !== null && _b !== void 0 ? _b : ''); + bridgeUrl.pathname = CAPACITOR_HTTP_INTERCEPTOR; + bridgeUrl.searchParams.append(CAPACITOR_HTTP_INTERCEPTOR_URL_PARAM, url); + return bridgeUrl.toString(); + }; + const initBridge = (w) => { + const getPlatformId = (win) => { + var _a, _b; + if (win === null || win === void 0 ? void 0 : win.androidBridge) { + return 'android'; + } + else if ((_b = (_a = win === null || win === void 0 ? void 0 : win.webkit) === null || _a === void 0 ? void 0 : _a.messageHandlers) === null || _b === void 0 ? void 0 : _b.bridge) { + return 'ios'; + } + else { + return 'web'; + } + }; + const convertFileSrcServerUrl = (webviewServerUrl, filePath) => { + if (typeof filePath === 'string') { + if (filePath.startsWith('/')) { + return webviewServerUrl + '/_capacitor_file_' + filePath; + } + else if (filePath.startsWith('file://')) { + return (webviewServerUrl + filePath.replace('file://', '/_capacitor_file_')); + } + else if (filePath.startsWith('content://')) { + return (webviewServerUrl + + filePath.replace('content:/', '/_capacitor_content_')); + } + } + return filePath; + }; + const initEvents = (win, cap) => { + cap.addListener = (pluginName, eventName, callback) => { + const callbackId = cap.nativeCallback(pluginName, 'addListener', { + eventName: eventName, + }, callback); + return { + remove: async () => { + var _a; + (_a = win === null || win === void 0 ? void 0 : win.console) === null || _a === void 0 ? void 0 : _a.debug('Removing listener', pluginName, eventName); + cap.removeListener(pluginName, callbackId, eventName, callback); + }, + }; + }; + cap.removeListener = (pluginName, callbackId, eventName, callback) => { + cap.nativeCallback(pluginName, 'removeListener', { + callbackId: callbackId, + eventName: eventName, + }, callback); + }; + cap.createEvent = (eventName, eventData) => { + const doc = win.document; + if (doc) { + const ev = doc.createEvent('Events'); + ev.initEvent(eventName, false, false); + if (eventData && typeof eventData === 'object') { + for (const i in eventData) { + // eslint-disable-next-line no-prototype-builtins + if (eventData.hasOwnProperty(i)) { + ev[i] = eventData[i]; + } + } + } + return ev; + } + return null; + }; + cap.triggerEvent = (eventName, target, eventData) => { + const doc = win.document; + const cordova = win.cordova; + eventData = eventData || {}; + const ev = cap.createEvent(eventName, eventData); + if (ev) { + if (target === 'document') { + if (cordova === null || cordova === void 0 ? void 0 : cordova.fireDocumentEvent) { + cordova.fireDocumentEvent(eventName, eventData); + return true; + } + else if (doc === null || doc === void 0 ? void 0 : doc.dispatchEvent) { + return doc.dispatchEvent(ev); + } + } + else if (target === 'window' && win.dispatchEvent) { + return win.dispatchEvent(ev); + } + else if (doc === null || doc === void 0 ? void 0 : doc.querySelector) { + const targetEl = doc.querySelector(target); + if (targetEl) { + return targetEl.dispatchEvent(ev); + } + } + } + return false; + }; + win.Capacitor = cap; + }; + const initLegacyHandlers = (win, cap) => { + // define cordova if it's not there already + win.cordova = win.cordova || {}; + const doc = win.document; + const nav = win.navigator; + if (nav) { + nav.app = nav.app || {}; + nav.app.exitApp = () => { + var _a; + if (!((_a = cap.Plugins) === null || _a === void 0 ? void 0 : _a.App)) { + win.console.warn('App plugin not installed'); + } + else { + cap.nativeCallback('App', 'exitApp', {}); + } + }; + } + if (doc) { + const docAddEventListener = doc.addEventListener; + doc.addEventListener = (...args) => { + var _a; + const eventName = args[0]; + const handler = args[1]; + if (eventName === 'deviceready' && handler) { + Promise.resolve().then(handler); + } + else if (eventName === 'backbutton' && cap.Plugins.App) { + // Add a dummy listener so Capacitor doesn't do the default + // back button action + if (!((_a = cap.Plugins) === null || _a === void 0 ? void 0 : _a.App)) { + win.console.warn('App plugin not installed'); + } + else { + cap.Plugins.App.addListener('backButton', () => { + // ignore + }); + } + } + return docAddEventListener.apply(doc, args); + }; + } + // deprecated in v3, remove from v4 + cap.platform = cap.getPlatform(); + cap.isNative = cap.isNativePlatform(); + win.Capacitor = cap; + }; + const initVendor = (win, cap) => { + const Ionic = (win.Ionic = win.Ionic || {}); + const IonicWebView = (Ionic.WebView = Ionic.WebView || {}); + const Plugins = cap.Plugins; + IonicWebView.getServerBasePath = (callback) => { + var _a; + (_a = Plugins === null || Plugins === void 0 ? void 0 : Plugins.WebView) === null || _a === void 0 ? void 0 : _a.getServerBasePath().then((result) => { + callback(result.path); + }); + }; + IonicWebView.setServerAssetPath = (path) => { + var _a; + (_a = Plugins === null || Plugins === void 0 ? void 0 : Plugins.WebView) === null || _a === void 0 ? void 0 : _a.setServerAssetPath({ path }); + }; + IonicWebView.setServerBasePath = (path) => { + var _a; + (_a = Plugins === null || Plugins === void 0 ? void 0 : Plugins.WebView) === null || _a === void 0 ? void 0 : _a.setServerBasePath({ path }); + }; + IonicWebView.persistServerBasePath = () => { + var _a; + (_a = Plugins === null || Plugins === void 0 ? void 0 : Plugins.WebView) === null || _a === void 0 ? void 0 : _a.persistServerBasePath(); + }; + IonicWebView.convertFileSrc = (url) => cap.convertFileSrc(url); + win.Capacitor = cap; + win.Ionic.WebView = IonicWebView; + }; + const initLogger = (win, cap) => { + const BRIDGED_CONSOLE_METHODS = [ + 'debug', + 'error', + 'info', + 'log', + 'trace', + 'warn', + ]; + const createLogFromNative = (c) => (result) => { + if (isFullConsole(c)) { + const success = result.success === true; + const tagStyles = success + ? 'font-style: italic; font-weight: lighter; color: gray' + : 'font-style: italic; font-weight: lighter; color: red'; + c.groupCollapsed('%cresult %c' + + result.pluginId + + '.' + + result.methodName + + ' (#' + + result.callbackId + + ')', tagStyles, 'font-style: italic; font-weight: bold; color: #444'); + if (result.success === false) { + c.error(result.error); + } + else { + c.dir(result.data); + } + c.groupEnd(); + } + else { + if (result.success === false) { + c.error('LOG FROM NATIVE', result.error); + } + else { + c.log('LOG FROM NATIVE', result.data); + } + } + }; + const createLogToNative = (c) => (call) => { + if (isFullConsole(c)) { + c.groupCollapsed('%cnative %c' + + call.pluginId + + '.' + + call.methodName + + ' (#' + + call.callbackId + + ')', 'font-weight: lighter; color: gray', 'font-weight: bold; color: #000'); + c.dir(call); + c.groupEnd(); + } + else { + c.log('LOG TO NATIVE: ', call); + } + }; + const isFullConsole = (c) => { + if (!c) { + return false; + } + return (typeof c.groupCollapsed === 'function' || + typeof c.groupEnd === 'function' || + typeof c.dir === 'function'); + }; + const serializeConsoleMessage = (msg) => { + try { + if (typeof msg === 'object') { + msg = JSON.stringify(msg); + } + return String(msg); + } + catch (e) { + return ''; + } + }; + const platform = getPlatformId(win); + if (platform == 'android' || platform == 'ios') { + // patch document.cookie on Android/iOS + win.CapacitorCookiesDescriptor = + Object.getOwnPropertyDescriptor(Document.prototype, 'cookie') || + Object.getOwnPropertyDescriptor(HTMLDocument.prototype, 'cookie'); + let doPatchCookies = false; + // check if capacitor cookies is disabled before patching + if (platform === 'ios') { + // Use prompt to synchronously get capacitor cookies config. + // https://stackoverflow.com/questions/29249132/wkwebview-complex-communication-between-javascript-native-code/49474323#49474323 + const payload = { + type: 'CapacitorCookies.isEnabled', + }; + const isCookiesEnabled = prompt(JSON.stringify(payload)); + if (isCookiesEnabled === 'true') { + doPatchCookies = true; + } + } + else if (typeof win.CapacitorCookiesAndroidInterface !== 'undefined') { + const isCookiesEnabled = win.CapacitorCookiesAndroidInterface.isEnabled(); + if (isCookiesEnabled === true) { + doPatchCookies = true; + } + } + if (doPatchCookies) { + Object.defineProperty(document, 'cookie', { + get: function () { + var _a, _b, _c; + if (platform === 'ios') { + // Use prompt to synchronously get cookies. + // https://stackoverflow.com/questions/29249132/wkwebview-complex-communication-between-javascript-native-code/49474323#49474323 + const payload = { + type: 'CapacitorCookies.get', + }; + const res = prompt(JSON.stringify(payload)); + return res; + } + else if (typeof win.CapacitorCookiesAndroidInterface !== 'undefined') { + // return original document.cookie since Android does not support filtering of `httpOnly` cookies + return (_c = (_b = (_a = win.CapacitorCookiesDescriptor) === null || _a === void 0 ? void 0 : _a.get) === null || _b === void 0 ? void 0 : _b.call(document)) !== null && _c !== void 0 ? _c : ''; + } + }, + set: function (val) { + const cookiePairs = val.split(';'); + const domainSection = val.toLowerCase().split('domain=')[1]; + const domain = cookiePairs.length > 1 && + domainSection != null && + domainSection.length > 0 + ? domainSection.split(';')[0].trim() + : ''; + if (platform === 'ios') { + // Use prompt to synchronously set cookies. + // https://stackoverflow.com/questions/29249132/wkwebview-complex-communication-between-javascript-native-code/49474323#49474323 + const payload = { + type: 'CapacitorCookies.set', + action: val, + domain, + }; + prompt(JSON.stringify(payload)); + } + else if (typeof win.CapacitorCookiesAndroidInterface !== 'undefined') { + win.CapacitorCookiesAndroidInterface.setCookie(domain, val); + } + }, + }); + } + // patch fetch / XHR on Android/iOS + // store original fetch & XHR functions + win.CapacitorWebFetch = window.fetch; + win.CapacitorWebXMLHttpRequest = { + abort: window.XMLHttpRequest.prototype.abort, + constructor: window.XMLHttpRequest.prototype.constructor, + fullObject: window.XMLHttpRequest, + getAllResponseHeaders: window.XMLHttpRequest.prototype.getAllResponseHeaders, + getResponseHeader: window.XMLHttpRequest.prototype.getResponseHeader, + open: window.XMLHttpRequest.prototype.open, + prototype: window.XMLHttpRequest.prototype, + send: window.XMLHttpRequest.prototype.send, + setRequestHeader: window.XMLHttpRequest.prototype.setRequestHeader, + }; + let doPatchHttp = false; + // check if capacitor http is disabled before patching + if (platform === 'ios') { + // Use prompt to synchronously get capacitor http config. + // https://stackoverflow.com/questions/29249132/wkwebview-complex-communication-between-javascript-native-code/49474323#49474323 + const payload = { + type: 'CapacitorHttp', + }; + const isHttpEnabled = prompt(JSON.stringify(payload)); + if (isHttpEnabled === 'true') { + doPatchHttp = true; + } + } + else if (typeof win.CapacitorHttpAndroidInterface !== 'undefined') { + const isHttpEnabled = win.CapacitorHttpAndroidInterface.isEnabled(); + if (isHttpEnabled === true) { + doPatchHttp = true; + } + } + if (doPatchHttp) { + // fetch patch + window.fetch = async (resource, options) => { + const request = new Request(resource, options); + if (request.url.startsWith(`${cap.getServerUrl()}/`)) { + return win.CapacitorWebFetch(resource, options); + } + const { method } = request; + if (method.toLocaleUpperCase() === 'GET' || + method.toLocaleUpperCase() === 'HEAD' || + method.toLocaleUpperCase() === 'OPTIONS' || + method.toLocaleUpperCase() === 'TRACE') { + if (typeof resource === 'string') { + return await win.CapacitorWebFetch(createProxyUrl(resource, win), options); + } + else if (resource instanceof Request) { + const modifiedRequest = new Request(createProxyUrl(resource.url, win), resource); + return await win.CapacitorWebFetch(modifiedRequest, options); + } + } + const tag = `CapacitorHttp fetch ${Date.now()} ${resource}`; + console.time(tag); + try { + const { body } = request; + const optionHeaders = Object.fromEntries(request.headers.entries()); + const { data: requestData, type, headers, } = await convertBody((options === null || options === void 0 ? void 0 : options.body) || body || undefined, optionHeaders['Content-Type'] || optionHeaders['content-type']); + const nativeResponse = await cap.nativePromise('CapacitorHttp', 'request', { + url: request.url, + method: method, + data: requestData, + dataType: type, + headers: Object.assign(Object.assign({}, headers), optionHeaders), + }); + const contentType = nativeResponse.headers['Content-Type'] || + nativeResponse.headers['content-type']; + let data = (contentType === null || contentType === void 0 ? void 0 : contentType.startsWith('application/json')) + ? JSON.stringify(nativeResponse.data) + : nativeResponse.data; + // use null data for 204 No Content HTTP response + if (nativeResponse.status === 204) { + data = null; + } + // intercept & parse response before returning + const response = new Response(data, { + headers: nativeResponse.headers, + status: nativeResponse.status, + }); + /* + * copy url to response, `cordova-plugin-ionic` uses this url from the response + * we need `Object.defineProperty` because url is an inherited getter on the Response + * see: https://stackoverflow.com/a/57382543 + * */ + Object.defineProperty(response, 'url', { + value: nativeResponse.url, + }); + console.timeEnd(tag); + return response; + } + catch (error) { + console.timeEnd(tag); + return Promise.reject(error); + } + }; + window.XMLHttpRequest = function () { + const xhr = new win.CapacitorWebXMLHttpRequest.constructor(); + Object.defineProperties(xhr, { + _headers: { + value: {}, + writable: true, + }, + _method: { + value: xhr.method, + writable: true, + }, + }); + const prototype = win.CapacitorWebXMLHttpRequest.prototype; + const isProgressEventAvailable = () => typeof ProgressEvent !== 'undefined' && + ProgressEvent.prototype instanceof Event; + // XHR patch abort + prototype.abort = function () { + if (isRelativeOrProxyUrl(this._url)) { + return win.CapacitorWebXMLHttpRequest.abort.call(this); + } + this.readyState = 0; + setTimeout(() => { + this.dispatchEvent(new Event('abort')); + this.dispatchEvent(new Event('loadend')); + }); + }; + // XHR patch open + prototype.open = function (method, url) { + this._method = method.toLocaleUpperCase(); + this._url = url; + if (!this._method || + this._method === 'GET' || + this._method === 'HEAD' || + this._method === 'OPTIONS' || + this._method === 'TRACE') { + if (isRelativeOrProxyUrl(url)) { + return win.CapacitorWebXMLHttpRequest.open.call(this, method, url); + } + this._url = createProxyUrl(this._url, win); + return win.CapacitorWebXMLHttpRequest.open.call(this, method, this._url); + } + Object.defineProperties(this, { + readyState: { + get: function () { + var _a; + return (_a = this._readyState) !== null && _a !== void 0 ? _a : 0; + }, + set: function (val) { + this._readyState = val; + setTimeout(() => { + this.dispatchEvent(new Event('readystatechange')); + }); + }, + }, + }); + setTimeout(() => { + this.dispatchEvent(new Event('loadstart')); + }); + this.readyState = 1; + }; + // XHR patch set request header + prototype.setRequestHeader = function (header, value) { + if (isRelativeOrProxyUrl(this._url)) { + return win.CapacitorWebXMLHttpRequest.setRequestHeader.call(this, header, value); + } + this._headers[header] = value; + }; + // XHR patch send + prototype.send = function (body) { + if (isRelativeOrProxyUrl(this._url)) { + return win.CapacitorWebXMLHttpRequest.send.call(this, body); + } + const tag = `CapacitorHttp XMLHttpRequest ${Date.now()} ${this._url}`; + console.time(tag); + try { + this.readyState = 2; + Object.defineProperties(this, { + response: { + value: '', + writable: true, + }, + responseText: { + value: '', + writable: true, + }, + responseURL: { + value: '', + writable: true, + }, + status: { + value: 0, + writable: true, + }, + }); + convertBody(body).then(({ data, type, headers }) => { + const otherHeaders = this._headers != null && Object.keys(this._headers).length > 0 + ? this._headers + : undefined; + // intercept request & pass to the bridge + cap + .nativePromise('CapacitorHttp', 'request', { + url: this._url, + method: this._method, + data: data !== null ? data : undefined, + headers: Object.assign(Object.assign({}, headers), otherHeaders), + dataType: type, + }) + .then((nativeResponse) => { + var _a; + // intercept & parse response before returning + if (this.readyState == 2) { + //TODO: Add progress event emission on native side + if (isProgressEventAvailable()) { + this.dispatchEvent(new ProgressEvent('progress', { + lengthComputable: true, + loaded: nativeResponse.data.length, + total: nativeResponse.data.length, + })); + } + this._headers = nativeResponse.headers; + this.status = nativeResponse.status; + if (this.responseType === '' || + this.responseType === 'text') { + this.response = + typeof nativeResponse.data !== 'string' + ? JSON.stringify(nativeResponse.data) + : nativeResponse.data; + } + else { + this.response = nativeResponse.data; + } + this.responseText = ((_a = (nativeResponse.headers['Content-Type'] || + nativeResponse.headers['content-type'])) === null || _a === void 0 ? void 0 : _a.startsWith('application/json')) + ? JSON.stringify(nativeResponse.data) + : nativeResponse.data; + this.responseURL = nativeResponse.url; + this.readyState = 4; + setTimeout(() => { + this.dispatchEvent(new Event('load')); + this.dispatchEvent(new Event('loadend')); + }); + } + console.timeEnd(tag); + }) + .catch((error) => { + this.status = error.status; + this._headers = error.headers; + this.response = error.data; + this.responseText = JSON.stringify(error.data); + this.responseURL = error.url; + this.readyState = 4; + if (isProgressEventAvailable()) { + this.dispatchEvent(new ProgressEvent('progress', { + lengthComputable: false, + loaded: 0, + total: 0, + })); + } + setTimeout(() => { + this.dispatchEvent(new Event('error')); + this.dispatchEvent(new Event('loadend')); + }); + console.timeEnd(tag); + }); + }); + } + catch (error) { + this.status = 500; + this._headers = {}; + this.response = error; + this.responseText = error.toString(); + this.responseURL = this._url; + this.readyState = 4; + if (isProgressEventAvailable()) { + this.dispatchEvent(new ProgressEvent('progress', { + lengthComputable: false, + loaded: 0, + total: 0, + })); + } + setTimeout(() => { + this.dispatchEvent(new Event('error')); + this.dispatchEvent(new Event('loadend')); + }); + console.timeEnd(tag); + } + }; + // XHR patch getAllResponseHeaders + prototype.getAllResponseHeaders = function () { + if (isRelativeOrProxyUrl(this._url)) { + return win.CapacitorWebXMLHttpRequest.getAllResponseHeaders.call(this); + } + let returnString = ''; + for (const key in this._headers) { + if (key != 'Set-Cookie') { + returnString += key + ': ' + this._headers[key] + '\r\n'; + } + } + return returnString; + }; + // XHR patch getResponseHeader + prototype.getResponseHeader = function (name) { + if (isRelativeOrProxyUrl(this._url)) { + return win.CapacitorWebXMLHttpRequest.getResponseHeader.call(this, name); + } + return this._headers[name]; + }; + Object.setPrototypeOf(xhr, prototype); + return xhr; + }; + Object.assign(window.XMLHttpRequest, win.CapacitorWebXMLHttpRequest.fullObject); + } + } + // patch window.console on iOS and store original console fns + const isIos = getPlatformId(win) === 'ios'; + if (win.console && isIos) { + Object.defineProperties(win.console, BRIDGED_CONSOLE_METHODS.reduce((props, method) => { + const consoleMethod = win.console[method].bind(win.console); + props[method] = { + value: (...args) => { + const msgs = [...args]; + cap.toNative('Console', 'log', { + level: method, + message: msgs.map(serializeConsoleMessage).join(' '), + }); + return consoleMethod(...args); + }, + }; + return props; + }, {})); + } + cap.logJs = (msg, level) => { + switch (level) { + case 'error': + win.console.error(msg); + break; + case 'warn': + win.console.warn(msg); + break; + case 'info': + win.console.info(msg); + break; + default: + win.console.log(msg); + } + }; + cap.logToNative = createLogToNative(win.console); + cap.logFromNative = createLogFromNative(win.console); + cap.handleError = err => win.console.error(err); + win.Capacitor = cap; + }; + function initNativeBridge(win) { + const cap = win.Capacitor || {}; + // keep a collection of callbacks for native response data + const callbacks = new Map(); + const webviewServerUrl = typeof win.WEBVIEW_SERVER_URL === 'string' ? win.WEBVIEW_SERVER_URL : ''; + cap.getServerUrl = () => webviewServerUrl; + cap.convertFileSrc = filePath => convertFileSrcServerUrl(webviewServerUrl, filePath); + // Counter of callback ids, randomized to avoid + // any issues during reloads if a call comes back with + // an existing callback id from an old session + let callbackIdCount = Math.floor(Math.random() * 134217728); + let postToNative = null; + const isNativePlatform = () => true; + const getPlatform = () => getPlatformId(win); + cap.getPlatform = getPlatform; + cap.isPluginAvailable = name => Object.prototype.hasOwnProperty.call(cap.Plugins, name); + cap.isNativePlatform = isNativePlatform; + // create the postToNative() fn if needed + if (getPlatformId(win) === 'android') { + // android platform + postToNative = data => { + var _a; + try { + win.androidBridge.postMessage(JSON.stringify(data)); + } + catch (e) { + (_a = win === null || win === void 0 ? void 0 : win.console) === null || _a === void 0 ? void 0 : _a.error(e); + } + }; + } + else if (getPlatformId(win) === 'ios') { + // ios platform + postToNative = data => { + var _a; + try { + data.type = data.type ? data.type : 'message'; + win.webkit.messageHandlers.bridge.postMessage(data); + } + catch (e) { + (_a = win === null || win === void 0 ? void 0 : win.console) === null || _a === void 0 ? void 0 : _a.error(e); + } + }; + } + cap.handleWindowError = (msg, url, lineNo, columnNo, err) => { + const str = msg.toLowerCase(); + if (str.indexOf('script error') > -1) ; + else { + const errObj = { + type: 'js.error', + error: { + message: msg, + url: url, + line: lineNo, + col: columnNo, + errorObject: JSON.stringify(err), + }, + }; + if (err !== null) { + cap.handleError(err); + } + postToNative(errObj); + } + return false; + }; + if (cap.DEBUG) { + window.onerror = cap.handleWindowError; + } + initLogger(win, cap); + /** + * Send a plugin method call to the native layer + */ + cap.toNative = (pluginName, methodName, options, storedCallback) => { + var _a, _b; + try { + if (typeof postToNative === 'function') { + let callbackId = '-1'; + if (storedCallback && + (typeof storedCallback.callback === 'function' || + typeof storedCallback.resolve === 'function')) { + // store the call for later lookup + callbackId = String(++callbackIdCount); + callbacks.set(callbackId, storedCallback); + } + const callData = { + callbackId: callbackId, + pluginId: pluginName, + methodName: methodName, + options: options || {}, + }; + if (cap.isLoggingEnabled && pluginName !== 'Console') { + cap.logToNative(callData); + } + // post the call data to native + postToNative(callData); + return callbackId; + } + else { + (_a = win === null || win === void 0 ? void 0 : win.console) === null || _a === void 0 ? void 0 : _a.warn(`implementation unavailable for: ${pluginName}`); + } + } + catch (e) { + (_b = win === null || win === void 0 ? void 0 : win.console) === null || _b === void 0 ? void 0 : _b.error(e); + } + return null; + }; + if (win === null || win === void 0 ? void 0 : win.androidBridge) { + win.androidBridge.onmessage = function (event) { + returnResult(JSON.parse(event.data)); + }; + } + /** + * Process a response from the native layer. + */ + cap.fromNative = result => { + returnResult(result); + }; + const returnResult = (result) => { + var _a, _b; + if (cap.isLoggingEnabled && result.pluginId !== 'Console') { + cap.logFromNative(result); + } + // get the stored call, if it exists + try { + const storedCall = callbacks.get(result.callbackId); + if (storedCall) { + // looks like we've got a stored call + if (result.error) { + // ensure stacktraces by copying error properties to an Error + result.error = Object.keys(result.error).reduce((err, key) => { + // use any type to avoid importing util and compiling most of .ts files + err[key] = result.error[key]; + return err; + }, new cap.Exception('')); + } + if (typeof storedCall.callback === 'function') { + // callback + if (result.success) { + storedCall.callback(result.data); + } + else { + storedCall.callback(null, result.error); + } + } + else if (typeof storedCall.resolve === 'function') { + // promise + if (result.success) { + storedCall.resolve(result.data); + } + else { + storedCall.reject(result.error); + } + // no need to keep this stored callback + // around for a one time resolve promise + callbacks.delete(result.callbackId); + } + } + else if (!result.success && result.error) { + // no stored callback, but if there was an error let's log it + (_a = win === null || win === void 0 ? void 0 : win.console) === null || _a === void 0 ? void 0 : _a.warn(result.error); + } + if (result.save === false) { + callbacks.delete(result.callbackId); + } + } + catch (e) { + (_b = win === null || win === void 0 ? void 0 : win.console) === null || _b === void 0 ? void 0 : _b.error(e); + } + // always delete to prevent memory leaks + // overkill but we're not sure what apps will do with this data + delete result.data; + delete result.error; + }; + cap.nativeCallback = (pluginName, methodName, options, callback) => { + if (typeof options === 'function') { + console.warn(`Using a callback as the 'options' parameter of 'nativeCallback()' is deprecated.`); + callback = options; + options = null; + } + return cap.toNative(pluginName, methodName, options, { callback }); + }; + cap.nativePromise = (pluginName, methodName, options) => { + return new Promise((resolve, reject) => { + cap.toNative(pluginName, methodName, options, { + resolve: resolve, + reject: reject, + }); + }); + }; + // eslint-disable-next-line @typescript-eslint/no-unused-vars + cap.withPlugin = (_pluginId, _fn) => dummy; + cap.Exception = CapacitorException; + initEvents(win, cap); + initLegacyHandlers(win, cap); + initVendor(win, cap); + win.Capacitor = cap; + } + initNativeBridge(w); + }; + initBridge(typeof globalThis !== 'undefined' + ? globalThis + : typeof self !== 'undefined' + ? self + : typeof window !== 'undefined' + ? window + : typeof global !== 'undefined' + ? global + : {}); + + dummy = initBridge; + + Object.defineProperty(exports, '__esModule', { value: true }); + + return exports; + +})({}); diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/Frameworks/Cordova.framework/Cordova b/ios/App/App.xcarchive/Products/Payload/App.app/Frameworks/Cordova.framework/Cordova new file mode 100755 index 0000000..b2bb45f Binary files /dev/null and b/ios/App/App.xcarchive/Products/Payload/App.app/Frameworks/Cordova.framework/Cordova differ diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/Frameworks/Cordova.framework/Info.plist b/ios/App/App.xcarchive/Products/Payload/App.app/Frameworks/Cordova.framework/Info.plist new file mode 100644 index 0000000..49d62fc Binary files /dev/null and b/ios/App/App.xcarchive/Products/Payload/App.app/Frameworks/Cordova.framework/Info.plist differ diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/Frameworks/Cordova.framework/PrivacyInfo.xcprivacy b/ios/App/App.xcarchive/Products/Payload/App.app/Frameworks/Cordova.framework/PrivacyInfo.xcprivacy new file mode 100644 index 0000000..d37d627 --- /dev/null +++ b/ios/App/App.xcarchive/Products/Payload/App.app/Frameworks/Cordova.framework/PrivacyInfo.xcprivacy @@ -0,0 +1,14 @@ + + + + + NSPrivacyCollectedDataTypes + + NSPrivacyAccessedAPITypes + + NSPrivacyTrackingDomains + + NSPrivacyTracking + + + diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/Frameworks/Cordova.framework/_CodeSignature/CodeResources b/ios/App/App.xcarchive/Products/Payload/App.app/Frameworks/Cordova.framework/_CodeSignature/CodeResources new file mode 100644 index 0000000..869e402 --- /dev/null +++ b/ios/App/App.xcarchive/Products/Payload/App.app/Frameworks/Cordova.framework/_CodeSignature/CodeResources @@ -0,0 +1,113 @@ + + + + + files + + Info.plist + + 3oAM9c69v+B7k13nY7bK1bgIQNs= + + PrivacyInfo.xcprivacy + + AL1dh5ctObXBjoBiabSJ86M3HQs= + + + files2 + + PrivacyInfo.xcprivacy + + hash2 + + WpuPwM3bECAbtHzCgEs/AExyUUdmItJb/E61TtRuEIQ= + + + + rules + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/Info.plist b/ios/App/App.xcarchive/Products/Payload/App.app/Info.plist new file mode 100644 index 0000000..adb9965 Binary files /dev/null and b/ios/App/App.xcarchive/Products/Payload/App.app/Info.plist differ diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/PkgInfo b/ios/App/App.xcarchive/Products/Payload/App.app/PkgInfo new file mode 100644 index 0000000..bd04210 --- /dev/null +++ b/ios/App/App.xcarchive/Products/Payload/App.app/PkgInfo @@ -0,0 +1 @@ +APPL???? \ No newline at end of file diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/_CodeSignature/CodeResources b/ios/App/App.xcarchive/Products/Payload/App.app/_CodeSignature/CodeResources new file mode 100644 index 0000000..b617444 --- /dev/null +++ b/ios/App/App.xcarchive/Products/Payload/App.app/_CodeSignature/CodeResources @@ -0,0 +1,623 @@ + + + + + files + + AppIcon60x60@2x.png + + cxui3avA7vJbtVAMII3p1btO0Uw= + + AppIcon76x76@2x~ipad.png + + zNKURjD+tGIFx4uihi++KyPNr4E= + + Assets.car + + SVBywORzqSFVQ/4kQ8bvDj9ZiNo= + + Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-snD-IY-ifK.nib + + RRHsDTT2tmu/Fu6K8rdPrZA92a4= + + Base.lproj/LaunchScreen.storyboardc/Info.plist + + n2t8gsDpfE6XkhG31p7IQJRxTxU= + + Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib + + QKqIK7RVvfhu8NjQMMsccYaM/bA= + + Base.lproj/Main.storyboardc/Info.plist + + MDrKFvFWroTb0+KEbQShBcoBvo4= + + Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib + + XChaGCu9endqpT3P08g+dq6044k= + + Frameworks/Capacitor.framework/Capacitor + + lzSL/BNaef96UkSITs0DnUTE1EI= + + Frameworks/Capacitor.framework/Info.plist + + Sq6HyyCONIcOvovrHLiz7rzrG34= + + Frameworks/Capacitor.framework/PrivacyInfo.xcprivacy + + Eq4eiivdfFc9fjHGBSV6laZaNKI= + + Frameworks/Capacitor.framework/_CodeSignature/CodeResources + + UU0KU/prFY3CsxJHfUAeAd0se4w= + + Frameworks/Capacitor.framework/native-bridge.js + + w/8uMHkm6KqYS4sjfayr0ss2POk= + + Frameworks/Cordova.framework/Cordova + + CF4EJcDCp5vBktxWiui9IRPYM7Y= + + Frameworks/Cordova.framework/Info.plist + + 3oAM9c69v+B7k13nY7bK1bgIQNs= + + Frameworks/Cordova.framework/PrivacyInfo.xcprivacy + + AL1dh5ctObXBjoBiabSJ86M3HQs= + + Frameworks/Cordova.framework/_CodeSignature/CodeResources + + pyoJHMi0u7rUZ9K1L2nltA480+A= + + Info.plist + + 2CCwU3AaoDLI/LBdIK/28CxGndI= + + PkgInfo + + n57qDP4tZfLD1rCS43W0B4LQjzE= + + capacitor.config.json + + pQVLeEbPAWzRhl433IdUZbb01SQ= + + config.xml + + bCZGUCvjDKt2Qr2EGwXDYJ/P+fI= + + embedded.mobileprovision + + iYbNP/EQFbFHInHaXSPqEes6rKc= + + public/assets/VAvatar-B-NrXs_n.css + + HyRwMe4Ro71KlrhlcBxyeOZ6YCo= + + public/assets/VAvatar-CBxZwzSi.js + + oMnrRVtgYoSbvgkBIfO+A//rCr0= + + public/assets/VRow-DeU12m8D.css + + 1AdLNWgGan23reBiObw4HBLeerE= + + public/assets/VRow-eJbrdKF-.js + + gTBzg1YU9XnZg5kOx28uXht0z4E= + + public/assets/VSelect-CJVt5QYp.js + + pI8tHqL9Wqn6neMbeUIIUqIpY00= + + public/assets/VSelect-GhfgSngX.css + + URr2EZBaKCTF7iUaYfWdSebF6sU= + + public/assets/about-BzTiXPQO.js + + zotRGOBTTFZyMweXI95eV4pzZN0= + + public/assets/about-mrwtd4Qm.css + + UKbNvRyGjhHW2JtimYd52DPx/FU= + + public/assets/app-CzTw35_a.css + + H47OOESMdO7Za+cnamwYffjj8Ac= + + public/assets/app-cT5gNRjW.js + + 5UwfX4CmBJU1GAV/W0syDkzTRmU= + + public/assets/default-BczLU9JX.css + + dPo1R6I6O+rv4gdAoW+8sQUtKP4= + + public/assets/default-xuZtHUos.js + + LIDvO4lCnTD1Bm938tNniZD+Ru8= + + public/assets/index-CHNH7bF4.css + + hYHPrFXIFSJLg8KZnKl0Cq7mg8Y= + + public/assets/index-KF56cXUu.js + + hvyONZNzktX1gOw6is12+YDMGco= + + public/assets/index-jMwk6Flb.js + + iUwy7jiGvR37nWzIlkx/Tg9aKK4= + + public/assets/infoPage-Ba9YkfcW.js + + YN6s6cqQ1mr+9JBNHxBGcGSN8JY= + + public/assets/infoPage-KUt33dMP.css + + OmNGrxxuQvE58LPw8/pAvWyl9b4= + + public/assets/mainWindow-C0Ij-e1H.css + + fSO+AuSApKT9ZQes8WUsTgy+9JA= + + public/assets/mainWindow-D0spusZf.js + + 6h2uVS0NajJL7UHHqXc+qlX4S1E= + + public/assets/materialdesignicons-webfont-CYDMK1kx.woff2 + + B+H0GsmracemE1oJDPZWmLaNcQM= + + public/assets/materialdesignicons-webfont-CgCzGbLl.woff + + AU0P8qHLP4lwLxnHUDvGn8y1QJM= + + public/assets/materialdesignicons-webfont-D3kAzl71.ttf + + tTz2yBYKgZ8c4mFUQ67+8j6eo8Y= + + public/assets/materialdesignicons-webfont-DttUABo4.eot + + mbb1wAnYPVLqPP8T320D5nRZsD4= + + public/cordova.js + + 2jmj7l5rSw0yVb/vlWAYkK/YBwk= + + public/cordova_plugins.js + + 2jmj7l5rSw0yVb/vlWAYkK/YBwk= + + public/favicon.ico + + wGBe/tk27iYAKE5kgFIdBvpk+HI= + + public/index.html + + 8RQFbGMIPAHHG+DLKVP3OykEWPs= + + + files2 + + AppIcon60x60@2x.png + + hash2 + + XLgEtNaz91zaMF8m9qMiEI2CGUGqTYRbEiPdLdBRcB4= + + + AppIcon76x76@2x~ipad.png + + hash2 + + re8Z8+TVg83kX7c96WTDrbwT5cBNCTC8yCfpEd3MsoM= + + + Assets.car + + hash2 + + 0SY3thoSWvxG9RJJ2QJ3VXvsiScpFuFMCyAn2o2cZJ0= + + + Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-snD-IY-ifK.nib + + hash2 + + qycDD8HdP2LEHuczcUV4nXfS1bXF5hm3GLv9O3ixYio= + + + Base.lproj/LaunchScreen.storyboardc/Info.plist + + hash2 + + HyVdXMU7Ux4/KalAao30mpWOK/lEPT4gvYN09wf31cg= + + + Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib + + hash2 + + EL/M3uiq/NBWmwodq2ES5wuK+w2sA/uRCCPlCXqIAFE= + + + Base.lproj/Main.storyboardc/Info.plist + + hash2 + + PpvapAjR62rl6Ym4E6hkTgpKmBICxTaQXeUqcpHmmqQ= + + + Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib + + hash2 + + +dQTGVrgiXJVSSV9zz0Rr55sQmoSn8A3a3e6kzegAxI= + + + Frameworks/Capacitor.framework/Capacitor + + hash2 + + V5y1paXnhHbC1e8Ma8+Pf7gjNBYXYLJ50YnZxaWz8HA= + + + Frameworks/Capacitor.framework/Info.plist + + hash2 + + 1H704sFisgJosF4mym0/W/CqOg8wS8TOu/DT7Zv5OJk= + + + Frameworks/Capacitor.framework/PrivacyInfo.xcprivacy + + hash2 + + G6yCf0myuKU1hJG5aYIDvxkXkabxujo6zjsShdUtLRc= + + + Frameworks/Capacitor.framework/_CodeSignature/CodeResources + + hash2 + + mnF2ZTtE0xtFXKN+BmB+TyRKPVqXgEoMJc7aVf0s6aU= + + + Frameworks/Capacitor.framework/native-bridge.js + + hash2 + + xluJ2FwBDFdgDLanoC+KZcwl2tJTDf1IyMi3BrtWADQ= + + + Frameworks/Cordova.framework/Cordova + + hash2 + + pnj+CvstyucAsPlBsjQ3QyEvTkI/7+950G/Yrrdg/7U= + + + Frameworks/Cordova.framework/Info.plist + + hash2 + + LLkU1pSayCpXgAqRXFE4q9KMDroKqDP8WD8XSYmRJcw= + + + Frameworks/Cordova.framework/PrivacyInfo.xcprivacy + + hash2 + + WpuPwM3bECAbtHzCgEs/AExyUUdmItJb/E61TtRuEIQ= + + + Frameworks/Cordova.framework/_CodeSignature/CodeResources + + hash2 + + JtZLqL5XJoOrqcutOVOiu4SOyCJRm/VcDsZqxkSJuE8= + + + capacitor.config.json + + hash2 + + MpkZIfwW+tl5UNoSYsJh9tmOO8Dkq7u/q5t6tlpw2hU= + + + config.xml + + hash2 + + 6dzaST5mPFxNuePLO9loR3pukKqIQLy7pA1y7VS3Z84= + + + embedded.mobileprovision + + hash2 + + bnS8QcgRL+y1ejBTWXGmCvP5jJG6vIume6GGGWr5dao= + + + public/assets/VAvatar-B-NrXs_n.css + + hash2 + + yrPxasSuSXcGz+tCVySWfsAJTlh08Rbth4nLlAIxRVU= + + + public/assets/VAvatar-CBxZwzSi.js + + hash2 + + +eMewWCzgRdn/E0ARA+1WorNfx92b+LPbqAvh4GQ/TY= + + + public/assets/VRow-DeU12m8D.css + + hash2 + + dJF3oA3WG/2AX3u7YOK9bsEg/knYGTA3aixMfE2MiJw= + + + public/assets/VRow-eJbrdKF-.js + + hash2 + + iJpOQUQ1CfCBG96qvsV6MsLyKw6b4paHQ/siw/+6sbg= + + + public/assets/VSelect-CJVt5QYp.js + + hash2 + + zEBLyak9DIkS9hEMGAz1kDzau7qrPJ1zg8siiP/LlgE= + + + public/assets/VSelect-GhfgSngX.css + + hash2 + + DJfFuw/hkCd0iqYCvKBCDcmWU8tShoCElZW62BqLWzI= + + + public/assets/about-BzTiXPQO.js + + hash2 + + irpkGVRY87a95zojIBa9j4kJ9LkWAtp9NzZcTi0d5GM= + + + public/assets/about-mrwtd4Qm.css + + hash2 + + j9AzpLWvfYP3OU9XKzyAwwXGfGgA/G47jBOI2akV//k= + + + public/assets/app-CzTw35_a.css + + hash2 + + OA34GPg1+lf23I8fwhP5ca65fXdUNROobyL3BptgLGg= + + + public/assets/app-cT5gNRjW.js + + hash2 + + 13xKmY8Gfwbt/qlzDZF/5sO45rq1iw9yFz46J2X67tM= + + + public/assets/default-BczLU9JX.css + + hash2 + + 5xw934n4LS3I2AG4IX1pVx5z3XTK5RhFjbWjHVEHA3k= + + + public/assets/default-xuZtHUos.js + + hash2 + + kV+h7jX6Rspll99pUwvY6XlpkAnNWPmaT1PhbXHrFfM= + + + public/assets/index-CHNH7bF4.css + + hash2 + + 2lS61KsZ9KLdZ++oeg5I34cz8W19jO0v3GWXufpxViI= + + + public/assets/index-KF56cXUu.js + + hash2 + + Ze23zXMMvIdjK/bAY2fMZdmGW22G9SDk2ZakyDHYo3I= + + + public/assets/index-jMwk6Flb.js + + hash2 + + BPvSOLsxQTm45n5N+//UYACYs8GKdZxraC4+5xclduc= + + + public/assets/infoPage-Ba9YkfcW.js + + hash2 + + 2PwVuVIK0YAknW1TDRfKQZN8t95eZwoFtYDurgywEdE= + + + public/assets/infoPage-KUt33dMP.css + + hash2 + + Z7wJdWX1rGLeWQReAd9tFgqRkW+65La8RlztdolfLsQ= + + + public/assets/mainWindow-C0Ij-e1H.css + + hash2 + + 2INlf4dUjCRCEDWWkUqEtDLydqI5Gli8VGu81rxKIyU= + + + public/assets/mainWindow-D0spusZf.js + + hash2 + + qJrA/wDm3Idv1hFYsKv66lz7wCeX8HIBDPzhpPW8SHE= + + + public/assets/materialdesignicons-webfont-CYDMK1kx.woff2 + + hash2 + + 5S1g9kJnzaoIQitQurXUW9NeZisDua91F5zq4ArF/Is= + + + public/assets/materialdesignicons-webfont-CgCzGbLl.woff + + hash2 + + SNPuxqtw3HoZCPm6LyCOClhxi57hbj9qvbXbT0Yfolg= + + + public/assets/materialdesignicons-webfont-D3kAzl71.ttf + + hash2 + + vXJaejiTnltZkE4benJlkZ7OwlYWbs5p1RXCEAUWWQc= + + + public/assets/materialdesignicons-webfont-DttUABo4.eot + + hash2 + + hhrqBUjMya+Y3sUgvjQLji1L65e6NIk6ya9RGkSeP6I= + + + public/cordova.js + + hash2 + + 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + + + public/cordova_plugins.js + + hash2 + + 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= + + + public/favicon.ico + + hash2 + + 23SrC3gzjB93j4OYxF9BA8ma6g6EWjEYp3ULTur9NEU= + + + public/index.html + + hash2 + + dCIqjXrxb9a2ts3CXrLa+TF7Xc25PvhpTa8stggGAVk= + + + + rules + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/capacitor.config.json b/ios/App/App.xcarchive/Products/Payload/App.app/capacitor.config.json new file mode 100644 index 0000000..dd706f1 --- /dev/null +++ b/ios/App/App.xcarchive/Products/Payload/App.app/capacitor.config.json @@ -0,0 +1,6 @@ +{ + "appId": "org.dsz.examaware", + "appName": "DSZ ExamAware", + "webDir": "dist", + "packageClassList": [] +} diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/config.xml b/ios/App/App.xcarchive/Products/Payload/App.app/config.xml new file mode 100644 index 0000000..1b1b0e0 --- /dev/null +++ b/ios/App/App.xcarchive/Products/Payload/App.app/config.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/embedded.mobileprovision b/ios/App/App.xcarchive/Products/Payload/App.app/embedded.mobileprovision new file mode 100644 index 0000000..7fa29e5 Binary files /dev/null and b/ios/App/App.xcarchive/Products/Payload/App.app/embedded.mobileprovision differ diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/VAvatar-B-NrXs_n.css b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/VAvatar-B-NrXs_n.css new file mode 100644 index 0000000..1e8f43a --- /dev/null +++ b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/VAvatar-B-NrXs_n.css @@ -0,0 +1 @@ +.v-btn{align-items:center;border-radius:4px;display:inline-grid;grid-template-areas:"prepend content append";grid-template-columns:max-content auto max-content;font-weight:500;justify-content:center;letter-spacing:.0892857143em;line-height:normal;max-width:100%;outline:none;position:relative;text-decoration:none;text-indent:.0892857143em;text-transform:uppercase;transition-property:box-shadow,transform,opacity,background;transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;vertical-align:middle;flex-shrink:0}.v-btn--size-x-small{--v-btn-size: .625rem;--v-btn-height: 20px;font-size:var(--v-btn-size);min-width:36px;padding:0 8px}.v-btn--size-small{--v-btn-size: .75rem;--v-btn-height: 28px;font-size:var(--v-btn-size);min-width:50px;padding:0 12px}.v-btn--size-default{--v-btn-size: .875rem;--v-btn-height: 36px;font-size:var(--v-btn-size);min-width:64px;padding:0 16px}.v-btn--size-large{--v-btn-size: 1rem;--v-btn-height: 44px;font-size:var(--v-btn-size);min-width:78px;padding:0 20px}.v-btn--size-x-large{--v-btn-size: 1.125rem;--v-btn-height: 52px;font-size:var(--v-btn-size);min-width:92px;padding:0 24px}.v-btn.v-btn--density-default{height:calc(var(--v-btn-height) + 0px)}.v-btn.v-btn--density-comfortable{height:calc(var(--v-btn-height) + -8px)}.v-btn.v-btn--density-compact{height:calc(var(--v-btn-height) + -12px)}.v-btn{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-btn--border{border-width:thin;box-shadow:none}.v-btn--absolute{position:absolute}.v-btn--fixed{position:fixed}.v-btn:hover>.v-btn__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-btn:focus-visible>.v-btn__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn:focus>.v-btn__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-btn--active>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]>.v-btn__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-btn--active:hover>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:hover>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-btn--active:focus-visible>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn--active:focus>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:focus>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-btn--variant-plain,.v-btn--variant-outlined,.v-btn--variant-text,.v-btn--variant-tonal{background:transparent;color:inherit}.v-btn--variant-plain{opacity:.62}.v-btn--variant-plain:focus,.v-btn--variant-plain:hover{opacity:1}.v-btn--variant-plain .v-btn__overlay{display:none}.v-btn--variant-elevated,.v-btn--variant-flat{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-btn--variant-elevated{box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-btn--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-btn--variant-outlined{border:thin solid currentColor}.v-btn--variant-text .v-btn__overlay{background:currentColor}.v-btn--variant-tonal .v-btn__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-btn .v-btn__underlay{position:absolute}@supports selector(:focus-visible){.v-btn:after{pointer-events:none;border:2px solid currentColor;border-radius:inherit;opacity:0;transition:opacity .2s ease-in-out}.v-btn:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-btn:focus-visible:after{opacity:calc(.25 * var(--v-theme-overlay-multiplier))}}.v-btn--icon{border-radius:50%;min-width:0;padding:0}.v-btn--icon.v-btn--size-default{--v-btn-size: 1rem}.v-btn--icon.v-btn--density-default{width:calc(var(--v-btn-height) + 12px);height:calc(var(--v-btn-height) + 12px)}.v-btn--icon.v-btn--density-comfortable{width:calc(var(--v-btn-height) + 0px);height:calc(var(--v-btn-height) + 0px)}.v-btn--icon.v-btn--density-compact{width:calc(var(--v-btn-height) + -8px);height:calc(var(--v-btn-height) + -8px)}.v-btn--elevated:hover,.v-btn--elevated:focus{box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-btn--elevated:active{box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-btn--flat{box-shadow:none}.v-btn--block{display:flex;flex:1 0 auto;min-width:100%}.v-btn--disabled{pointer-events:none;opacity:.26}.v-btn--disabled:hover{opacity:.26}.v-btn--disabled.v-btn--variant-elevated,.v-btn--disabled.v-btn--variant-flat{box-shadow:none;opacity:1;color:rgba(var(--v-theme-on-surface),.26);background:rgb(var(--v-theme-surface))}.v-btn--disabled.v-btn--variant-elevated .v-btn__overlay,.v-btn--disabled.v-btn--variant-flat .v-btn__overlay{opacity:.4615384615}.v-btn--loading{pointer-events:none}.v-btn--loading .v-btn__content,.v-btn--loading .v-btn__prepend,.v-btn--loading .v-btn__append{opacity:0}.v-btn--stacked{grid-template-areas:"prepend" "content" "append";grid-template-columns:auto;grid-template-rows:max-content max-content max-content;justify-items:center;align-content:center}.v-btn--stacked .v-btn__content{flex-direction:column;line-height:1.25}.v-btn--stacked .v-btn__prepend,.v-btn--stacked .v-btn__append,.v-btn--stacked .v-btn__content>.v-icon--start,.v-btn--stacked .v-btn__content>.v-icon--end{margin-inline:0}.v-btn--stacked .v-btn__prepend,.v-btn--stacked .v-btn__content>.v-icon--start{margin-bottom:4px}.v-btn--stacked .v-btn__append,.v-btn--stacked .v-btn__content>.v-icon--end{margin-top:4px}.v-btn--stacked.v-btn--size-x-small{--v-btn-size: .625rem;--v-btn-height: 56px;font-size:var(--v-btn-size);min-width:56px;padding:0 12px}.v-btn--stacked.v-btn--size-small{--v-btn-size: .75rem;--v-btn-height: 64px;font-size:var(--v-btn-size);min-width:64px;padding:0 14px}.v-btn--stacked.v-btn--size-default{--v-btn-size: .875rem;--v-btn-height: 72px;font-size:var(--v-btn-size);min-width:72px;padding:0 16px}.v-btn--stacked.v-btn--size-large{--v-btn-size: 1rem;--v-btn-height: 80px;font-size:var(--v-btn-size);min-width:80px;padding:0 18px}.v-btn--stacked.v-btn--size-x-large{--v-btn-size: 1.125rem;--v-btn-height: 88px;font-size:var(--v-btn-size);min-width:88px;padding:0 20px}.v-btn--stacked.v-btn--density-default{height:calc(var(--v-btn-height) + 0px)}.v-btn--stacked.v-btn--density-comfortable{height:calc(var(--v-btn-height) + -16px)}.v-btn--stacked.v-btn--density-compact{height:calc(var(--v-btn-height) + -24px)}.v-btn--slim{padding:0 8px}.v-btn--readonly{pointer-events:none}.v-btn--rounded{border-radius:24px}.v-btn--rounded.v-btn--icon{border-radius:4px}.v-btn .v-icon{--v-icon-size-multiplier: .8571428571}.v-btn--icon .v-icon{--v-icon-size-multiplier: 1}.v-btn--stacked .v-icon{--v-icon-size-multiplier: 1.1428571429}.v-btn--stacked.v-btn--block{min-width:100%}.v-btn__loader{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.v-btn__loader>.v-progress-circular{width:1.5em;height:1.5em}.v-btn__content,.v-btn__prepend,.v-btn__append{align-items:center;display:flex;transition:transform,opacity .2s cubic-bezier(.4,0,.2,1)}.v-btn__prepend{grid-area:prepend;margin-inline:calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5)}.v-btn--slim .v-btn__prepend{margin-inline-start:0}.v-btn__append{grid-area:append;margin-inline:calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9)}.v-btn--slim .v-btn__append{margin-inline-end:0}.v-btn__content{grid-area:content;justify-content:center;white-space:nowrap}.v-btn__content>.v-icon--start{margin-inline:calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5)}.v-btn__content>.v-icon--end{margin-inline:calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9)}.v-btn--stacked .v-btn__content{white-space:normal}.v-btn__overlay{background-color:currentColor;border-radius:inherit;opacity:0;transition:opacity .2s ease-in-out}.v-btn__overlay,.v-btn__underlay{pointer-events:none}.v-btn__overlay,.v-btn__underlay{position:absolute;top:0;left:0;width:100%;height:100%}.v-pagination .v-btn{border-radius:4px}.v-pagination .v-btn--rounded{border-radius:50%}.v-pagination .v-btn__overlay{transition:none}.v-pagination .v-pagination__item--is-active .v-btn__overlay{opacity:var(--v-border-opacity)}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled)>.v-btn__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):hover>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):focus-visible>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):focus>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain{opacity:1}.v-btn-group{display:inline-flex;flex-wrap:nowrap;max-width:100%;min-width:0;overflow:hidden;vertical-align:middle}.v-btn-group{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-btn-group--border{border-width:thin;box-shadow:none}.v-btn-group{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-btn-group{border-radius:4px}.v-btn-group{background:transparent;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-btn-group--density-default.v-btn-group{height:48px}.v-btn-group--density-comfortable.v-btn-group{height:40px}.v-btn-group--density-compact.v-btn-group{height:36px}.v-btn-group .v-btn{border-radius:0;border-color:inherit}.v-btn-group .v-btn:not(:last-child){border-inline-end:none}.v-btn-group .v-btn:not(:first-child){border-inline-start:none}.v-btn-group .v-btn:first-child{border-start-start-radius:inherit;border-end-start-radius:inherit}.v-btn-group .v-btn:last-child{border-start-end-radius:inherit;border-end-end-radius:inherit}.v-btn-group--divided .v-btn:not(:last-child){border-inline-end-width:thin;border-inline-end-style:solid;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))}.v-btn-group--tile{border-radius:0}.v-icon{--v-icon-size-multiplier: 1;align-items:center;display:inline-flex;font-feature-settings:"liga";height:1em;justify-content:center;letter-spacing:normal;line-height:1;position:relative;text-indent:0;text-align:center;-webkit-user-select:none;user-select:none;vertical-align:middle;width:1em;min-width:1em}.v-icon--clickable{cursor:pointer}.v-icon--disabled{pointer-events:none;opacity:.38}.v-icon--size-x-small{font-size:calc(var(--v-icon-size-multiplier) * 1em)}.v-icon--size-small{font-size:calc(var(--v-icon-size-multiplier) * 1.25em)}.v-icon--size-default{font-size:calc(var(--v-icon-size-multiplier) * 1.5em)}.v-icon--size-large{font-size:calc(var(--v-icon-size-multiplier) * 1.75em)}.v-icon--size-x-large{font-size:calc(var(--v-icon-size-multiplier) * 2em)}.v-icon__svg{fill:currentColor;width:100%;height:100%}.v-icon--start{margin-inline-end:8px}.v-icon--end{margin-inline-start:8px}.v-progress-circular{align-items:center;display:inline-flex;justify-content:center;position:relative;vertical-align:middle}.v-progress-circular>svg{width:100%;height:100%;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0;z-index:0}.v-progress-circular__content{align-items:center;display:flex;justify-content:center}.v-progress-circular__underlay{color:rgba(var(--v-border-color),var(--v-border-opacity));stroke:currentColor;z-index:1}.v-progress-circular__overlay{stroke:currentColor;transition:all .2s ease-in-out,stroke-width 0s;z-index:2}.v-progress-circular--size-x-small{height:16px;width:16px}.v-progress-circular--size-small{height:24px;width:24px}.v-progress-circular--size-default{height:32px;width:32px}.v-progress-circular--size-large{height:48px;width:48px}.v-progress-circular--size-x-large{height:64px;width:64px}.v-progress-circular--indeterminate>svg{animation:progress-circular-rotate 1.4s linear infinite;transform-origin:center center;transition:all .2s ease-in-out}.v-progress-circular--indeterminate .v-progress-circular__overlay{animation:progress-circular-dash 1.4s ease-in-out infinite,progress-circular-rotate 1.4s linear infinite;stroke-dasharray:25,200;stroke-dashoffset:0;stroke-linecap:round;transform-origin:center center;transform:rotate(-90deg)}.v-progress-circular--disable-shrink>svg{animation-duration:.7s}.v-progress-circular--disable-shrink .v-progress-circular__overlay{animation:none}.v-progress-circular--indeterminate:not(.v-progress-circular--visible)>svg,.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay{animation-play-state:paused!important}@keyframes progress-circular-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0px}50%{stroke-dasharray:100,200;stroke-dashoffset:-15px}to{stroke-dasharray:100,200;stroke-dashoffset:-124px}}@keyframes progress-circular-rotate{to{transform:rotate(270deg)}}.v-progress-linear{background:transparent;overflow:hidden;position:relative;transition:.2s cubic-bezier(.4,0,.2,1);width:100%}@media (forced-colors: active){.v-progress-linear{border:thin solid buttontext}}.v-progress-linear__background,.v-progress-linear__buffer{background:currentColor;bottom:0;left:0;opacity:var(--v-border-opacity);position:absolute;top:0;width:100%;transition-property:width,left,right;transition:inherit}@media (forced-colors: active){.v-progress-linear__buffer{background-color:highlight;opacity:.3}}.v-progress-linear__content{align-items:center;display:flex;height:100%;justify-content:center;left:0;pointer-events:none;position:absolute;top:0;width:100%}.v-progress-linear__determinate,.v-progress-linear__indeterminate{background:currentColor}@media (forced-colors: active){.v-progress-linear__determinate,.v-progress-linear__indeterminate{background-color:highlight}}.v-progress-linear__determinate{height:inherit;left:0;position:absolute;transition:inherit;transition-property:width,left,right}.v-progress-linear__indeterminate .long,.v-progress-linear__indeterminate .short{animation-play-state:paused;animation-duration:2.2s;animation-iteration-count:infinite;bottom:0;height:inherit;left:0;position:absolute;right:auto;top:0;width:auto}.v-progress-linear__indeterminate .long{animation-name:indeterminate-ltr}.v-progress-linear__indeterminate .short{animation-name:indeterminate-short-ltr}.v-progress-linear__stream{animation:stream .25s infinite linear;animation-play-state:paused;bottom:0;left:auto;opacity:.3;pointer-events:none;position:absolute;transition:inherit;transition-property:width,left,right}.v-progress-linear--reverse .v-progress-linear__background,.v-progress-linear--reverse .v-progress-linear__determinate,.v-progress-linear--reverse .v-progress-linear__content,.v-progress-linear--reverse .v-progress-linear__indeterminate .long,.v-progress-linear--reverse .v-progress-linear__indeterminate .short{left:auto;right:0}.v-progress-linear--reverse .v-progress-linear__indeterminate .long{animation-name:indeterminate-rtl}.v-progress-linear--reverse .v-progress-linear__indeterminate .short{animation-name:indeterminate-short-rtl}.v-progress-linear--reverse .v-progress-linear__stream{right:auto}.v-progress-linear--absolute,.v-progress-linear--fixed{left:0;z-index:1}.v-progress-linear--absolute{position:absolute}.v-progress-linear--fixed{position:fixed}.v-progress-linear--rounded{border-radius:9999px}.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__determinate,.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__indeterminate{border-radius:inherit}.v-progress-linear--striped .v-progress-linear__determinate{animation:progress-linear-stripes 1s infinite linear;background-image:linear-gradient(135deg,hsla(0,0%,100%,.25) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.25) 0,hsla(0,0%,100%,.25) 75%,transparent 0,transparent);background-repeat:repeat;background-size:var(--v-progress-linear-height)}.v-progress-linear--active .v-progress-linear__indeterminate .long,.v-progress-linear--active .v-progress-linear__indeterminate .short,.v-progress-linear--active .v-progress-linear__stream{animation-play-state:running}.v-progress-linear--rounded-bar .v-progress-linear__determinate,.v-progress-linear--rounded-bar .v-progress-linear__indeterminate,.v-progress-linear--rounded-bar .v-progress-linear__stream+.v-progress-linear__background{border-radius:9999px}.v-progress-linear--rounded-bar .v-progress-linear__determinate{border-start-start-radius:0;border-end-start-radius:0}@keyframes indeterminate-ltr{0%{left:-90%;right:100%}60%{left:-90%;right:100%}to{left:100%;right:-35%}}@keyframes indeterminate-rtl{0%{left:100%;right:-90%}60%{left:100%;right:-90%}to{left:-35%;right:100%}}@keyframes indeterminate-short-ltr{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@keyframes indeterminate-short-rtl{0%{left:100%;right:-200%}60%{left:-8%;right:107%}to{left:-8%;right:107%}}@keyframes stream{to{transform:translate(var(--v-progress-linear-stream-to))}}@keyframes progress-linear-stripes{0%{background-position-x:var(--v-progress-linear-height)}}.v-ripple__container{color:inherit;border-radius:inherit;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;z-index:0;pointer-events:none;contain:strict}.v-ripple__animation{color:inherit;position:absolute;top:0;left:0;border-radius:50%;background:currentColor;opacity:0;pointer-events:none;overflow:hidden;will-change:transform,opacity}.v-ripple__animation--enter{transition:none;opacity:0}.v-ripple__animation--in{transition:transform .25s cubic-bezier(0,0,.2,1),opacity .1s cubic-bezier(0,0,.2,1);opacity:calc(.25 * var(--v-theme-overlay-multiplier))}.v-ripple__animation--out{transition:opacity .3s cubic-bezier(0,0,.2,1);opacity:0}.v-avatar{flex:none;align-items:center;display:inline-flex;justify-content:center;line-height:normal;overflow:hidden;position:relative;text-align:center;transition:.2s cubic-bezier(.4,0,.2,1);transition-property:width,height;vertical-align:middle}.v-avatar.v-avatar--size-x-small{--v-avatar-height: 24px}.v-avatar.v-avatar--size-small{--v-avatar-height: 32px}.v-avatar.v-avatar--size-default{--v-avatar-height: 40px}.v-avatar.v-avatar--size-large{--v-avatar-height: 48px}.v-avatar.v-avatar--size-x-large{--v-avatar-height: 56px}.v-avatar.v-avatar--density-default{height:calc(var(--v-avatar-height) + 0px);width:calc(var(--v-avatar-height) + 0px)}.v-avatar.v-avatar--density-comfortable{height:calc(var(--v-avatar-height) + -4px);width:calc(var(--v-avatar-height) + -4px)}.v-avatar.v-avatar--density-compact{height:calc(var(--v-avatar-height) + -8px);width:calc(var(--v-avatar-height) + -8px)}.v-avatar{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-avatar--border{border-width:thin;box-shadow:none}.v-avatar{border-radius:50%}.v-avatar--variant-plain,.v-avatar--variant-outlined,.v-avatar--variant-text,.v-avatar--variant-tonal{background:transparent;color:inherit}.v-avatar--variant-plain{opacity:.62}.v-avatar--variant-plain:focus,.v-avatar--variant-plain:hover{opacity:1}.v-avatar--variant-plain .v-avatar__overlay{display:none}.v-avatar--variant-elevated,.v-avatar--variant-flat{background:var(--v-theme-surface);color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity))}.v-avatar--variant-elevated{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-avatar--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-avatar--variant-outlined{border:thin solid currentColor}.v-avatar--variant-text .v-avatar__overlay{background:currentColor}.v-avatar--variant-tonal .v-avatar__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-avatar .v-avatar__underlay{position:absolute}.v-avatar--rounded{border-radius:4px}.v-avatar--start{margin-inline-end:8px}.v-avatar--end{margin-inline-start:8px}.v-avatar .v-img{height:100%;width:100%}.v-img{--v-theme-overlay-multiplier: 3;z-index:0}.v-img.v-img--absolute{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.v-img--booting .v-responsive__sizer{transition:none}.v-img--rounded{border-radius:4px}.v-img__img,.v-img__picture,.v-img__gradient,.v-img__placeholder,.v-img__error{z-index:-1}.v-img__img,.v-img__picture,.v-img__gradient,.v-img__placeholder,.v-img__error{position:absolute;top:0;left:0;width:100%;height:100%}.v-img__img--preload{filter:blur(4px)}.v-img__img--contain{object-fit:contain}.v-img__img--cover{object-fit:cover}.v-img__gradient{background-repeat:no-repeat}.v-responsive{display:flex;flex:1 0 auto;max-height:100%;max-width:100%;overflow:hidden;position:relative}.v-responsive--inline{display:inline-flex;flex:0 0 auto}.v-responsive__content{flex:1 0 0px;max-width:100%}.v-responsive__sizer~.v-responsive__content{margin-inline-start:-100%}.v-responsive__sizer{flex:1 0 0px;transition:padding-bottom .2s cubic-bezier(.4,0,.2,1);pointer-events:none} diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/VAvatar-CBxZwzSi.js b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/VAvatar-CBxZwzSi.js new file mode 100644 index 0000000..a7ec55e --- /dev/null +++ b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/VAvatar-CBxZwzSi.js @@ -0,0 +1 @@ +import{a_ as se,g as $,_ as bt,aM as ht,m as N,aL as Oe,p as _,aN as M,f,af as G,aP as Ae,a$ as Ve,b0 as yt,b1 as Ct,b2 as St,c as o,a5 as Fe,G as me,a as U,b as W,d as H,h as Me,t as L,u as O,X as J,ar as _t,W as De,Y as kt,k as oe,w as j,aa as ge,n as je,o as wt,b3 as xt,a0 as Ge,a1 as It,b4 as Bt,y as ue,a9 as Vt,i as I,O as le,r as ce,b5 as Pt,b6 as Et,b7 as Lt,s as D,b8 as Ce,R as Tt,z as pt,e as Ue,j as Pe,ak as We,aK as He,b9 as $t,ba as Ee,U as Se,ah as zt,aB as Rt,bb as Le,au as qe,av as Xe,am as be,aJ as Nt,as as Ot,an as At,ao as Ft}from"./index-KF56cXUu.js";const Ye=["top","bottom"],Mt=["start","end","left","right"];function Dt(e,n){let[a,t]=e.split(" ");return t||(t=se(Ye,a)?"start":se(Mt,a)?"top":"center"),{side:Te(a,n),align:Te(t,n)}}function Te(e,n){return e==="start"?n?"right":"left":e==="end"?n?"left":"right":e}function En(e){return{side:{center:"center",top:"bottom",bottom:"top",left:"right",right:"left"}[e.side],align:e.align}}function Ln(e){return{side:e.side,align:{center:"center",top:"bottom",bottom:"top",left:"right",right:"left"}[e.align]}}function Tn(e){return{side:e.align,align:e.side}}function pn(e){return se(Ye,e.side)?"y":"x"}function $n(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"div",a=arguments.length>2?arguments[2]:void 0;return $()({name:a??bt(ht(e.replace(/__/g,"-"))),props:{tag:{type:String,default:n},...N()},setup(t,s){let{slots:l}=s;return()=>{var i;return Oe(t.tag,{class:[e,t.class],style:t.style},(i=l.default)==null?void 0:i.call(l))}}})}const zn=(e,n)=>{const a=e.__vccOpts||e;for(const[t,s]of n)a[t]=s;return a},_e=_({border:[Boolean,Number,String]},"border");function ke(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:M();return{borderClasses:f(()=>{const t=G(e)?e.value:e.border,s=[];if(t===!0||t==="")s.push(`${n}--border`);else if(typeof t=="string"||t===0)for(const l of String(t).split(" "))s.push(`border-${l}`);return s})}}const jt=[null,"default","comfortable","compact"],we=_({density:{type:String,default:"default",validator:e=>jt.includes(e)}},"density");function xe(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:M();return{densityClasses:f(()=>`${n}--density-${e.density}`)}}const Ke=_({elevation:{type:[Number,String],validator(e){const n=parseInt(e);return!isNaN(n)&&n>=0&&n<=24}}},"elevation");function Je(e){return{elevationClasses:f(()=>{const a=G(e)?e.value:e.elevation,t=[];return a==null||t.push(`elevation-${a}`),t})}}const Q=_({rounded:{type:[Boolean,Number,String],default:void 0},tile:Boolean},"rounded");function Z(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:M();return{roundedClasses:f(()=>{const t=G(e)?e.value:e.rounded,s=G(e)?e.value:e.tile,l=[];if(t===!0||t==="")l.push(`${n}--rounded`);else if(typeof t=="string"||t===0)for(const i of String(t).split(" "))l.push(`rounded-${i}`);else(s||t===!1)&&l.push("rounded-0");return l})}}function Ie(e){return Ae(()=>{const n=[],a={};if(e.value.background)if(Ve(e.value.background)){if(a.backgroundColor=e.value.background,!e.value.text&&yt(e.value.background)){const t=Ct(e.value.background);if(t.a==null||t.a===1){const s=St(t);a.color=s,a.caretColor=s}}}else n.push(`bg-${e.value.background}`);return e.value.text&&(Ve(e.value.text)?(a.color=e.value.text,a.caretColor=e.value.text):n.push(`text-${e.value.text}`)),{colorClasses:n,colorStyles:a}})}function ie(e,n){const a=f(()=>({text:G(e)?e.value:n?e[n]:null})),{colorClasses:t,colorStyles:s}=Ie(a);return{textColorClasses:t,textColorStyles:s}}function te(e,n){const a=f(()=>({background:G(e)?e.value:n?e[n]:null})),{colorClasses:t,colorStyles:s}=Ie(a);return{backgroundColorClasses:t,backgroundColorStyles:s}}const Gt=["elevated","flat","tonal","outlined","text","plain"];function Qe(e,n){return o(Fe,null,[e&&o("span",{key:"overlay",class:`${n}__overlay`},null),o("span",{key:"underlay",class:`${n}__underlay`},null)])}const Be=_({color:String,variant:{type:String,default:"elevated",validator:e=>Gt.includes(e)}},"variant");function Ze(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:M();const a=f(()=>{const{variant:l}=me(e);return`${n}--variant-${l}`}),{colorClasses:t,colorStyles:s}=Ie(f(()=>{const{variant:l,color:i}=me(e);return{[["elevated","flat"].includes(l)?"background":"text"]:i}}));return{colorClasses:t,colorStyles:s,variantClasses:a}}const et=_({baseColor:String,divided:Boolean,..._e(),...N(),...we(),...Ke(),...Q(),...U(),...W(),...Be()},"VBtnGroup"),pe=$()({name:"VBtnGroup",props:et(),setup(e,n){let{slots:a}=n;const{themeClasses:t}=H(e),{densityClasses:s}=xe(e),{borderClasses:l}=ke(e),{elevationClasses:i}=Je(e),{roundedClasses:c}=Z(e);Me({VBtn:{height:"auto",baseColor:L(e,"baseColor"),color:L(e,"color"),density:L(e,"density"),flat:!0,variant:L(e,"variant")}}),O(()=>o(e.tag,{class:["v-btn-group",{"v-btn-group--divided":e.divided},t.value,l.value,s.value,i.value,c.value,e.class],style:e.style},a))}}),Ut=_({modelValue:{type:null,default:void 0},multiple:Boolean,mandatory:[Boolean,String],max:Number,selectedClass:String,disabled:Boolean},"group"),Wt=_({value:null,disabled:Boolean,selectedClass:String},"group-item");function Ht(e,n){let a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;const t=J("useGroupItem");if(!t)throw new Error("[Vuetify] useGroupItem composable must be used inside a component setup function");const s=_t();De(Symbol.for(`${n.description}:id`),s);const l=kt(n,null);if(!l){if(!a)return l;throw new Error(`[Vuetify] Could not find useGroup injection with symbol ${n.description}`)}const i=L(e,"value"),c=f(()=>!!(l.disabled.value||e.disabled));l.register({id:s,value:i,disabled:c},t),oe(()=>{l.unregister(s)});const d=f(()=>l.isSelected(s)),m=f(()=>l.items.value[0].id===s),g=f(()=>l.items.value[l.items.value.length-1].id===s),h=f(()=>d.value&&[l.selectedClass.value,e.selectedClass]);return j(d,r=>{t.emit("group:selected",{value:r})},{flush:"sync"}),{id:s,isSelected:d,isFirst:m,isLast:g,toggle:()=>l.select(s,!d.value),select:r=>l.select(s,r),selectedClass:h,value:i,disabled:c,group:l}}function qt(e,n){let a=!1;const t=ge([]),s=je(e,"modelValue",[],r=>r==null?[]:tt(t,It(r)),r=>{const u=Yt(t,r);return e.multiple?u:u[0]}),l=J("useGroup");function i(r,u){const y=r,v=Symbol.for(`${n.description}:id`),S=Bt(v,l==null?void 0:l.vnode).indexOf(u);me(y.value)==null&&(y.value=S,y.useIndexAsValue=!0),S>-1?t.splice(S,0,y):t.push(y)}function c(r){if(a)return;d();const u=t.findIndex(y=>y.id===r);t.splice(u,1)}function d(){const r=t.find(u=>!u.disabled);r&&e.mandatory==="force"&&!s.value.length&&(s.value=[r.id])}wt(()=>{d()}),oe(()=>{a=!0}),xt(()=>{for(let r=0;rv.id===r);if(!(u&&(y!=null&&y.disabled)))if(e.multiple){const v=s.value.slice(),C=v.findIndex(P=>P===r),S=~C;if(u=u??!S,S&&e.mandatory&&v.length<=1||!S&&e.max!=null&&v.length+1>e.max)return;C<0&&u?v.push(r):C>=0&&!u&&v.splice(C,1),s.value=v}else{const v=s.value.includes(r);if(e.mandatory&&v)return;s.value=u??!v?[r]:[]}}function g(r){if(e.multiple,s.value.length){const u=s.value[0],y=t.findIndex(S=>S.id===u);let v=(y+r)%t.length,C=t[v];for(;C.disabled&&v!==y;)v=(v+r)%t.length,C=t[v];if(C.disabled)return;s.value=[t[v].id]}else{const u=t.find(y=>!y.disabled);u&&(s.value=[u.id])}}const h={register:i,unregister:c,selected:s,select:m,disabled:L(e,"disabled"),prev:()=>g(t.length-1),next:()=>g(1),isSelected:r=>s.value.includes(r),selectedClass:f(()=>e.selectedClass),items:f(()=>t),getItemIndex:r=>Xt(t,r)};return De(n,h),h}function Xt(e,n){const a=tt(e,[n]);return a.length?e.findIndex(t=>t.id===a[0]):-1}function tt(e,n){const a=[];return n.forEach(t=>{const s=e.find(i=>Ge(t,i.value)),l=e[t];(s==null?void 0:s.value)!=null?a.push(s.id):l!=null&&a.push(l.id)}),a}function Yt(e,n){const a=[];return n.forEach(t=>{const s=e.findIndex(l=>l.id===t);if(~s){const l=e[s];a.push(l.value!=null?l.value:s)}}),a}const nt=Symbol.for("vuetify:v-btn-toggle"),Kt=_({...et(),...Ut()},"VBtnToggle");$()({name:"VBtnToggle",props:Kt(),emits:{"update:modelValue":e=>!0},setup(e,n){let{slots:a}=n;const{isSelected:t,next:s,prev:l,select:i,selected:c}=qt(e,nt);return O(()=>{const d=pe.filterProps(e);return o(pe,ue({class:["v-btn-toggle",e.class]},d,{style:e.style}),{default:()=>{var m;return[(m=a.default)==null?void 0:m.call(a,{isSelected:t,next:s,prev:l,select:i,selected:c})]}})}),{next:s,prev:l,select:i}}});const Jt=_({defaults:Object,disabled:Boolean,reset:[Number,String],root:[Boolean,String],scoped:Boolean},"VDefaultsProvider"),ne=$(!1)({name:"VDefaultsProvider",props:Jt(),setup(e,n){let{slots:a}=n;const{defaults:t,disabled:s,reset:l,root:i,scoped:c}=Vt(e);return Me(t,{reset:l,root:i,scoped:c,disabled:s}),()=>{var d;return(d=a.default)==null?void 0:d.call(a)}}}),Qt=["x-small","small","default","large","x-large"],de=_({size:{type:[String,Number],default:"default"}},"size");function ve(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:M();return Ae(()=>{let a,t;return se(Qt,e.size)?a=`${n}--size-${e.size}`:e.size&&(t={width:I(e.size),height:I(e.size)}),{sizeClasses:a,sizeStyles:t}})}const Zt=_({color:String,disabled:Boolean,start:Boolean,end:Boolean,icon:le,...N(),...de(),...U({tag:"i"}),...W()},"VIcon"),ae=$()({name:"VIcon",props:Zt(),setup(e,n){let{attrs:a,slots:t}=n;const s=ce(),{themeClasses:l}=H(e),{iconData:i}=Pt(f(()=>s.value||e.icon)),{sizeClasses:c}=ve(e),{textColorClasses:d,textColorStyles:m}=ie(L(e,"color"));return O(()=>{var r,u;const g=(r=t.default)==null?void 0:r.call(t);g&&(s.value=(u=Et(g).filter(y=>y.type===Lt&&y.children&&typeof y.children=="string")[0])==null?void 0:u.children);const h=!!(a.onClick||a.onClickOnce);return o(i.value.component,{tag:e.tag,icon:i.value.icon,class:["v-icon","notranslate",l.value,c.value,d.value,{"v-icon--clickable":h,"v-icon--disabled":e.disabled,"v-icon--start":e.start,"v-icon--end":e.end},e.class],style:[c.value?void 0:{fontSize:I(e.size),height:I(e.size),width:I(e.size)},m.value,e.style],role:h?"button":void 0,"aria-hidden":!h,tabindex:h?e.disabled?-1:0:void 0},{default:()=>[g]})}),{}}});function at(e,n){const a=ce(),t=D(!1);if(Ce){const s=new IntersectionObserver(l=>{t.value=!!l.find(i=>i.isIntersecting)},n);oe(()=>{s.disconnect()}),j(a,(l,i)=>{i&&(s.unobserve(i),t.value=!1),l&&s.observe(l)},{flush:"post"})}return{intersectionRef:a,isIntersecting:t}}const en=_({bgColor:String,color:String,indeterminate:[Boolean,String],modelValue:{type:[Number,String],default:0},rotate:{type:[Number,String],default:0},width:{type:[Number,String],default:4},...N(),...de(),...U({tag:"div"}),...W()},"VProgressCircular"),tn=$()({name:"VProgressCircular",props:en(),setup(e,n){let{slots:a}=n;const t=20,s=2*Math.PI*t,l=ce(),{themeClasses:i}=H(e),{sizeClasses:c,sizeStyles:d}=ve(e),{textColorClasses:m,textColorStyles:g}=ie(L(e,"color")),{textColorClasses:h,textColorStyles:r}=ie(L(e,"bgColor")),{intersectionRef:u,isIntersecting:y}=at(),{resizeRef:v,contentRect:C}=Tt(),S=f(()=>Math.max(0,Math.min(100,parseFloat(e.modelValue)))),P=f(()=>Number(e.width)),E=f(()=>d.value?Number(e.size):C.value?C.value.width:Math.max(P.value,32)),w=f(()=>t/(1-P.value/E.value)*2),T=f(()=>P.value/E.value*w.value),z=f(()=>I((100-S.value)/100*s));return pt(()=>{u.value=l.value,v.value=l.value}),O(()=>o(e.tag,{ref:l,class:["v-progress-circular",{"v-progress-circular--indeterminate":!!e.indeterminate,"v-progress-circular--visible":y.value,"v-progress-circular--disable-shrink":e.indeterminate==="disable-shrink"},i.value,c.value,m.value,e.class],style:[d.value,g.value,e.style],role:"progressbar","aria-valuemin":"0","aria-valuemax":"100","aria-valuenow":e.indeterminate?void 0:S.value},{default:()=>[o("svg",{style:{transform:`rotate(calc(-90deg + ${Number(e.rotate)}deg))`},xmlns:"http://www.w3.org/2000/svg",viewBox:`0 0 ${w.value} ${w.value}`},[o("circle",{class:["v-progress-circular__underlay",h.value],style:r.value,fill:"transparent",cx:"50%",cy:"50%",r:t,"stroke-width":T.value,"stroke-dasharray":s,"stroke-dashoffset":0},null),o("circle",{class:"v-progress-circular__overlay",fill:"transparent",cx:"50%",cy:"50%",r:t,"stroke-width":T.value,"stroke-dasharray":s,"stroke-dashoffset":z.value},null)]),a.default&&o("div",{class:"v-progress-circular__content"},[a.default({value:S.value})])]})),{}}}),$e={center:"center",top:"bottom",bottom:"top",left:"right",right:"left"},st=_({location:String},"location");function lt(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,a=arguments.length>2?arguments[2]:void 0;const{isRtl:t}=Ue();return{locationStyles:f(()=>{if(!e.location)return{};const{side:l,align:i}=Dt(e.location.split(" ").length>1?e.location:`${e.location} center`,t.value);function c(m){return a?a(m):0}const d={};return l!=="center"&&(n?d[$e[l]]=`calc(100% - ${c(l)}px)`:d[l]=0),i!=="center"?n?d[$e[i]]=`calc(100% - ${c(i)}px)`:d[i]=0:(l==="center"?d.top=d.left="50%":d[{top:"left",bottom:"left",left:"top",right:"top"}[l]]="50%",d.transform={top:"translateX(-50%)",bottom:"translateX(-50%)",left:"translateY(-50%)",right:"translateY(-50%)",center:"translate(-50%, -50%)"}[l]),d})}}const nn=_({absolute:Boolean,active:{type:Boolean,default:!0},bgColor:String,bgOpacity:[Number,String],bufferValue:{type:[Number,String],default:0},bufferColor:String,bufferOpacity:[Number,String],clickable:Boolean,color:String,height:{type:[Number,String],default:4},indeterminate:Boolean,max:{type:[Number,String],default:100},modelValue:{type:[Number,String],default:0},opacity:[Number,String],reverse:Boolean,stream:Boolean,striped:Boolean,roundedBar:Boolean,...N(),...st({location:"top"}),...Q(),...U(),...W()},"VProgressLinear"),an=$()({name:"VProgressLinear",props:nn(),emits:{"update:modelValue":e=>!0},setup(e,n){var x;let{slots:a}=n;const t=je(e,"modelValue"),{isRtl:s,rtlClasses:l}=Ue(),{themeClasses:i}=H(e),{locationStyles:c}=lt(e),{textColorClasses:d,textColorStyles:m}=ie(e,"color"),{backgroundColorClasses:g,backgroundColorStyles:h}=te(f(()=>e.bgColor||e.color)),{backgroundColorClasses:r,backgroundColorStyles:u}=te(f(()=>e.bufferColor||e.bgColor||e.color)),{backgroundColorClasses:y,backgroundColorStyles:v}=te(e,"color"),{roundedClasses:C}=Z(e),{intersectionRef:S,isIntersecting:P}=at(),E=f(()=>parseFloat(e.max)),w=f(()=>parseFloat(e.height)),T=f(()=>Pe(parseFloat(e.bufferValue)/E.value*100,0,100)),z=f(()=>Pe(parseFloat(t.value)/E.value*100,0,100)),p=f(()=>s.value!==e.reverse),q=f(()=>e.indeterminate?"fade-transition":"slide-x-transition"),A=We&&((x=window.matchMedia)==null?void 0:x.call(window,"(forced-colors: active)").matches);function X(b){if(!S.value)return;const{left:k,right:B,width:R}=S.value.getBoundingClientRect(),F=p.value?R-b.clientX+(B-R):b.clientX-k;t.value=Math.round(F/R*E.value)}return O(()=>o(e.tag,{ref:S,class:["v-progress-linear",{"v-progress-linear--absolute":e.absolute,"v-progress-linear--active":e.active&&P.value,"v-progress-linear--reverse":p.value,"v-progress-linear--rounded":e.rounded,"v-progress-linear--rounded-bar":e.roundedBar,"v-progress-linear--striped":e.striped},C.value,i.value,l.value,e.class],style:[{bottom:e.location==="bottom"?0:void 0,top:e.location==="top"?0:void 0,height:e.active?I(w.value):0,"--v-progress-linear-height":I(w.value),...e.absolute?c.value:{}},e.style],role:"progressbar","aria-hidden":e.active?"false":"true","aria-valuemin":"0","aria-valuemax":e.max,"aria-valuenow":e.indeterminate?void 0:z.value,onClick:e.clickable&&X},{default:()=>[e.stream&&o("div",{key:"stream",class:["v-progress-linear__stream",d.value],style:{...m.value,[p.value?"left":"right"]:I(-w.value),borderTop:`${I(w.value/2)} dotted`,opacity:parseFloat(e.bufferOpacity),top:`calc(50% - ${I(w.value/4)})`,width:I(100-T.value,"%"),"--v-progress-linear-stream-to":I(w.value*(p.value?1:-1))}},null),o("div",{class:["v-progress-linear__background",A?void 0:g.value],style:[h.value,{opacity:parseFloat(e.bgOpacity),width:e.stream?0:void 0}]},null),o("div",{class:["v-progress-linear__buffer",A?void 0:r.value],style:[u.value,{opacity:parseFloat(e.bufferOpacity),width:I(T.value,"%")}]},null),o(He,{name:q.value},{default:()=>[e.indeterminate?o("div",{class:"v-progress-linear__indeterminate"},[["long","short"].map(b=>o("div",{key:b,class:["v-progress-linear__indeterminate",b,A?void 0:y.value],style:v.value},null))]):o("div",{class:["v-progress-linear__determinate",A?void 0:y.value],style:[v.value,{width:I(z.value,"%")}]},null)]}),a.default&&o("div",{class:"v-progress-linear__content"},[a.default({value:z.value,buffer:T.value})])]})),{}}}),sn=_({loading:[Boolean,String]},"loader");function ln(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:M();return{loaderClasses:f(()=>({[`${n}--loading`]:e.loading}))}}function Rn(e,n){var t;let{slots:a}=n;return o("div",{class:`${e.name}__loader`},[((t=a.default)==null?void 0:t.call(a,{color:e.color,isActive:e.active}))||o(an,{absolute:e.absolute,active:e.active,color:e.color,height:"2",indeterminate:!0},null)])}const rn=["static","relative","fixed","absolute","sticky"],on=_({position:{type:String,validator:e=>rn.includes(e)}},"position");function un(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:M();return{positionClasses:f(()=>e.position?`${n}--${e.position}`:void 0)}}function cn(){const e=J("useRoute");return f(()=>{var n;return(n=e==null?void 0:e.proxy)==null?void 0:n.$route})}function Nn(){var e,n;return(n=(e=J("useRouter"))==null?void 0:e.proxy)==null?void 0:n.$router}function dn(e,n){var h,r;const a=$t("RouterLink"),t=f(()=>!!(e.href||e.to)),s=f(()=>(t==null?void 0:t.value)||Ee(n,"click")||Ee(e,"click"));if(typeof a=="string"||!("useLink"in a)){const u=L(e,"href");return{isLink:t,isClickable:s,href:u,linkProps:ge({href:u})}}const l=f(()=>({...e,to:L(()=>e.to||"")})),i=a.useLink(l.value),c=f(()=>e.to?i:void 0),d=cn(),m=f(()=>{var u,y,v;return c.value?e.exact?d.value?((v=c.value.isExactActive)==null?void 0:v.value)&&Ge(c.value.route.value.query,d.value.query):((y=c.value.isExactActive)==null?void 0:y.value)??!1:((u=c.value.isActive)==null?void 0:u.value)??!1:!1}),g=f(()=>{var u;return e.to?(u=c.value)==null?void 0:u.route.value.href:e.href});return{isLink:t,isClickable:s,isActive:m,route:(h=c.value)==null?void 0:h.route,navigate:(r=c.value)==null?void 0:r.navigate,href:g,linkProps:ge({href:g,"aria-current":f(()=>m.value?"page":void 0)})}}const vn=_({href:String,replace:Boolean,to:[String,Object],exact:Boolean},"router");let fe=!1;function On(e,n){let a=!1,t,s;We&&(Se(()=>{window.addEventListener("popstate",l),t=e==null?void 0:e.beforeEach((i,c,d)=>{fe?a?n(d):d():setTimeout(()=>a?n(d):d()),fe=!0}),s=e==null?void 0:e.afterEach(()=>{fe=!1})}),zt(()=>{window.removeEventListener("popstate",l),t==null||t(),s==null||s()}));function l(i){var c;(c=i.state)!=null&&c.replaced||(a=!0,setTimeout(()=>a=!1))}}function fn(e,n){j(()=>{var a;return(a=e.isActive)==null?void 0:a.value},a=>{e.isLink.value&&a&&n&&Se(()=>{n(!0)})},{immediate:!0})}const he=Symbol("rippleStop"),mn=80;function ze(e,n){e.style.transform=n,e.style.webkitTransform=n}function ye(e){return e.constructor.name==="TouchEvent"}function it(e){return e.constructor.name==="KeyboardEvent"}const gn=function(e,n){var h;let a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},t=0,s=0;if(!it(e)){const r=n.getBoundingClientRect(),u=ye(e)?e.touches[e.touches.length-1]:e;t=u.clientX-r.left,s=u.clientY-r.top}let l=0,i=.3;(h=n._ripple)!=null&&h.circle?(i=.15,l=n.clientWidth/2,l=a.center?l:l+Math.sqrt((t-l)**2+(s-l)**2)/4):l=Math.sqrt(n.clientWidth**2+n.clientHeight**2)/2;const c=`${(n.clientWidth-l*2)/2}px`,d=`${(n.clientHeight-l*2)/2}px`,m=a.center?c:`${t-l}px`,g=a.center?d:`${s-l}px`;return{radius:l,scale:i,x:m,y:g,centerX:c,centerY:d}},re={show(e,n){var u;let a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(!((u=n==null?void 0:n._ripple)!=null&&u.enabled))return;const t=document.createElement("span"),s=document.createElement("span");t.appendChild(s),t.className="v-ripple__container",a.class&&(t.className+=` ${a.class}`);const{radius:l,scale:i,x:c,y:d,centerX:m,centerY:g}=gn(e,n,a),h=`${l*2}px`;s.className="v-ripple__animation",s.style.width=h,s.style.height=h,n.appendChild(t);const r=window.getComputedStyle(n);r&&r.position==="static"&&(n.style.position="relative",n.dataset.previousPosition="static"),s.classList.add("v-ripple__animation--enter"),s.classList.add("v-ripple__animation--visible"),ze(s,`translate(${c}, ${d}) scale3d(${i},${i},${i})`),s.dataset.activated=String(performance.now()),setTimeout(()=>{s.classList.remove("v-ripple__animation--enter"),s.classList.add("v-ripple__animation--in"),ze(s,`translate(${m}, ${g}) scale3d(1,1,1)`)},0)},hide(e){var l;if(!((l=e==null?void 0:e._ripple)!=null&&l.enabled))return;const n=e.getElementsByClassName("v-ripple__animation");if(n.length===0)return;const a=n[n.length-1];if(a.dataset.isHiding)return;a.dataset.isHiding="true";const t=performance.now()-Number(a.dataset.activated),s=Math.max(250-t,0);setTimeout(()=>{a.classList.remove("v-ripple__animation--in"),a.classList.add("v-ripple__animation--out"),setTimeout(()=>{var c;e.getElementsByClassName("v-ripple__animation").length===1&&e.dataset.previousPosition&&(e.style.position=e.dataset.previousPosition,delete e.dataset.previousPosition),((c=a.parentNode)==null?void 0:c.parentNode)===e&&e.removeChild(a.parentNode)},300)},s)}};function rt(e){return typeof e>"u"||!!e}function Y(e){const n={},a=e.currentTarget;if(!(!(a!=null&&a._ripple)||a._ripple.touched||e[he])){if(e[he]=!0,ye(e))a._ripple.touched=!0,a._ripple.isTouch=!0;else if(a._ripple.isTouch)return;if(n.center=a._ripple.centered||it(e),a._ripple.class&&(n.class=a._ripple.class),ye(e)){if(a._ripple.showTimerCommit)return;a._ripple.showTimerCommit=()=>{re.show(e,a,n)},a._ripple.showTimer=window.setTimeout(()=>{var t;(t=a==null?void 0:a._ripple)!=null&&t.showTimerCommit&&(a._ripple.showTimerCommit(),a._ripple.showTimerCommit=null)},mn)}else re.show(e,a,n)}}function Re(e){e[he]=!0}function V(e){const n=e.currentTarget;if(n!=null&&n._ripple){if(window.clearTimeout(n._ripple.showTimer),e.type==="touchend"&&n._ripple.showTimerCommit){n._ripple.showTimerCommit(),n._ripple.showTimerCommit=null,n._ripple.showTimer=window.setTimeout(()=>{V(e)});return}window.setTimeout(()=>{n._ripple&&(n._ripple.touched=!1)}),re.hide(n)}}function ot(e){const n=e.currentTarget;n!=null&&n._ripple&&(n._ripple.showTimerCommit&&(n._ripple.showTimerCommit=null),window.clearTimeout(n._ripple.showTimer))}let K=!1;function ut(e){!K&&(e.keyCode===Le.enter||e.keyCode===Le.space)&&(K=!0,Y(e))}function ct(e){K=!1,V(e)}function dt(e){K&&(K=!1,V(e))}function vt(e,n,a){const{value:t,modifiers:s}=n,l=rt(t);if(l||re.hide(e),e._ripple=e._ripple??{},e._ripple.enabled=l,e._ripple.centered=s.center,e._ripple.circle=s.circle,Rt(t)&&t.class&&(e._ripple.class=t.class),l&&!a){if(s.stop){e.addEventListener("touchstart",Re,{passive:!0}),e.addEventListener("mousedown",Re);return}e.addEventListener("touchstart",Y,{passive:!0}),e.addEventListener("touchend",V,{passive:!0}),e.addEventListener("touchmove",ot,{passive:!0}),e.addEventListener("touchcancel",V),e.addEventListener("mousedown",Y),e.addEventListener("mouseup",V),e.addEventListener("mouseleave",V),e.addEventListener("keydown",ut),e.addEventListener("keyup",ct),e.addEventListener("blur",dt),e.addEventListener("dragstart",V,{passive:!0})}else!l&&a&&ft(e)}function ft(e){e.removeEventListener("mousedown",Y),e.removeEventListener("touchstart",Y),e.removeEventListener("touchend",V),e.removeEventListener("touchmove",ot),e.removeEventListener("touchcancel",V),e.removeEventListener("mouseup",V),e.removeEventListener("mouseleave",V),e.removeEventListener("keydown",ut),e.removeEventListener("keyup",ct),e.removeEventListener("dragstart",V),e.removeEventListener("blur",dt)}function bn(e,n){vt(e,n,!1)}function hn(e){delete e._ripple,ft(e)}function yn(e,n){if(n.value===n.oldValue)return;const a=rt(n.oldValue);vt(e,n,a)}const Cn={mounted:bn,unmounted:hn,updated:yn},Sn=_({active:{type:Boolean,default:void 0},activeColor:String,baseColor:String,symbol:{type:null,default:nt},flat:Boolean,icon:[Boolean,String,Function,Object],prependIcon:le,appendIcon:le,block:Boolean,readonly:Boolean,slim:Boolean,stacked:Boolean,ripple:{type:[Boolean,Object],default:!0},text:String,..._e(),...N(),...we(),...qe(),...Ke(),...Wt(),...sn(),...st(),...on(),...Q(),...vn(),...de(),...U({tag:"button"}),...W(),...Be({variant:"elevated"})},"VBtn"),An=$()({name:"VBtn",props:Sn(),emits:{"group:selected":e=>!0},setup(e,n){let{attrs:a,slots:t}=n;const{themeClasses:s}=H(e),{borderClasses:l}=ke(e),{densityClasses:i}=xe(e),{dimensionStyles:c}=Xe(e),{elevationClasses:d}=Je(e),{loaderClasses:m}=ln(e),{locationStyles:g}=lt(e),{positionClasses:h}=un(e),{roundedClasses:r}=Z(e),{sizeClasses:u,sizeStyles:y}=ve(e),v=Ht(e,e.symbol,!1),C=dn(e,a),S=f(()=>{var x;return e.active!==void 0?e.active:C.isLink.value?(x=C.isActive)==null?void 0:x.value:v==null?void 0:v.isSelected.value}),P=f(()=>S.value?e.activeColor??e.color:e.color),E=f(()=>{var b,k;return{color:(v==null?void 0:v.isSelected.value)&&(!C.isLink.value||((b=C.isActive)==null?void 0:b.value))||!v||((k=C.isActive)==null?void 0:k.value)?P.value??e.baseColor:e.baseColor,variant:e.variant}}),{colorClasses:w,colorStyles:T,variantClasses:z}=Ze(E),p=f(()=>(v==null?void 0:v.disabled.value)||e.disabled),q=f(()=>e.variant==="elevated"&&!(e.disabled||e.flat||e.border)),A=f(()=>{if(!(e.value===void 0||typeof e.value=="symbol"))return Object(e.value)===e.value?JSON.stringify(e.value,null,0):e.value});function X(x){var b;p.value||C.isLink.value&&(x.metaKey||x.ctrlKey||x.shiftKey||x.button!==0||a.target==="_blank")||((b=C.navigate)==null||b.call(C,x),v==null||v.toggle())}return fn(C,v==null?void 0:v.select),O(()=>{const x=C.isLink.value?"a":e.tag,b=!!(e.prependIcon||t.prepend),k=!!(e.appendIcon||t.append),B=!!(e.icon&&e.icon!==!0);return be(o(x,ue({type:x==="a"?void 0:"button",class:["v-btn",v==null?void 0:v.selectedClass.value,{"v-btn--active":S.value,"v-btn--block":e.block,"v-btn--disabled":p.value,"v-btn--elevated":q.value,"v-btn--flat":e.flat,"v-btn--icon":!!e.icon,"v-btn--loading":e.loading,"v-btn--readonly":e.readonly,"v-btn--slim":e.slim,"v-btn--stacked":e.stacked},s.value,l.value,w.value,i.value,d.value,m.value,h.value,r.value,u.value,z.value,e.class],style:[T.value,c.value,g.value,y.value,e.style],"aria-busy":e.loading?!0:void 0,disabled:p.value||void 0,tabindex:e.loading||e.readonly?-1:void 0,onClick:X,value:A.value},C.linkProps),{default:()=>{var R;return[Qe(!0,"v-btn"),!e.icon&&b&&o("span",{key:"prepend",class:"v-btn__prepend"},[t.prepend?o(ne,{key:"prepend-defaults",disabled:!e.prependIcon,defaults:{VIcon:{icon:e.prependIcon}}},t.prepend):o(ae,{key:"prepend-icon",icon:e.prependIcon},null)]),o("span",{class:"v-btn__content","data-no-activator":""},[!t.default&&B?o(ae,{key:"content-icon",icon:e.icon},null):o(ne,{key:"content-defaults",disabled:!B,defaults:{VIcon:{icon:e.icon}}},{default:()=>{var F;return[((F=t.default)==null?void 0:F.call(t))??e.text]}})]),!e.icon&&k&&o("span",{key:"append",class:"v-btn__append"},[t.append?o(ne,{key:"append-defaults",disabled:!e.appendIcon,defaults:{VIcon:{icon:e.appendIcon}}},t.append):o(ae,{key:"append-icon",icon:e.appendIcon},null)]),!!e.loading&&o("span",{key:"loader",class:"v-btn__loader"},[((R=t.loader)==null?void 0:R.call(t))??o(tn,{color:typeof e.loading=="boolean"?void 0:e.loading,indeterminate:!0,width:"2"},null)])]}}),[[Cn,!p.value&&e.ripple,"",{center:!!e.icon}]])}),{group:v}}});function _n(e){return{aspectStyles:f(()=>{const n=Number(e.aspectRatio);return n?{paddingBottom:String(1/n*100)+"%"}:void 0})}}const mt=_({aspectRatio:[String,Number],contentClass:null,inline:Boolean,...N(),...qe()},"VResponsive"),Ne=$()({name:"VResponsive",props:mt(),setup(e,n){let{slots:a}=n;const{aspectStyles:t}=_n(e),{dimensionStyles:s}=Xe(e);return O(()=>{var l;return o("div",{class:["v-responsive",{"v-responsive--inline":e.inline},e.class],style:[s.value,e.style]},[o("div",{class:"v-responsive__sizer",style:t.value},null),(l=a.additional)==null?void 0:l.call(a),a.default&&o("div",{class:["v-responsive__content",e.contentClass]},[a.default()])])}),{}}}),kn=_({transition:{type:[Boolean,String,Object],default:"fade-transition",validator:e=>e!==!0}},"transition"),ee=(e,n)=>{let{slots:a}=n;const{transition:t,disabled:s,group:l,...i}=e,{component:c=l?Nt:He,...d}=typeof t=="object"?t:{};return Oe(c,ue(typeof t=="string"?{name:s?"":t}:d,typeof t=="string"?{}:Object.fromEntries(Object.entries({disabled:s,group:l}).filter(m=>{let[g,h]=m;return h!==void 0})),i),a)};function wn(e,n){if(!Ce)return;const a=n.modifiers||{},t=n.value,{handler:s,options:l}=typeof t=="object"?t:{handler:t,options:{}},i=new IntersectionObserver(function(){var h;let c=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],d=arguments.length>1?arguments[1]:void 0;const m=(h=e._observe)==null?void 0:h[n.instance.$.uid];if(!m)return;const g=c.some(r=>r.isIntersecting);s&&(!a.quiet||m.init)&&(!a.once||g||m.init)&&s(g,c,d),g&&a.once?gt(e,n):m.init=!0},l);e._observe=Object(e._observe),e._observe[n.instance.$.uid]={init:!1,observer:i},i.observe(e)}function gt(e,n){var t;const a=(t=e._observe)==null?void 0:t[n.instance.$.uid];a&&(a.observer.unobserve(e),delete e._observe[n.instance.$.uid])}const xn={mounted:wn,unmounted:gt},In=_({absolute:Boolean,alt:String,cover:Boolean,color:String,draggable:{type:[Boolean,String],default:void 0},eager:Boolean,gradient:String,lazySrc:String,options:{type:Object,default:()=>({root:void 0,rootMargin:void 0,threshold:void 0})},sizes:String,src:{type:[String,Object],default:""},crossorigin:String,referrerpolicy:String,srcset:String,position:String,...mt(),...N(),...Q(),...kn()},"VImg"),Bn=$()({name:"VImg",directives:{intersect:xn},props:In(),emits:{loadstart:e=>!0,load:e=>!0,error:e=>!0},setup(e,n){let{emit:a,slots:t}=n;const{backgroundColorClasses:s,backgroundColorStyles:l}=te(L(e,"color")),{roundedClasses:i}=Z(e),c=J("VImg"),d=D(""),m=ce(),g=D(e.eager?"loading":"idle"),h=D(),r=D(),u=f(()=>e.src&&typeof e.src=="object"?{src:e.src.src,srcset:e.srcset||e.src.srcset,lazySrc:e.lazySrc||e.src.lazySrc,aspect:Number(e.aspectRatio||e.src.aspect||0)}:{src:e.src,srcset:e.srcset,lazySrc:e.lazySrc,aspect:Number(e.aspectRatio||0)}),y=f(()=>u.value.aspect||h.value/r.value||0);j(()=>e.src,()=>{v(g.value!=="idle")}),j(y,(b,k)=>{!b&&k&&m.value&&w(m.value)}),Ot(()=>v());function v(b){if(!(e.eager&&b)&&!(Ce&&!b&&!e.eager)){if(g.value="loading",u.value.lazySrc){const k=new Image;k.src=u.value.lazySrc,w(k,null)}u.value.src&&Se(()=>{var k;a("loadstart",((k=m.value)==null?void 0:k.currentSrc)||u.value.src),setTimeout(()=>{var B;if(!c.isUnmounted)if((B=m.value)!=null&&B.complete){if(m.value.naturalWidth||S(),g.value==="error")return;y.value||w(m.value,null),g.value==="loading"&&C()}else y.value||w(m.value),P()})})}}function C(){var b;c.isUnmounted||(P(),w(m.value),g.value="loaded",a("load",((b=m.value)==null?void 0:b.currentSrc)||u.value.src))}function S(){var b;c.isUnmounted||(g.value="error",a("error",((b=m.value)==null?void 0:b.currentSrc)||u.value.src))}function P(){const b=m.value;b&&(d.value=b.currentSrc||b.src)}let E=-1;oe(()=>{clearTimeout(E)});function w(b){let k=arguments.length>1&&arguments[1]!==void 0?arguments[1]:100;const B=()=>{if(clearTimeout(E),c.isUnmounted)return;const{naturalHeight:R,naturalWidth:F}=b;R||F?(h.value=F,r.value=R):!b.complete&&g.value==="loading"&&k!=null?E=window.setTimeout(B,k):(b.currentSrc.endsWith(".svg")||b.currentSrc.startsWith("data:image/svg+xml"))&&(h.value=1,r.value=1)};B()}const T=f(()=>({"v-img__img--cover":e.cover,"v-img__img--contain":!e.cover})),z=()=>{var B;if(!u.value.src||g.value==="idle")return null;const b=o("img",{class:["v-img__img",T.value],style:{objectPosition:e.position},src:u.value.src,srcset:u.value.srcset,alt:e.alt,crossorigin:e.crossorigin,referrerpolicy:e.referrerpolicy,draggable:e.draggable,sizes:e.sizes,ref:m,onLoad:C,onError:S},null),k=(B=t.sources)==null?void 0:B.call(t);return o(ee,{transition:e.transition,appear:!0},{default:()=>[be(k?o("picture",{class:"v-img__picture"},[k,b]):b,[[Ft,g.value==="loaded"]])]})},p=()=>o(ee,{transition:e.transition},{default:()=>[u.value.lazySrc&&g.value!=="loaded"&&o("img",{class:["v-img__img","v-img__img--preload",T.value],style:{objectPosition:e.position},src:u.value.lazySrc,alt:e.alt,crossorigin:e.crossorigin,referrerpolicy:e.referrerpolicy,draggable:e.draggable},null)]}),q=()=>t.placeholder?o(ee,{transition:e.transition,appear:!0},{default:()=>[(g.value==="loading"||g.value==="error"&&!t.error)&&o("div",{class:"v-img__placeholder"},[t.placeholder()])]}):null,A=()=>t.error?o(ee,{transition:e.transition,appear:!0},{default:()=>[g.value==="error"&&o("div",{class:"v-img__error"},[t.error()])]}):null,X=()=>e.gradient?o("div",{class:"v-img__gradient",style:{backgroundImage:`linear-gradient(${e.gradient})`}},null):null,x=D(!1);{const b=j(y,k=>{k&&(requestAnimationFrame(()=>{requestAnimationFrame(()=>{x.value=!0})}),b())})}return O(()=>{const b=Ne.filterProps(e);return be(o(Ne,ue({class:["v-img",{"v-img--absolute":e.absolute,"v-img--booting":!x.value},s.value,i.value,e.class],style:[{width:I(e.width==="auto"?h.value:e.width)},l.value,e.style]},b,{aspectRatio:y.value,"aria-label":e.alt,role:e.alt?"img":void 0}),{additional:()=>o(Fe,null,[o(z,null,null),o(p,null,null),o(X,null,null),o(q,null,null),o(A,null,null)]),default:t.default}),[[At("intersect"),{handler:v,options:e.options},null,{once:!0}]])}),{currentSrc:d,image:m,state:g,naturalWidth:h,naturalHeight:r}}}),Vn=_({start:Boolean,end:Boolean,icon:le,image:String,text:String,..._e(),...N(),...we(),...Q(),...de(),...U(),...W(),...Be({variant:"flat"})},"VAvatar"),Fn=$()({name:"VAvatar",props:Vn(),setup(e,n){let{slots:a}=n;const{themeClasses:t}=H(e),{borderClasses:s}=ke(e),{colorClasses:l,colorStyles:i,variantClasses:c}=Ze(e),{densityClasses:d}=xe(e),{roundedClasses:m}=Z(e),{sizeClasses:g,sizeStyles:h}=ve(e);return O(()=>o(e.tag,{class:["v-avatar",{"v-avatar--start":e.start,"v-avatar--end":e.end},t.value,s.value,l.value,d.value,m.value,g.value,c.value,e.class],style:[i.value,h.value,e.style]},{default:()=>[a.default?o(ne,{key:"content-defaults",defaults:{VImg:{cover:!0,src:e.image},VIcon:{icon:e.icon}}},{default:()=>[a.default()]}):e.image?o(Bn,{key:"image",src:e.image,alt:"",cover:!0},null):e.icon?o(ae,{key:"icon",icon:e.icon},null):e.text,Qe(!1,"v-avatar")]})),{}}});export{$n as A,ie as B,kn as C,tn as D,Dt as E,En as F,Ln as G,Tn as H,pn as I,Nn as J,On as K,Rn as L,ee as M,xn as N,st as O,on as P,lt as Q,Cn as R,un as S,Bn as V,zn as _,Ke as a,Q as b,ke as c,Je as d,Z as e,ne as f,An as g,ae as h,we as i,de as j,Be as k,sn as l,_e as m,ln as n,xe as o,Ut as p,qt as q,Wt as r,vn as s,Ze as t,te as u,ve as v,Ht as w,dn as x,Qe as y,Fn as z}; diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/VRow-DeU12m8D.css b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/VRow-DeU12m8D.css new file mode 100644 index 0000000..6ac2dee --- /dev/null +++ b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/VRow-DeU12m8D.css @@ -0,0 +1 @@ +.v-card{display:block;overflow:hidden;overflow-wrap:break-word;position:relative;padding:0;text-decoration:none;transition-duration:.28s;transition-property:box-shadow,opacity,background;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:0}.v-card{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-card--border{border-width:thin;box-shadow:none}.v-card--absolute{position:absolute}.v-card--fixed{position:fixed}.v-card{border-radius:4px}.v-card:hover>.v-card__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-card:focus-visible>.v-card__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-card:focus>.v-card__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-card--active>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]>.v-card__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-card--active:hover>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]:hover>.v-card__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-card--active:focus-visible>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-card__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-card--active:focus>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]:focus>.v-card__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-card--variant-plain,.v-card--variant-outlined,.v-card--variant-text,.v-card--variant-tonal{background:transparent;color:inherit}.v-card--variant-plain{opacity:.62}.v-card--variant-plain:focus,.v-card--variant-plain:hover{opacity:1}.v-card--variant-plain .v-card__overlay{display:none}.v-card--variant-elevated,.v-card--variant-flat{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-card--variant-elevated{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-card--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-card--variant-outlined{border:thin solid currentColor}.v-card--variant-text .v-card__overlay{background:currentColor}.v-card--variant-tonal .v-card__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-card .v-card__underlay{position:absolute}.v-card--disabled{pointer-events:none;-webkit-user-select:none;user-select:none}.v-card--disabled>:not(.v-card__loader){opacity:.6}.v-card--flat{box-shadow:none}.v-card--hover{cursor:pointer}.v-card--hover:before,.v-card--hover:after{border-radius:inherit;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:0;transition:inherit}.v-card--hover:before{opacity:1;z-index:-1}.v-card--hover:before{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-card--hover:after{z-index:1;opacity:0}.v-card--hover:after{box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-card--hover:hover:after{opacity:1}.v-card--hover:hover:before{opacity:0}.v-card--hover:hover{box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-card--link{cursor:pointer}.v-card-actions{align-items:center;display:flex;flex:none;min-height:52px;padding:.5rem;gap:.5rem}.v-card-item{align-items:center;display:grid;flex:none;grid-template-areas:"prepend content append";grid-template-columns:max-content auto max-content;padding:.625rem 1rem}.v-card-item+.v-card-text{padding-top:0}.v-card-item__prepend,.v-card-item__append{align-items:center;display:flex}.v-card-item__prepend{grid-area:prepend;padding-inline-end:.5rem}.v-card-item__append{grid-area:append;padding-inline-start:.5rem}.v-card-item__content{align-self:center;grid-area:content;overflow:hidden}.v-card-title{display:block;flex:none;font-size:1.25rem;font-weight:500;-webkit-hyphens:auto;hyphens:auto;letter-spacing:.0125em;min-width:0;overflow-wrap:normal;overflow:hidden;padding:.5rem 1rem;text-overflow:ellipsis;text-transform:none;white-space:nowrap;word-break:normal;word-wrap:break-word}.v-card .v-card-title{line-height:1.6}.v-card--density-comfortable .v-card-title{line-height:1.75rem}.v-card--density-compact .v-card-title{line-height:1.55rem}.v-card-item .v-card-title{padding:0}.v-card-title+.v-card-text,.v-card-title+.v-card-actions{padding-top:0}.v-card-subtitle{display:block;flex:none;font-size:.875rem;font-weight:400;letter-spacing:.0178571429em;opacity:var(--v-card-subtitle-opacity, var(--v-medium-emphasis-opacity));overflow:hidden;padding:0 1rem;text-overflow:ellipsis;text-transform:none;white-space:nowrap}.v-card .v-card-subtitle{line-height:1.425}.v-card--density-comfortable .v-card-subtitle{line-height:1.125rem}.v-card--density-compact .v-card-subtitle{line-height:1rem}.v-card-item .v-card-subtitle{padding:0 0 .25rem}.v-card-text{flex:1 1 auto;font-size:.875rem;font-weight:400;letter-spacing:.0178571429em;opacity:var(--v-card-text-opacity, 1);padding:1rem;text-transform:none}.v-card .v-card-text{line-height:1.425}.v-card--density-comfortable .v-card-text{line-height:1.2rem}.v-card--density-compact .v-card-text{line-height:1.15rem}.v-card__image{display:flex;height:100%;flex:1 1 auto;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.v-card__content{border-radius:inherit;overflow:hidden;position:relative}.v-card__loader{bottom:auto;top:0;left:0;position:absolute;right:0;width:100%;z-index:1}.v-card__overlay{background-color:currentColor;border-radius:inherit;position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0;transition:opacity .2s ease-in-out}.v-container{width:100%;padding:16px;margin-right:auto;margin-left:auto}@media (min-width: 960px){.v-container{max-width:900px}}@media (min-width: 1280px){.v-container{max-width:1200px}}@media (min-width: 1920px){.v-container{max-width:1800px}}@media (min-width: 2560px){.v-container{max-width:2400px}}.v-container--fluid{max-width:100%}.v-container.fill-height{align-items:center;display:flex;flex-wrap:wrap}.v-row{display:flex;flex-wrap:wrap;flex:1 1 auto;margin:-12px}.v-row+.v-row{margin-top:12px}.v-row+.v-row--dense{margin-top:4px}.v-row--dense{margin:-4px}.v-row--dense>.v-col,.v-row--dense>[class*=v-col-]{padding:4px}.v-row.v-row--no-gutters{margin:0}.v-row.v-row--no-gutters>.v-col,.v-row.v-row--no-gutters>[class*=v-col-]{padding:0}.v-spacer{flex-grow:1}.v-col-xxl,.v-col-xxl-auto,.v-col-xxl-12,.v-col-xxl-11,.v-col-xxl-10,.v-col-xxl-9,.v-col-xxl-8,.v-col-xxl-7,.v-col-xxl-6,.v-col-xxl-5,.v-col-xxl-4,.v-col-xxl-3,.v-col-xxl-2,.v-col-xxl-1,.v-col-xl,.v-col-xl-auto,.v-col-xl-12,.v-col-xl-11,.v-col-xl-10,.v-col-xl-9,.v-col-xl-8,.v-col-xl-7,.v-col-xl-6,.v-col-xl-5,.v-col-xl-4,.v-col-xl-3,.v-col-xl-2,.v-col-xl-1,.v-col-lg,.v-col-lg-auto,.v-col-lg-12,.v-col-lg-11,.v-col-lg-10,.v-col-lg-9,.v-col-lg-8,.v-col-lg-7,.v-col-lg-6,.v-col-lg-5,.v-col-lg-4,.v-col-lg-3,.v-col-lg-2,.v-col-lg-1,.v-col-md,.v-col-md-auto,.v-col-md-12,.v-col-md-11,.v-col-md-10,.v-col-md-9,.v-col-md-8,.v-col-md-7,.v-col-md-6,.v-col-md-5,.v-col-md-4,.v-col-md-3,.v-col-md-2,.v-col-md-1,.v-col-sm,.v-col-sm-auto,.v-col-sm-12,.v-col-sm-11,.v-col-sm-10,.v-col-sm-9,.v-col-sm-8,.v-col-sm-7,.v-col-sm-6,.v-col-sm-5,.v-col-sm-4,.v-col-sm-3,.v-col-sm-2,.v-col-sm-1,.v-col,.v-col-auto,.v-col-12,.v-col-11,.v-col-10,.v-col-9,.v-col-8,.v-col-7,.v-col-6,.v-col-5,.v-col-4,.v-col-3,.v-col-2,.v-col-1{width:100%;padding:12px}.v-col{flex-basis:0;flex-grow:1;max-width:100%}.v-col-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-3{flex:0 0 25%;max-width:25%}.v-col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-6{flex:0 0 50%;max-width:50%}.v-col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-9{flex:0 0 75%;max-width:75%}.v-col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-12{flex:0 0 100%;max-width:100%}.offset-1{margin-inline-start:8.3333333333%}.offset-2{margin-inline-start:16.6666666667%}.offset-3{margin-inline-start:25%}.offset-4{margin-inline-start:33.3333333333%}.offset-5{margin-inline-start:41.6666666667%}.offset-6{margin-inline-start:50%}.offset-7{margin-inline-start:58.3333333333%}.offset-8{margin-inline-start:66.6666666667%}.offset-9{margin-inline-start:75%}.offset-10{margin-inline-start:83.3333333333%}.offset-11{margin-inline-start:91.6666666667%}@media (min-width: 600px){.v-col-sm{flex-basis:0;flex-grow:1;max-width:100%}.v-col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-sm-3{flex:0 0 25%;max-width:25%}.v-col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-sm-6{flex:0 0 50%;max-width:50%}.v-col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-sm-9{flex:0 0 75%;max-width:75%}.v-col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-sm-12{flex:0 0 100%;max-width:100%}.offset-sm-0{margin-inline-start:0}.offset-sm-1{margin-inline-start:8.3333333333%}.offset-sm-2{margin-inline-start:16.6666666667%}.offset-sm-3{margin-inline-start:25%}.offset-sm-4{margin-inline-start:33.3333333333%}.offset-sm-5{margin-inline-start:41.6666666667%}.offset-sm-6{margin-inline-start:50%}.offset-sm-7{margin-inline-start:58.3333333333%}.offset-sm-8{margin-inline-start:66.6666666667%}.offset-sm-9{margin-inline-start:75%}.offset-sm-10{margin-inline-start:83.3333333333%}.offset-sm-11{margin-inline-start:91.6666666667%}}@media (min-width: 960px){.v-col-md{flex-basis:0;flex-grow:1;max-width:100%}.v-col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-md-3{flex:0 0 25%;max-width:25%}.v-col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-md-6{flex:0 0 50%;max-width:50%}.v-col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-md-9{flex:0 0 75%;max-width:75%}.v-col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-md-12{flex:0 0 100%;max-width:100%}.offset-md-0{margin-inline-start:0}.offset-md-1{margin-inline-start:8.3333333333%}.offset-md-2{margin-inline-start:16.6666666667%}.offset-md-3{margin-inline-start:25%}.offset-md-4{margin-inline-start:33.3333333333%}.offset-md-5{margin-inline-start:41.6666666667%}.offset-md-6{margin-inline-start:50%}.offset-md-7{margin-inline-start:58.3333333333%}.offset-md-8{margin-inline-start:66.6666666667%}.offset-md-9{margin-inline-start:75%}.offset-md-10{margin-inline-start:83.3333333333%}.offset-md-11{margin-inline-start:91.6666666667%}}@media (min-width: 1280px){.v-col-lg{flex-basis:0;flex-grow:1;max-width:100%}.v-col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-lg-3{flex:0 0 25%;max-width:25%}.v-col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-lg-6{flex:0 0 50%;max-width:50%}.v-col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-lg-9{flex:0 0 75%;max-width:75%}.v-col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-lg-12{flex:0 0 100%;max-width:100%}.offset-lg-0{margin-inline-start:0}.offset-lg-1{margin-inline-start:8.3333333333%}.offset-lg-2{margin-inline-start:16.6666666667%}.offset-lg-3{margin-inline-start:25%}.offset-lg-4{margin-inline-start:33.3333333333%}.offset-lg-5{margin-inline-start:41.6666666667%}.offset-lg-6{margin-inline-start:50%}.offset-lg-7{margin-inline-start:58.3333333333%}.offset-lg-8{margin-inline-start:66.6666666667%}.offset-lg-9{margin-inline-start:75%}.offset-lg-10{margin-inline-start:83.3333333333%}.offset-lg-11{margin-inline-start:91.6666666667%}}@media (min-width: 1920px){.v-col-xl{flex-basis:0;flex-grow:1;max-width:100%}.v-col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-xl-3{flex:0 0 25%;max-width:25%}.v-col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-xl-6{flex:0 0 50%;max-width:50%}.v-col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-xl-9{flex:0 0 75%;max-width:75%}.v-col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-xl-12{flex:0 0 100%;max-width:100%}.offset-xl-0{margin-inline-start:0}.offset-xl-1{margin-inline-start:8.3333333333%}.offset-xl-2{margin-inline-start:16.6666666667%}.offset-xl-3{margin-inline-start:25%}.offset-xl-4{margin-inline-start:33.3333333333%}.offset-xl-5{margin-inline-start:41.6666666667%}.offset-xl-6{margin-inline-start:50%}.offset-xl-7{margin-inline-start:58.3333333333%}.offset-xl-8{margin-inline-start:66.6666666667%}.offset-xl-9{margin-inline-start:75%}.offset-xl-10{margin-inline-start:83.3333333333%}.offset-xl-11{margin-inline-start:91.6666666667%}}@media (min-width: 2560px){.v-col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.v-col-xxl-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-xxl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-xxl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-xxl-3{flex:0 0 25%;max-width:25%}.v-col-xxl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-xxl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-xxl-6{flex:0 0 50%;max-width:50%}.v-col-xxl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-xxl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-xxl-9{flex:0 0 75%;max-width:75%}.v-col-xxl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-xxl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-xxl-12{flex:0 0 100%;max-width:100%}.offset-xxl-0{margin-inline-start:0}.offset-xxl-1{margin-inline-start:8.3333333333%}.offset-xxl-2{margin-inline-start:16.6666666667%}.offset-xxl-3{margin-inline-start:25%}.offset-xxl-4{margin-inline-start:33.3333333333%}.offset-xxl-5{margin-inline-start:41.6666666667%}.offset-xxl-6{margin-inline-start:50%}.offset-xxl-7{margin-inline-start:58.3333333333%}.offset-xxl-8{margin-inline-start:66.6666666667%}.offset-xxl-9{margin-inline-start:75%}.offset-xxl-10{margin-inline-start:83.3333333333%}.offset-xxl-11{margin-inline-start:91.6666666667%}} diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/VRow-eJbrdKF-.js b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/VRow-eJbrdKF-.js new file mode 100644 index 0000000..ef257ba --- /dev/null +++ b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/VRow-eJbrdKF-.js @@ -0,0 +1 @@ +import{g as u,m as o,h as ce,u as y,c as s,p as m,a as g,O as C,a5 as x,au as B,b as re,d as ue,av as $,f as V,am as oe,an as ve,y as fe,e as me,aZ as S,_ as A,aL as p}from"./index-KF56cXUu.js";import{A as ye,i as E,z as j,h as T,f as P,m as ge,a as be,l as ke,O as Ce,P as Ve,b as Se,s as Pe,k as Ae,R as he,c as Ie,t as Ne,o as Le,d as xe,n as je,Q as Te,S as _e,e as we,x as Be,V as $e,L as pe,y as Ee}from"./VAvatar-CBxZwzSi.js";const Re=u()({name:"VCardActions",props:o(),setup(e,n){let{slots:t}=n;return ce({VBtn:{slim:!0,variant:"text"}}),y(()=>{var a;return s("div",{class:["v-card-actions",e.class],style:e.style},[(a=t.default)==null?void 0:a.call(t)])}),{}}}),Oe=m({opacity:[Number,String],...o(),...g()},"VCardSubtitle"),De=u()({name:"VCardSubtitle",props:Oe(),setup(e,n){let{slots:t}=n;return y(()=>s(e.tag,{class:["v-card-subtitle",e.class],style:[{"--v-card-subtitle-opacity":e.opacity},e.style]},t)),{}}}),Ge=ye("v-card-title"),Me=m({appendAvatar:String,appendIcon:C,prependAvatar:String,prependIcon:C,subtitle:[String,Number],title:[String,Number],...o(),...E()},"VCardItem"),Fe=u()({name:"VCardItem",props:Me(),setup(e,n){let{slots:t}=n;return y(()=>{var v;const a=!!(e.prependAvatar||e.prependIcon),l=!!(a||t.prepend),i=!!(e.appendAvatar||e.appendIcon),c=!!(i||t.append),d=!!(e.title!=null||t.title),r=!!(e.subtitle!=null||t.subtitle);return s("div",{class:["v-card-item",e.class],style:e.style},[l&&s("div",{key:"prepend",class:"v-card-item__prepend"},[t.prepend?s(P,{key:"prepend-defaults",disabled:!a,defaults:{VAvatar:{density:e.density,image:e.prependAvatar},VIcon:{density:e.density,icon:e.prependIcon}}},t.prepend):s(x,null,[e.prependAvatar&&s(j,{key:"prepend-avatar",density:e.density,image:e.prependAvatar},null),e.prependIcon&&s(T,{key:"prepend-icon",density:e.density,icon:e.prependIcon},null)])]),s("div",{class:"v-card-item__content"},[d&&s(Ge,{key:"title"},{default:()=>{var f;return[((f=t.title)==null?void 0:f.call(t))??e.title]}}),r&&s(De,{key:"subtitle"},{default:()=>{var f;return[((f=t.subtitle)==null?void 0:f.call(t))??e.subtitle]}}),(v=t.default)==null?void 0:v.call(t)]),c&&s("div",{key:"append",class:"v-card-item__append"},[t.append?s(P,{key:"append-defaults",disabled:!i,defaults:{VAvatar:{density:e.density,image:e.appendAvatar},VIcon:{density:e.density,icon:e.appendIcon}}},t.append):s(x,null,[e.appendIcon&&s(T,{key:"append-icon",density:e.density,icon:e.appendIcon},null),e.appendAvatar&&s(j,{key:"append-avatar",density:e.density,image:e.appendAvatar},null)])])])}),{}}}),Ue=m({opacity:[Number,String],...o(),...g()},"VCardText"),Ke=u()({name:"VCardText",props:Ue(),setup(e,n){let{slots:t}=n;return y(()=>s(e.tag,{class:["v-card-text",e.class],style:[{"--v-card-text-opacity":e.opacity},e.style]},t)),{}}}),ze=m({appendAvatar:String,appendIcon:C,disabled:Boolean,flat:Boolean,hover:Boolean,image:String,link:{type:Boolean,default:void 0},prependAvatar:String,prependIcon:C,ripple:{type:[Boolean,Object],default:!0},subtitle:[String,Number],text:[String,Number],title:[String,Number],...ge(),...o(),...E(),...B(),...be(),...ke(),...Ce(),...Ve(),...Se(),...Pe(),...g(),...re(),...Ae({variant:"elevated"})},"VCard"),lt=u()({name:"VCard",directives:{Ripple:he},props:ze(),setup(e,n){let{attrs:t,slots:a}=n;const{themeClasses:l}=ue(e),{borderClasses:i}=Ie(e),{colorClasses:c,colorStyles:d,variantClasses:r}=Ne(e),{densityClasses:v}=Le(e),{dimensionStyles:f}=$(e),{elevationClasses:J}=xe(e),{loaderClasses:Q}=je(e),{locationStyles:W}=Te(e),{positionClasses:Y}=_e(e),{roundedClasses:Z}=we(e),b=Be(e,t),q=V(()=>e.link!==!1&&b.isLink.value),k=V(()=>!e.disabled&&e.link!==!1&&(e.link||b.isClickable.value));return y(()=>{const X=q.value?"a":e.tag,ee=!!(a.title||e.title!=null),te=!!(a.subtitle||e.subtitle!=null),ae=ee||te,ne=!!(a.append||e.appendAvatar||e.appendIcon),le=!!(a.prepend||e.prependAvatar||e.prependIcon),se=!!(a.image||e.image),ie=ae||le||ne,de=!!(a.text||e.text!=null);return oe(s(X,fe({class:["v-card",{"v-card--disabled":e.disabled,"v-card--flat":e.flat,"v-card--hover":e.hover&&!(e.disabled||e.flat),"v-card--link":k.value},l.value,i.value,c.value,v.value,J.value,Q.value,Y.value,Z.value,r.value,e.class],style:[d.value,f.value,W.value,e.style],onClick:k.value&&b.navigate,tabindex:e.disabled?-1:void 0},b.linkProps),{default:()=>{var N;return[se&&s("div",{key:"image",class:"v-card__image"},[a.image?s(P,{key:"image-defaults",disabled:!e.image,defaults:{VImg:{cover:!0,src:e.image}}},a.image):s($e,{key:"image-img",cover:!0,src:e.image},null)]),s(pe,{name:"v-card",active:!!e.loading,color:typeof e.loading=="boolean"?void 0:e.loading},{default:a.loader}),ie&&s(Fe,{key:"item",prependAvatar:e.prependAvatar,prependIcon:e.prependIcon,title:e.title,subtitle:e.subtitle,appendAvatar:e.appendAvatar,appendIcon:e.appendIcon},{default:a.item,prepend:a.prepend,title:a.title,subtitle:a.subtitle,append:a.append}),de&&s(Ke,{key:"text"},{default:()=>{var L;return[((L=a.text)==null?void 0:L.call(a))??e.text]}}),(N=a.default)==null?void 0:N.call(a),a.actions&&s(Re,null,{default:a.actions}),Ee(k.value,"v-card")]}}),[[ve("ripple"),k.value&&e.ripple]])}),{}}}),He=m({fluid:{type:Boolean,default:!1},...o(),...B(),...g()},"VContainer"),st=u()({name:"VContainer",props:He(),setup(e,n){let{slots:t}=n;const{rtlClasses:a}=me(),{dimensionStyles:l}=$(e);return y(()=>s(e.tag,{class:["v-container",{"v-container--fluid":e.fluid},a.value,e.class],style:[l.value,e.style]},t)),{}}}),R=S.reduce((e,n)=>(e[n]={type:[Boolean,String,Number],default:!1},e),{}),O=S.reduce((e,n)=>{const t="offset"+A(n);return e[t]={type:[String,Number],default:null},e},{}),D=S.reduce((e,n)=>{const t="order"+A(n);return e[t]={type:[String,Number],default:null},e},{}),_={col:Object.keys(R),offset:Object.keys(O),order:Object.keys(D)};function Je(e,n,t){let a=e;if(!(t==null||t===!1)){if(n){const l=n.replace(e,"");a+=`-${l}`}return e==="col"&&(a="v-"+a),e==="col"&&(t===""||t===!0)||(a+=`-${t}`),a.toLowerCase()}}const Qe=["auto","start","end","center","baseline","stretch"],We=m({cols:{type:[Boolean,String,Number],default:!1},...R,offset:{type:[String,Number],default:null},...O,order:{type:[String,Number],default:null},...D,alignSelf:{type:String,default:null,validator:e=>Qe.includes(e)},...o(),...g()},"VCol"),it=u()({name:"VCol",props:We(),setup(e,n){let{slots:t}=n;const a=V(()=>{const l=[];let i;for(i in _)_[i].forEach(d=>{const r=e[d],v=Je(i,d,r);v&&l.push(v)});const c=l.some(d=>d.startsWith("v-col-"));return l.push({"v-col":!c||!e.cols,[`v-col-${e.cols}`]:e.cols,[`offset-${e.offset}`]:e.offset,[`order-${e.order}`]:e.order,[`align-self-${e.alignSelf}`]:e.alignSelf}),l});return()=>{var l;return p(e.tag,{class:[a.value,e.class],style:e.style},(l=t.default)==null?void 0:l.call(t))}}}),h=["start","end","center"],G=["space-between","space-around","space-evenly"];function I(e,n){return S.reduce((t,a)=>{const l=e+A(a);return t[l]=n(),t},{})}const Ye=[...h,"baseline","stretch"],M=e=>Ye.includes(e),F=I("align",()=>({type:String,default:null,validator:M})),Ze=[...h,...G],U=e=>Ze.includes(e),K=I("justify",()=>({type:String,default:null,validator:U})),qe=[...h,...G,"stretch"],z=e=>qe.includes(e),H=I("alignContent",()=>({type:String,default:null,validator:z})),w={align:Object.keys(F),justify:Object.keys(K),alignContent:Object.keys(H)},Xe={align:"align",justify:"justify",alignContent:"align-content"};function et(e,n,t){let a=Xe[e];if(t!=null){if(n){const l=n.replace(e,"");a+=`-${l}`}return a+=`-${t}`,a.toLowerCase()}}const tt=m({dense:Boolean,noGutters:Boolean,align:{type:String,default:null,validator:M},...F,justify:{type:String,default:null,validator:U},...K,alignContent:{type:String,default:null,validator:z},...H,...o(),...g()},"VRow"),dt=u()({name:"VRow",props:tt(),setup(e,n){let{slots:t}=n;const a=V(()=>{const l=[];let i;for(i in w)w[i].forEach(c=>{const d=e[c],r=et(i,c,d);r&&l.push(r)});return l.push({"v-row--no-gutters":e.noGutters,"v-row--dense":e.dense,[`align-${e.align}`]:e.align,[`justify-${e.justify}`]:e.justify,[`align-content-${e.alignContent}`]:e.alignContent}),l});return()=>{var l;return p(e.tag,{class:["v-row",a.value,e.class],style:e.style},(l=t.default)==null?void 0:l.call(t))}}});export{st as V,it as a,lt as b,Ge as c,Ke as d,dt as e,Re as f}; diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/VSelect-CJVt5QYp.js b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/VSelect-CJVt5QYp.js new file mode 100644 index 0000000..3f21d53 --- /dev/null +++ b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/VSelect-CJVt5QYp.js @@ -0,0 +1 @@ +import{a as Qe,b as Ut,m as Kt,c as Ye,V as qt,d as Wt,e as st,f as Xt,g as Je,h as Ze,i as ut,j as Qt,k as Yt,l as Jt,n as et}from"./app-cT5gNRjW.js";import{p as F,O as q,m as ne,a4 as Zt,a as ve,g as X,e as rt,Q as ct,s as R,f as k,R as Pe,aj as en,ak as me,w as ie,u as ee,c as v,al as Be,a0 as dt,b as pe,d as ke,h as vt,t as _,y as K,a6 as fe,P as ft,n as re,am as Ae,an as mt,ao as gt,a5 as ce,ap as we,Y as Ce,W as Ve,aq as $,a1 as De,r as j,k as Me,X as yt,ar as ht,as as bt,at as tn,v as nn,au as Re,av as Fe,aw as ln,i as ge,a8 as se,ax as Ie,ay as an,az as on,U as ze,aA as sn,z as tt,ah as St,j as Oe,aB as un,aC as rn,q as cn,o as dn,aD as vn,F as fn,aE as nt,aF as lt}from"./index-KF56cXUu.js";import{p as pt,q as kt,h as ae,k as Te,m as He,i as je,a as Ge,r as mn,b as Ne,s as wt,j as gn,R as Ct,c as $e,t as Vt,o as Ue,d as Ke,e as qe,v as yn,w as hn,x as It,y as Pt,f as ue,z as he,M as bn,A as Sn,B as At,u as pn,C as kn}from"./VAvatar-CBxZwzSi.js";function wn(e){let{selectedElement:i,containerElement:t,isRtl:n,isHorizontal:l}=e;const a=be(l,t),o=xt(l,n,t),s=be(l,i),c=Tt(l,i),m=s*.4;return o>c?c-m:o+atypeof e=="boolean"||["always","desktop","mobile"].includes(e)},...ne(),...Zt({mobile:null}),...ve(),...pt({selectedClass:"v-slide-group-item--active"})},"VSlideGroup"),it=X()({name:"VSlideGroup",props:Ot(),emits:{"update:modelValue":e=>!0},setup(e,i){let{slots:t}=i;const{isRtl:n}=rt(),{displayClasses:l,mobile:a}=ct(e),o=kt(e,e.symbol),s=R(!1),c=R(0),m=R(0),w=R(0),S=k(()=>e.direction==="horizontal"),{resizeRef:y,contentRect:C}=Pe(),{resizeRef:d,contentRect:g}=Pe(),u=en(),h=k(()=>({container:y.el,duration:200,easing:"easeOutQuart"})),V=k(()=>o.selected.value.length?o.items.value.findIndex(r=>r.id===o.selected.value[0]):-1),P=k(()=>o.selected.value.length?o.items.value.findIndex(r=>r.id===o.selected.value[o.selected.value.length-1]):-1);if(me){let r=-1;ie(()=>[o.selected.value,C.value,g.value,S.value],()=>{cancelAnimationFrame(r),r=requestAnimationFrame(()=>{if(C.value&&g.value){const f=S.value?"width":"height";m.value=C.value[f],w.value=g.value[f],s.value=m.value+1=0&&d.el){const f=d.el.children[P.value];B(f,e.centerActive)}})})}const x=R(!1);function B(r,f){let I=0;f?I=Cn({containerElement:y.el,isHorizontal:S.value,selectedElement:r}):I=wn({containerElement:y.el,isHorizontal:S.value,isRtl:n.value,selectedElement:r}),E(I)}function E(r){if(!me||!y.el)return;const f=be(S.value,y.el),I=xt(S.value,n.value,y.el);if(!(at(S.value,y.el)<=f||Math.abs(r-I)<16)){if(S.value&&n.value&&y.el){const{scrollWidth:p,offsetWidth:T}=y.el;r=p-T-r}S.value?u.horizontal(r,h.value):u(r,h.value)}}function A(r){const{scrollTop:f,scrollLeft:I}=r.target;c.value=S.value?I:f}function U(r){if(x.value=!0,!(!s.value||!d.el)){for(const f of r.composedPath())for(const I of d.el.children)if(I===f){B(I);return}}}function Q(r){x.value=!1}let z=!1;function Y(r){var f;!z&&!x.value&&!(r.relatedTarget&&((f=d.el)!=null&&f.contains(r.relatedTarget)))&&M(),z=!1}function D(){z=!0}function L(r){if(!d.el)return;function f(I){r.preventDefault(),M(I)}S.value?r.key==="ArrowRight"?f(n.value?"prev":"next"):r.key==="ArrowLeft"&&f(n.value?"next":"prev"):r.key==="ArrowDown"?f("next"):r.key==="ArrowUp"&&f("prev"),r.key==="Home"?f("first"):r.key==="End"&&f("last")}function M(r){var I,O;if(!d.el)return;let f;if(!r)f=Be(d.el)[0];else if(r==="next"){if(f=(I=d.el.querySelector(":focus"))==null?void 0:I.nextElementSibling,!f)return M("first")}else if(r==="prev"){if(f=(O=d.el.querySelector(":focus"))==null?void 0:O.previousElementSibling,!f)return M("last")}else r==="first"?f=d.el.firstElementChild:r==="last"&&(f=d.el.lastElementChild);f&&f.focus({preventScroll:!0})}function Z(r){const f=S.value&&n.value?-1:1,I=(r==="prev"?-f:f)*m.value;let O=c.value+I;if(S.value&&n.value&&y.el){const{scrollWidth:p,offsetWidth:T}=y.el;O+=p-T}E(O)}const H=k(()=>({next:o.next,prev:o.prev,select:o.select,isSelected:o.isSelected})),oe=k(()=>{switch(e.showArrows){case"always":return!0;case"desktop":return!a.value;case!0:return s.value||Math.abs(c.value)>0;case"mobile":return a.value||s.value||Math.abs(c.value)>0;default:return!a.value&&(s.value||Math.abs(c.value)>0)}}),le=k(()=>Math.abs(c.value)>1),b=k(()=>{if(!y.value)return!1;const r=at(S.value,y.el),f=Vn(S.value,y.el);return r-f-Math.abs(c.value)>1});return ee(()=>v(e.tag,{class:["v-slide-group",{"v-slide-group--vertical":!S.value,"v-slide-group--has-affixes":oe.value,"v-slide-group--is-overflowing":s.value},l.value,e.class],style:e.style,tabindex:x.value||o.selected.value.length?-1:0,onFocus:Y},{default:()=>{var r,f,I;return[oe.value&&v("div",{key:"prev",class:["v-slide-group__prev",{"v-slide-group__prev--disabled":!le.value}],onMousedown:D,onClick:()=>le.value&&Z("prev")},[((r=t.prev)==null?void 0:r.call(t,H.value))??v(Qe,null,{default:()=>[v(ae,{icon:n.value?e.nextIcon:e.prevIcon},null)]})]),v("div",{key:"container",ref:y,class:"v-slide-group__container",onScroll:A},[v("div",{ref:d,class:"v-slide-group__content",onFocusin:U,onFocusout:Q,onKeydown:L},[(f=t.default)==null?void 0:f.call(t,H.value)])]),oe.value&&v("div",{key:"next",class:["v-slide-group__next",{"v-slide-group__next--disabled":!b.value}],onMousedown:D,onClick:()=>b.value&&Z("next")},[((I=t.next)==null?void 0:I.call(t,H.value))??v(Qe,null,{default:()=>[v(ae,{icon:n.value?e.prevIcon:e.nextIcon},null)]})])]}})),{selected:o.selected,scrollTo:Z,scrollOffset:c,focus:M,hasPrev:le,hasNext:b}}}),Lt=Symbol.for("vuetify:v-chip-group"),Pn=F({column:Boolean,filter:Boolean,valueComparator:{type:Function,default:dt},...Ot(),...ne(),...pt({selectedClass:"v-chip--selected"}),...ve(),...pe(),...Te({variant:"tonal"})},"VChipGroup");X()({name:"VChipGroup",props:Pn(),emits:{"update:modelValue":e=>!0},setup(e,i){let{slots:t}=i;const{themeClasses:n}=ke(e),{isSelected:l,select:a,next:o,prev:s,selected:c}=kt(e,Lt);return vt({VChip:{color:_(e,"color"),disabled:_(e,"disabled"),filter:_(e,"filter"),variant:_(e,"variant")}}),ee(()=>{const m=it.filterProps(e);return v(it,K(m,{class:["v-chip-group",{"v-chip-group--column":e.column},n.value,e.class],style:e.style}),{default:()=>{var w;return[(w=t.default)==null?void 0:w.call(t,{isSelected:l,select:a,next:o,prev:s,selected:c.value})]}})}),{}}});const An=F({activeClass:String,appendAvatar:String,appendIcon:q,closable:Boolean,closeIcon:{type:q,default:"$delete"},closeLabel:{type:String,default:"$vuetify.close"},draggable:Boolean,filter:Boolean,filterIcon:{type:q,default:"$complete"},label:Boolean,link:{type:Boolean,default:void 0},pill:Boolean,prependAvatar:String,prependIcon:q,ripple:{type:[Boolean,Object],default:!0},text:String,modelValue:{type:Boolean,default:!0},onClick:fe(),onClickOnce:fe(),...He(),...ne(),...je(),...Ge(),...mn(),...Ne(),...wt(),...gn(),...ve({tag:"span"}),...pe(),...Te({variant:"tonal"})},"VChip"),xn=X()({name:"VChip",directives:{Ripple:Ct},props:An(),emits:{"click:close":e=>!0,"update:modelValue":e=>!0,"group:selected":e=>!0,click:e=>!0},setup(e,i){let{attrs:t,emit:n,slots:l}=i;const{t:a}=ft(),{borderClasses:o}=$e(e),{colorClasses:s,colorStyles:c,variantClasses:m}=Vt(e),{densityClasses:w}=Ue(e),{elevationClasses:S}=Ke(e),{roundedClasses:y}=qe(e),{sizeClasses:C}=yn(e),{themeClasses:d}=ke(e),g=re(e,"modelValue"),u=hn(e,Lt,!1),h=It(e,t),V=k(()=>e.link!==!1&&h.isLink.value),P=k(()=>!e.disabled&&e.link!==!1&&(!!u||e.link||h.isClickable.value)),x=k(()=>({"aria-label":a(e.closeLabel),onClick(A){A.preventDefault(),A.stopPropagation(),g.value=!1,n("click:close",A)}}));function B(A){var U;n("click",A),P.value&&((U=h.navigate)==null||U.call(h,A),u==null||u.toggle())}function E(A){(A.key==="Enter"||A.key===" ")&&(A.preventDefault(),B(A))}return()=>{var Z;const A=h.isLink.value?"a":e.tag,U=!!(e.appendIcon||e.appendAvatar),Q=!!(U||l.append),z=!!(l.close||e.closable),Y=!!(l.filter||e.filter)&&u,D=!!(e.prependIcon||e.prependAvatar),L=!!(D||l.prepend),M=!u||u.isSelected.value;return g.value&&Ae(v(A,K({class:["v-chip",{"v-chip--disabled":e.disabled,"v-chip--label":e.label,"v-chip--link":P.value,"v-chip--filter":Y,"v-chip--pill":e.pill,[`${e.activeClass}`]:e.activeClass&&((Z=h.isActive)==null?void 0:Z.value)},d.value,o.value,M?s.value:void 0,w.value,S.value,y.value,C.value,m.value,u==null?void 0:u.selectedClass.value,e.class],style:[M?c.value:void 0,e.style],disabled:e.disabled||void 0,draggable:e.draggable,tabindex:P.value?0:void 0,onClick:B,onKeydown:P.value&&!V.value&&E},h.linkProps),{default:()=>{var H;return[Pt(P.value,"v-chip"),Y&&v(Ut,{key:"filter"},{default:()=>[Ae(v("div",{class:"v-chip__filter"},[l.filter?v(ue,{key:"filter-defaults",disabled:!e.filterIcon,defaults:{VIcon:{icon:e.filterIcon}}},l.filter):v(ae,{key:"filter-icon",icon:e.filterIcon},null)]),[[gt,u.isSelected.value]])]}),L&&v("div",{key:"prepend",class:"v-chip__prepend"},[l.prepend?v(ue,{key:"prepend-defaults",disabled:!D,defaults:{VAvatar:{image:e.prependAvatar,start:!0},VIcon:{icon:e.prependIcon,start:!0}}},l.prepend):v(ce,null,[e.prependIcon&&v(ae,{key:"prepend-icon",icon:e.prependIcon,start:!0},null),e.prependAvatar&&v(he,{key:"prepend-avatar",image:e.prependAvatar,start:!0},null)])]),v("div",{class:"v-chip__content","data-no-activator":""},[((H=l.default)==null?void 0:H.call(l,{isSelected:u==null?void 0:u.isSelected.value,selectedClass:u==null?void 0:u.selectedClass.value,select:u==null?void 0:u.select,toggle:u==null?void 0:u.toggle,value:u==null?void 0:u.value.value,disabled:e.disabled}))??e.text]),Q&&v("div",{key:"append",class:"v-chip__append"},[l.append?v(ue,{key:"append-defaults",disabled:!U,defaults:{VAvatar:{end:!0,image:e.appendAvatar},VIcon:{end:!0,icon:e.appendIcon}}},l.append):v(ce,null,[e.appendIcon&&v(ae,{key:"append-icon",end:!0,icon:e.appendIcon},null),e.appendAvatar&&v(he,{key:"append-avatar",end:!0,image:e.appendAvatar},null)])]),z&&v("button",K({key:"close",class:"v-chip__close",type:"button","data-testid":"close-chip"},x.value),[l.close?v(ue,{key:"close-defaults",defaults:{VIcon:{icon:e.closeIcon,size:"x-small"}}},l.close):v(ae,{key:"close-icon",icon:e.closeIcon,size:"x-small"},null)])]}}),[[mt("ripple"),P.value&&e.ripple,null]])}}}),Tn=F({indeterminate:Boolean,indeterminateIcon:{type:q,default:"$checkboxIndeterminate"},...Kt({falseIcon:"$checkboxOff",trueIcon:"$checkboxOn"})},"VCheckboxBtn"),On=X()({name:"VCheckboxBtn",props:Tn(),emits:{"update:modelValue":e=>!0,"update:indeterminate":e=>!0},setup(e,i){let{slots:t}=i;const n=re(e,"indeterminate"),l=re(e,"modelValue");function a(c){n.value&&(n.value=!1)}const o=k(()=>n.value?e.indeterminateIcon:e.falseIcon),s=k(()=>n.value?e.indeterminateIcon:e.trueIcon);return ee(()=>{const c=we(Ye.filterProps(e),["modelValue"]);return v(Ye,K(c,{modelValue:l.value,"onUpdate:modelValue":[m=>l.value=m,a],class:["v-checkbox-btn",e.class],style:e.style,type:"checkbox",falseIcon:o.value,trueIcon:s.value,"aria-checked":n.value?"mixed":void 0}),t)}),{}}}),Ee=Symbol.for("vuetify:list");function Bt(){const e=Ce(Ee,{hasPrepend:R(!1),updateHasPrepend:()=>null}),i={hasPrepend:R(!1),updateHasPrepend:t=>{t&&(i.hasPrepend.value=t)}};return Ve(Ee,i),e}function Et(){return Ce(Ee,null)}const We=e=>{const i={activate:t=>{let{id:n,value:l,activated:a}=t;return n=$(n),e&&!l&&a.size===1&&a.has(n)||(l?a.add(n):a.delete(n)),a},in:(t,n,l)=>{let a=new Set;if(t!=null)for(const o of De(t))a=i.activate({id:o,value:!0,activated:new Set(a),children:n,parents:l});return a},out:t=>Array.from(t)};return i},_t=e=>{const i=We(e);return{activate:n=>{let{activated:l,id:a,...o}=n;a=$(a);const s=l.has(a)?new Set([a]):new Set;return i.activate({...o,id:a,activated:s})},in:(n,l,a)=>{let o=new Set;if(n!=null){const s=De(n);s.length&&(o=i.in(s.slice(0,1),l,a))}return o},out:(n,l,a)=>i.out(n,l,a)}},Ln=e=>{const i=We(e);return{activate:n=>{let{id:l,activated:a,children:o,...s}=n;return l=$(l),o.has(l)?a:i.activate({id:l,activated:a,children:o,...s})},in:i.in,out:i.out}},Bn=e=>{const i=_t(e);return{activate:n=>{let{id:l,activated:a,children:o,...s}=n;return l=$(l),o.has(l)?a:i.activate({id:l,activated:a,children:o,...s})},in:i.in,out:i.out}},En={open:e=>{let{id:i,value:t,opened:n,parents:l}=e;if(t){const a=new Set;a.add(i);let o=l.get(i);for(;o!=null;)a.add(o),o=l.get(o);return a}else return n.delete(i),n},select:()=>null},Dt={open:e=>{let{id:i,value:t,opened:n,parents:l}=e;if(t){let a=l.get(i);for(n.add(i);a!=null&&a!==i;)n.add(a),a=l.get(a);return n}else n.delete(i);return n},select:()=>null},_n={open:Dt.open,select:e=>{let{id:i,value:t,opened:n,parents:l}=e;if(!t)return n;const a=[];let o=l.get(i);for(;o!=null;)a.push(o),o=l.get(o);return new Set(a)}},Xe=e=>{const i={select:t=>{let{id:n,value:l,selected:a}=t;if(n=$(n),e&&!l){const o=Array.from(a.entries()).reduce((s,c)=>{let[m,w]=c;return w==="on"&&s.push(m),s},[]);if(o.length===1&&o[0]===n)return a}return a.set(n,l?"on":"off"),a},in:(t,n,l)=>{let a=new Map;for(const o of t||[])a=i.select({id:o,value:!0,selected:new Map(a),children:n,parents:l});return a},out:t=>{const n=[];for(const[l,a]of t.entries())a==="on"&&n.push(l);return n}};return i},Mt=e=>{const i=Xe(e);return{select:n=>{let{selected:l,id:a,...o}=n;a=$(a);const s=l.has(a)?new Map([[a,l.get(a)]]):new Map;return i.select({...o,id:a,selected:s})},in:(n,l,a)=>{let o=new Map;return n!=null&&n.length&&(o=i.in(n.slice(0,1),l,a)),o},out:(n,l,a)=>i.out(n,l,a)}},Dn=e=>{const i=Xe(e);return{select:n=>{let{id:l,selected:a,children:o,...s}=n;return l=$(l),o.has(l)?a:i.select({id:l,selected:a,children:o,...s})},in:i.in,out:i.out}},Mn=e=>{const i=Mt(e);return{select:n=>{let{id:l,selected:a,children:o,...s}=n;return l=$(l),o.has(l)?a:i.select({id:l,selected:a,children:o,...s})},in:i.in,out:i.out}},Rn=e=>{const i={select:t=>{let{id:n,value:l,selected:a,children:o,parents:s}=t;n=$(n);const c=new Map(a),m=[n];for(;m.length;){const S=m.shift();a.set($(S),l?"on":"off"),o.has(S)&&m.push(...o.get(S))}let w=$(s.get(n));for(;w;){const S=o.get(w),y=S.every(d=>a.get($(d))==="on"),C=S.every(d=>!a.has($(d))||a.get($(d))==="off");a.set(w,y?"on":C?"off":"indeterminate"),w=$(s.get(w))}return e&&!l&&Array.from(a.entries()).reduce((y,C)=>{let[d,g]=C;return g==="on"&&y.push(d),y},[]).length===0?c:a},in:(t,n,l)=>{let a=new Map;for(const o of t||[])a=i.select({id:o,value:!0,selected:new Map(a),children:n,parents:l});return a},out:(t,n)=>{const l=[];for(const[a,o]of t.entries())o==="on"&&!n.has(a)&&l.push(a);return l}};return i},Se=Symbol.for("vuetify:nested"),Rt={id:R(),root:{register:()=>null,unregister:()=>null,parents:j(new Map),children:j(new Map),open:()=>null,openOnSelect:()=>null,activate:()=>null,select:()=>null,activatable:j(!1),selectable:j(!1),opened:j(new Set),activated:j(new Set),selected:j(new Map),selectedValues:j([]),getPath:()=>[]}},Fn=F({activatable:Boolean,selectable:Boolean,activeStrategy:[String,Function,Object],selectStrategy:[String,Function,Object],openStrategy:[String,Object],opened:null,activated:null,selected:null,mandatory:Boolean},"nested"),zn=e=>{let i=!1;const t=j(new Map),n=j(new Map),l=re(e,"opened",e.opened,d=>new Set(d),d=>[...d.values()]),a=k(()=>{if(typeof e.activeStrategy=="object")return e.activeStrategy;if(typeof e.activeStrategy=="function")return e.activeStrategy(e.mandatory);switch(e.activeStrategy){case"leaf":return Ln(e.mandatory);case"single-leaf":return Bn(e.mandatory);case"independent":return We(e.mandatory);case"single-independent":default:return _t(e.mandatory)}}),o=k(()=>{if(typeof e.selectStrategy=="object")return e.selectStrategy;if(typeof e.selectStrategy=="function")return e.selectStrategy(e.mandatory);switch(e.selectStrategy){case"single-leaf":return Mn(e.mandatory);case"leaf":return Dn(e.mandatory);case"independent":return Xe(e.mandatory);case"single-independent":return Mt(e.mandatory);case"classic":default:return Rn(e.mandatory)}}),s=k(()=>{if(typeof e.openStrategy=="object")return e.openStrategy;switch(e.openStrategy){case"list":return _n;case"single":return En;case"multiple":default:return Dt}}),c=re(e,"activated",e.activated,d=>a.value.in(d,t.value,n.value),d=>a.value.out(d,t.value,n.value)),m=re(e,"selected",e.selected,d=>o.value.in(d,t.value,n.value),d=>o.value.out(d,t.value,n.value));Me(()=>{i=!0});function w(d){const g=[];let u=d;for(;u!=null;)g.unshift(u),u=n.value.get(u);return g}const S=yt("nested"),y=new Set,C={id:R(),root:{opened:l,activatable:_(e,"activatable"),selectable:_(e,"selectable"),activated:c,selected:m,selectedValues:k(()=>{const d=[];for(const[g,u]of m.value.entries())u==="on"&&d.push(g);return d}),register:(d,g,u)=>{if(y.has(d)){w(d).map(String).join(" -> "),w(g).concat(d).map(String).join(" -> ");return}else y.add(d);g&&d!==g&&n.value.set(d,g),u&&t.value.set(d,[]),g!=null&&t.value.set(g,[...t.value.get(g)||[],d])},unregister:d=>{if(i)return;y.delete(d),t.value.delete(d);const g=n.value.get(d);if(g){const u=t.value.get(g)??[];t.value.set(g,u.filter(h=>h!==d))}n.value.delete(d)},open:(d,g,u)=>{S.emit("click:open",{id:d,value:g,path:w(d),event:u});const h=s.value.open({id:d,value:g,opened:new Set(l.value),children:t.value,parents:n.value,event:u});h&&(l.value=h)},openOnSelect:(d,g,u)=>{const h=s.value.select({id:d,value:g,selected:new Map(m.value),opened:new Set(l.value),children:t.value,parents:n.value,event:u});h&&(l.value=h)},select:(d,g,u)=>{S.emit("click:select",{id:d,value:g,path:w(d),event:u});const h=o.value.select({id:d,value:g,selected:new Map(m.value),children:t.value,parents:n.value,event:u});h&&(m.value=h),C.root.openOnSelect(d,g,u)},activate:(d,g,u)=>{if(!e.activatable)return C.root.select(d,!0,u);S.emit("click:activate",{id:d,value:g,path:w(d),event:u});const h=a.value.activate({id:d,value:g,activated:new Set(c.value),children:t.value,parents:n.value,event:u});h&&(c.value=h)},children:t,parents:n,getPath:w}};return Ve(Se,C),C.root},Ft=(e,i)=>{const t=Ce(Se,Rt),n=Symbol(ht()),l=k(()=>e.value!==void 0?e.value:n),a={...t,id:l,open:(o,s)=>t.root.open(l.value,o,s),openOnSelect:(o,s)=>t.root.openOnSelect(l.value,o,s),isOpen:k(()=>t.root.opened.value.has(l.value)),parent:k(()=>t.root.parents.value.get(l.value)),activate:(o,s)=>t.root.activate(l.value,o,s),isActivated:k(()=>t.root.activated.value.has($(l.value))),select:(o,s)=>t.root.select(l.value,o,s),isSelected:k(()=>t.root.selected.value.get($(l.value))==="on"),isIndeterminate:k(()=>t.root.selected.value.get(l.value)==="indeterminate"),isLeaf:k(()=>!t.root.children.value.get(l.value)),isGroupActivator:t.isGroupActivator};return bt(()=>{!t.isGroupActivator&&t.root.register(l.value,t.id.value,i)}),Me(()=>{!t.isGroupActivator&&t.root.unregister(l.value)}),i&&Ve(Se,a),a},Hn=()=>{const e=Ce(Se,Rt);Ve(Se,{...e,isGroupActivator:!0})},jn=tn({name:"VListGroupActivator",setup(e,i){let{slots:t}=i;return Hn(),()=>{var n;return(n=t.default)==null?void 0:n.call(t)}}}),Gn=F({activeColor:String,baseColor:String,color:String,collapseIcon:{type:q,default:"$collapse"},expandIcon:{type:q,default:"$expand"},prependIcon:q,appendIcon:q,fluid:Boolean,subgroup:Boolean,title:String,value:null,...ne(),...ve()},"VListGroup"),ot=X()({name:"VListGroup",props:Gn(),setup(e,i){let{slots:t}=i;const{isOpen:n,open:l,id:a}=Ft(_(e,"value"),!0),o=k(()=>`v-list-group--id-${String(a.value)}`),s=Et(),{isBooted:c}=nn();function m(C){C.stopPropagation(),l(!n.value,C)}const w=k(()=>({onClick:m,class:"v-list-group__header",id:o.value})),S=k(()=>n.value?e.collapseIcon:e.expandIcon),y=k(()=>({VListItem:{active:n.value,activeColor:e.activeColor,baseColor:e.baseColor,color:e.color,prependIcon:e.prependIcon||e.subgroup&&S.value,appendIcon:e.appendIcon||!e.subgroup&&S.value,title:e.title,value:e.value}}));return ee(()=>v(e.tag,{class:["v-list-group",{"v-list-group--prepend":s==null?void 0:s.hasPrepend.value,"v-list-group--fluid":e.fluid,"v-list-group--subgroup":e.subgroup,"v-list-group--open":n.value},e.class],style:e.style},{default:()=>[t.activator&&v(ue,{defaults:y.value},{default:()=>[v(jn,null,{default:()=>[t.activator({props:w.value,isOpen:n.value})]})]}),v(bn,{transition:{component:qt},disabled:!c.value},{default:()=>{var C;return[Ae(v("div",{class:"v-list-group__items",role:"group","aria-labelledby":o.value},[(C=t.default)==null?void 0:C.call(t)]),[[gt,n.value]])]}})]})),{isOpen:n}}}),Nn=F({opacity:[Number,String],...ne(),...ve()},"VListItemSubtitle"),$n=X()({name:"VListItemSubtitle",props:Nn(),setup(e,i){let{slots:t}=i;return ee(()=>v(e.tag,{class:["v-list-item-subtitle",e.class],style:[{"--v-list-item-subtitle-opacity":e.opacity},e.style]},t)),{}}}),Un=Sn("v-list-item-title"),Kn=F({active:{type:Boolean,default:void 0},activeClass:String,activeColor:String,appendAvatar:String,appendIcon:q,baseColor:String,disabled:Boolean,lines:[Boolean,String],link:{type:Boolean,default:void 0},nav:Boolean,prependAvatar:String,prependIcon:q,ripple:{type:[Boolean,Object],default:!0},slim:Boolean,subtitle:[String,Number],title:[String,Number],value:null,onClick:fe(),onClickOnce:fe(),...He(),...ne(),...je(),...Re(),...Ge(),...Ne(),...wt(),...ve(),...pe(),...Te({variant:"text"})},"VListItem"),xe=X()({name:"VListItem",directives:{Ripple:Ct},props:Kn(),emits:{click:e=>!0},setup(e,i){let{attrs:t,slots:n,emit:l}=i;const a=It(e,t),o=k(()=>e.value===void 0?a.href.value:e.value),{activate:s,isActivated:c,select:m,isOpen:w,isSelected:S,isIndeterminate:y,isGroupActivator:C,root:d,parent:g,openOnSelect:u,id:h}=Ft(o,!1),V=Et(),P=k(()=>{var p;return e.active!==!1&&(e.active||((p=a.isActive)==null?void 0:p.value)||(d.activatable.value?c.value:S.value))}),x=k(()=>e.link!==!1&&a.isLink.value),B=k(()=>!!V&&(d.selectable.value||d.activatable.value||e.value!=null)),E=k(()=>!e.disabled&&e.link!==!1&&(e.link||a.isClickable.value||B.value)),A=k(()=>e.rounded||e.nav),U=k(()=>e.color??e.activeColor),Q=k(()=>({color:P.value?U.value??e.baseColor:e.baseColor,variant:e.variant}));ie(()=>{var p;return(p=a.isActive)==null?void 0:p.value},p=>{p&&z()}),bt(()=>{var p;(p=a.isActive)!=null&&p.value&&z()});function z(){g.value!=null&&d.open(g.value,!0),u(!0)}const{themeClasses:Y}=ke(e),{borderClasses:D}=$e(e),{colorClasses:L,colorStyles:M,variantClasses:Z}=Vt(Q),{densityClasses:H}=Ue(e),{dimensionStyles:oe}=Fe(e),{elevationClasses:le}=Ke(e),{roundedClasses:b}=qe(A),r=k(()=>e.lines?`v-list-item--${e.lines}-line`:void 0),f=k(()=>({isActive:P.value,select:m,isOpen:w.value,isSelected:S.value,isIndeterminate:y.value}));function I(p){var T;l("click",p),E.value&&((T=a.navigate)==null||T.call(a,p),!C&&(d.activatable.value?s(!c.value,p):(d.selectable.value||e.value!=null)&&m(!S.value,p)))}function O(p){(p.key==="Enter"||p.key===" ")&&(p.preventDefault(),p.target.dispatchEvent(new MouseEvent("click",p)))}return ee(()=>{const p=x.value?"a":e.tag,T=n.title||e.title!=null,G=n.subtitle||e.subtitle!=null,te=!!(e.appendAvatar||e.appendIcon),W=!!(te||n.append),de=!!(e.prependAvatar||e.prependIcon),N=!!(de||n.prepend);return V==null||V.updateHasPrepend(N),e.activeColor&&ln("active-color",["color","base-color"]),Ae(v(p,K({class:["v-list-item",{"v-list-item--active":P.value,"v-list-item--disabled":e.disabled,"v-list-item--link":E.value,"v-list-item--nav":e.nav,"v-list-item--prepend":!N&&(V==null?void 0:V.hasPrepend.value),"v-list-item--slim":e.slim,[`${e.activeClass}`]:e.activeClass&&P.value},Y.value,D.value,L.value,H.value,le.value,r.value,b.value,Z.value,e.class],style:[M.value,oe.value,e.style],tabindex:E.value?V?-2:0:void 0,"aria-selected":B.value?d.activatable.value?c.value:d.selectable.value?S.value:P.value:void 0,onClick:I,onKeydown:E.value&&!x.value&&O},a.linkProps),{default:()=>{var ye;return[Pt(E.value||P.value,"v-list-item"),N&&v("div",{key:"prepend",class:"v-list-item__prepend"},[n.prepend?v(ue,{key:"prepend-defaults",disabled:!de,defaults:{VAvatar:{density:e.density,image:e.prependAvatar},VIcon:{density:e.density,icon:e.prependIcon},VListItemAction:{start:!0}}},{default:()=>{var J;return[(J=n.prepend)==null?void 0:J.call(n,f.value)]}}):v(ce,null,[e.prependAvatar&&v(he,{key:"prepend-avatar",density:e.density,image:e.prependAvatar},null),e.prependIcon&&v(ae,{key:"prepend-icon",density:e.density,icon:e.prependIcon},null)]),v("div",{class:"v-list-item__spacer"},null)]),v("div",{class:"v-list-item__content","data-no-activator":""},[T&&v(Un,{key:"title"},{default:()=>{var J;return[((J=n.title)==null?void 0:J.call(n,{title:e.title}))??e.title]}}),G&&v($n,{key:"subtitle"},{default:()=>{var J;return[((J=n.subtitle)==null?void 0:J.call(n,{subtitle:e.subtitle}))??e.subtitle]}}),(ye=n.default)==null?void 0:ye.call(n,f.value)]),W&&v("div",{key:"append",class:"v-list-item__append"},[n.append?v(ue,{key:"append-defaults",disabled:!te,defaults:{VAvatar:{density:e.density,image:e.appendAvatar},VIcon:{density:e.density,icon:e.appendIcon},VListItemAction:{end:!0}}},{default:()=>{var J;return[(J=n.append)==null?void 0:J.call(n,f.value)]}}):v(ce,null,[e.appendIcon&&v(ae,{key:"append-icon",density:e.density,icon:e.appendIcon},null),e.appendAvatar&&v(he,{key:"append-avatar",density:e.density,image:e.appendAvatar},null)]),v("div",{class:"v-list-item__spacer"},null)])]}}),[[mt("ripple"),E.value&&e.ripple]])}),{activate:s,isActivated:c,isGroupActivator:C,isSelected:S,list:V,select:m,root:d,id:h}}}),qn=F({color:String,inset:Boolean,sticky:Boolean,title:String,...ne(),...ve()},"VListSubheader"),Wn=X()({name:"VListSubheader",props:qn(),setup(e,i){let{slots:t}=i;const{textColorClasses:n,textColorStyles:l}=At(_(e,"color"));return ee(()=>{const a=!!(t.default||e.title);return v(e.tag,{class:["v-list-subheader",{"v-list-subheader--inset":e.inset,"v-list-subheader--sticky":e.sticky},n.value,e.class],style:[{textColorStyles:l},e.style]},{default:()=>{var o;return[a&&v("div",{class:"v-list-subheader__text"},[((o=t.default)==null?void 0:o.call(t))??e.title])]}})}),{}}}),Xn=F({color:String,inset:Boolean,length:[Number,String],opacity:[Number,String],thickness:[Number,String],vertical:Boolean,...ne(),...pe()},"VDivider"),Qn=X()({name:"VDivider",props:Xn(),setup(e,i){let{attrs:t,slots:n}=i;const{themeClasses:l}=ke(e),{textColorClasses:a,textColorStyles:o}=At(_(e,"color")),s=k(()=>{const c={};return e.length&&(c[e.vertical?"height":"width"]=ge(e.length)),e.thickness&&(c[e.vertical?"borderRightWidth":"borderTopWidth"]=ge(e.thickness)),c});return ee(()=>{const c=v("hr",{class:[{"v-divider":!0,"v-divider--inset":e.inset,"v-divider--vertical":e.vertical},l.value,a.value,e.class],style:[s.value,o.value,{"--v-border-opacity":e.opacity},e.style],"aria-orientation":!t.role||t.role==="separator"?e.vertical?"vertical":"horizontal":void 0,role:`${t.role||"separator"}`},null);return n.default?v("div",{class:["v-divider__wrapper",{"v-divider__wrapper--vertical":e.vertical,"v-divider__wrapper--inset":e.inset}]},[c,v("div",{class:"v-divider__content"},[n.default()]),c]):c}),{}}}),Yn=F({items:Array,returnObject:Boolean},"VListChildren"),zt=X()({name:"VListChildren",props:Yn(),setup(e,i){let{slots:t}=i;return Bt(),()=>{var n,l;return((n=t.default)==null?void 0:n.call(t))??((l=e.items)==null?void 0:l.map(a=>{var y,C;let{children:o,props:s,type:c,raw:m}=a;if(c==="divider")return((y=t.divider)==null?void 0:y.call(t,{props:s}))??v(Qn,s,null);if(c==="subheader")return((C=t.subheader)==null?void 0:C.call(t,{props:s}))??v(Wn,s,null);const w={subtitle:t.subtitle?d=>{var g;return(g=t.subtitle)==null?void 0:g.call(t,{...d,item:m})}:void 0,prepend:t.prepend?d=>{var g;return(g=t.prepend)==null?void 0:g.call(t,{...d,item:m})}:void 0,append:t.append?d=>{var g;return(g=t.append)==null?void 0:g.call(t,{...d,item:m})}:void 0,title:t.title?d=>{var g;return(g=t.title)==null?void 0:g.call(t,{...d,item:m})}:void 0},S=ot.filterProps(s);return o?v(ot,K({value:s==null?void 0:s.value},S),{activator:d=>{let{props:g}=d;const u={...s,...g,value:e.returnObject?m:s.value};return t.header?t.header({props:u}):v(xe,u,w)},default:()=>v(zt,{items:o,returnObject:e.returnObject},t)}):t.item?t.item({props:s}):v(xe,K(s,{value:e.returnObject?m:s.value}),w)}))}}}),Ht=F({items:{type:Array,default:()=>[]},itemTitle:{type:[String,Array,Function],default:"title"},itemValue:{type:[String,Array,Function],default:"value"},itemChildren:{type:[Boolean,String,Array,Function],default:"children"},itemProps:{type:[Boolean,String,Array,Function],default:"props"},returnObject:Boolean,valueComparator:{type:Function,default:dt}},"list-items");function _e(e,i){const t=se(i,e.itemTitle,i),n=se(i,e.itemValue,t),l=se(i,e.itemChildren),a=e.itemProps===!0?typeof i=="object"&&i!=null&&!Array.isArray(i)?"children"in i?we(i,["children"]):i:void 0:se(i,e.itemProps),o={title:t,value:n,...a};return{title:String(o.title??""),value:o.value,props:o,children:Array.isArray(l)?jt(e,l):void 0,raw:i}}function jt(e,i){const t=[];for(const n of i)t.push(_e(e,n));return t}function Jn(e){const i=k(()=>jt(e,e.items)),t=k(()=>i.value.some(a=>a.value===null));function n(a){return t.value||(a=a.filter(o=>o!==null)),a.map(o=>e.returnObject&&typeof o=="string"?_e(e,o):i.value.find(s=>e.valueComparator(o,s.value))||_e(e,o))}function l(a){return e.returnObject?a.map(o=>{let{raw:s}=o;return s}):a.map(o=>{let{value:s}=o;return s})}return{items:i,transformIn:n,transformOut:l}}function Zn(e){return typeof e=="string"||typeof e=="number"||typeof e=="boolean"}function el(e,i){const t=se(i,e.itemType,"item"),n=Zn(i)?i:se(i,e.itemTitle),l=se(i,e.itemValue,void 0),a=se(i,e.itemChildren),o=e.itemProps===!0?we(i,["children"]):se(i,e.itemProps),s={title:n,value:l,...o};return{type:t,title:s.title,value:s.value,props:s,children:t==="item"&&a?Gt(e,a):void 0,raw:i}}function Gt(e,i){const t=[];for(const n of i)t.push(el(e,n));return t}function tl(e){return{items:k(()=>Gt(e,e.items))}}const nl=F({baseColor:String,activeColor:String,activeClass:String,bgColor:String,disabled:Boolean,expandIcon:q,collapseIcon:q,lines:{type:[Boolean,String],default:"one"},slim:Boolean,nav:Boolean,"onClick:open":fe(),"onClick:select":fe(),"onUpdate:opened":fe(),...Fn({selectStrategy:"single-leaf",openStrategy:"list"}),...He(),...ne(),...je(),...Re(),...Ge(),itemType:{type:String,default:"type"},...Ht(),...Ne(),...ve(),...pe(),...Te({variant:"text"})},"VList"),ll=X()({name:"VList",props:nl(),emits:{"update:selected":e=>!0,"update:activated":e=>!0,"update:opened":e=>!0,"click:open":e=>!0,"click:activate":e=>!0,"click:select":e=>!0},setup(e,i){let{slots:t}=i;const{items:n}=tl(e),{themeClasses:l}=ke(e),{backgroundColorClasses:a,backgroundColorStyles:o}=pn(_(e,"bgColor")),{borderClasses:s}=$e(e),{densityClasses:c}=Ue(e),{dimensionStyles:m}=Fe(e),{elevationClasses:w}=Ke(e),{roundedClasses:S}=qe(e),{children:y,open:C,parents:d,select:g,getPath:u}=zn(e),h=k(()=>e.lines?`v-list--${e.lines}-line`:void 0),V=_(e,"activeColor"),P=_(e,"baseColor"),x=_(e,"color");Bt(),vt({VListGroup:{activeColor:V,baseColor:P,color:x,expandIcon:_(e,"expandIcon"),collapseIcon:_(e,"collapseIcon")},VListItem:{activeClass:_(e,"activeClass"),activeColor:V,baseColor:P,color:x,density:_(e,"density"),disabled:_(e,"disabled"),lines:_(e,"lines"),nav:_(e,"nav"),slim:_(e,"slim"),variant:_(e,"variant")}});const B=R(!1),E=j();function A(L){B.value=!0}function U(L){B.value=!1}function Q(L){var M;!B.value&&!(L.relatedTarget&&((M=E.value)!=null&&M.contains(L.relatedTarget)))&&D()}function z(L){const M=L.target;if(!(!E.value||["INPUT","TEXTAREA"].includes(M.tagName))){if(L.key==="ArrowDown")D("next");else if(L.key==="ArrowUp")D("prev");else if(L.key==="Home")D("first");else if(L.key==="End")D("last");else return;L.preventDefault()}}function Y(L){B.value=!0}function D(L){if(E.value)return Ie(E.value,L)}return ee(()=>v(e.tag,{ref:E,class:["v-list",{"v-list--disabled":e.disabled,"v-list--nav":e.nav,"v-list--slim":e.slim},l.value,a.value,s.value,c.value,w.value,h.value,S.value,e.class],style:[o.value,m.value,e.style],tabindex:e.disabled||B.value?-1:0,role:"listbox","aria-activedescendant":void 0,onFocusin:A,onFocusout:U,onFocus:Q,onKeydown:z,onMousedown:Y},{default:()=>[v(zt,{items:n.value,returnObject:e.returnObject},t)]})),{open:C,select:g,focus:D,children:y,parents:d,getPath:u}}}),al=F({id:String,submenu:Boolean,...we(Wt({closeDelay:250,closeOnContentClick:!0,locationStrategy:"connected",location:void 0,openDelay:300,scrim:!1,scrollStrategy:"reposition",transition:{component:st}}),["absolute"])},"VMenu"),il=X()({name:"VMenu",props:al(),emits:{"update:modelValue":e=>!0},setup(e,i){let{slots:t}=i;const n=re(e,"modelValue"),{scopeId:l}=Xt(),{isRtl:a}=rt(),o=ht(),s=k(()=>e.id||`v-menu-${o}`),c=j(),m=Ce(Je,null),w=R(new Set);Ve(Je,{register(){w.value.add(o)},unregister(){w.value.delete(o)},closeParents(u){setTimeout(()=>{var h;!w.value.size&&!e.persistent&&(u==null||(h=c.value)!=null&&h.contentEl&&!an(u,c.value.contentEl))&&(n.value=!1,m==null||m.closeParents())},40)}}),Me(()=>{m==null||m.unregister(),document.removeEventListener("focusin",S)}),on(()=>n.value=!1);async function S(u){var P,x,B;const h=u.relatedTarget,V=u.target;await ze(),n.value&&h!==V&&((P=c.value)!=null&&P.contentEl)&&((x=c.value)!=null&&x.globalTop)&&![document,c.value.contentEl].includes(V)&&!c.value.contentEl.contains(V)&&((B=Be(c.value.contentEl)[0])==null||B.focus())}ie(n,u=>{u?(m==null||m.register(),me&&document.addEventListener("focusin",S,{once:!0})):(m==null||m.unregister(),me&&document.removeEventListener("focusin",S))},{immediate:!0});function y(u){m==null||m.closeParents(u)}function C(u){var h,V,P,x,B;if(!e.disabled)if(u.key==="Tab"||u.key==="Enter"&&!e.closeOnContentClick){if(u.key==="Enter"&&(u.target instanceof HTMLTextAreaElement||u.target instanceof HTMLInputElement&&u.target.closest("form")))return;u.key==="Enter"&&u.preventDefault(),sn(Be((h=c.value)==null?void 0:h.contentEl,!1),u.shiftKey?"prev":"next",A=>A.tabIndex>=0)||(n.value=!1,(P=(V=c.value)==null?void 0:V.activatorEl)==null||P.focus())}else e.submenu&&u.key===(a.value?"ArrowRight":"ArrowLeft")&&(n.value=!1,(B=(x=c.value)==null?void 0:x.activatorEl)==null||B.focus())}function d(u){var V;if(e.disabled)return;const h=(V=c.value)==null?void 0:V.contentEl;h&&n.value?u.key==="ArrowDown"?(u.preventDefault(),u.stopImmediatePropagation(),Ie(h,"next")):u.key==="ArrowUp"?(u.preventDefault(),u.stopImmediatePropagation(),Ie(h,"prev")):e.submenu&&(u.key===(a.value?"ArrowRight":"ArrowLeft")?n.value=!1:u.key===(a.value?"ArrowLeft":"ArrowRight")&&(u.preventDefault(),Ie(h,"first"))):(e.submenu?u.key===(a.value?"ArrowLeft":"ArrowRight"):["ArrowDown","ArrowUp"].includes(u.key))&&(n.value=!0,u.preventDefault(),setTimeout(()=>setTimeout(()=>d(u))))}const g=k(()=>K({"aria-haspopup":"menu","aria-expanded":String(n.value),"aria-owns":s.value,onKeydown:d},e.activatorProps));return ee(()=>{const u=Ze.filterProps(e);return v(Ze,K({ref:c,id:s.value,class:["v-menu",e.class],style:e.style},u,{modelValue:n.value,"onUpdate:modelValue":h=>n.value=h,absolute:!0,activatorProps:g.value,location:e.location??(e.submenu?"end":"bottom"),"onClick:outside":y,onKeydown:C},l),{activator:t.activator,default:function(){for(var h=arguments.length,V=new Array(h),P=0;P{var x;return[(x=t.default)==null?void 0:x.call(t,...V)]}})}})}),ut({id:s,ΨopenChildren:w},c)}}),ol=F({renderless:Boolean,...ne()},"VVirtualScrollItem"),sl=X()({name:"VVirtualScrollItem",inheritAttrs:!1,props:ol(),emits:{"update:height":e=>!0},setup(e,i){let{attrs:t,emit:n,slots:l}=i;const{resizeRef:a,contentRect:o}=Pe(void 0,"border");ie(()=>{var s;return(s=o.value)==null?void 0:s.height},s=>{s!=null&&n("update:height",s)}),ee(()=>{var s,c;return e.renderless?v(ce,null,[(s=l.default)==null?void 0:s.call(l,{itemRef:a})]):v("div",K({ref:a,class:["v-virtual-scroll__item",e.class],style:e.style},t),[(c=l.default)==null?void 0:c.call(l)])})}}),ul=-1,rl=1,Le=100,cl=F({itemHeight:{type:[Number,String],default:null},height:[Number,String]},"virtual");function dl(e,i){const t=ct(),n=R(0);tt(()=>{n.value=parseFloat(e.itemHeight||0)});const l=R(0),a=R(Math.ceil((parseInt(e.height)||t.height.value)/(n.value||16))||1),o=R(0),s=R(0),c=j(),m=j();let w=0;const{resizeRef:S,contentRect:y}=Pe();tt(()=>{S.value=c.value});const C=k(()=>{var r;return c.value===document.documentElement?t.height.value:((r=y.value)==null?void 0:r.height)||parseInt(e.height)||0}),d=k(()=>!!(c.value&&m.value&&C.value&&n.value));let g=Array.from({length:i.value.length}),u=Array.from({length:i.value.length});const h=R(0);let V=-1;function P(r){return g[r]||n.value}const x=rn(()=>{const r=performance.now();u[0]=0;const f=i.value.length;for(let I=1;I<=f-1;I++)u[I]=(u[I-1]||0)+P(I-1);h.value=Math.max(h.value,performance.now()-r)},h),B=ie(d,r=>{r&&(B(),w=m.value.offsetTop,x.immediate(),H(),~V&&ze(()=>{me&&window.requestAnimationFrame(()=>{le(V),V=-1})}))});St(()=>{x.clear()});function E(r,f){const I=g[r],O=n.value;n.value=O?Math.min(n.value,f):f,(I!==f||O!==n.value)&&(g[r]=f,x())}function A(r){return r=Oe(r,0,i.value.length-1),u[r]||0}function U(r){return vl(u,r)}let Q=0,z=0,Y=0;ie(C,(r,f)=>{f&&(H(),r{z=0,H()}))});let D=-1;function L(){if(!c.value||!m.value)return;const r=c.value.scrollTop,f=performance.now();f-Y>500?(z=Math.sign(r-Q),w=m.value.offsetTop):z=r-Q,Q=r,Y=f,window.clearTimeout(D),D=window.setTimeout(M,500),H()}function M(){!c.value||!m.value||(z=0,Y=0,window.clearTimeout(D),H())}let Z=-1;function H(){cancelAnimationFrame(Z),Z=requestAnimationFrame(oe)}function oe(){if(!c.value||!C.value)return;const r=Q-w,f=Math.sign(z),I=Math.max(0,r-Le),O=Oe(U(I),0,i.value.length),p=r+C.value+Le,T=Oe(U(p)+1,O+1,i.value.length);if((f!==ul||Oa.value)){const G=A(l.value)-A(O),te=A(T)-A(a.value);Math.max(G,te)>Le?(l.value=O,a.value=T):(O<=0&&(l.value=O),T>=i.value.length&&(a.value=T))}o.value=A(l.value),s.value=A(i.value.length)-A(a.value)}function le(r){const f=A(r);!c.value||r&&!f?V=r:c.value.scrollTop=f}const b=k(()=>i.value.slice(l.value,a.value).map((r,f)=>({raw:r,index:f+l.value,key:un(r)&&"value"in r?r.value:f+l.value})));return ie(i,()=>{g=Array.from({length:i.value.length}),u=Array.from({length:i.value.length}),x.immediate(),H()},{deep:!0}),{calculateVisibleItems:H,containerRef:c,markerRef:m,computedItems:b,paddingTop:o,paddingBottom:s,scrollToIndex:le,handleScroll:L,handleScrollend:M,handleItemResize:E}}function vl(e,i){let t=e.length-1,n=0,l=0,a=null,o=-1;if(e[t]>1,a=e[l],a>i)t=l-1;else if(a[]},renderless:Boolean,...cl(),...ne(),...Re()},"VVirtualScroll"),ml=X()({name:"VVirtualScroll",props:fl(),setup(e,i){let{slots:t}=i;const n=yt("VVirtualScroll"),{dimensionStyles:l}=Fe(e),{calculateVisibleItems:a,containerRef:o,markerRef:s,handleScroll:c,handleScrollend:m,handleItemResize:w,scrollToIndex:S,paddingTop:y,paddingBottom:C,computedItems:d}=dl(e,_(e,"items"));return cn(()=>e.renderless,()=>{function g(){var V,P;const h=(arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1)?"addEventListener":"removeEventListener";o.value===document.documentElement?(document[h]("scroll",c,{passive:!0}),document[h]("scrollend",m)):((V=o.value)==null||V[h]("scroll",c,{passive:!0}),(P=o.value)==null||P[h]("scrollend",m))}dn(()=>{o.value=Qt(n.vnode.el,!0),g(!0)}),St(g)}),ee(()=>{const g=d.value.map(u=>v(sl,{key:u.key,renderless:e.renderless,"onUpdate:height":h=>w(u.index,h)},{default:h=>{var V;return(V=t.default)==null?void 0:V.call(t,{item:u.raw,index:u.index,...h})}}));return e.renderless?v(ce,null,[v("div",{ref:s,class:"v-virtual-scroll__spacer",style:{paddingTop:ge(y.value)}},null),g,v("div",{class:"v-virtual-scroll__spacer",style:{paddingBottom:ge(C.value)}},null)]):v("div",{ref:o,class:["v-virtual-scroll",e.class],onScrollPassive:c,onScrollend:m,style:[l.value,e.style]},[v("div",{ref:s,class:"v-virtual-scroll__container",style:{paddingTop:ge(y.value),paddingBottom:ge(C.value)}},[g])])}),{calculateVisibleItems:a,scrollToIndex:S}}});function gl(e,i){const t=R(!1);let n;function l(s){cancelAnimationFrame(n),t.value=!0,n=requestAnimationFrame(()=>{n=requestAnimationFrame(()=>{t.value=!1})})}async function a(){await new Promise(s=>requestAnimationFrame(s)),await new Promise(s=>requestAnimationFrame(s)),await new Promise(s=>requestAnimationFrame(s)),await new Promise(s=>{if(t.value){const c=ie(t,()=>{c(),s()})}else s()})}async function o(s){var w,S;if(s.key==="Tab"&&((w=i.value)==null||w.focus()),!["PageDown","PageUp","Home","End"].includes(s.key))return;const c=(S=e.value)==null?void 0:S.$el;if(!c)return;(s.key==="Home"||s.key==="End")&&c.scrollTo({top:s.key==="Home"?0:c.scrollHeight,behavior:"smooth"}),await a();const m=c.querySelectorAll(":scope > :not(.v-virtual-scroll__spacer)");if(s.key==="PageDown"||s.key==="Home"){const y=c.getBoundingClientRect().top;for(const C of m)if(C.getBoundingClientRect().top>=y){C.focus();break}}else{const y=c.getBoundingClientRect().bottom;for(const C of[...m].reverse())if(C.getBoundingClientRect().bottom<=y){C.focus();break}}}return{onScrollPassive:l,onKeydown:o}}const yl=F({chips:Boolean,closableChips:Boolean,closeText:{type:String,default:"$vuetify.close"},openText:{type:String,default:"$vuetify.open"},eager:Boolean,hideNoData:Boolean,hideSelected:Boolean,listProps:{type:Object},menu:Boolean,menuIcon:{type:q,default:"$dropdown"},menuProps:{type:Object},multiple:Boolean,noDataText:{type:String,default:"$vuetify.noDataText"},openOnClear:Boolean,itemColor:String,...Ht({itemChildren:!1})},"Select"),hl=F({...yl(),...we(Yt({modelValue:null,role:"combobox"}),["validationValue","dirty","appendInnerIcon"]),...kn({transition:{component:st}})},"VSelect"),kl=X()({name:"VSelect",props:hl(),emits:{"update:focused":e=>!0,"update:modelValue":e=>!0,"update:menu":e=>!0},setup(e,i){let{slots:t}=i;const{t:n}=ft(),l=j(),a=j(),o=j(),s=re(e,"menu"),c=k({get:()=>s.value,set:b=>{var r;s.value&&!b&&((r=a.value)!=null&&r.ΨopenChildren.size)||(s.value=b)}}),{items:m,transformIn:w,transformOut:S}=Jn(e),y=re(e,"modelValue",[],b=>w(b===null?[null]:De(b)),b=>{const r=S(b);return e.multiple?r:r[0]??null}),C=k(()=>typeof e.counterValue=="function"?e.counterValue(y.value):typeof e.counterValue=="number"?e.counterValue:y.value.length),d=Jt(e),g=k(()=>y.value.map(b=>b.value)),u=R(!1),h=k(()=>c.value?e.closeText:e.openText);let V="",P;const x=k(()=>e.hideSelected?m.value.filter(b=>!y.value.some(r=>e.valueComparator(r,b))):m.value),B=k(()=>e.hideNoData&&!x.value.length||d.isReadonly.value||d.isDisabled.value),E=k(()=>{var b;return{...e.menuProps,activatorProps:{...((b=e.menuProps)==null?void 0:b.activatorProps)||{},"aria-haspopup":"listbox"}}}),A=j(),U=gl(A,l);function Q(b){e.openOnClear&&(c.value=!0)}function z(){B.value||(c.value=!c.value)}function Y(b){nt(b)&&D(b)}function D(b){var O,p;if(!b.key||d.isReadonly.value)return;["Enter"," ","ArrowDown","ArrowUp","Home","End"].includes(b.key)&&b.preventDefault(),["Enter","ArrowDown"," "].includes(b.key)&&(c.value=!0),["Escape","Tab"].includes(b.key)&&(c.value=!1),b.key==="Home"?(O=A.value)==null||O.focus("first"):b.key==="End"&&((p=A.value)==null||p.focus("last"));const r=1e3;if(e.multiple||!nt(b))return;const f=performance.now();f-P>r&&(V=""),V+=b.key.toLowerCase(),P=f;const I=m.value.find(T=>T.title.toLowerCase().startsWith(V));if(I!==void 0){y.value=[I];const T=x.value.indexOf(I);me&&window.requestAnimationFrame(()=>{var G;T>=0&&((G=o.value)==null||G.scrollToIndex(T))})}}function L(b){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;if(!b.props.disabled)if(e.multiple){const f=y.value.findIndex(O=>e.valueComparator(O.value,b.value)),I=r??!~f;if(~f){const O=I?[...y.value,b]:[...y.value];O.splice(f,1),y.value=O}else I&&(y.value=[...y.value,b])}else{const f=r!==!1;y.value=f?[b]:[],ze(()=>{c.value=!1})}}function M(b){var r;(r=A.value)!=null&&r.$el.contains(b.relatedTarget)||(c.value=!1)}function Z(){var b;e.eager&&((b=o.value)==null||b.calculateVisibleItems())}function H(){var b;u.value&&((b=l.value)==null||b.focus())}function oe(b){u.value=!0}function le(b){if(b==null)y.value=[];else if(lt(l.value,":autofill")||lt(l.value,":-webkit-autofill")){const r=m.value.find(f=>f.title===b);r&&L(r)}else l.value&&(l.value.value="")}return ie(c,()=>{if(!e.hideSelected&&c.value&&y.value.length){const b=x.value.findIndex(r=>y.value.some(f=>e.valueComparator(f.value,r.value)));me&&window.requestAnimationFrame(()=>{var r;b>=0&&((r=o.value)==null||r.scrollToIndex(b))})}}),ie(()=>e.items,(b,r)=>{c.value||u.value&&!r.length&&b.length&&(c.value=!0)}),ee(()=>{const b=!!(e.chips||t.chip),r=!!(!e.hideNoData||x.value.length||t["prepend-item"]||t["append-item"]||t["no-data"]),f=y.value.length>0,I=et.filterProps(e),O=f||!u.value&&e.label&&!e.persistentPlaceholder?void 0:e.placeholder;return v(et,K({ref:l},I,{modelValue:y.value.map(p=>p.props.value).join(", "),"onUpdate:modelValue":le,focused:u.value,"onUpdate:focused":p=>u.value=p,validationValue:y.externalValue,counterValue:C.value,dirty:f,class:["v-select",{"v-select--active-menu":c.value,"v-select--chips":!!e.chips,[`v-select--${e.multiple?"multiple":"single"}`]:!0,"v-select--selected":y.value.length,"v-select--selection-slot":!!t.selection},e.class],style:e.style,inputmode:"none",placeholder:O,"onClick:clear":Q,"onMousedown:control":z,onBlur:M,onKeydown:D,"aria-label":n(h.value),title:n(h.value)}),{...t,default:()=>v(ce,null,[v(il,K({ref:a,modelValue:c.value,"onUpdate:modelValue":p=>c.value=p,activator:"parent",contentClass:"v-select__content",disabled:B.value,eager:e.eager,maxHeight:310,openOnClick:!1,closeOnContentClick:!1,transition:e.transition,onAfterEnter:Z,onAfterLeave:H},E.value),{default:()=>[r&&v(ll,K({ref:A,selected:g.value,selectStrategy:e.multiple?"independent":"single-independent",onMousedown:p=>p.preventDefault(),onKeydown:Y,onFocusin:oe,tabindex:"-1","aria-live":"polite",color:e.itemColor??e.color},U,e.listProps),{default:()=>{var p,T,G;return[(p=t["prepend-item"])==null?void 0:p.call(t),!x.value.length&&!e.hideNoData&&(((T=t["no-data"])==null?void 0:T.call(t))??v(xe,{key:"no-data",title:n(e.noDataText)},null)),v(ml,{ref:o,renderless:!0,items:x.value},{default:te=>{var J;let{item:W,index:de,itemRef:N}=te;const ye=K(W.props,{ref:N,key:W.value,onClick:()=>L(W,null)});return((J=t.item)==null?void 0:J.call(t,{item:W,index:de,props:ye}))??v(xe,K(ye,{role:"option"}),{prepend:Nt=>{let{isSelected:$t}=Nt;return v(ce,null,[e.multiple&&!e.hideSelected?v(On,{key:W.value,modelValue:$t,ripple:!1,tabindex:"-1"},null):void 0,W.props.prependAvatar&&v(he,{image:W.props.prependAvatar},null),W.props.prependIcon&&v(ae,{icon:W.props.prependIcon},null)])}})}}),(G=t["append-item"])==null?void 0:G.call(t)]}})]}),y.value.map((p,T)=>{function G(N){N.stopPropagation(),N.preventDefault(),L(p,!1)}const te={"onClick:close":G,onKeydown(N){N.key!=="Enter"&&N.key!==" "||(N.preventDefault(),N.stopPropagation(),G(N))},onMousedown(N){N.preventDefault(),N.stopPropagation()},modelValue:!0,"onUpdate:modelValue":void 0},W=b?!!t.chip:!!t.selection,de=W?vn(b?t.chip({item:p,index:T,props:te}):t.selection({item:p,index:T})):void 0;if(!(W&&!de))return v("div",{key:p.value,class:"v-select__selection"},[b?t.chip?v(ue,{key:"chip-defaults",defaults:{VChip:{closable:e.closableChips,size:"small",text:p.title}}},{default:()=>[de]}):v(xn,K({key:"chip",closable:e.closableChips,size:"small",text:p.title,disabled:p.props.disabled},te),null):de??v("span",{class:"v-select__selection-text"},[p.title,e.multiple&&T.v-chip__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-chip:focus-visible>.v-chip__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-chip:focus>.v-chip__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-chip--active>.v-chip__overlay,.v-chip[aria-haspopup=menu][aria-expanded=true]>.v-chip__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-chip--active:hover>.v-chip__overlay,.v-chip[aria-haspopup=menu][aria-expanded=true]:hover>.v-chip__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-chip--active:focus-visible>.v-chip__overlay,.v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-chip__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-chip--active:focus>.v-chip__overlay,.v-chip[aria-haspopup=menu][aria-expanded=true]:focus>.v-chip__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-chip{border-radius:9999px}.v-chip--variant-plain,.v-chip--variant-outlined,.v-chip--variant-text,.v-chip--variant-tonal{background:transparent;color:inherit}.v-chip--variant-plain{opacity:.26}.v-chip--variant-plain:focus,.v-chip--variant-plain:hover{opacity:1}.v-chip--variant-plain .v-chip__overlay{display:none}.v-chip--variant-elevated,.v-chip--variant-flat{background:rgb(var(--v-theme-surface-variant));color:rgb(var(--v-theme-on-surface-variant))}.v-chip--variant-elevated{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-chip--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-chip--variant-outlined{border:thin solid currentColor}.v-chip--variant-text .v-chip__overlay{background:currentColor}.v-chip--variant-tonal .v-chip__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-chip .v-chip__underlay{position:absolute}.v-chip--border{border-width:thin}.v-chip--link{cursor:pointer}.v-chip--link,.v-chip--filter{-webkit-user-select:none;user-select:none}.v-chip__content{align-items:center;display:inline-flex}.v-autocomplete__selection .v-chip__content,.v-combobox__selection .v-chip__content,.v-select__selection .v-chip__content{overflow:hidden}.v-chip__filter,.v-chip__prepend,.v-chip__append,.v-chip__close{align-items:center;display:inline-flex}.v-chip__close{cursor:pointer;flex:0 1 auto;font-size:18px;max-height:18px;max-width:18px;-webkit-user-select:none;user-select:none}.v-chip__close .v-icon{font-size:inherit}.v-chip__filter{transition:.15s cubic-bezier(.4,0,.2,1)}.v-chip__overlay{background-color:currentColor;border-radius:inherit;pointer-events:none;opacity:0;transition:opacity .2s ease-in-out}.v-chip__overlay{position:absolute;top:0;left:0;width:100%;height:100%}.v-chip--disabled{opacity:.3;pointer-events:none;-webkit-user-select:none;user-select:none}.v-chip--label{border-radius:4px}.v-chip-group{display:flex;max-width:100%;min-width:0;overflow-x:auto;padding:4px 0}.v-chip-group .v-chip{margin:4px 8px 4px 0}.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay{opacity:var(--v-activated-opacity)}.v-chip-group--column .v-slide-group__content{white-space:normal;flex-wrap:wrap;max-width:100%}.v-slide-group{display:flex;overflow:hidden}.v-slide-group__next,.v-slide-group__prev{align-items:center;display:flex;flex:0 1 52px;justify-content:center;min-width:52px;cursor:pointer}.v-slide-group__next--disabled,.v-slide-group__prev--disabled{pointer-events:none;opacity:var(--v-disabled-opacity)}.v-slide-group__content{display:flex;flex:1 0 auto;position:relative;transition:.2s all cubic-bezier(.4,0,.2,1);white-space:nowrap}.v-slide-group__content>*{white-space:initial}.v-slide-group__container{contain:content;display:flex;flex:1 1 auto;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;scrollbar-color:rgba(0,0,0,0)}.v-slide-group__container::-webkit-scrollbar{display:none}.v-slide-group--vertical{max-height:inherit}.v-slide-group--vertical,.v-slide-group--vertical .v-slide-group__container,.v-slide-group--vertical .v-slide-group__content{flex-direction:column}.v-slide-group--vertical .v-slide-group__container{overflow-x:hidden;overflow-y:auto}.v-select .v-field .v-text-field__prefix,.v-select .v-field .v-text-field__suffix,.v-select .v-field .v-field__input,.v-select .v-field.v-field{cursor:pointer}.v-select .v-field .v-field__input>input{align-self:flex-start;opacity:1;flex:0 0;position:absolute;width:100%;transition:none;pointer-events:none;caret-color:transparent}.v-select .v-field--dirty .v-select__selection{margin-inline-end:2px}.v-select .v-select__selection-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-select__content{overflow:hidden}.v-select__content{box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-select__content{border-radius:4px}.v-select__selection{display:inline-flex;align-items:center;letter-spacing:inherit;line-height:inherit;max-width:100%}.v-select .v-select__selection:first-child{margin-inline-start:0}.v-select--selected .v-field .v-field__input>input{opacity:0}.v-select__menu-icon{margin-inline-start:4px;transition:.2s cubic-bezier(.4,0,.2,1)}.v-select--active-menu .v-select__menu-icon{opacity:var(--v-high-emphasis-opacity);transform:rotate(180deg)}.v-list{overflow:auto;padding:8px 0;position:relative;outline:none}.v-list{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-list--border{border-width:thin;box-shadow:none}.v-list{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-list{border-radius:0}.v-list{background:rgba(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-list--disabled{pointer-events:none;-webkit-user-select:none;user-select:none}.v-list--nav{padding-inline:8px}.v-list--rounded{border-radius:4px}.v-list--subheader{padding-top:0}.v-list-img{border-radius:inherit;display:flex;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.v-list-subheader{align-items:center;background:inherit;color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));display:flex;font-size:.875rem;font-weight:400;line-height:1.375rem;padding-inline-end:16px;min-height:40px;transition:.2s min-height cubic-bezier(.4,0,.2,1)}.v-list-subheader__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-list--density-default .v-list-subheader{min-height:40px;padding-inline-start:calc(16px + var(--indent-padding))!important}.v-list--density-comfortable .v-list-subheader{min-height:36px;padding-inline-start:calc(16px + var(--indent-padding))!important}.v-list--density-compact .v-list-subheader{min-height:32px;padding-inline-start:calc(16px + var(--indent-padding))!important}.v-list-subheader--inset{--indent-padding: 56px}.v-list--nav .v-list-subheader{font-size:.75rem}.v-list-subheader--sticky{background:inherit;left:0;position:sticky;top:0;z-index:1}.v-list__overlay{background-color:currentColor;border-radius:inherit;bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .2s ease-in-out}.v-list-item{align-items:center;display:grid;flex:none;grid-template-areas:"prepend content append";grid-template-columns:max-content 1fr auto;outline:none;max-width:100%;padding:4px 16px;position:relative;text-decoration:none}.v-list-item{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-list-item--border{border-width:thin;box-shadow:none}.v-list-item:hover>.v-list-item__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-list-item:focus-visible>.v-list-item__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-list-item:focus>.v-list-item__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-list-item--active>.v-list-item__overlay,.v-list-item[aria-haspopup=menu][aria-expanded=true]>.v-list-item__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-list-item--active:hover>.v-list-item__overlay,.v-list-item[aria-haspopup=menu][aria-expanded=true]:hover>.v-list-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-list-item--active:focus-visible>.v-list-item__overlay,.v-list-item[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-list-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-list-item--active:focus>.v-list-item__overlay,.v-list-item[aria-haspopup=menu][aria-expanded=true]:focus>.v-list-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-list-item{border-radius:0}.v-list-item--variant-plain,.v-list-item--variant-outlined,.v-list-item--variant-text,.v-list-item--variant-tonal{background:transparent;color:inherit}.v-list-item--variant-plain{opacity:.62}.v-list-item--variant-plain:focus,.v-list-item--variant-plain:hover{opacity:1}.v-list-item--variant-plain .v-list-item__overlay{display:none}.v-list-item--variant-elevated,.v-list-item--variant-flat{background:rgba(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-list-item--variant-elevated{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-list-item--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-list-item--variant-outlined{border:thin solid currentColor}.v-list-item--variant-text .v-list-item__overlay{background:currentColor}.v-list-item--variant-tonal .v-list-item__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-list-item .v-list-item__underlay{position:absolute}@supports selector(:focus-visible){.v-list-item:after{pointer-events:none;border:2px solid currentColor;border-radius:4px;opacity:0;transition:opacity .2s ease-in-out}.v-list-item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-list-item:focus-visible:after{opacity:calc(.15 * var(--v-theme-overlay-multiplier))}}.v-list-item__prepend>.v-badge .v-icon,.v-list-item__prepend>.v-icon,.v-list-item__append>.v-badge .v-icon,.v-list-item__append>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-list-item--active .v-list-item__prepend>.v-badge .v-icon,.v-list-item--active .v-list-item__prepend>.v-icon,.v-list-item--active .v-list-item__append>.v-badge .v-icon,.v-list-item--active .v-list-item__append>.v-icon{opacity:1}.v-list-item--active:not(.v-list-item--link) .v-list-item__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-list-item--rounded{border-radius:4px}.v-list-item--disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.6}.v-list-item--link{cursor:pointer}.v-navigation-drawer--rail:not(.v-navigation-drawer--expand-on-hover) .v-list-item .v-avatar,.v-navigation-drawer--rail.v-navigation-drawer--expand-on-hover:not(.v-navigation-drawer--is-hovering) .v-list-item .v-avatar{--v-avatar-height: 24px}.v-list-item__prepend{align-items:center;align-self:center;display:flex;grid-area:prepend}.v-list-item__prepend>.v-badge~.v-list-item__spacer,.v-list-item__prepend>.v-icon~.v-list-item__spacer,.v-list-item__prepend>.v-tooltip~.v-list-item__spacer{width:32px}.v-list-item__prepend>.v-avatar~.v-list-item__spacer,.v-list-item__prepend>.v-badge:is(:has(.v-avatar))~.v-list-item__spacer{width:16px}.v-list-item--slim .v-list-item__prepend>.v-badge~.v-list-item__spacer,.v-list-item--slim .v-list-item__prepend>.v-icon~.v-list-item__spacer,.v-list-item--slim .v-list-item__prepend>.v-tooltip~.v-list-item__spacer{width:20px}.v-list-item--slim .v-list-item__prepend>.v-avatar~.v-list-item__spacer,.v-list-item--slim .v-list-item__prepend>.v-badge:is(:has(.v-avatar))~.v-list-item__spacer{width:4px}.v-list-item--slim .v-list-item__prepend>.v-list-item-action~.v-list-item__spacer{width:4px}.v-list-item--three-line .v-list-item__prepend{align-self:start}.v-list-item__append{align-self:center;display:flex;align-items:center;grid-area:append}.v-list-item__append .v-list-item__spacer{order:-1;transition:.15s width cubic-bezier(.4,0,.2,1)}.v-list-item__append>.v-badge~.v-list-item__spacer,.v-list-item__append>.v-icon~.v-list-item__spacer,.v-list-item__append>.v-tooltip~.v-list-item__spacer{width:32px}.v-list-item__append>.v-avatar~.v-list-item__spacer,.v-list-item__append>.v-badge:is(:has(.v-avatar))~.v-list-item__spacer{width:16px}.v-list-item__append>.v-list-item-action~.v-list-item__spacer{width:16px}.v-list-item--slim .v-list-item__append>.v-badge~.v-list-item__spacer,.v-list-item--slim .v-list-item__append>.v-icon~.v-list-item__spacer,.v-list-item--slim .v-list-item__append>.v-tooltip~.v-list-item__spacer{width:20px}.v-list-item--slim .v-list-item__append>.v-avatar~.v-list-item__spacer,.v-list-item--slim .v-list-item__append>.v-badge:is(:has(.v-avatar))~.v-list-item__spacer{width:4px}.v-list-item--slim .v-list-item__append>.v-list-item-action~.v-list-item__spacer{width:4px}.v-list-item--three-line .v-list-item__append{align-self:start}.v-list-item__content{align-self:center;grid-area:content;overflow:hidden}.v-list-item-action{align-self:center;display:flex;align-items:center;flex:none;transition:inherit;transition-property:height,width}.v-list-item-action--start{margin-inline-end:8px;margin-inline-start:-8px}.v-list-item-action--end{margin-inline-start:8px;margin-inline-end:-8px}.v-list-item-media{margin-top:0;margin-bottom:0}.v-list-item-media--start{margin-inline-end:16px}.v-list-item-media--end{margin-inline-start:16px}.v-list-item--two-line .v-list-item-media{margin-top:-4px;margin-bottom:-4px}.v-list-item--three-line .v-list-item-media{margin-top:0;margin-bottom:0}.v-list-item-subtitle{-webkit-box-orient:vertical;display:-webkit-box;opacity:var(--v-list-item-subtitle-opacity, var(--v-medium-emphasis-opacity));overflow:hidden;padding:0;text-overflow:ellipsis;overflow-wrap:break-word;word-break:initial}.v-list-item--one-line .v-list-item-subtitle{-webkit-line-clamp:1}.v-list-item--two-line .v-list-item-subtitle{-webkit-line-clamp:2}.v-list-item--three-line .v-list-item-subtitle{-webkit-line-clamp:3}.v-list-item-subtitle{font-size:.875rem;font-weight:400;letter-spacing:.0178571429em;line-height:1rem;text-transform:none}.v-list-item--nav .v-list-item-subtitle{font-size:.75rem;font-weight:400;letter-spacing:.0178571429em;line-height:1rem}.v-list-item-title{-webkit-hyphens:auto;hyphens:auto;overflow-wrap:normal;overflow:hidden;padding:0;white-space:nowrap;text-overflow:ellipsis;word-break:normal;word-wrap:break-word}.v-list-item-title{font-size:1rem;font-weight:400;letter-spacing:.009375em;line-height:1.5;text-transform:none}.v-list-item--nav .v-list-item-title{font-size:.8125rem;font-weight:500;letter-spacing:normal;line-height:1rem}.v-list-item--density-default{min-height:40px}.v-list-item--density-default.v-list-item--one-line{min-height:48px;padding-top:4px;padding-bottom:4px}.v-list-item--density-default.v-list-item--two-line{min-height:64px;padding-top:12px;padding-bottom:12px}.v-list-item--density-default.v-list-item--three-line{min-height:88px;padding-top:16px;padding-bottom:16px}.v-list-item--density-default.v-list-item--three-line .v-list-item__prepend,.v-list-item--density-default.v-list-item--three-line .v-list-item__append{padding-top:8px}.v-list-item--density-default:not(.v-list-item--nav).v-list-item--one-line{padding-inline:16px}.v-list-item--density-default:not(.v-list-item--nav).v-list-item--two-line{padding-inline:16px}.v-list-item--density-default:not(.v-list-item--nav).v-list-item--three-line{padding-inline:16px}.v-list-item--density-comfortable{min-height:36px}.v-list-item--density-comfortable.v-list-item--one-line{min-height:44px}.v-list-item--density-comfortable.v-list-item--two-line{min-height:60px;padding-top:8px;padding-bottom:8px}.v-list-item--density-comfortable.v-list-item--three-line{min-height:84px;padding-top:12px;padding-bottom:12px}.v-list-item--density-comfortable.v-list-item--three-line .v-list-item__prepend,.v-list-item--density-comfortable.v-list-item--three-line .v-list-item__append{padding-top:6px}.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--one-line{padding-inline:16px}.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--two-line{padding-inline:16px}.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--three-line{padding-inline:16px}.v-list-item--density-compact{min-height:32px}.v-list-item--density-compact.v-list-item--one-line{min-height:40px}.v-list-item--density-compact.v-list-item--two-line{min-height:56px;padding-top:4px;padding-bottom:4px}.v-list-item--density-compact.v-list-item--three-line{min-height:80px;padding-top:8px;padding-bottom:8px}.v-list-item--density-compact.v-list-item--three-line .v-list-item__prepend,.v-list-item--density-compact.v-list-item--three-line .v-list-item__append{padding-top:4px}.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--one-line{padding-inline:16px}.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--two-line{padding-inline:16px}.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--three-line{padding-inline:16px}.v-list-item--nav{padding-inline:8px}.v-list .v-list-item--nav:not(:only-child){margin-bottom:4px}.v-list-item__underlay{position:absolute}.v-list-item__overlay{background-color:currentColor;border-radius:inherit;bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .2s ease-in-out}.v-list-item--active.v-list-item--variant-elevated .v-list-item__overlay{--v-theme-overlay-multiplier: 0}.v-list{--indent-padding: 0px}.v-list--nav{--indent-padding: -8px}.v-list-group{--list-indent-size: 16px;--parent-padding: var(--indent-padding);--prepend-width: 40px}.v-list--slim .v-list-group{--prepend-width: 28px}.v-list-group--fluid{--list-indent-size: 0px}.v-list-group--prepend{--parent-padding: calc(var(--indent-padding) + var(--prepend-width))}.v-list-group--fluid.v-list-group--prepend{--parent-padding: var(--indent-padding)}.v-list-group__items{--indent-padding: calc(var(--parent-padding) + var(--list-indent-size))}.v-list-group__items .v-list-item{padding-inline-start:calc(16px + var(--indent-padding))!important}.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay{opacity:0}.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-divider{display:block;flex:1 1 100%;height:0px;max-height:0px;opacity:var(--v-border-opacity);transition:inherit}.v-divider{border-style:solid;border-width:thin 0 0 0}.v-divider--vertical{align-self:stretch;border-width:0 thin 0 0;display:inline-flex;height:auto;margin-left:-1px;max-height:100%;max-width:0px;vertical-align:text-bottom;width:0px}.v-divider--inset:not(.v-divider--vertical){max-width:calc(100% - 72px);margin-inline-start:72px}.v-divider--inset.v-divider--vertical{margin-bottom:8px;margin-top:8px;max-height:calc(100% - 16px)}.v-divider__content{padding:0 16px;text-wrap:nowrap}.v-divider__wrapper--vertical .v-divider__content{padding:4px 0}.v-divider__wrapper{display:flex;align-items:center;justify-content:center}.v-divider__wrapper--vertical{flex-direction:column;height:100%}.v-divider__wrapper--vertical .v-divider{margin:0 auto}.v-menu>.v-overlay__content{display:flex;flex-direction:column}.v-menu>.v-overlay__content{border-radius:4px}.v-menu>.v-overlay__content>.v-card,.v-menu>.v-overlay__content>.v-sheet,.v-menu>.v-overlay__content>.v-list{background:rgb(var(--v-theme-surface));border-radius:inherit;overflow:auto;height:100%}.v-menu>.v-overlay__content>.v-card,.v-menu>.v-overlay__content>.v-sheet,.v-menu>.v-overlay__content>.v-list{box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-virtual-scroll{display:block;flex:1 1 auto;max-width:100%;overflow:auto;position:relative}.v-virtual-scroll__container{display:block} diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/about-BzTiXPQO.js b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/about-BzTiXPQO.js new file mode 100644 index 0000000..ba40607 --- /dev/null +++ b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/about-BzTiXPQO.js @@ -0,0 +1 @@ +import{_ as r,g as o}from"./VAvatar-CBxZwzSi.js";import{V as n,a as d,b as f,c as i,d as p,e as m}from"./VRow-eJbrdKF-.js";import{C as u,D as e,B as c,c as a,F as l,E as s}from"./index-KF56cXUu.js";const g={};function x(V,t){return c(),u(n,{class:"main-container","fill-height":""},{default:e(()=>[a(m,{justify:"center",align:"center"},{default:e(()=>[a(d,{cols:"12",md:"10"},{default:e(()=>[a(f,{class:"pa-4",outlined:""},{default:e(()=>[a(i,{class:"text-h3"},{default:e(()=>t[0]||(t[0]=[l("关于考试看板")])),_:1}),a(p,null,{default:e(()=>[t[2]||(t[2]=s("p",{class:"text-lg"}," 欢迎使用考试看板,这是一款用于展示考试信息的工具,帮助考生更好地了解考试信息与状态。 ",-1)),t[3]||(t[3]=s("p",{class:"text-lg"},"本软件旨在为考生提供便捷的考试信息查看体验。",-1)),t[4]||(t[4]=s("p",{class:"text-lg developer"},[l(" 开发者: "),s("a",{href:"https://github.com/hello8693DSZ",target:"_blank",class:"developer-name"},"Hello8963"),s("span"),s("a",{href:"https://github.com/MKStoler4096",target:"_blank",class:"developer-name"},"Mkstoler4096")],-1)),a(o,{href:"https://github.com/ProjectCampus-CH/dsz-exam-showboard-next",target:"_blank",color:"primary",class:"mt-4 normal-case"},{default:e(()=>t[1]||(t[1]=[l(" 在 GitHub 上查看源代码 ")])),_:1})]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})}const h=r(g,[["render",x],["__scopeId","data-v-409d0210"]]);export{h as default}; diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/about-mrwtd4Qm.css b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/about-mrwtd4Qm.css new file mode 100644 index 0000000..1486f25 --- /dev/null +++ b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/about-mrwtd4Qm.css @@ -0,0 +1 @@ +.main-container[data-v-409d0210]{padding:20px;display:flex;align-items:center}.v-card[data-v-409d0210]{width:100%;max-width:800px;margin:auto;transition:transform .3s ease-in-out}.v-card[data-v-409d0210]:hover{transform:scale(1.05)}.text-h3[data-v-409d0210]{font-size:2.5em!important}.text-lg[data-v-409d0210]{font-size:1.2em}.v-btn[data-v-409d0210]{height:48px;font-size:1.1em}.normal-case[data-v-409d0210]{text-transform:none!important}.developer-name[data-v-409d0210]{background-color:#f0f0f0;color:#000;padding:0 6px;border-radius:4px;display:inline-block;line-height:1.4em;font-size:1.2em;margin:0 5px;text-decoration:none}.developer-name[data-v-409d0210]:hover{text-decoration:underline} diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/app-CzTw35_a.css b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/app-CzTw35_a.css new file mode 100644 index 0000000..101bee7 --- /dev/null +++ b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/app-CzTw35_a.css @@ -0,0 +1 @@ +.v-selection-control{align-items:center;contain:layout;display:flex;flex:1 0;grid-area:control;position:relative;-webkit-user-select:none;user-select:none}.v-selection-control .v-label{white-space:normal;word-break:break-word;height:100%;opacity:1}.v-selection-control--disabled{opacity:var(--v-disabled-opacity);pointer-events:none}.v-selection-control--error:not(.v-selection-control--disabled) .v-label{color:rgb(var(--v-theme-error))}.v-selection-control--inline{display:inline-flex;flex:0 0 auto;min-width:0;max-width:100%}.v-selection-control--inline .v-label{width:auto}.v-selection-control--density-default{--v-selection-control-size: 40px}.v-selection-control--density-comfortable{--v-selection-control-size: 36px}.v-selection-control--density-compact{--v-selection-control-size: 28px}.v-selection-control__wrapper{width:var(--v-selection-control-size);height:var(--v-selection-control-size);display:inline-flex;align-items:center;position:relative;justify-content:center;flex:none}.v-selection-control__input{width:var(--v-selection-control-size);height:var(--v-selection-control-size);align-items:center;display:flex;flex:none;justify-content:center;position:relative;border-radius:50%}.v-selection-control__input input{cursor:pointer;position:absolute;left:0;top:0;width:100%;height:100%;opacity:0}.v-selection-control__input:before{border-radius:100%;background-color:currentColor;opacity:0;pointer-events:none}.v-selection-control__input:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-selection-control__input:hover:before{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-selection-control__input>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-selection-control--disabled .v-selection-control__input>.v-icon,.v-selection-control--dirty .v-selection-control__input>.v-icon,.v-selection-control--error .v-selection-control__input>.v-icon{opacity:1}.v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input>.v-icon{color:rgb(var(--v-theme-error))}.v-selection-control--focus-visible .v-selection-control__input:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}.v-label{align-items:center;color:inherit;display:inline-flex;font-size:1rem;letter-spacing:.009375em;min-width:0;opacity:var(--v-medium-emphasis-opacity);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-label--clickable{cursor:pointer}.v-selection-control-group{grid-area:control;display:flex;flex-direction:column}.v-selection-control-group--inline{flex-direction:row;flex-wrap:wrap}.v-input{display:grid;flex:1 1 auto;font-size:1rem;font-weight:400;line-height:1.5}.v-input--disabled{pointer-events:none}.v-input--density-default{--v-input-control-height: 56px;--v-input-padding-top: 16px}.v-input--density-comfortable{--v-input-control-height: 48px;--v-input-padding-top: 12px}.v-input--density-compact{--v-input-control-height: 40px;--v-input-padding-top: 8px}.v-input--vertical{grid-template-areas:"append" "control" "prepend";grid-template-rows:max-content auto max-content;grid-template-columns:min-content}.v-input--vertical .v-input__prepend{margin-block-start:16px}.v-input--vertical .v-input__append{margin-block-end:16px}.v-input--horizontal{grid-template-areas:"prepend control append" "a messages b";grid-template-columns:max-content minmax(0,1fr) max-content;grid-template-rows:auto auto}.v-input--horizontal .v-input__prepend{margin-inline-end:16px}.v-input--horizontal .v-input__append{margin-inline-start:16px}.v-input__details{align-items:flex-end;display:flex;font-size:.75rem;font-weight:400;grid-area:messages;letter-spacing:.0333333333em;line-height:normal;min-height:22px;padding-top:6px;overflow:hidden;justify-content:space-between}.v-input__details>.v-icon,.v-input__prepend>.v-icon,.v-input__append>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-input--disabled .v-input__details>.v-icon,.v-input--disabled .v-input__details .v-messages,.v-input--error .v-input__details>.v-icon,.v-input--error .v-input__details .v-messages,.v-input--disabled .v-input__prepend>.v-icon,.v-input--disabled .v-input__prepend .v-messages,.v-input--error .v-input__prepend>.v-icon,.v-input--error .v-input__prepend .v-messages,.v-input--disabled .v-input__append>.v-icon,.v-input--disabled .v-input__append .v-messages,.v-input--error .v-input__append>.v-icon,.v-input--error .v-input__append .v-messages{opacity:1}.v-input--disabled .v-input__details,.v-input--disabled .v-input__prepend,.v-input--disabled .v-input__append{opacity:var(--v-disabled-opacity)}.v-input--error:not(.v-input--disabled) .v-input__details>.v-icon,.v-input--error:not(.v-input--disabled) .v-input__details .v-messages,.v-input--error:not(.v-input--disabled) .v-input__prepend>.v-icon,.v-input--error:not(.v-input--disabled) .v-input__prepend .v-messages,.v-input--error:not(.v-input--disabled) .v-input__append>.v-icon,.v-input--error:not(.v-input--disabled) .v-input__append .v-messages{color:rgb(var(--v-theme-error))}.v-input__prepend,.v-input__append{display:flex;align-items:flex-start;padding-top:var(--v-input-padding-top)}.v-input--center-affix .v-input__prepend,.v-input--center-affix .v-input__append{align-items:center;padding-top:0}.v-input__prepend{grid-area:prepend}.v-input__append{grid-area:append}.v-input__control{display:flex;grid-area:control}.v-input--hide-spin-buttons input::-webkit-outer-spin-button,.v-input--hide-spin-buttons input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.v-input--hide-spin-buttons input[type=number]{-moz-appearance:textfield}.v-input--plain-underlined .v-input__prepend,.v-input--plain-underlined .v-input__append{align-items:flex-start}.v-input--density-default.v-input--plain-underlined .v-input__prepend,.v-input--density-default.v-input--plain-underlined .v-input__append{padding-top:calc(var(--v-input-padding-top) + 4px)}.v-input--density-comfortable.v-input--plain-underlined .v-input__prepend,.v-input--density-comfortable.v-input--plain-underlined .v-input__append{padding-top:calc(var(--v-input-padding-top) + 2px)}.v-input--density-compact.v-input--plain-underlined .v-input__prepend,.v-input--density-compact.v-input--plain-underlined .v-input__append{padding-top:calc(var(--v-input-padding-top) + 0px)}.v-messages{flex:1 1 auto;font-size:12px;min-height:14px;min-width:1px;opacity:var(--v-medium-emphasis-opacity);position:relative}.v-messages__message{line-height:12px;word-break:break-word;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;transition-duration:.15s}.v-overlay-container{contain:layout;left:0;pointer-events:none;position:absolute;top:0;display:contents}.v-overlay-scroll-blocked{padding-inline-end:var(--v-scrollbar-offset)}.v-overlay-scroll-blocked:not(html){overflow-y:hidden!important}html.v-overlay-scroll-blocked{position:fixed;top:var(--v-body-scroll-y);left:var(--v-body-scroll-x);width:100%;height:100%}.v-overlay{border-radius:inherit;display:flex;left:0;pointer-events:none;position:fixed;top:0;bottom:0;right:0}.v-overlay__content{outline:none;position:absolute;pointer-events:auto;contain:layout}.v-overlay__scrim{pointer-events:auto;background:rgb(var(--v-theme-on-surface));border-radius:inherit;bottom:0;left:0;opacity:var(--v-overlay-opacity, .32);position:fixed;right:0;top:0}.v-overlay--absolute,.v-overlay--contained .v-overlay__scrim{position:absolute}.v-overlay--scroll-blocked{padding-inline-end:var(--v-scrollbar-offset)}.v-text-field input{color:inherit;opacity:0;flex:1;transition:.15s opacity cubic-bezier(.4,0,.2,1);min-width:0}.v-text-field input:focus,.v-text-field input:active{outline:none}.v-text-field input:invalid{box-shadow:none}.v-text-field .v-field{cursor:text}.v-text-field--prefixed.v-text-field .v-field__input{--v-field-padding-start: 6px}.v-text-field--suffixed.v-text-field .v-field__input{--v-field-padding-end: 0}.v-text-field .v-input__details{padding-inline:16px}.v-input--plain-underlined.v-text-field .v-input__details{padding-inline:0}.v-text-field .v-field--no-label input,.v-text-field .v-field--active input{opacity:1}.v-text-field .v-field--single-line input{transition:none}.v-text-field__prefix,.v-text-field__suffix{align-items:center;color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));cursor:default;display:flex;opacity:0;transition:inherit;white-space:nowrap;min-height:max(var(--v-input-control-height, 56px),1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));padding-top:calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));padding-bottom:var(--v-field-padding-bottom, 6px)}.v-field--active .v-text-field__prefix,.v-field--active .v-text-field__suffix{opacity:1}.v-field--disabled .v-text-field__prefix,.v-field--disabled .v-text-field__suffix{color:rgba(var(--v-theme-on-surface),var(--v-disabled-opacity))}.v-text-field__prefix{padding-inline-start:var(--v-field-padding-start)}.v-text-field__suffix{padding-inline-end:var(--v-field-padding-end)}.v-counter{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));flex:0 1 auto;font-size:12px;transition-duration:.15s}.v-field{display:grid;grid-template-areas:"prepend-inner field clear append-inner";grid-template-columns:min-content minmax(0,1fr) min-content min-content;font-size:16px;letter-spacing:.009375em;max-width:100%;border-radius:4px;contain:layout;flex:1 0;grid-area:control;position:relative;--v-theme-overlay-multiplier: 1;--v-field-padding-start: 16px;--v-field-padding-end: 16px;--v-field-padding-top: 8px;--v-field-padding-bottom: 4px;--v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));--v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px)}.v-field--disabled{opacity:var(--v-disabled-opacity);pointer-events:none}.v-field .v-chip{--v-chip-height: 24px}.v-field--prepended{padding-inline-start:12px}.v-field--appended{padding-inline-end:12px}.v-field--variant-solo,.v-field--variant-solo-filled{background:rgb(var(--v-theme-surface));border-color:transparent;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-field--variant-solo,.v-field--variant-solo-filled{box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-field--variant-solo-inverted{background:rgb(var(--v-theme-surface));border-color:transparent;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-field--variant-solo-inverted{box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-field--variant-solo-inverted.v-field--focused{color:rgb(var(--v-theme-on-surface-variant))}.v-field--variant-filled{border-bottom-left-radius:0;border-bottom-right-radius:0}.v-input--density-default .v-field--variant-solo,.v-input--density-default .v-field--variant-solo-inverted,.v-input--density-default .v-field--variant-solo-filled,.v-input--density-default .v-field--variant-filled{--v-input-control-height: 56px;--v-field-padding-bottom: 4px}.v-input--density-comfortable .v-field--variant-solo,.v-input--density-comfortable .v-field--variant-solo-inverted,.v-input--density-comfortable .v-field--variant-solo-filled,.v-input--density-comfortable .v-field--variant-filled{--v-input-control-height: 48px;--v-field-padding-bottom: 0px}.v-input--density-compact .v-field--variant-solo,.v-input--density-compact .v-field--variant-solo-inverted,.v-input--density-compact .v-field--variant-solo-filled,.v-input--density-compact .v-field--variant-filled{--v-input-control-height: 40px;--v-field-padding-bottom: 0px}.v-field--variant-outlined,.v-field--single-line,.v-field--no-label{--v-field-padding-top: 0px}.v-input--density-default .v-field--variant-outlined,.v-input--density-default .v-field--single-line,.v-input--density-default .v-field--no-label{--v-field-padding-bottom: 16px}.v-input--density-comfortable .v-field--variant-outlined,.v-input--density-comfortable .v-field--single-line,.v-input--density-comfortable .v-field--no-label{--v-field-padding-bottom: 12px}.v-input--density-compact .v-field--variant-outlined,.v-input--density-compact .v-field--single-line,.v-input--density-compact .v-field--no-label{--v-field-padding-bottom: 8px}.v-field--variant-plain,.v-field--variant-underlined{border-radius:0;padding:0}.v-field--variant-plain.v-field,.v-field--variant-underlined.v-field{--v-field-padding-start: 0px;--v-field-padding-end: 0px}.v-input--density-default .v-field--variant-plain,.v-input--density-default .v-field--variant-underlined{--v-input-control-height: 48px;--v-field-padding-top: 4px;--v-field-padding-bottom: 4px}.v-input--density-comfortable .v-field--variant-plain,.v-input--density-comfortable .v-field--variant-underlined{--v-input-control-height: 40px;--v-field-padding-top: 2px;--v-field-padding-bottom: 0px}.v-input--density-compact .v-field--variant-plain,.v-input--density-compact .v-field--variant-underlined{--v-input-control-height: 32px;--v-field-padding-top: 0px;--v-field-padding-bottom: 0px}.v-field--flat{box-shadow:none}.v-field--rounded{border-radius:24px}.v-field.v-field--prepended{--v-field-padding-start: 6px}.v-field.v-field--appended{--v-field-padding-end: 6px}.v-field__input{align-items:center;color:inherit;column-gap:2px;display:flex;flex-wrap:wrap;letter-spacing:.009375em;opacity:var(--v-high-emphasis-opacity);min-height:max(var(--v-input-control-height, 56px),1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));min-width:0;padding-inline:var(--v-field-padding-start) var(--v-field-padding-end);padding-top:var(--v-field-input-padding-top);padding-bottom:var(--v-field-input-padding-bottom);position:relative;width:100%}.v-input--density-default .v-field__input{row-gap:8px}.v-input--density-comfortable .v-field__input{row-gap:6px}.v-input--density-compact .v-field__input{row-gap:4px}.v-field__input input{letter-spacing:inherit}.v-field__input input::placeholder,input.v-field__input::placeholder,textarea.v-field__input::placeholder{color:currentColor;opacity:var(--v-disabled-opacity)}.v-field__input:focus,.v-field__input:active{outline:none}.v-field__input:invalid{box-shadow:none}.v-field__field{flex:1 0;grid-area:field;position:relative;align-items:flex-start;display:flex}.v-field__prepend-inner{grid-area:prepend-inner;padding-inline-end:var(--v-field-padding-after)}.v-field__clearable{grid-area:clear}.v-field__append-inner{grid-area:append-inner;padding-inline-start:var(--v-field-padding-after)}.v-field__append-inner,.v-field__clearable,.v-field__prepend-inner{display:flex;align-items:flex-start;padding-top:var(--v-input-padding-top, 8px)}.v-field--center-affix .v-field__append-inner,.v-field--center-affix .v-field__clearable,.v-field--center-affix .v-field__prepend-inner{align-items:center;padding-top:0}.v-field.v-field--variant-underlined .v-field__append-inner,.v-field.v-field--variant-underlined .v-field__clearable,.v-field.v-field--variant-underlined .v-field__prepend-inner,.v-field.v-field--variant-plain .v-field__append-inner,.v-field.v-field--variant-plain .v-field__clearable,.v-field.v-field--variant-plain .v-field__prepend-inner{align-items:flex-start;padding-top:calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));padding-bottom:var(--v-field-padding-bottom, 4px)}.v-field--focused .v-field__prepend-inner,.v-field--focused .v-field__append-inner{opacity:1}.v-field__prepend-inner>.v-icon,.v-field__append-inner>.v-icon,.v-field__clearable>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-field--disabled .v-field__prepend-inner>.v-icon,.v-field--error .v-field__prepend-inner>.v-icon,.v-field--disabled .v-field__append-inner>.v-icon,.v-field--error .v-field__append-inner>.v-icon,.v-field--disabled .v-field__clearable>.v-icon,.v-field--error .v-field__clearable>.v-icon{opacity:1}.v-field--error:not(.v-field--disabled) .v-field__prepend-inner>.v-icon,.v-field--error:not(.v-field--disabled) .v-field__append-inner>.v-icon,.v-field--error:not(.v-field--disabled) .v-field__clearable>.v-icon{color:rgb(var(--v-theme-error))}.v-field__clearable{cursor:pointer;opacity:0;overflow:hidden;margin-inline:4px;transition:.15s cubic-bezier(.4,0,.2,1);transition-property:opacity,transform,width}.v-field--focused .v-field__clearable,.v-field--persistent-clear .v-field__clearable{opacity:1}@media (hover: hover){.v-field:hover .v-field__clearable{opacity:1}}@media (hover: none){.v-field__clearable{opacity:1}}.v-label.v-field-label{contain:layout paint;display:block;margin-inline-start:var(--v-field-padding-start);margin-inline-end:var(--v-field-padding-end);max-width:calc(100% - var(--v-field-padding-start) - var(--v-field-padding-end));pointer-events:none;position:absolute;top:var(--v-input-padding-top);transform-origin:left center;transition:.15s cubic-bezier(.4,0,.2,1);transition-property:opacity,transform;z-index:1}.v-field--variant-underlined .v-label.v-field-label,.v-field--variant-plain .v-label.v-field-label{top:calc(var(--v-input-padding-top) + var(--v-field-padding-top))}.v-field--center-affix .v-label.v-field-label{top:50%;transform:translateY(-50%)}.v-field--active .v-label.v-field-label{visibility:hidden}.v-field--focused .v-label.v-field-label,.v-field--error .v-label.v-field-label{opacity:1}.v-field--error:not(.v-field--disabled) .v-label.v-field-label{color:rgb(var(--v-theme-error))}.v-label.v-field-label--floating{--v-field-label-scale: .75em;font-size:var(--v-field-label-scale);visibility:hidden;max-width:100%}.v-field--center-affix .v-label.v-field-label--floating{transform:none}.v-field.v-field--active .v-label.v-field-label--floating{visibility:unset}.v-input--density-default .v-field--variant-solo .v-label.v-field-label--floating,.v-input--density-default .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-input--density-default .v-field--variant-filled .v-label.v-field-label--floating,.v-input--density-default .v-field--variant-solo-filled .v-label.v-field-label--floating{top:7px}.v-input--density-comfortable .v-field--variant-solo .v-label.v-field-label--floating,.v-input--density-comfortable .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-input--density-comfortable .v-field--variant-filled .v-label.v-field-label--floating,.v-input--density-comfortable .v-field--variant-solo-filled .v-label.v-field-label--floating{top:5px}.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating{top:3px}.v-field--variant-plain .v-label.v-field-label--floating,.v-field--variant-underlined .v-label.v-field-label--floating{transform:translateY(-16px);margin:0;top:var(--v-input-padding-top)}.v-field--variant-outlined .v-label.v-field-label--floating{transform:translateY(-50%);transform-origin:center;position:static;margin:0 4px}.v-field__outline{--v-field-border-width: 1px;--v-field-border-opacity: .38;align-items:stretch;contain:layout;display:flex;height:100%;left:0;pointer-events:none;position:absolute;right:0;width:100%}@media (hover: hover){.v-field:hover .v-field__outline{--v-field-border-opacity: var(--v-high-emphasis-opacity)}}.v-field--error:not(.v-field--disabled) .v-field__outline{color:rgb(var(--v-theme-error))}.v-field.v-field--focused .v-field__outline,.v-input.v-input--error .v-field__outline{--v-field-border-opacity: 1}.v-field--variant-outlined.v-field--focused .v-field__outline{--v-field-border-width: 2px}.v-field--variant-filled .v-field__outline:before,.v-field--variant-underlined .v-field__outline:before{border-color:currentColor;border-style:solid;border-width:0 0 var(--v-field-border-width);opacity:var(--v-field-border-opacity);transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-filled .v-field__outline:before,.v-field--variant-underlined .v-field__outline:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-field--variant-filled .v-field__outline:after,.v-field--variant-underlined .v-field__outline:after{border-color:currentColor;border-style:solid;border-width:0 0 2px;transform:scaleX(0);transition:transform .15s cubic-bezier(.4,0,.2,1)}.v-field--variant-filled .v-field__outline:after,.v-field--variant-underlined .v-field__outline:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-field--focused.v-field--variant-filled .v-field__outline:after,.v-field--focused.v-field--variant-underlined .v-field__outline:after{transform:scaleX(1)}.v-field--variant-outlined .v-field__outline{border-radius:inherit}.v-field--variant-outlined .v-field__outline__start,.v-field--variant-outlined .v-field__outline__notch:before,.v-field--variant-outlined .v-field__outline__notch:after,.v-field--variant-outlined .v-field__outline__end{border:0 solid currentColor;opacity:var(--v-field-border-opacity);transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-outlined .v-field__outline__start{flex:0 0 12px;border-top-width:var(--v-field-border-width);border-bottom-width:var(--v-field-border-width);border-inline-start-width:var(--v-field-border-width);border-start-start-radius:inherit;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:inherit}.v-field--rounded.v-field--variant-outlined .v-field__outline__start,[class^=rounded-].v-field--variant-outlined .v-field__outline__start,[class*=" rounded-"].v-field--variant-outlined .v-field__outline__start{flex-basis:calc(var(--v-input-control-height) / 2 + 2px)}.v-field--reverse.v-field--variant-outlined .v-field__outline__start{border-start-start-radius:0;border-start-end-radius:inherit;border-end-end-radius:inherit;border-end-start-radius:0;border-inline-end-width:var(--v-field-border-width);border-inline-start-width:0}.v-field--variant-outlined .v-field__outline__notch{flex:none;position:relative;max-width:calc(100% - 12px)}.v-field--variant-outlined .v-field__outline__notch:before,.v-field--variant-outlined .v-field__outline__notch:after{opacity:var(--v-field-border-opacity);transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-outlined .v-field__outline__notch:before,.v-field--variant-outlined .v-field__outline__notch:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-field--variant-outlined .v-field__outline__notch:before{border-width:var(--v-field-border-width) 0 0}.v-field--variant-outlined .v-field__outline__notch:after{bottom:0;border-width:0 0 var(--v-field-border-width)}.v-field--active.v-field--variant-outlined .v-field__outline__notch:before{opacity:0}.v-field--variant-outlined .v-field__outline__end{flex:1;border-top-width:var(--v-field-border-width);border-bottom-width:var(--v-field-border-width);border-inline-end-width:var(--v-field-border-width);border-start-start-radius:0;border-start-end-radius:inherit;border-end-end-radius:inherit;border-end-start-radius:0}.v-field--reverse.v-field--variant-outlined .v-field__outline__end{border-start-start-radius:inherit;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:inherit;border-inline-end-width:0;border-inline-start-width:var(--v-field-border-width)}.v-field__loader{top:calc(100% - 2px);left:0;position:absolute;right:0;width:100%;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;overflow:hidden}.v-field--variant-outlined .v-field__loader{top:calc(100% - 3px);width:calc(100% - 2px);left:1px}.v-field__overlay{border-radius:inherit;pointer-events:none}.v-field__overlay{position:absolute;top:0;left:0;width:100%;height:100%}.v-field--variant-filled .v-field__overlay{background-color:currentColor;opacity:.04;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-filled.v-field--has-background .v-field__overlay{opacity:0}@media (hover: hover){.v-field--variant-filled:hover .v-field__overlay{opacity:calc((.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}}.v-field--variant-filled.v-field--focused .v-field__overlay{opacity:calc((.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}.v-field--variant-solo-filled .v-field__overlay{background-color:currentColor;opacity:.04;transition:opacity .25s cubic-bezier(.4,0,.2,1)}@media (hover: hover){.v-field--variant-solo-filled:hover .v-field__overlay{opacity:calc((.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}}.v-field--variant-solo-filled.v-field--focused .v-field__overlay{opacity:calc((.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}.v-field--variant-solo-inverted .v-field__overlay{transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-solo-inverted.v-field--has-background .v-field__overlay{opacity:0}@media (hover: hover){.v-field--variant-solo-inverted:hover .v-field__overlay{opacity:calc((.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}}.v-field--variant-solo-inverted.v-field--focused .v-field__overlay{background-color:rgb(var(--v-theme-surface-variant));opacity:1}.v-field--reverse .v-field__field,.v-field--reverse .v-field__input,.v-field--reverse .v-field__outline{flex-direction:row-reverse}.v-field--reverse .v-field__input,.v-field--reverse input{text-align:end}.v-input--disabled .v-field--variant-filled .v-field__outline:before,.v-input--disabled .v-field--variant-underlined .v-field__outline:before{border-image:repeating-linear-gradient(to right,rgba(var(--v-theme-on-surface),var(--v-disabled-opacity)) 0px,rgba(var(--v-theme-on-surface),var(--v-disabled-opacity)) 2px,transparent 2px,transparent 4px) 1 repeat}.v-field--loading .v-field__outline:after,.v-field--loading .v-field__outline:before{opacity:0} diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/app-cT5gNRjW.js b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/app-cT5gNRjW.js new file mode 100644 index 0000000..ca78542 --- /dev/null +++ b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/app-cT5gNRjW.js @@ -0,0 +1 @@ +import{M as Me,aI as ct,g as G,aJ as dt,aK as ve,aL as ft,p as M,aM as jt,c as f,y as j,a6 as te,m as ee,b as ye,u as Q,O as ne,a0 as Ut,n as ce,ar as ge,f as g,W as vt,ah as Z,h as Gt,t as U,s as J,r as D,aG as mt,am as he,an as Te,a5 as ue,Y as Pe,a1 as ae,aF as yt,U as oe,P as Yt,aN as gt,X as be,G as Kt,as as Xt,k as ht,o as bt,q as me,w as $,aO as Jt,au as xt,av as St,d as $e,e as De,ak as ie,aP as Qt,i as K,j as Xe,z as Ne,aQ as wt,aR as Zt,aS as Je,Q as en,aa as Ct,aT as tn,aq as nn,aU as an,ao as We,aV as ln,aW as on,aX as rn,aY as sn}from"./index-KF56cXUu.js";import{i as Et,R as un,h as kt,o as Vt,B as He,u as ze,C as qe,M as je,E as Qe,F as _e,G as Ie,H as Ze,I as et,J as cn,K as dn,l as fn,b as vn,n as mn,e as yn,L as gn,f as hn,N as bn}from"./VAvatar-CBxZwzSi.js";class le{constructor(n){let{x:t,y:a,width:l,height:o}=n;this.x=t,this.y=a,this.width=l,this.height=o}get top(){return this.y}get bottom(){return this.y+this.height}get left(){return this.x}get right(){return this.x+this.width}}function tt(e,n){return{x:{before:Math.max(0,n.left-e.left),after:Math.max(0,e.right-n.right)},y:{before:Math.max(0,n.top-e.top),after:Math.max(0,e.bottom-n.bottom)}}}function Pt(e){return Array.isArray(e)?new le({x:e[0],y:e[1],width:0,height:0}):e.getBoundingClientRect()}function Ue(e){const n=e.getBoundingClientRect(),t=getComputedStyle(e),a=t.transform;if(a){let l,o,r,i,u;if(a.startsWith("matrix3d("))l=a.slice(9,-1).split(/, /),o=+l[0],r=+l[5],i=+l[12],u=+l[13];else if(a.startsWith("matrix("))l=a.slice(7,-1).split(/, /),o=+l[0],r=+l[3],i=+l[4],u=+l[5];else return new le(n);const d=t.transformOrigin,s=n.x-i-(1-o)*parseFloat(d),y=n.y-u-(1-r)*parseFloat(d.slice(d.indexOf(" ")+1)),x=o?n.width/o:e.offsetWidth+1,h=r?n.height/r:e.offsetHeight+1;return new le({x:s,y,width:x,height:h})}else return new le(n)}function se(e,n,t){if(typeof e.animate>"u")return{finished:Promise.resolve()};let a;try{a=e.animate(n,t)}catch{return{finished:Promise.resolve()}}return typeof a.finished>"u"&&(a.finished=new Promise(l=>{a.onfinish=()=>{l(a)}})),a}const we=new WeakMap;function xn(e,n){Object.keys(n).forEach(t=>{if(Me(t)){const a=ct(t),l=we.get(e);if(n[t]==null)l==null||l.forEach(o=>{const[r,i]=o;r===a&&(e.removeEventListener(a,i),l.delete(o))});else if(!l||![...l].some(o=>o[0]===a&&o[1]===n[t])){e.addEventListener(a,n[t]);const o=l||new Set;o.add([a,n[t]]),we.has(e)||we.set(e,o)}}else n[t]==null?e.removeAttribute(t):e.setAttribute(t,n[t])})}function Sn(e,n){Object.keys(n).forEach(t=>{if(Me(t)){const a=ct(t),l=we.get(e);l==null||l.forEach(o=>{const[r,i]=o;r===a&&(e.removeEventListener(a,i),l.delete(o))})}else e.removeAttribute(t)})}function At(e){if(typeof e.getRootNode!="function"){for(;e.parentNode;)e=e.parentNode;return e!==document?null:document}const n=e.getRootNode();return n!==document&&n.getRootNode({composed:!0})!==document?null:n}const Ee="cubic-bezier(0.4, 0, 0.2, 1)",wn="cubic-bezier(0.0, 0, 0.2, 1)",Cn="cubic-bezier(0.4, 0, 1, 1)";function En(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;for(;e;){if(n?kn(e):Ge(e))return e;e=e.parentElement}return document.scrollingElement}function ke(e,n){const t=[];if(n&&e&&!n.contains(e))return t;for(;e&&(Ge(e)&&t.push(e),e!==n);)e=e.parentElement;return t}function Ge(e){if(!e||e.nodeType!==Node.ELEMENT_NODE)return!1;const n=window.getComputedStyle(e);return n.overflowY==="scroll"||n.overflowY==="auto"&&e.scrollHeight>e.clientHeight}function kn(e){if(!e||e.nodeType!==Node.ELEMENT_NODE)return!1;const n=window.getComputedStyle(e);return["scroll","auto"].includes(n.overflowY)}function Vn(e){for(;e;){if(window.getComputedStyle(e).position==="fixed")return!0;e=e.offsetParent}return!1}const Pn=M({disabled:Boolean,group:Boolean,hideOnLeave:Boolean,leaveAbsolute:Boolean,mode:String,origin:String},"transition");function Y(e,n,t){return G()({name:e,props:Pn({mode:t,origin:n}),setup(a,l){let{slots:o}=l;const r={onBeforeEnter(i){a.origin&&(i.style.transformOrigin=a.origin)},onLeave(i){if(a.leaveAbsolute){const{offsetTop:u,offsetLeft:d,offsetWidth:s,offsetHeight:y}=i;i._transitionInitialStyles={position:i.style.position,top:i.style.top,left:i.style.left,width:i.style.width,height:i.style.height},i.style.position="absolute",i.style.top=`${u}px`,i.style.left=`${d}px`,i.style.width=`${s}px`,i.style.height=`${y}px`}a.hideOnLeave&&i.style.setProperty("display","none","important")},onAfterLeave(i){if(a.leaveAbsolute&&(i!=null&&i._transitionInitialStyles)){const{position:u,top:d,left:s,width:y,height:x}=i._transitionInitialStyles;delete i._transitionInitialStyles,i.style.position=u||"",i.style.top=d||"",i.style.left=s||"",i.style.width=y||"",i.style.height=x||""}}};return()=>{const i=a.group?dt:ve;return ft(i,{name:a.disabled?"":e,css:!a.disabled,...a.group?void 0:{mode:a.mode},...a.disabled?{}:r},o.default)}}})}function _t(e,n){let t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"in-out";return G()({name:e,props:{mode:{type:String,default:t},disabled:Boolean,group:Boolean},setup(a,l){let{slots:o}=l;const r=a.group?dt:ve;return()=>ft(r,{name:a.disabled?"":e,css:!a.disabled,...a.disabled?{}:n},o.default)}})}function It(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";const t=(arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1)?"width":"height",a=jt(`offset-${t}`);return{onBeforeEnter(r){r._parent=r.parentNode,r._initialStyle={transition:r.style.transition,overflow:r.style.overflow,[t]:r.style[t]}},onEnter(r){const i=r._initialStyle;r.style.setProperty("transition","none","important"),r.style.overflow="hidden";const u=`${r[a]}px`;r.style[t]="0",r.offsetHeight,r.style.transition=i.transition,e&&r._parent&&r._parent.classList.add(e),requestAnimationFrame(()=>{r.style[t]=u})},onAfterEnter:o,onEnterCancelled:o,onLeave(r){r._initialStyle={transition:"",overflow:r.style.overflow,[t]:r.style[t]},r.style.overflow="hidden",r.style[t]=`${r[a]}px`,r.offsetHeight,requestAnimationFrame(()=>r.style[t]="0")},onAfterLeave:l,onLeaveCancelled:l};function l(r){e&&r._parent&&r._parent.classList.remove(e),o(r)}function o(r){const i=r._initialStyle[t];r.style.overflow=r._initialStyle.overflow,i!=null&&(r.style[t]=i),delete r._initialStyle}}const An=M({target:[Object,Array]},"v-dialog-transition"),ka=G()({name:"VDialogTransition",props:An(),setup(e,n){let{slots:t}=n;const a={onBeforeEnter(l){l.style.pointerEvents="none",l.style.visibility="hidden"},async onEnter(l,o){var x;await new Promise(h=>requestAnimationFrame(h)),await new Promise(h=>requestAnimationFrame(h)),l.style.visibility="";const{x:r,y:i,sx:u,sy:d,speed:s}=at(e.target,l),y=se(l,[{transform:`translate(${r}px, ${i}px) scale(${u}, ${d})`,opacity:0},{}],{duration:225*s,easing:wn});(x=nt(l))==null||x.forEach(h=>{se(h,[{opacity:0},{opacity:0,offset:.33},{}],{duration:225*2*s,easing:Ee})}),y.finished.then(()=>o())},onAfterEnter(l){l.style.removeProperty("pointer-events")},onBeforeLeave(l){l.style.pointerEvents="none"},async onLeave(l,o){var x;await new Promise(h=>requestAnimationFrame(h));const{x:r,y:i,sx:u,sy:d,speed:s}=at(e.target,l);se(l,[{},{transform:`translate(${r}px, ${i}px) scale(${u}, ${d})`,opacity:0}],{duration:125*s,easing:Cn}).finished.then(()=>o()),(x=nt(l))==null||x.forEach(h=>{se(h,[{},{opacity:0,offset:.2},{opacity:0}],{duration:125*2*s,easing:Ee})})},onAfterLeave(l){l.style.removeProperty("pointer-events")}};return()=>e.target?f(ve,j({name:"dialog-transition"},a,{css:!1}),t):f(ve,{name:"dialog-transition"},t)}});function nt(e){var t;const n=(t=e.querySelector(":scope > .v-card, :scope > .v-sheet, :scope > .v-list"))==null?void 0:t.children;return n&&[...n]}function at(e,n){const t=Pt(e),a=Ue(n),[l,o]=getComputedStyle(n).transformOrigin.split(" ").map(C=>parseFloat(C)),[r,i]=getComputedStyle(n).getPropertyValue("--v-overlay-anchor-origin").split(" ");let u=t.left+t.width/2;r==="left"||i==="left"?u-=t.width/2:(r==="right"||i==="right")&&(u+=t.width/2);let d=t.top+t.height/2;r==="top"||i==="top"?d-=t.height/2:(r==="bottom"||i==="bottom")&&(d+=t.height/2);const s=t.width/a.width,y=t.height/a.height,x=Math.max(1,s,y),h=s/x||0,b=y/x||0,v=a.width*a.height/(window.innerWidth*window.innerHeight),A=v>.12?Math.min(1.5,(v-.12)*10+1):1;return{x:u-(l+a.left),y:d-(o+a.top),sx:h,sy:b,speed:A}}Y("fab-transition","center center","out-in");Y("dialog-bottom-transition");Y("dialog-top-transition");const Va=Y("fade-transition"),Pa=Y("scale-transition");Y("scroll-x-transition");Y("scroll-x-reverse-transition");Y("scroll-y-transition");Y("scroll-y-reverse-transition");Y("slide-x-transition");Y("slide-x-reverse-transition");const Ot=Y("slide-y-transition");Y("slide-y-reverse-transition");const Aa=_t("expand-transition",It()),_n=_t("expand-x-transition",It("",!0)),In=M({text:String,onClick:te(),...ee(),...ye()},"VLabel"),Bt=G()({name:"VLabel",props:In(),setup(e,n){let{slots:t}=n;return Q(()=>{var a;return f("label",{class:["v-label",{"v-label--clickable":!!e.onClick},e.class],style:e.style,onClick:e.onClick},[e.text,(a=t.default)==null?void 0:a.call(t)])}),{}}}),Ft=Symbol.for("vuetify:selection-control-group"),Rt=M({color:String,disabled:{type:Boolean,default:null},defaultsTarget:String,error:Boolean,id:String,inline:Boolean,falseIcon:ne,trueIcon:ne,ripple:{type:[Boolean,Object],default:!0},multiple:{type:Boolean,default:null},name:String,readonly:{type:Boolean,default:null},modelValue:null,type:String,valueComparator:{type:Function,default:Ut},...ee(),...Et(),...ye()},"SelectionControlGroup"),On=M({...Rt({defaultsTarget:"VSelectionControl"})},"VSelectionControlGroup");G()({name:"VSelectionControlGroup",props:On(),emits:{"update:modelValue":e=>!0},setup(e,n){let{slots:t}=n;const a=ce(e,"modelValue"),l=ge(),o=g(()=>e.id||`v-selection-control-group-${l}`),r=g(()=>e.name||o.value),i=new Set;return vt(Ft,{modelValue:a,forceUpdate:()=>{i.forEach(u=>u())},onForceUpdate:u=>{i.add(u),Z(()=>{i.delete(u)})}}),Gt({[e.defaultsTarget]:{color:U(e,"color"),disabled:U(e,"disabled"),density:U(e,"density"),error:U(e,"error"),inline:U(e,"inline"),modelValue:a,multiple:g(()=>!!e.multiple||e.multiple==null&&Array.isArray(a.value)),name:r,falseIcon:U(e,"falseIcon"),trueIcon:U(e,"trueIcon"),readonly:U(e,"readonly"),ripple:U(e,"ripple"),type:U(e,"type"),valueComparator:U(e,"valueComparator")}}),Q(()=>{var u;return f("div",{class:["v-selection-control-group",{"v-selection-control-group--inline":e.inline},e.class],style:e.style,role:e.type==="radio"?"radiogroup":void 0},[(u=t.default)==null?void 0:u.call(t)])}),{}}});const Bn=M({label:String,baseColor:String,trueValue:null,falseValue:null,value:null,...ee(),...Rt()},"VSelectionControl");function Fn(e){const n=Pe(Ft,void 0),{densityClasses:t}=Vt(e),a=ce(e,"modelValue"),l=g(()=>e.trueValue!==void 0?e.trueValue:e.value!==void 0?e.value:!0),o=g(()=>e.falseValue!==void 0?e.falseValue:!1),r=g(()=>!!e.multiple||e.multiple==null&&Array.isArray(a.value)),i=g({get(){const h=n?n.modelValue.value:a.value;return r.value?ae(h).some(b=>e.valueComparator(b,l.value)):e.valueComparator(h,l.value)},set(h){if(e.readonly)return;const b=h?l.value:o.value;let v=b;r.value&&(v=h?[...ae(a.value),b]:ae(a.value).filter(A=>!e.valueComparator(A,l.value))),n?n.modelValue.value=v:a.value=v}}),{textColorClasses:u,textColorStyles:d}=He(g(()=>{if(!(e.error||e.disabled))return i.value?e.color:e.baseColor})),{backgroundColorClasses:s,backgroundColorStyles:y}=ze(g(()=>i.value&&!e.error&&!e.disabled?e.color:e.baseColor)),x=g(()=>i.value?e.trueIcon:e.falseIcon);return{group:n,densityClasses:t,trueValue:l,falseValue:o,model:i,textColorClasses:u,textColorStyles:d,backgroundColorClasses:s,backgroundColorStyles:y,icon:x}}const _a=G()({name:"VSelectionControl",directives:{Ripple:un},inheritAttrs:!1,props:Bn(),emits:{"update:modelValue":e=>!0},setup(e,n){let{attrs:t,slots:a}=n;const{group:l,densityClasses:o,icon:r,model:i,textColorClasses:u,textColorStyles:d,backgroundColorClasses:s,backgroundColorStyles:y,trueValue:x}=Fn(e),h=ge(),b=J(!1),v=J(!1),A=D(),C=g(()=>e.id||`input-${h}`),P=g(()=>!e.disabled&&!e.readonly);l==null||l.onForceUpdate(()=>{A.value&&(A.value.checked=i.value)});function m(S){P.value&&(b.value=!0,yt(S.target,":focus-visible")!==!1&&(v.value=!0))}function E(){b.value=!1,v.value=!1}function O(S){S.stopPropagation()}function k(S){if(!P.value){A.value&&(A.value.checked=i.value);return}e.readonly&&l&&oe(()=>l.forceUpdate()),i.value=S.target.checked}return Q(()=>{var I,_;const S=a.label?a.label({label:e.label,props:{for:C.value}}):e.label,[c,B]=mt(t),N=f("input",j({ref:A,checked:i.value,disabled:!!e.disabled,id:C.value,onBlur:E,onFocus:m,onInput:k,"aria-disabled":!!e.disabled,"aria-label":e.label,type:e.type,value:x.value,name:e.name,"aria-checked":e.type==="checkbox"?i.value:void 0},B),null);return f("div",j({class:["v-selection-control",{"v-selection-control--dirty":i.value,"v-selection-control--disabled":e.disabled,"v-selection-control--error":e.error,"v-selection-control--focused":b.value,"v-selection-control--focus-visible":v.value,"v-selection-control--inline":e.inline},o.value,e.class]},c,{style:e.style}),[f("div",{class:["v-selection-control__wrapper",u.value],style:d.value},[(I=a.default)==null?void 0:I.call(a,{backgroundColorClasses:s,backgroundColorStyles:y}),he(f("div",{class:["v-selection-control__input"]},[((_=a.input)==null?void 0:_.call(a,{model:i,textColorClasses:u,textColorStyles:d,backgroundColorClasses:s,backgroundColorStyles:y,inputNode:N,icon:r.value,props:{onFocus:m,onBlur:E,id:C.value}}))??f(ue,null,[r.value&&f(kt,{key:"icon",icon:r.value},null),N])]),[[Te("ripple"),e.ripple&&[!e.disabled&&!e.readonly,null,["center","circle"]]]])]),S&&f(Bt,{for:C.value,onClick:O},{default:()=>[S]})])}),{isFocused:b,input:A}}});function pt(e){const{t:n}=Yt();function t(a){let{name:l}=a;const o={prepend:"prependAction",prependInner:"prependAction",append:"appendAction",appendInner:"appendAction",clear:"clear"}[l],r=e[`onClick:${l}`],i=r&&o?n(`$vuetify.input.${o}`,e.label??""):void 0;return f(kt,{icon:e[`${l}Icon`],"aria-label":i,onClick:r},null)}return{InputIcon:t}}const Rn=M({active:Boolean,color:String,messages:{type:[Array,String],default:()=>[]},...ee(),...qe({transition:{component:Ot,leaveAbsolute:!0,group:!0}})},"VMessages"),pn=G()({name:"VMessages",props:Rn(),setup(e,n){let{slots:t}=n;const a=g(()=>ae(e.messages)),{textColorClasses:l,textColorStyles:o}=He(g(()=>e.color));return Q(()=>f(je,{transition:e.transition,tag:"div",class:["v-messages",l.value,e.class],style:[o.value,e.style],role:"alert","aria-live":"polite"},{default:()=>[e.active&&a.value.map((r,i)=>f("div",{class:"v-messages__message",key:`${i}-${a.value}`},[t.message?t.message({message:r}):r]))]})),{}}}),Lt=M({focused:Boolean,"onUpdate:focused":te()},"focus");function Mt(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:gt();const t=ce(e,"focused"),a=g(()=>({[`${n}--focused`]:t.value}));function l(){t.value=!0}function o(){t.value=!1}return{focusClasses:a,isFocused:t,focus:l,blur:o}}const Ln=Symbol.for("vuetify:form");function Mn(e){const n=Pe(Ln,null);return{...n,isReadonly:g(()=>!!((e==null?void 0:e.readonly)??(n==null?void 0:n.isReadonly.value))),isDisabled:g(()=>!!((e==null?void 0:e.disabled)??(n==null?void 0:n.isDisabled.value)))}}const Tn=M({disabled:{type:Boolean,default:null},error:Boolean,errorMessages:{type:[Array,String],default:()=>[]},maxErrors:{type:[Number,String],default:1},name:String,label:String,readonly:{type:Boolean,default:null},rules:{type:Array,default:()=>[]},modelValue:null,validateOn:String,validationValue:null,...Lt()},"validation");function $n(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:gt(),t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:ge();const a=ce(e,"modelValue"),l=g(()=>e.validationValue===void 0?a.value:e.validationValue),o=Mn(e),r=D([]),i=J(!0),u=g(()=>!!(ae(a.value===""?null:a.value).length||ae(l.value===""?null:l.value).length)),d=g(()=>{var m;return(m=e.errorMessages)!=null&&m.length?ae(e.errorMessages).concat(r.value).slice(0,Math.max(0,+e.maxErrors)):r.value}),s=g(()=>{var O;let m=(e.validateOn??((O=o.validateOn)==null?void 0:O.value))||"input";m==="lazy"&&(m="input lazy"),m==="eager"&&(m="input eager");const E=new Set((m==null?void 0:m.split(" "))??[]);return{input:E.has("input"),blur:E.has("blur")||E.has("input")||E.has("invalid-input"),invalidInput:E.has("invalid-input"),lazy:E.has("lazy"),eager:E.has("eager")}}),y=g(()=>{var m;return e.error||(m=e.errorMessages)!=null&&m.length?!1:e.rules.length?i.value?r.value.length||s.value.lazy?null:!0:!r.value.length:!0}),x=J(!1),h=g(()=>({[`${n}--error`]:y.value===!1,[`${n}--dirty`]:u.value,[`${n}--disabled`]:o.isDisabled.value,[`${n}--readonly`]:o.isReadonly.value})),b=be("validation"),v=g(()=>e.name??Kt(t));Xt(()=>{var m;(m=o.register)==null||m.call(o,{id:v.value,vm:b,validate:P,reset:A,resetValidation:C})}),ht(()=>{var m;(m=o.unregister)==null||m.call(o,v.value)}),bt(async()=>{var m;s.value.lazy||await P(!s.value.eager),(m=o.update)==null||m.call(o,v.value,y.value,d.value)}),me(()=>s.value.input||s.value.invalidInput&&y.value===!1,()=>{$(l,()=>{if(l.value!=null)P();else if(e.focused){const m=$(()=>e.focused,E=>{E||P(),m()})}})}),me(()=>s.value.blur,()=>{$(()=>e.focused,m=>{m||P()})}),$([y,d],()=>{var m;(m=o.update)==null||m.call(o,v.value,y.value,d.value)});async function A(){a.value=null,await oe(),await C()}async function C(){i.value=!0,s.value.lazy?r.value=[]:await P(!s.value.eager)}async function P(){let m=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;const E=[];x.value=!0;for(const O of e.rules){if(E.length>=+(e.maxErrors??1))break;const S=await(typeof O=="function"?O:()=>O)(l.value);if(S!==!0){if(S!==!1&&typeof S!="string"){console.warn(`${S} is not a valid value. Rule functions must return boolean true or a string.`);continue}E.push(S||"")}}return r.value=E,x.value=!1,i.value=m,r.value}return{errorMessages:d,isDirty:u,isDisabled:o.isDisabled,isReadonly:o.isReadonly,isPristine:i,isValid:y,isValidating:x,reset:A,resetValidation:C,validate:P,validationClasses:h}}const Tt=M({id:String,appendIcon:ne,centerAffix:{type:Boolean,default:!0},prependIcon:ne,hideDetails:[Boolean,String],hideSpinButtons:Boolean,hint:String,persistentHint:Boolean,messages:{type:[Array,String],default:()=>[]},direction:{type:String,default:"horizontal",validator:e=>["horizontal","vertical"].includes(e)},"onClick:prepend":te(),"onClick:append":te(),...ee(),...Et(),...Jt(xt(),["maxWidth","minWidth","width"]),...ye(),...Tn()},"VInput"),lt=G()({name:"VInput",props:{...Tt()},emits:{"update:modelValue":e=>!0},setup(e,n){let{attrs:t,slots:a,emit:l}=n;const{densityClasses:o}=Vt(e),{dimensionStyles:r}=St(e),{themeClasses:i}=$e(e),{rtlClasses:u}=De(),{InputIcon:d}=pt(e),s=ge(),y=g(()=>e.id||`input-${s}`),x=g(()=>`${y.value}-messages`),{errorMessages:h,isDirty:b,isDisabled:v,isReadonly:A,isPristine:C,isValid:P,isValidating:m,reset:E,resetValidation:O,validate:k,validationClasses:S}=$n(e,"v-input",y),c=g(()=>({id:y,messagesId:x,isDirty:b,isDisabled:v,isReadonly:A,isPristine:C,isValid:P,isValidating:m,reset:E,resetValidation:O,validate:k})),B=g(()=>{var N;return(N=e.errorMessages)!=null&&N.length||!C.value&&h.value.length?h.value:e.hint&&(e.persistentHint||e.focused)?e.hint:e.messages});return Q(()=>{var w,F,L,T;const N=!!(a.prepend||e.prependIcon),I=!!(a.append||e.appendIcon),_=B.value.length>0,V=!e.hideDetails||e.hideDetails==="auto"&&(_||!!a.details);return f("div",{class:["v-input",`v-input--${e.direction}`,{"v-input--center-affix":e.centerAffix,"v-input--hide-spin-buttons":e.hideSpinButtons},o.value,i.value,u.value,S.value,e.class],style:[r.value,e.style]},[N&&f("div",{key:"prepend",class:"v-input__prepend"},[(w=a.prepend)==null?void 0:w.call(a,c.value),e.prependIcon&&f(d,{key:"prepend-icon",name:"prepend"},null)]),a.default&&f("div",{class:"v-input__control"},[(F=a.default)==null?void 0:F.call(a,c.value)]),I&&f("div",{key:"append",class:"v-input__append"},[e.appendIcon&&f(d,{key:"append-icon",name:"append"},null),(L=a.append)==null?void 0:L.call(a,c.value)]),V&&f("div",{class:"v-input__details"},[f(pn,{id:x.value,active:_,messages:B.value},{message:a.message}),(T=a.details)==null?void 0:T.call(a,c.value)])])}),{reset:E,resetValidation:O,validate:k,isValid:P,errorMessages:h}}});function Oe(e,n){return{x:e.x+n.x,y:e.y+n.y}}function Dn(e,n){return{x:e.x-n.x,y:e.y-n.y}}function ot(e,n){if(e.side==="top"||e.side==="bottom"){const{side:t,align:a}=e,l=a==="left"?0:a==="center"?n.width/2:a==="right"?n.width:a,o=t==="top"?0:t==="bottom"?n.height:t;return Oe({x:l,y:o},n)}else if(e.side==="left"||e.side==="right"){const{side:t,align:a}=e,l=t==="left"?0:t==="right"?n.width:t,o=a==="top"?0:a==="center"?n.height/2:a==="bottom"?n.height:a;return Oe({x:l,y:o},n)}return Oe({x:n.width/2,y:n.height/2},n)}const $t={static:Hn,connected:qn},Nn=M({locationStrategy:{type:[String,Function],default:"static",validator:e=>typeof e=="function"||e in $t},location:{type:String,default:"bottom"},origin:{type:String,default:"auto"},offset:[Number,String,Array]},"VOverlay-location-strategies");function Wn(e,n){const t=D({}),a=D();ie&&me(()=>!!(n.isActive.value&&e.locationStrategy),o=>{var r,i;$(()=>e.locationStrategy,o),Z(()=>{window.removeEventListener("resize",l),a.value=void 0}),window.addEventListener("resize",l,{passive:!0}),typeof e.locationStrategy=="function"?a.value=(r=e.locationStrategy(n,e,t))==null?void 0:r.updateLocation:a.value=(i=$t[e.locationStrategy](n,e,t))==null?void 0:i.updateLocation});function l(o){var r;(r=a.value)==null||r.call(a,o)}return{contentStyles:t,updateLocation:a}}function Hn(){}function zn(e,n){const t=Ue(e);return n?t.x+=parseFloat(e.style.right||0):t.x-=parseFloat(e.style.left||0),t.y-=parseFloat(e.style.top||0),t}function qn(e,n,t){(Array.isArray(e.target.value)||Vn(e.target.value))&&Object.assign(t.value,{position:"fixed",top:0,[e.isRtl.value?"right":"left"]:0});const{preferredAnchor:l,preferredOrigin:o}=Qt(()=>{const b=Qe(n.location,e.isRtl.value),v=n.origin==="overlap"?b:n.origin==="auto"?_e(b):Qe(n.origin,e.isRtl.value);return b.side===v.side&&b.align===Ie(v).align?{preferredAnchor:Ze(b),preferredOrigin:Ze(v)}:{preferredAnchor:b,preferredOrigin:v}}),[r,i,u,d]=["minWidth","minHeight","maxWidth","maxHeight"].map(b=>g(()=>{const v=parseFloat(n[b]);return isNaN(v)?1/0:v})),s=g(()=>{if(Array.isArray(n.offset))return n.offset;if(typeof n.offset=="string"){const b=n.offset.split(" ").map(parseFloat);return b.length<2&&b.push(0),b}return typeof n.offset=="number"?[n.offset,0]:[0,0]});let y=!1;const x=new ResizeObserver(()=>{y&&h()});$([e.target,e.contentEl],(b,v)=>{let[A,C]=b,[P,m]=v;P&&!Array.isArray(P)&&x.unobserve(P),A&&!Array.isArray(A)&&x.observe(A),m&&x.unobserve(m),C&&x.observe(C)},{immediate:!0}),Z(()=>{x.disconnect()});function h(){if(y=!1,requestAnimationFrame(()=>y=!0),!e.target.value||!e.contentEl.value)return;const b=Pt(e.target.value),v=zn(e.contentEl.value,e.isRtl.value),A=ke(e.contentEl.value),C=12;A.length||(A.push(document.documentElement),e.contentEl.value.style.top&&e.contentEl.value.style.left||(v.x-=parseFloat(document.documentElement.style.getPropertyValue("--v-body-scroll-x")||0),v.y-=parseFloat(document.documentElement.style.getPropertyValue("--v-body-scroll-y")||0)));const P=A.reduce((I,_)=>{const V=_.getBoundingClientRect(),w=new le({x:_===document.documentElement?0:V.x,y:_===document.documentElement?0:V.y,width:_.clientWidth,height:_.clientHeight});return I?new le({x:Math.max(I.left,w.left),y:Math.max(I.top,w.top),width:Math.min(I.right,w.right)-Math.max(I.left,w.left),height:Math.min(I.bottom,w.bottom)-Math.max(I.top,w.top)}):w},void 0);P.x+=C,P.y+=C,P.width-=C*2,P.height-=C*2;let m={anchor:l.value,origin:o.value};function E(I){const _=new le(v),V=ot(I.anchor,b),w=ot(I.origin,_);let{x:F,y:L}=Dn(V,w);switch(I.anchor.side){case"top":L-=s.value[0];break;case"bottom":L+=s.value[0];break;case"left":F-=s.value[0];break;case"right":F+=s.value[0];break}switch(I.anchor.align){case"top":L-=s.value[1];break;case"bottom":L+=s.value[1];break;case"left":F-=s.value[1];break;case"right":F+=s.value[1];break}return _.x+=F,_.y+=L,_.width=Math.min(_.width,u.value),_.height=Math.min(_.height,d.value),{overflows:tt(_,P),x:F,y:L}}let O=0,k=0;const S={x:0,y:0},c={x:!1,y:!1};let B=-1;for(;!(B++>10);){const{x:I,y:_,overflows:V}=E(m);O+=I,k+=_,v.x+=I,v.y+=_;{const w=et(m.anchor),F=V.x.before||V.x.after,L=V.y.before||V.y.after;let T=!1;if(["x","y"].forEach(R=>{if(R==="x"&&F&&!c.x||R==="y"&&L&&!c.y){const W={anchor:{...m.anchor},origin:{...m.origin}},H=R==="x"?w==="y"?Ie:_e:w==="y"?_e:Ie;W.anchor=H(W.anchor),W.origin=H(W.origin);const{overflows:z}=E(W);(z[R].before<=V[R].before&&z[R].after<=V[R].after||z[R].before+z[R].after<(V[R].before+V[R].after)/2)&&(m=W,T=c[R]=!0)}}),T)continue}V.x.before&&(O+=V.x.before,v.x+=V.x.before),V.x.after&&(O-=V.x.after,v.x-=V.x.after),V.y.before&&(k+=V.y.before,v.y+=V.y.before),V.y.after&&(k-=V.y.after,v.y-=V.y.after);{const w=tt(v,P);S.x=P.width-w.x.before-w.x.after,S.y=P.height-w.y.before-w.y.after,O+=w.x.before,v.x+=w.x.before,k+=w.y.before,v.y+=w.y.before}break}const N=et(m.anchor);return Object.assign(t.value,{"--v-overlay-anchor-origin":`${m.anchor.side} ${m.anchor.align}`,transformOrigin:`${m.origin.side} ${m.origin.align}`,top:K(Be(k)),left:e.isRtl.value?void 0:K(Be(O)),right:e.isRtl.value?K(Be(-O)):void 0,minWidth:K(N==="y"?Math.min(r.value,b.width):r.value),maxWidth:K(it(Xe(S.x,r.value===1/0?0:r.value,u.value))),maxHeight:K(it(Xe(S.y,i.value===1/0?0:i.value,d.value)))}),{available:S,contentBox:v}}return $(()=>[l.value,o.value,n.offset,n.minWidth,n.minHeight,n.maxWidth,n.maxHeight],()=>h()),oe(()=>{const b=h();if(!b)return;const{available:v,contentBox:A}=b;A.height>v.y&&requestAnimationFrame(()=>{h(),requestAnimationFrame(()=>{h()})})}),{updateLocation:h}}function Be(e){return Math.round(e*devicePixelRatio)/devicePixelRatio}function it(e){return Math.ceil(e*devicePixelRatio)/devicePixelRatio}let pe=!0;const Ve=[];function jn(e){!pe||Ve.length?(Ve.push(e),Le()):(pe=!1,e(),Le())}let rt=-1;function Le(){cancelAnimationFrame(rt),rt=requestAnimationFrame(()=>{const e=Ve.shift();e&&e(),Ve.length?Le():pe=!0})}const Ce={none:null,close:Yn,block:Kn,reposition:Xn},Un=M({scrollStrategy:{type:[String,Function],default:"block",validator:e=>typeof e=="function"||e in Ce}},"VOverlay-scroll-strategies");function Gn(e,n){if(!ie)return;let t;Ne(async()=>{t==null||t.stop(),n.isActive.value&&e.scrollStrategy&&(t=wt(),await new Promise(a=>setTimeout(a)),t.active&&t.run(()=>{var a;typeof e.scrollStrategy=="function"?e.scrollStrategy(n,e,t):(a=Ce[e.scrollStrategy])==null||a.call(Ce,n,e,t)}))}),Z(()=>{t==null||t.stop()})}function Yn(e){function n(t){e.isActive.value=!1}Dt(e.targetEl.value??e.contentEl.value,n)}function Kn(e,n){var r;const t=(r=e.root.value)==null?void 0:r.offsetParent,a=[...new Set([...ke(e.targetEl.value,n.contained?t:void 0),...ke(e.contentEl.value,n.contained?t:void 0)])].filter(i=>!i.classList.contains("v-overlay-scroll-blocked")),l=window.innerWidth-document.documentElement.offsetWidth,o=(i=>Ge(i)&&i)(t||document.documentElement);o&&e.root.value.classList.add("v-overlay--scroll-blocked"),a.forEach((i,u)=>{i.style.setProperty("--v-body-scroll-x",K(-i.scrollLeft)),i.style.setProperty("--v-body-scroll-y",K(-i.scrollTop)),i!==document.documentElement&&i.style.setProperty("--v-scrollbar-offset",K(l)),i.classList.add("v-overlay-scroll-blocked")}),Z(()=>{a.forEach((i,u)=>{const d=parseFloat(i.style.getPropertyValue("--v-body-scroll-x")),s=parseFloat(i.style.getPropertyValue("--v-body-scroll-y")),y=i.style.scrollBehavior;i.style.scrollBehavior="auto",i.style.removeProperty("--v-body-scroll-x"),i.style.removeProperty("--v-body-scroll-y"),i.style.removeProperty("--v-scrollbar-offset"),i.classList.remove("v-overlay-scroll-blocked"),i.scrollLeft=-d,i.scrollTop=-s,i.style.scrollBehavior=y}),o&&e.root.value.classList.remove("v-overlay--scroll-blocked")})}function Xn(e,n,t){let a=!1,l=-1,o=-1;function r(i){jn(()=>{var s,y;const u=performance.now();(y=(s=e.updateLocation).value)==null||y.call(s,i),a=(performance.now()-u)/(1e3/60)>2})}o=(typeof requestIdleCallback>"u"?i=>i():requestIdleCallback)(()=>{t.run(()=>{Dt(e.targetEl.value??e.contentEl.value,i=>{a?(cancelAnimationFrame(l),l=requestAnimationFrame(()=>{l=requestAnimationFrame(()=>{r(i)})})):r(i)})})}),Z(()=>{typeof cancelIdleCallback<"u"&&cancelIdleCallback(o),cancelAnimationFrame(l)})}function Dt(e,n){const t=[document,...ke(e)];t.forEach(a=>{a.addEventListener("scroll",n,{passive:!0})}),Z(()=>{t.forEach(a=>{a.removeEventListener("scroll",n)})})}const Jn=Symbol.for("vuetify:v-menu"),Qn=M({closeDelay:[Number,String],openDelay:[Number,String]},"delay");function Zn(e,n){let t=()=>{};function a(r){t==null||t();const i=Number(r?e.openDelay:e.closeDelay);return new Promise(u=>{t=Zt(i,()=>{n==null||n(r),u(r)})})}function l(){return a(!0)}function o(){return a(!1)}return{clearDelay:t,runOpenDelay:l,runCloseDelay:o}}const ea=M({target:[String,Object],activator:[String,Object],activatorProps:{type:Object,default:()=>({})},openOnClick:{type:Boolean,default:void 0},openOnHover:Boolean,openOnFocus:{type:Boolean,default:void 0},closeOnContentClick:Boolean,...Qn()},"VOverlay-activator");function ta(e,n){let{isActive:t,isTop:a,contentEl:l}=n;const o=be("useActivator"),r=D();let i=!1,u=!1,d=!0;const s=g(()=>e.openOnFocus||e.openOnFocus==null&&e.openOnHover),y=g(()=>e.openOnClick||e.openOnClick==null&&!e.openOnHover&&!s.value),{runOpenDelay:x,runCloseDelay:h}=Zn(e,c=>{c===(e.openOnHover&&i||s.value&&u)&&!(e.openOnHover&&t.value&&!a.value)&&(t.value!==c&&(d=!0),t.value=c)}),b=D(),v={onClick:c=>{c.stopPropagation(),r.value=c.currentTarget||c.target,t.value||(b.value=[c.clientX,c.clientY]),t.value=!t.value},onMouseenter:c=>{var B;(B=c.sourceCapabilities)!=null&&B.firesTouchEvents||(i=!0,r.value=c.currentTarget||c.target,x())},onMouseleave:c=>{i=!1,h()},onFocus:c=>{yt(c.target,":focus-visible")!==!1&&(u=!0,c.stopPropagation(),r.value=c.currentTarget||c.target,x())},onBlur:c=>{u=!1,c.stopPropagation(),h()}},A=g(()=>{const c={};return y.value&&(c.onClick=v.onClick),e.openOnHover&&(c.onMouseenter=v.onMouseenter,c.onMouseleave=v.onMouseleave),s.value&&(c.onFocus=v.onFocus,c.onBlur=v.onBlur),c}),C=g(()=>{const c={};if(e.openOnHover&&(c.onMouseenter=()=>{i=!0,x()},c.onMouseleave=()=>{i=!1,h()}),s.value&&(c.onFocusin=()=>{u=!0,x()},c.onFocusout=()=>{u=!1,h()}),e.closeOnContentClick){const B=Pe(Jn,null);c.onClick=()=>{t.value=!1,B==null||B.closeParents()}}return c}),P=g(()=>{const c={};return e.openOnHover&&(c.onMouseenter=()=>{d&&(i=!0,d=!1,x())},c.onMouseleave=()=>{i=!1,h()}),c});$(a,c=>{var B;c&&(e.openOnHover&&!i&&(!s.value||!u)||s.value&&!u&&(!e.openOnHover||!i))&&!((B=l.value)!=null&&B.contains(document.activeElement))&&(t.value=!1)}),$(t,c=>{c||setTimeout(()=>{b.value=void 0})},{flush:"post"});const m=Je();Ne(()=>{m.value&&oe(()=>{r.value=m.el})});const E=Je(),O=g(()=>e.target==="cursor"&&b.value?b.value:E.value?E.el:Nt(e.target,o)||r.value),k=g(()=>Array.isArray(O.value)?void 0:O.value);let S;return $(()=>!!e.activator,c=>{c&&ie?(S=wt(),S.run(()=>{na(e,o,{activatorEl:r,activatorEvents:A})})):S&&S.stop()},{flush:"post",immediate:!0}),Z(()=>{S==null||S.stop()}),{activatorEl:r,activatorRef:m,target:O,targetEl:k,targetRef:E,activatorEvents:A,contentEvents:C,scrimEvents:P}}function na(e,n,t){let{activatorEl:a,activatorEvents:l}=t;$(()=>e.activator,(u,d)=>{if(d&&u!==d){const s=i(d);s&&r(s)}u&&oe(()=>o())},{immediate:!0}),$(()=>e.activatorProps,()=>{o()}),Z(()=>{r()});function o(){let u=arguments.length>0&&arguments[0]!==void 0?arguments[0]:i(),d=arguments.length>1&&arguments[1]!==void 0?arguments[1]:e.activatorProps;u&&xn(u,j(l.value,d))}function r(){let u=arguments.length>0&&arguments[0]!==void 0?arguments[0]:i(),d=arguments.length>1&&arguments[1]!==void 0?arguments[1]:e.activatorProps;u&&Sn(u,j(l.value,d))}function i(){let u=arguments.length>0&&arguments[0]!==void 0?arguments[0]:e.activator;const d=Nt(u,n);return a.value=(d==null?void 0:d.nodeType)===Node.ELEMENT_NODE?d:void 0,a.value}}function Nt(e,n){var a,l;if(!e)return;let t;if(e==="parent"){let o=(l=(a=n==null?void 0:n.proxy)==null?void 0:a.$el)==null?void 0:l.parentNode;for(;o!=null&&o.hasAttribute("data-no-activator");)o=o.parentNode;t=o}else typeof e=="string"?t=document.querySelector(e):"$el"in e?t=e.$el:t=e;return t}function aa(){if(!ie)return J(!1);const{ssr:e}=en();if(e){const n=J(!1);return bt(()=>{n.value=!0}),n}else return J(!0)}const la=M({eager:Boolean},"lazy");function oa(e,n){const t=J(!1),a=g(()=>t.value||e.eager||n.value);$(n,()=>t.value=!0);function l(){e.eager||(t.value=!1)}return{isBooted:t,hasContent:a,onAfterLeave:l}}function ia(){const n=be("useScopeId").vnode.scopeId;return{scopeId:n?{[n]:""}:void 0}}const st=Symbol.for("vuetify:stack"),fe=Ct([]);function ra(e,n,t){const a=be("useStack"),l=!t,o=Pe(st,void 0),r=Ct({activeChildren:new Set});vt(st,r);const i=J(+n.value);me(e,()=>{var y;const s=(y=fe.at(-1))==null?void 0:y[1];i.value=s?s+10:+n.value,l&&fe.push([a.uid,i.value]),o==null||o.activeChildren.add(a.uid),Z(()=>{if(l){const x=nn(fe).findIndex(h=>h[0]===a.uid);fe.splice(x,1)}o==null||o.activeChildren.delete(a.uid)})});const u=J(!0);l&&Ne(()=>{var y;const s=((y=fe.at(-1))==null?void 0:y[0])===a.uid;setTimeout(()=>u.value=s)});const d=g(()=>!r.activeChildren.size);return{globalTop:tn(u),localTop:d,stackStyles:g(()=>({zIndex:i.value}))}}function sa(e){return{teleportTarget:g(()=>{const t=e();if(t===!0||!ie)return;const a=t===!1?document.body:typeof t=="string"?document.querySelector(t):t;if(a==null)return;let l=[...a.children].find(o=>o.matches(".v-overlay-container"));return l||(l=document.createElement("div"),l.className="v-overlay-container",a.appendChild(l)),l})}}function ua(){return!0}function Wt(e,n,t){if(!e||Ht(e,t)===!1)return!1;const a=At(n);if(typeof ShadowRoot<"u"&&a instanceof ShadowRoot&&a.host===e.target)return!1;const l=(typeof t.value=="object"&&t.value.include||(()=>[]))();return l.push(n),!l.some(o=>o==null?void 0:o.contains(e.target))}function Ht(e,n){return(typeof n.value=="object"&&n.value.closeConditional||ua)(e)}function ca(e,n,t){const a=typeof t.value=="function"?t.value:t.value.handler;e.shadowTarget=e.target,n._clickOutside.lastMousedownWasOutside&&Wt(e,n,t)&&setTimeout(()=>{Ht(e,t)&&a&&a(e)},0)}function ut(e,n){const t=At(e);n(document),typeof ShadowRoot<"u"&&t instanceof ShadowRoot&&n(t)}const da={mounted(e,n){const t=l=>ca(l,e,n),a=l=>{e._clickOutside.lastMousedownWasOutside=Wt(l,e,n)};ut(e,l=>{l.addEventListener("click",t,!0),l.addEventListener("mousedown",a,!0)}),e._clickOutside||(e._clickOutside={lastMousedownWasOutside:!1}),e._clickOutside[n.instance.$.uid]={onClick:t,onMousedown:a}},beforeUnmount(e,n){e._clickOutside&&(ut(e,t=>{var o;if(!t||!((o=e._clickOutside)!=null&&o[n.instance.$.uid]))return;const{onClick:a,onMousedown:l}=e._clickOutside[n.instance.$.uid];t.removeEventListener("click",a,!0),t.removeEventListener("mousedown",l,!0)}),delete e._clickOutside[n.instance.$.uid])}};function fa(e){const{modelValue:n,color:t,...a}=e;return f(ve,{name:"fade-transition",appear:!0},{default:()=>[e.modelValue&&f("div",j({class:["v-overlay__scrim",e.color.backgroundColorClasses.value],style:e.color.backgroundColorStyles.value},a),null)]})}const va=M({absolute:Boolean,attach:[Boolean,String,Object],closeOnBack:{type:Boolean,default:!0},contained:Boolean,contentClass:null,contentProps:null,disabled:Boolean,opacity:[Number,String],noClickAnimation:Boolean,modelValue:Boolean,persistent:Boolean,scrim:{type:[Boolean,String],default:!0},zIndex:{type:[Number,String],default:2e3},...ea(),...ee(),...xt(),...la(),...Nn(),...Un(),...ye(),...qe()},"VOverlay"),Ia=G()({name:"VOverlay",directives:{ClickOutside:da},inheritAttrs:!1,props:{_disableGlobalStack:Boolean,...va()},emits:{"click:outside":e=>!0,"update:modelValue":e=>!0,afterEnter:()=>!0,afterLeave:()=>!0},setup(e,n){let{slots:t,attrs:a,emit:l}=n;const o=be("VOverlay"),r=D(),i=D(),u=D(),d=ce(e,"modelValue"),s=g({get:()=>d.value,set:p=>{p&&e.disabled||(d.value=p)}}),{themeClasses:y}=$e(e),{rtlClasses:x,isRtl:h}=De(),{hasContent:b,onAfterLeave:v}=oa(e,s),A=ze(g(()=>typeof e.scrim=="string"?e.scrim:null)),{globalTop:C,localTop:P,stackStyles:m}=ra(s,U(e,"zIndex"),e._disableGlobalStack),{activatorEl:E,activatorRef:O,target:k,targetEl:S,targetRef:c,activatorEvents:B,contentEvents:N,scrimEvents:I}=ta(e,{isActive:s,isTop:P,contentEl:u}),{teleportTarget:_}=sa(()=>{var de,Ye,Ke;const p=e.attach||e.contained;if(p)return p;const q=((de=E==null?void 0:E.value)==null?void 0:de.getRootNode())||((Ke=(Ye=o.proxy)==null?void 0:Ye.$el)==null?void 0:Ke.getRootNode());return q instanceof ShadowRoot?q:!1}),{dimensionStyles:V}=St(e),w=aa(),{scopeId:F}=ia();$(()=>e.disabled,p=>{p&&(s.value=!1)});const{contentStyles:L,updateLocation:T}=Wn(e,{isRtl:h,contentEl:u,target:k,isActive:s});Gn(e,{root:r,contentEl:u,targetEl:S,isActive:s,updateLocation:T});function R(p){l("click:outside",p),e.persistent?re():s.value=!1}function W(p){return s.value&&C.value&&(!e.scrim||p.target===i.value||p instanceof MouseEvent&&p.shadowTarget===i.value)}ie&&$(s,p=>{p?window.addEventListener("keydown",H):window.removeEventListener("keydown",H)},{immediate:!0}),ht(()=>{ie&&window.removeEventListener("keydown",H)});function H(p){var q,de;p.key==="Escape"&&C.value&&(e.persistent?re():(s.value=!1,(q=u.value)!=null&&q.contains(document.activeElement)&&((de=E.value)==null||de.focus())))}const z=cn();me(()=>e.closeOnBack,()=>{dn(z,p=>{C.value&&s.value?(p(!1),e.persistent?re():s.value=!1):p()})});const X=D();$(()=>s.value&&(e.absolute||e.contained)&&_.value==null,p=>{if(p){const q=En(r.value);q&&q!==document.scrollingElement&&(X.value=q.scrollTop)}});function re(){e.noClickAnimation||u.value&&se(u.value,[{transformOrigin:"center"},{transform:"scale(1.03)"},{transformOrigin:"center"}],{duration:150,easing:Ee})}function xe(){l("afterEnter")}function Ae(){v(),l("afterLeave")}return Q(()=>{var p;return f(ue,null,[(p=t.activator)==null?void 0:p.call(t,{isActive:s.value,targetRef:c,props:j({ref:O},B.value,e.activatorProps)}),w.value&&b.value&&f(an,{disabled:!_.value,to:_.value},{default:()=>[f("div",j({class:["v-overlay",{"v-overlay--absolute":e.absolute||e.contained,"v-overlay--active":s.value,"v-overlay--contained":e.contained},y.value,x.value,e.class],style:[m.value,{"--v-overlay-opacity":e.opacity,top:K(X.value)},e.style],ref:r},F,a),[f(fa,j({color:A,modelValue:s.value&&!!e.scrim,ref:i},I.value),null),f(je,{appear:!0,persisted:!0,transition:e.transition,target:k.value,onAfterEnter:xe,onAfterLeave:Ae},{default:()=>{var q;return[he(f("div",j({ref:u,class:["v-overlay__content",e.contentClass],style:[V.value,L.value]},N.value,e.contentProps),[(q=t.default)==null?void 0:q.call(t,{isActive:s})]),[[We,s.value],[Te("click-outside"),{handler:R,closeConditional:W,include:()=>[E.value]}]])]}})])]})])}),{activatorEl:E,scrimEl:i,target:k,animateClick:re,contentEl:u,globalTop:C,localTop:P,updateLocation:T}}}),Fe=Symbol("Forwarded refs");function Re(e,n){let t=e;for(;t;){const a=Reflect.getOwnPropertyDescriptor(t,n);if(a)return a;t=Object.getPrototypeOf(t)}}function ma(e){for(var n=arguments.length,t=new Array(n>1?n-1:0),a=1;ae.max?`${e.value} / ${e.max}`:String(e.value));return Q(()=>f(je,{transition:e.transition},{default:()=>[he(f("div",{class:["v-counter",{"text-error":e.max&&!e.disabled&&parseFloat(e.value)>parseFloat(e.max)},e.class],style:e.style},[t.default?t.default({counter:a.value,max:e.max,value:e.value}):a.value]),[[We,e.active]])]})),{}}}),ha=M({floating:Boolean,...ee()},"VFieldLabel"),Se=G()({name:"VFieldLabel",props:ha(),setup(e,n){let{slots:t}=n;return Q(()=>f(Bt,{class:["v-field-label",{"v-field-label--floating":e.floating},e.class],style:e.style,"aria-hidden":e.floating||void 0},t)),{}}}),ba=["underlined","outlined","filled","solo","solo-inverted","solo-filled","plain"],zt=M({appendInnerIcon:ne,bgColor:String,clearable:Boolean,clearIcon:{type:ne,default:"$clear"},active:Boolean,centerAffix:{type:Boolean,default:void 0},color:String,baseColor:String,dirty:Boolean,disabled:{type:Boolean,default:null},error:Boolean,flat:Boolean,label:String,persistentClear:Boolean,prependInnerIcon:ne,reverse:Boolean,singleLine:Boolean,variant:{type:String,default:"filled",validator:e=>ba.includes(e)},"onClick:clear":te(),"onClick:appendInner":te(),"onClick:prependInner":te(),...ee(),...fn(),...vn(),...ye()},"VField"),qt=G()({name:"VField",inheritAttrs:!1,props:{id:String,...Lt(),...zt()},emits:{"update:focused":e=>!0,"update:modelValue":e=>!0},setup(e,n){let{attrs:t,emit:a,slots:l}=n;const{themeClasses:o}=$e(e),{loaderClasses:r}=mn(e),{focusClasses:i,isFocused:u,focus:d,blur:s}=Mt(e),{InputIcon:y}=pt(e),{roundedClasses:x}=yn(e),{rtlClasses:h}=De(),b=g(()=>e.dirty||e.active),v=g(()=>!e.singleLine&&!!(e.label||l.label)),A=ge(),C=g(()=>e.id||`input-${A}`),P=g(()=>`${C.value}-messages`),m=D(),E=D(),O=D(),k=g(()=>["plain","underlined"].includes(e.variant)),{backgroundColorClasses:S,backgroundColorStyles:c}=ze(U(e,"bgColor")),{textColorClasses:B,textColorStyles:N}=He(g(()=>e.error||e.disabled?void 0:b.value&&u.value?e.color:e.baseColor));$(b,w=>{if(v.value){const F=m.value.$el,L=E.value.$el;requestAnimationFrame(()=>{const T=Ue(F),R=L.getBoundingClientRect(),W=R.x-T.x,H=R.y-T.y-(T.height/2-R.height/2),z=R.width/.75,X=Math.abs(z-T.width)>1?{maxWidth:K(z)}:void 0,re=getComputedStyle(F),xe=getComputedStyle(L),Ae=parseFloat(re.transitionDuration)*1e3||150,p=parseFloat(xe.getPropertyValue("--v-field-label-scale")),q=xe.getPropertyValue("color");F.style.visibility="visible",L.style.visibility="hidden",se(F,{transform:`translate(${W}px, ${H}px) scale(${p})`,color:q,...X},{duration:Ae,easing:Ee,direction:w?"normal":"reverse"}).finished.then(()=>{F.style.removeProperty("visibility"),L.style.removeProperty("visibility")})})}},{flush:"post"});const I=g(()=>({isActive:b,isFocused:u,controlRef:O,blur:s,focus:d}));function _(w){w.target!==document.activeElement&&w.preventDefault()}function V(w){var F;w.key!=="Enter"&&w.key!==" "||(w.preventDefault(),w.stopPropagation(),(F=e["onClick:clear"])==null||F.call(e,new MouseEvent("click")))}return Q(()=>{var W,H,z;const w=e.variant==="outlined",F=!!(l["prepend-inner"]||e.prependInnerIcon),L=!!(e.clearable||l.clear),T=!!(l["append-inner"]||e.appendInnerIcon||L),R=()=>l.label?l.label({...I.value,label:e.label,props:{for:C.value}}):e.label;return f("div",j({class:["v-field",{"v-field--active":b.value,"v-field--appended":T,"v-field--center-affix":e.centerAffix??!k.value,"v-field--disabled":e.disabled,"v-field--dirty":e.dirty,"v-field--error":e.error,"v-field--flat":e.flat,"v-field--has-background":!!e.bgColor,"v-field--persistent-clear":e.persistentClear,"v-field--prepended":F,"v-field--reverse":e.reverse,"v-field--single-line":e.singleLine,"v-field--no-label":!R(),[`v-field--variant-${e.variant}`]:!0},o.value,S.value,i.value,r.value,x.value,h.value,e.class],style:[c.value,e.style],onClick:_},t),[f("div",{class:"v-field__overlay"},null),f(gn,{name:"v-field",active:!!e.loading,color:e.error?"error":typeof e.loading=="string"?e.loading:e.color},{default:l.loader}),F&&f("div",{key:"prepend",class:"v-field__prepend-inner"},[e.prependInnerIcon&&f(y,{key:"prepend-icon",name:"prependInner"},null),(W=l["prepend-inner"])==null?void 0:W.call(l,I.value)]),f("div",{class:"v-field__field","data-no-activator":""},[["filled","solo","solo-inverted","solo-filled"].includes(e.variant)&&v.value&&f(Se,{key:"floating-label",ref:E,class:[B.value],floating:!0,for:C.value,style:N.value},{default:()=>[R()]}),v.value&&f(Se,{key:"label",ref:m,for:C.value},{default:()=>[R()]}),(H=l.default)==null?void 0:H.call(l,{...I.value,props:{id:C.value,class:"v-field__input","aria-describedby":P.value},focus:d,blur:s})]),L&&f(_n,{key:"clear"},{default:()=>[he(f("div",{class:"v-field__clearable",onMousedown:X=>{X.preventDefault(),X.stopPropagation()}},[f(hn,{defaults:{VIcon:{icon:e.clearIcon}}},{default:()=>[l.clear?l.clear({...I.value,props:{onKeydown:V,onFocus:d,onBlur:s,onClick:e["onClick:clear"]}}):f(y,{name:"clear",onKeydown:V,onFocus:d,onBlur:s},null)]})]),[[We,e.dirty]])]}),T&&f("div",{key:"append",class:"v-field__append-inner"},[(z=l["append-inner"])==null?void 0:z.call(l,I.value),e.appendInnerIcon&&f(y,{key:"append-icon",name:"appendInner"},null)]),f("div",{class:["v-field__outline",B.value],style:N.value},[w&&f(ue,null,[f("div",{class:"v-field__outline__start"},null),v.value&&f("div",{class:"v-field__outline__notch"},[f(Se,{ref:E,floating:!0,for:C.value},{default:()=>[R()]})]),f("div",{class:"v-field__outline__end"},null)]),k.value&&v.value&&f(Se,{ref:E,floating:!0,for:C.value},{default:()=>[R()]})])])}),{controlRef:O}}});function xa(e){const n=Object.keys(qt.props).filter(t=>!Me(t)&&t!=="class"&&t!=="style");return ln(e,n)}const Sa=["color","file","time","date","datetime-local","week","month"],wa=M({autofocus:Boolean,counter:[Boolean,Number,String],counterValue:[Number,Function],prefix:String,placeholder:String,persistentPlaceholder:Boolean,persistentCounter:Boolean,suffix:String,role:String,type:{type:String,default:"text"},modelModifiers:Object,...Tt(),...zt()},"VTextField"),Oa=G()({name:"VTextField",directives:{Intersect:bn},inheritAttrs:!1,props:wa(),emits:{"click:control":e=>!0,"mousedown:control":e=>!0,"update:focused":e=>!0,"update:modelValue":e=>!0},setup(e,n){let{attrs:t,emit:a,slots:l}=n;const o=ce(e,"modelValue"),{isFocused:r,focus:i,blur:u}=Mt(e),d=g(()=>typeof e.counterValue=="function"?e.counterValue(o.value):typeof e.counterValue=="number"?e.counterValue:(o.value??"").toString().length),s=g(()=>{if(t.maxlength)return t.maxlength;if(!(!e.counter||typeof e.counter!="number"&&typeof e.counter!="string"))return e.counter}),y=g(()=>["plain","underlined"].includes(e.variant));function x(k,S){var c,B;!e.autofocus||!k||(B=(c=S[0].target)==null?void 0:c.focus)==null||B.call(c)}const h=D(),b=D(),v=D(),A=g(()=>Sa.includes(e.type)||e.persistentPlaceholder||r.value||e.active);function C(){var k;v.value!==document.activeElement&&((k=v.value)==null||k.focus()),r.value||i()}function P(k){a("mousedown:control",k),k.target!==v.value&&(C(),k.preventDefault())}function m(k){C(),a("click:control",k)}function E(k){k.stopPropagation(),C(),oe(()=>{o.value=null,rn(e["onClick:clear"],k)})}function O(k){var c;const S=k.target;if(o.value=S.value,(c=e.modelModifiers)!=null&&c.trim&&["text","search","password","tel","url"].includes(e.type)){const B=[S.selectionStart,S.selectionEnd];oe(()=>{S.selectionStart=B[0],S.selectionEnd=B[1]})}}return Q(()=>{const k=!!(l.counter||e.counter!==!1&&e.counter!=null),S=!!(k||l.details),[c,B]=mt(t),{modelValue:N,...I}=lt.filterProps(e),_=xa(e);return f(lt,j({ref:h,modelValue:o.value,"onUpdate:modelValue":V=>o.value=V,class:["v-text-field",{"v-text-field--prefixed":e.prefix,"v-text-field--suffixed":e.suffix,"v-input--plain-underlined":y.value},e.class],style:e.style},c,I,{centerAffix:!y.value,focused:r.value}),{...l,default:V=>{let{id:w,isDisabled:F,isDirty:L,isReadonly:T,isValid:R}=V;return f(qt,j({ref:b,onMousedown:P,onClick:m,"onClick:clear":E,"onClick:prependInner":e["onClick:prependInner"],"onClick:appendInner":e["onClick:appendInner"],role:e.role},_,{id:w.value,active:A.value||L.value,dirty:L.value||e.dirty,disabled:F.value,focused:r.value,error:R.value===!1}),{...l,default:W=>{let{props:{class:H,...z}}=W;const X=he(f("input",j({ref:v,value:o.value,onInput:O,autofocus:e.autofocus,readonly:T.value,disabled:F.value,name:e.name,placeholder:e.placeholder,size:1,type:e.type,onFocus:C,onBlur:u},z,B),null),[[Te("intersect"),{handler:x},null,{once:!0}]]);return f(ue,null,[e.prefix&&f("span",{class:"v-text-field__prefix"},[f("span",{class:"v-text-field__prefix__text"},[e.prefix])]),l.default?f("div",{class:H,"data-no-activator":""},[l.default(),X]):on(X,{class:H}),e.suffix&&f("span",{class:"v-text-field__suffix"},[f("span",{class:"v-text-field__suffix__text"},[e.suffix])])])}})},details:S?V=>{var w;return f(ue,null,[(w=l.details)==null?void 0:w.call(l,V),k&&f(ue,null,[f("span",null,null),f(ga,{active:e.persistentCounter||r.value,value:d.value,max:s.value,disabled:e.disabled},l.counter)])])}:void 0})}),ma({},h,b,v)}}),Ba=sn("app",{state:()=>({examName:"考试名称",appHeader:"考试看板 Mobile",message:"考试提醒信息",room:" ",examInfos:[]}),persist:!0});export{Aa as V,Va as a,_n as b,_a as c,va as d,ka as e,ia as f,Jn as g,Ia as h,ma as i,En as j,wa as k,Mn as l,Bn as m,Oa as n,Tt as o,Mt as p,lt as q,Pa as r,Ba as u}; diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/default-BczLU9JX.css b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/default-BczLU9JX.css new file mode 100644 index 0000000..733e183 --- /dev/null +++ b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/default-BczLU9JX.css @@ -0,0 +1 @@ +.v-app-bar{display:flex}.v-app-bar.v-toolbar{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-app-bar.v-toolbar:not(.v-toolbar--flat){box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-app-bar:not(.v-toolbar--absolute){padding-inline-end:var(--v-scrollbar-offset)}.v-toolbar{align-items:flex-start;display:flex;flex:none;flex-direction:column;justify-content:space-between;max-width:100%;position:relative;transition:.2s cubic-bezier(.4,0,.2,1);transition-property:height,width,transform,max-width,left,right,top,bottom,box-shadow;width:100%}.v-toolbar{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-toolbar--border{border-width:thin;box-shadow:none}.v-toolbar{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-toolbar{border-radius:0}.v-toolbar{background:rgb(var(--v-theme-surface-light));color:rgba(var(--v-theme-on-surface-light),var(--v-high-emphasis-opacity))}.v-toolbar--absolute{position:absolute}.v-toolbar--collapse{max-width:112px;overflow:hidden;border-end-end-radius:24px}.v-toolbar--collapse .v-toolbar-title{display:none}.v-toolbar--flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-toolbar--floating{display:inline-flex}.v-toolbar--rounded{border-radius:4px}.v-toolbar__content,.v-toolbar__extension{align-items:center;display:flex;flex:0 0 auto;position:relative;transition:inherit;width:100%}.v-toolbar__content{overflow:hidden}.v-toolbar__content>.v-btn:first-child{margin-inline-start:4px}.v-toolbar__content>.v-btn:last-child{margin-inline-end:4px}.v-toolbar__content>.v-toolbar-title{margin-inline-start:20px}.v-toolbar--density-prominent .v-toolbar__content{align-items:flex-start}.v-toolbar__image{display:flex;opacity:var(--v-toolbar-image-opacity, 1);transition-property:opacity}.v-toolbar__image{position:absolute;top:0;left:0;width:100%;height:100%}.v-toolbar__prepend,.v-toolbar__append{align-items:center;align-self:stretch;display:flex}.v-toolbar__prepend{margin-inline:4px auto}.v-toolbar__append{margin-inline:auto 4px}.v-toolbar-title{flex:1 1;font-size:1.25rem;min-width:0}.v-toolbar-title{font-size:1.25rem;font-weight:400;letter-spacing:0;line-height:1.75rem;text-transform:none}.v-toolbar--density-prominent .v-toolbar-title{align-self:flex-end;padding-bottom:6px}.v-toolbar--density-prominent .v-toolbar-title{font-size:1.5rem;font-weight:400;letter-spacing:0;line-height:2.25rem;text-transform:none}.v-toolbar-title__placeholder{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-toolbar-items{display:flex;height:inherit;align-self:stretch}.v-toolbar-items>.v-btn{border-radius:0}.no-scrollbar[data-v-feac2326]{overflow:hidden}.scale-control[data-v-feac2326]{position:fixed;bottom:10px;left:50%;transform:translate(-50%);width:300px;display:flex;align-items:center;justify-content:center}.scale-select[data-v-feac2326]{margin-right:10px}.scale-label[data-v-feac2326]{margin-left:10px} diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/default-xuZtHUos.js b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/default-xuZtHUos.js new file mode 100644 index 0000000..fb85a35 --- /dev/null +++ b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/default-xuZtHUos.js @@ -0,0 +1 @@ +import{p as H,m as L,a as U,g as C,u as P,c as a,b as G,t as I,d as J,e as K,s as S,f as d,h as Y,i as k,r as N,j as Q,w as T,o as X,k as Z,l as ee,n as te,q as le,v as ae,x as oe,y as q,z as ne,A as se,B as M,C as $,D as V,E as A,F as w,G as F,H as re,I as ue,J as ie,V as ce,K as de}from"./index-KF56cXUu.js";import{V as ve,u as me}from"./app-cT5gNRjW.js";import{m as fe,a as ge,b as he,u as be,c as pe,d as ye,e as Se,V as Ve,f as E,g as z,h as _e,_ as xe}from"./VAvatar-CBxZwzSi.js";import{V as Te}from"./VSelect-CJVt5QYp.js";const O=H({text:String,...L(),...U()},"VToolbarTitle"),W=C()({name:"VToolbarTitle",props:O(),setup(e,c){let{slots:t}=c;return P(()=>{const u=!!(t.default||t.text||e.text);return a(e.tag,{class:["v-toolbar-title",e.class],style:e.style},{default:()=>{var n;return[u&&a("div",{class:"v-toolbar-title__placeholder"},[t.text?t.text():e.text,(n=t.default)==null?void 0:n.call(t)])]}})}),{}}}),Be=[null,"prominent","default","comfortable","compact"],j=H({absolute:Boolean,collapse:Boolean,color:String,density:{type:String,default:"default",validator:e=>Be.includes(e)},extended:Boolean,extensionHeight:{type:[Number,String],default:48},flat:Boolean,floating:Boolean,height:{type:[Number,String],default:64},image:String,title:String,...fe(),...L(),...ge(),...he(),...U({tag:"header"}),...G()},"VToolbar"),D=C()({name:"VToolbar",props:j(),setup(e,c){var g;let{slots:t}=c;const{backgroundColorClasses:u,backgroundColorStyles:n}=be(I(e,"color")),{borderClasses:l}=pe(e),{elevationClasses:s}=ye(e),{roundedClasses:i}=Se(e),{themeClasses:h}=J(e),{rtlClasses:_}=K(),v=S(!!(e.extended||(g=t.extension)!=null&&g.call(t))),m=d(()=>parseInt(Number(e.height)+(e.density==="prominent"?Number(e.height):0)-(e.density==="comfortable"?8:0)-(e.density==="compact"?16:0),10)),p=d(()=>v.value?parseInt(Number(e.extensionHeight)+(e.density==="prominent"?Number(e.extensionHeight):0)-(e.density==="comfortable"?4:0)-(e.density==="compact"?8:0),10):0);return Y({VBtn:{variant:"text"}}),P(()=>{var B;const r=!!(e.title||t.title),f=!!(t.image||e.image),y=(B=t.extension)==null?void 0:B.call(t);return v.value=!!(e.extended||y),a(e.tag,{class:["v-toolbar",{"v-toolbar--absolute":e.absolute,"v-toolbar--collapse":e.collapse,"v-toolbar--flat":e.flat,"v-toolbar--floating":e.floating,[`v-toolbar--density-${e.density}`]:!0},u.value,l.value,s.value,i.value,h.value,_.value,e.class],style:[n.value,e.style]},{default:()=>[f&&a("div",{key:"image",class:"v-toolbar__image"},[t.image?a(E,{key:"image-defaults",disabled:!e.image,defaults:{VImg:{cover:!0,src:e.image}}},t.image):a(Ve,{key:"image-img",cover:!0,src:e.image},null)]),a(E,{defaults:{VTabs:{height:k(m.value)}}},{default:()=>{var o,b,x;return[a("div",{class:"v-toolbar__content",style:{height:k(m.value)}},[t.prepend&&a("div",{class:"v-toolbar__prepend"},[(o=t.prepend)==null?void 0:o.call(t)]),r&&a(W,{key:"title",text:e.title},{text:t.title}),(b=t.default)==null?void 0:b.call(t),t.append&&a("div",{class:"v-toolbar__append"},[(x=t.append)==null?void 0:x.call(t)])])]}}),a(E,{defaults:{VTabs:{height:k(p.value)}}},{default:()=>[a(ve,null,{default:()=>[v.value&&a("div",{class:"v-toolbar__extension",style:{height:k(p.value)}},[y])]})]})]})}),{contentHeight:m,extensionHeight:p}}}),ke=H({scrollTarget:{type:String},scrollThreshold:{type:[String,Number],default:300}},"scroll");function He(e){let c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{canScroll:t}=c;let u=0,n=0;const l=N(null),s=S(0),i=S(0),h=S(0),_=S(!1),v=S(!1),m=d(()=>Number(e.scrollThreshold)),p=d(()=>Q((m.value-s.value)/m.value||0)),g=()=>{const r=l.value;if(!r||t&&!t.value)return;u=s.value,s.value="window"in r?r.pageYOffset:r.scrollTop;const f=r instanceof Window?document.documentElement.scrollHeight:r.scrollHeight;if(n!==f){n=f;return}v.value=s.value{i.value=i.value||s.value}),T(_,()=>{i.value=0}),X(()=>{T(()=>e.scrollTarget,r=>{var y;const f=r?document.querySelector(r):window;f&&f!==l.value&&((y=l.value)==null||y.removeEventListener("scroll",g),l.value=f,l.value.addEventListener("scroll",g,{passive:!0}))},{immediate:!0})}),Z(()=>{var r;(r=l.value)==null||r.removeEventListener("scroll",g)}),t&&T(t,g,{immediate:!0}),{scrollThreshold:m,currentScroll:s,currentThreshold:h,isScrollActive:_,scrollRatio:p,isScrollingUp:v,savedScroll:i}}const Ce=H({scrollBehavior:String,modelValue:{type:Boolean,default:!0},location:{type:String,default:"top",validator:e=>["top","bottom"].includes(e)},...j(),...ee(),...ke(),height:{type:[Number,String],default:64}},"VAppBar"),Pe=C()({name:"VAppBar",props:Ce(),emits:{"update:modelValue":e=>!0},setup(e,c){let{slots:t}=c;const u=N(),n=te(e,"modelValue"),l=d(()=>{var b;const o=new Set(((b=e.scrollBehavior)==null?void 0:b.split(" "))??[]);return{hide:o.has("hide"),fullyHide:o.has("fully-hide"),inverted:o.has("inverted"),collapse:o.has("collapse"),elevate:o.has("elevate"),fadeImage:o.has("fade-image")}}),s=d(()=>{const o=l.value;return o.hide||o.fullyHide||o.inverted||o.collapse||o.elevate||o.fadeImage||!n.value}),{currentScroll:i,scrollThreshold:h,isScrollingUp:_,scrollRatio:v}=He(e,{canScroll:s}),m=d(()=>l.value.hide||l.value.fullyHide),p=d(()=>e.collapse||l.value.collapse&&(l.value.inverted?v.value>0:v.value===0)),g=d(()=>e.flat||l.value.fullyHide&&!n.value||l.value.elevate&&(l.value.inverted?i.value>0:i.value===0)),r=d(()=>l.value.fadeImage?l.value.inverted?1-v.value:v.value:void 0),f=d(()=>{var x,R;if(l.value.hide&&l.value.inverted)return 0;const o=((x=u.value)==null?void 0:x.contentHeight)??0,b=((R=u.value)==null?void 0:R.extensionHeight)??0;return m.value?i.value!!e.scrollBehavior),()=>{ne(()=>{m.value?l.value.inverted?n.value=i.value>h.value:n.value=_.value||i.valueparseInt(e.order,10)),position:I(e,"location"),layoutSize:f,elementSize:S(void 0),active:n,absolute:I(e,"absolute")});return P(()=>{const o=D.filterProps(e);return a(D,q({ref:u,class:["v-app-bar",{"v-app-bar--bottom":e.location==="bottom"},e.class],style:[{...B.value,"--v-toolbar-image-opacity":r.value,height:void 0,...y.value},e.style]},o,{collapse:p.value,flat:g.value}),t)}),{}}}),we=C()({name:"VAppBarTitle",props:O(),setup(e,c){let{slots:t}=c;return P(()=>a(W,q(e,{class:"v-app-bar-title"}),t)),{}}}),Ee={class:"ga-4"},Ie={__name:"AppTopBar",setup(e){const c=me(),t=se();function u(){t.push({path:"/mainWindow",query:{skipAutoEnter:!0}})}function n(){document.fullscreenElement?document.exitFullscreen&&document.exitFullscreen():document.documentElement.requestFullscreen()}return(l,s)=>(M(),$(Pe,{elevation:2,class:"position-fixed"},{append:V(()=>[A("div",Ee,[a(z,{onClick:u},{default:V(()=>s[1]||(s[1]=[w("回到主页")])),_:1}),a(z,{onClick:s[0]||(s[0]=i=>F(t).push("/about"))},{default:V(()=>s[2]||(s[2]=[w("关于")])),_:1}),a(_e,{icon:"mdi-fullscreen",onClick:n})])]),default:V(()=>[a(we,null,{default:V(()=>[w(re(F(c).appHeader),1)]),_:1})]),_:1}))}},Ae={class:"scale-control"},Ne=ue({__name:"default",setup(e){const c=["25%","50%","75%","100%","125%","150%","175%","200%"],t=N("100%");return T(t,u=>{document.documentElement.style.fontSize=u}),(u,n)=>{const l=Ie,s=ie("router-view");return M(),$(de,null,{default:V(()=>[a(l),a(ce,{class:"no-scrollbar"},{default:V(()=>[a(s)]),_:1}),A("div",Ae,[a(Te,{modelValue:t.value,"onUpdate:modelValue":n[0]||(n[0]=i=>t.value=i),items:c,label:"选择字体大小",class:"scale-select"},null,8,["modelValue"]),n[1]||(n[1]=A("div",{class:"scale-label"},"调整字体大小",-1))])]),_:1})}}}),Le=xe(Ne,[["__scopeId","data-v-feac2326"]]);export{Le as default}; diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/index-CHNH7bF4.css b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/index-CHNH7bF4.css new file mode 100644 index 0000000..077acbb --- /dev/null +++ b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/index-CHNH7bF4.css @@ -0,0 +1,5 @@ +@charset "UTF-8";@font-face{font-family:Material Design Icons;src:url(/assets/materialdesignicons-webfont-DttUABo4.eot?v=7.0.96);src:url(/assets/materialdesignicons-webfont-DttUABo4.eot?#iefix&v=7.0.96) format("embedded-opentype"),url(/assets/materialdesignicons-webfont-CYDMK1kx.woff2?v=7.0.96) format("woff2"),url(/assets/materialdesignicons-webfont-CgCzGbLl.woff?v=7.0.96) format("woff"),url(/assets/materialdesignicons-webfont-D3kAzl71.ttf?v=7.0.96) format("truetype");font-weight:400;font-style:normal}.mdi:before,.mdi-set{display:inline-block;font: 24px/1 Material Design Icons;font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mdi-ab-testing:before{content:"󰇉"}.mdi-abacus:before{content:"󱛠"}.mdi-abjad-arabic:before{content:"󱌨"}.mdi-abjad-hebrew:before{content:"󱌩"}.mdi-abugida-devanagari:before{content:"󱌪"}.mdi-abugida-thai:before{content:"󱌫"}.mdi-access-point:before{content:"󰀃"}.mdi-access-point-check:before{content:"󱔸"}.mdi-access-point-minus:before{content:"󱔹"}.mdi-access-point-network:before{content:"󰀂"}.mdi-access-point-network-off:before{content:"󰯡"}.mdi-access-point-off:before{content:"󱔑"}.mdi-access-point-plus:before{content:"󱔺"}.mdi-access-point-remove:before{content:"󱔻"}.mdi-account:before{content:"󰀄"}.mdi-account-alert:before{content:"󰀅"}.mdi-account-alert-outline:before{content:"󰭐"}.mdi-account-arrow-down:before{content:"󱡨"}.mdi-account-arrow-down-outline:before{content:"󱡩"}.mdi-account-arrow-left:before{content:"󰭑"}.mdi-account-arrow-left-outline:before{content:"󰭒"}.mdi-account-arrow-right:before{content:"󰭓"}.mdi-account-arrow-right-outline:before{content:"󰭔"}.mdi-account-arrow-up:before{content:"󱡧"}.mdi-account-arrow-up-outline:before{content:"󱡪"}.mdi-account-badge:before{content:"󱬊"}.mdi-account-badge-outline:before{content:"󱬋"}.mdi-account-box:before{content:"󰀆"}.mdi-account-box-multiple:before{content:"󰤴"}.mdi-account-box-multiple-outline:before{content:"󱀊"}.mdi-account-box-outline:before{content:"󰀇"}.mdi-account-cancel:before{content:"󱋟"}.mdi-account-cancel-outline:before{content:"󱋠"}.mdi-account-card:before{content:"󱮤"}.mdi-account-card-outline:before{content:"󱮥"}.mdi-account-cash:before{content:"󱂗"}.mdi-account-cash-outline:before{content:"󱂘"}.mdi-account-check:before{content:"󰀈"}.mdi-account-check-outline:before{content:"󰯢"}.mdi-account-child:before{content:"󰪉"}.mdi-account-child-circle:before{content:"󰪊"}.mdi-account-child-outline:before{content:"󱃈"}.mdi-account-circle:before{content:"󰀉"}.mdi-account-circle-outline:before{content:"󰭕"}.mdi-account-clock:before{content:"󰭖"}.mdi-account-clock-outline:before{content:"󰭗"}.mdi-account-cog:before{content:"󱍰"}.mdi-account-cog-outline:before{content:"󱍱"}.mdi-account-convert:before{content:"󰀊"}.mdi-account-convert-outline:before{content:"󱌁"}.mdi-account-cowboy-hat:before{content:"󰺛"}.mdi-account-cowboy-hat-outline:before{content:"󱟳"}.mdi-account-credit-card:before{content:"󱮦"}.mdi-account-credit-card-outline:before{content:"󱮧"}.mdi-account-details:before{content:"󰘱"}.mdi-account-details-outline:before{content:"󱍲"}.mdi-account-edit:before{content:"󰚼"}.mdi-account-edit-outline:before{content:"󰿻"}.mdi-account-eye:before{content:"󰐠"}.mdi-account-eye-outline:before{content:"󱉻"}.mdi-account-filter:before{content:"󰤶"}.mdi-account-filter-outline:before{content:"󰾝"}.mdi-account-group:before{content:"󰡉"}.mdi-account-group-outline:before{content:"󰭘"}.mdi-account-hard-hat:before{content:"󰖵"}.mdi-account-hard-hat-outline:before{content:"󱨟"}.mdi-account-heart:before{content:"󰢙"}.mdi-account-heart-outline:before{content:"󰯣"}.mdi-account-injury:before{content:"󱠕"}.mdi-account-injury-outline:before{content:"󱠖"}.mdi-account-key:before{content:"󰀋"}.mdi-account-key-outline:before{content:"󰯤"}.mdi-account-lock:before{content:"󱅞"}.mdi-account-lock-open:before{content:"󱥠"}.mdi-account-lock-open-outline:before{content:"󱥡"}.mdi-account-lock-outline:before{content:"󱅟"}.mdi-account-minus:before{content:"󰀍"}.mdi-account-minus-outline:before{content:"󰫬"}.mdi-account-multiple:before{content:"󰀎"}.mdi-account-multiple-check:before{content:"󰣅"}.mdi-account-multiple-check-outline:before{content:"󱇾"}.mdi-account-multiple-minus:before{content:"󰗓"}.mdi-account-multiple-minus-outline:before{content:"󰯥"}.mdi-account-multiple-outline:before{content:"󰀏"}.mdi-account-multiple-plus:before{content:"󰀐"}.mdi-account-multiple-plus-outline:before{content:"󰠀"}.mdi-account-multiple-remove:before{content:"󱈊"}.mdi-account-multiple-remove-outline:before{content:"󱈋"}.mdi-account-music:before{content:"󰠃"}.mdi-account-music-outline:before{content:"󰳩"}.mdi-account-network:before{content:"󰀑"}.mdi-account-network-off:before{content:"󱫱"}.mdi-account-network-off-outline:before{content:"󱫲"}.mdi-account-network-outline:before{content:"󰯦"}.mdi-account-off:before{content:"󰀒"}.mdi-account-off-outline:before{content:"󰯧"}.mdi-account-outline:before{content:"󰀓"}.mdi-account-plus:before{content:"󰀔"}.mdi-account-plus-outline:before{content:"󰠁"}.mdi-account-question:before{content:"󰭙"}.mdi-account-question-outline:before{content:"󰭚"}.mdi-account-reactivate:before{content:"󱔫"}.mdi-account-reactivate-outline:before{content:"󱔬"}.mdi-account-remove:before{content:"󰀕"}.mdi-account-remove-outline:before{content:"󰫭"}.mdi-account-school:before{content:"󱨠"}.mdi-account-school-outline:before{content:"󱨡"}.mdi-account-search:before{content:"󰀖"}.mdi-account-search-outline:before{content:"󰤵"}.mdi-account-settings:before{content:"󰘰"}.mdi-account-settings-outline:before{content:"󱃉"}.mdi-account-star:before{content:"󰀗"}.mdi-account-star-outline:before{content:"󰯨"}.mdi-account-supervisor:before{content:"󰪋"}.mdi-account-supervisor-circle:before{content:"󰪌"}.mdi-account-supervisor-circle-outline:before{content:"󱓬"}.mdi-account-supervisor-outline:before{content:"󱄭"}.mdi-account-switch:before{content:"󰀙"}.mdi-account-switch-outline:before{content:"󰓋"}.mdi-account-sync:before{content:"󱤛"}.mdi-account-sync-outline:before{content:"󱤜"}.mdi-account-tie:before{content:"󰳣"}.mdi-account-tie-hat:before{content:"󱢘"}.mdi-account-tie-hat-outline:before{content:"󱢙"}.mdi-account-tie-outline:before{content:"󱃊"}.mdi-account-tie-voice:before{content:"󱌈"}.mdi-account-tie-voice-off:before{content:"󱌊"}.mdi-account-tie-voice-off-outline:before{content:"󱌋"}.mdi-account-tie-voice-outline:before{content:"󱌉"}.mdi-account-tie-woman:before{content:"󱪌"}.mdi-account-voice:before{content:"󰗋"}.mdi-account-voice-off:before{content:"󰻔"}.mdi-account-wrench:before{content:"󱢚"}.mdi-account-wrench-outline:before{content:"󱢛"}.mdi-adjust:before{content:"󰀚"}.mdi-advertisements:before{content:"󱤪"}.mdi-advertisements-off:before{content:"󱤫"}.mdi-air-conditioner:before{content:"󰀛"}.mdi-air-filter:before{content:"󰵃"}.mdi-air-horn:before{content:"󰶬"}.mdi-air-humidifier:before{content:"󱂙"}.mdi-air-humidifier-off:before{content:"󱑦"}.mdi-air-purifier:before{content:"󰵄"}.mdi-air-purifier-off:before{content:"󱭗"}.mdi-airbag:before{content:"󰯩"}.mdi-airballoon:before{content:"󰀜"}.mdi-airballoon-outline:before{content:"󱀋"}.mdi-airplane:before{content:"󰀝"}.mdi-airplane-alert:before{content:"󱡺"}.mdi-airplane-check:before{content:"󱡻"}.mdi-airplane-clock:before{content:"󱡼"}.mdi-airplane-cog:before{content:"󱡽"}.mdi-airplane-edit:before{content:"󱡾"}.mdi-airplane-landing:before{content:"󰗔"}.mdi-airplane-marker:before{content:"󱡿"}.mdi-airplane-minus:before{content:"󱢀"}.mdi-airplane-off:before{content:"󰀞"}.mdi-airplane-plus:before{content:"󱢁"}.mdi-airplane-remove:before{content:"󱢂"}.mdi-airplane-search:before{content:"󱢃"}.mdi-airplane-settings:before{content:"󱢄"}.mdi-airplane-takeoff:before{content:"󰗕"}.mdi-airport:before{content:"󰡋"}.mdi-alarm:before{content:"󰀠"}.mdi-alarm-bell:before{content:"󰞎"}.mdi-alarm-check:before{content:"󰀡"}.mdi-alarm-light:before{content:"󰞏"}.mdi-alarm-light-off:before{content:"󱜞"}.mdi-alarm-light-off-outline:before{content:"󱜟"}.mdi-alarm-light-outline:before{content:"󰯪"}.mdi-alarm-multiple:before{content:"󰀢"}.mdi-alarm-note:before{content:"󰹱"}.mdi-alarm-note-off:before{content:"󰹲"}.mdi-alarm-off:before{content:"󰀣"}.mdi-alarm-panel:before{content:"󱗄"}.mdi-alarm-panel-outline:before{content:"󱗅"}.mdi-alarm-plus:before{content:"󰀤"}.mdi-alarm-snooze:before{content:"󰚎"}.mdi-album:before{content:"󰀥"}.mdi-alert:before{content:"󰀦"}.mdi-alert-box:before{content:"󰀧"}.mdi-alert-box-outline:before{content:"󰳤"}.mdi-alert-circle:before{content:"󰀨"}.mdi-alert-circle-check:before{content:"󱇭"}.mdi-alert-circle-check-outline:before{content:"󱇮"}.mdi-alert-circle-outline:before{content:"󰗖"}.mdi-alert-decagram:before{content:"󰚽"}.mdi-alert-decagram-outline:before{content:"󰳥"}.mdi-alert-minus:before{content:"󱒻"}.mdi-alert-minus-outline:before{content:"󱒾"}.mdi-alert-octagon:before{content:"󰀩"}.mdi-alert-octagon-outline:before{content:"󰳦"}.mdi-alert-octagram:before{content:"󰝧"}.mdi-alert-octagram-outline:before{content:"󰳧"}.mdi-alert-outline:before{content:"󰀪"}.mdi-alert-plus:before{content:"󱒺"}.mdi-alert-plus-outline:before{content:"󱒽"}.mdi-alert-remove:before{content:"󱒼"}.mdi-alert-remove-outline:before{content:"󱒿"}.mdi-alert-rhombus:before{content:"󱇎"}.mdi-alert-rhombus-outline:before{content:"󱇏"}.mdi-alien:before{content:"󰢚"}.mdi-alien-outline:before{content:"󱃋"}.mdi-align-horizontal-center:before{content:"󱇃"}.mdi-align-horizontal-distribute:before{content:"󱥢"}.mdi-align-horizontal-left:before{content:"󱇂"}.mdi-align-horizontal-right:before{content:"󱇄"}.mdi-align-vertical-bottom:before{content:"󱇅"}.mdi-align-vertical-center:before{content:"󱇆"}.mdi-align-vertical-distribute:before{content:"󱥣"}.mdi-align-vertical-top:before{content:"󱇇"}.mdi-all-inclusive:before{content:"󰚾"}.mdi-all-inclusive-box:before{content:"󱢍"}.mdi-all-inclusive-box-outline:before{content:"󱢎"}.mdi-allergy:before{content:"󱉘"}.mdi-alpha:before{content:"󰀫"}.mdi-alpha-a:before{content:"󰫮"}.mdi-alpha-a-box:before{content:"󰬈"}.mdi-alpha-a-box-outline:before{content:"󰯫"}.mdi-alpha-a-circle:before{content:"󰯬"}.mdi-alpha-a-circle-outline:before{content:"󰯭"}.mdi-alpha-b:before{content:"󰫯"}.mdi-alpha-b-box:before{content:"󰬉"}.mdi-alpha-b-box-outline:before{content:"󰯮"}.mdi-alpha-b-circle:before{content:"󰯯"}.mdi-alpha-b-circle-outline:before{content:"󰯰"}.mdi-alpha-c:before{content:"󰫰"}.mdi-alpha-c-box:before{content:"󰬊"}.mdi-alpha-c-box-outline:before{content:"󰯱"}.mdi-alpha-c-circle:before{content:"󰯲"}.mdi-alpha-c-circle-outline:before{content:"󰯳"}.mdi-alpha-d:before{content:"󰫱"}.mdi-alpha-d-box:before{content:"󰬋"}.mdi-alpha-d-box-outline:before{content:"󰯴"}.mdi-alpha-d-circle:before{content:"󰯵"}.mdi-alpha-d-circle-outline:before{content:"󰯶"}.mdi-alpha-e:before{content:"󰫲"}.mdi-alpha-e-box:before{content:"󰬌"}.mdi-alpha-e-box-outline:before{content:"󰯷"}.mdi-alpha-e-circle:before{content:"󰯸"}.mdi-alpha-e-circle-outline:before{content:"󰯹"}.mdi-alpha-f:before{content:"󰫳"}.mdi-alpha-f-box:before{content:"󰬍"}.mdi-alpha-f-box-outline:before{content:"󰯺"}.mdi-alpha-f-circle:before{content:"󰯻"}.mdi-alpha-f-circle-outline:before{content:"󰯼"}.mdi-alpha-g:before{content:"󰫴"}.mdi-alpha-g-box:before{content:"󰬎"}.mdi-alpha-g-box-outline:before{content:"󰯽"}.mdi-alpha-g-circle:before{content:"󰯾"}.mdi-alpha-g-circle-outline:before{content:"󰯿"}.mdi-alpha-h:before{content:"󰫵"}.mdi-alpha-h-box:before{content:"󰬏"}.mdi-alpha-h-box-outline:before{content:"󰰀"}.mdi-alpha-h-circle:before{content:"󰰁"}.mdi-alpha-h-circle-outline:before{content:"󰰂"}.mdi-alpha-i:before{content:"󰫶"}.mdi-alpha-i-box:before{content:"󰬐"}.mdi-alpha-i-box-outline:before{content:"󰰃"}.mdi-alpha-i-circle:before{content:"󰰄"}.mdi-alpha-i-circle-outline:before{content:"󰰅"}.mdi-alpha-j:before{content:"󰫷"}.mdi-alpha-j-box:before{content:"󰬑"}.mdi-alpha-j-box-outline:before{content:"󰰆"}.mdi-alpha-j-circle:before{content:"󰰇"}.mdi-alpha-j-circle-outline:before{content:"󰰈"}.mdi-alpha-k:before{content:"󰫸"}.mdi-alpha-k-box:before{content:"󰬒"}.mdi-alpha-k-box-outline:before{content:"󰰉"}.mdi-alpha-k-circle:before{content:"󰰊"}.mdi-alpha-k-circle-outline:before{content:"󰰋"}.mdi-alpha-l:before{content:"󰫹"}.mdi-alpha-l-box:before{content:"󰬓"}.mdi-alpha-l-box-outline:before{content:"󰰌"}.mdi-alpha-l-circle:before{content:"󰰍"}.mdi-alpha-l-circle-outline:before{content:"󰰎"}.mdi-alpha-m:before{content:"󰫺"}.mdi-alpha-m-box:before{content:"󰬔"}.mdi-alpha-m-box-outline:before{content:"󰰏"}.mdi-alpha-m-circle:before{content:"󰰐"}.mdi-alpha-m-circle-outline:before{content:"󰰑"}.mdi-alpha-n:before{content:"󰫻"}.mdi-alpha-n-box:before{content:"󰬕"}.mdi-alpha-n-box-outline:before{content:"󰰒"}.mdi-alpha-n-circle:before{content:"󰰓"}.mdi-alpha-n-circle-outline:before{content:"󰰔"}.mdi-alpha-o:before{content:"󰫼"}.mdi-alpha-o-box:before{content:"󰬖"}.mdi-alpha-o-box-outline:before{content:"󰰕"}.mdi-alpha-o-circle:before{content:"󰰖"}.mdi-alpha-o-circle-outline:before{content:"󰰗"}.mdi-alpha-p:before{content:"󰫽"}.mdi-alpha-p-box:before{content:"󰬗"}.mdi-alpha-p-box-outline:before{content:"󰰘"}.mdi-alpha-p-circle:before{content:"󰰙"}.mdi-alpha-p-circle-outline:before{content:"󰰚"}.mdi-alpha-q:before{content:"󰫾"}.mdi-alpha-q-box:before{content:"󰬘"}.mdi-alpha-q-box-outline:before{content:"󰰛"}.mdi-alpha-q-circle:before{content:"󰰜"}.mdi-alpha-q-circle-outline:before{content:"󰰝"}.mdi-alpha-r:before{content:"󰫿"}.mdi-alpha-r-box:before{content:"󰬙"}.mdi-alpha-r-box-outline:before{content:"󰰞"}.mdi-alpha-r-circle:before{content:"󰰟"}.mdi-alpha-r-circle-outline:before{content:"󰰠"}.mdi-alpha-s:before{content:"󰬀"}.mdi-alpha-s-box:before{content:"󰬚"}.mdi-alpha-s-box-outline:before{content:"󰰡"}.mdi-alpha-s-circle:before{content:"󰰢"}.mdi-alpha-s-circle-outline:before{content:"󰰣"}.mdi-alpha-t:before{content:"󰬁"}.mdi-alpha-t-box:before{content:"󰬛"}.mdi-alpha-t-box-outline:before{content:"󰰤"}.mdi-alpha-t-circle:before{content:"󰰥"}.mdi-alpha-t-circle-outline:before{content:"󰰦"}.mdi-alpha-u:before{content:"󰬂"}.mdi-alpha-u-box:before{content:"󰬜"}.mdi-alpha-u-box-outline:before{content:"󰰧"}.mdi-alpha-u-circle:before{content:"󰰨"}.mdi-alpha-u-circle-outline:before{content:"󰰩"}.mdi-alpha-v:before{content:"󰬃"}.mdi-alpha-v-box:before{content:"󰬝"}.mdi-alpha-v-box-outline:before{content:"󰰪"}.mdi-alpha-v-circle:before{content:"󰰫"}.mdi-alpha-v-circle-outline:before{content:"󰰬"}.mdi-alpha-w:before{content:"󰬄"}.mdi-alpha-w-box:before{content:"󰬞"}.mdi-alpha-w-box-outline:before{content:"󰰭"}.mdi-alpha-w-circle:before{content:"󰰮"}.mdi-alpha-w-circle-outline:before{content:"󰰯"}.mdi-alpha-x:before{content:"󰬅"}.mdi-alpha-x-box:before{content:"󰬟"}.mdi-alpha-x-box-outline:before{content:"󰰰"}.mdi-alpha-x-circle:before{content:"󰰱"}.mdi-alpha-x-circle-outline:before{content:"󰰲"}.mdi-alpha-y:before{content:"󰬆"}.mdi-alpha-y-box:before{content:"󰬠"}.mdi-alpha-y-box-outline:before{content:"󰰳"}.mdi-alpha-y-circle:before{content:"󰰴"}.mdi-alpha-y-circle-outline:before{content:"󰰵"}.mdi-alpha-z:before{content:"󰬇"}.mdi-alpha-z-box:before{content:"󰬡"}.mdi-alpha-z-box-outline:before{content:"󰰶"}.mdi-alpha-z-circle:before{content:"󰰷"}.mdi-alpha-z-circle-outline:before{content:"󰰸"}.mdi-alphabet-aurebesh:before{content:"󱌬"}.mdi-alphabet-cyrillic:before{content:"󱌭"}.mdi-alphabet-greek:before{content:"󱌮"}.mdi-alphabet-latin:before{content:"󱌯"}.mdi-alphabet-piqad:before{content:"󱌰"}.mdi-alphabet-tengwar:before{content:"󱌷"}.mdi-alphabetical:before{content:"󰀬"}.mdi-alphabetical-off:before{content:"󱀌"}.mdi-alphabetical-variant:before{content:"󱀍"}.mdi-alphabetical-variant-off:before{content:"󱀎"}.mdi-altimeter:before{content:"󰗗"}.mdi-ambulance:before{content:"󰀯"}.mdi-ammunition:before{content:"󰳨"}.mdi-ampersand:before{content:"󰪍"}.mdi-amplifier:before{content:"󰀰"}.mdi-amplifier-off:before{content:"󱆵"}.mdi-anchor:before{content:"󰀱"}.mdi-android:before{content:"󰀲"}.mdi-android-studio:before{content:"󰀴"}.mdi-angle-acute:before{content:"󰤷"}.mdi-angle-obtuse:before{content:"󰤸"}.mdi-angle-right:before{content:"󰤹"}.mdi-angular:before{content:"󰚲"}.mdi-angularjs:before{content:"󰚿"}.mdi-animation:before{content:"󰗘"}.mdi-animation-outline:before{content:"󰪏"}.mdi-animation-play:before{content:"󰤺"}.mdi-animation-play-outline:before{content:"󰪐"}.mdi-ansible:before{content:"󱂚"}.mdi-antenna:before{content:"󱄙"}.mdi-anvil:before{content:"󰢛"}.mdi-apache-kafka:before{content:"󱀏"}.mdi-api:before{content:"󱂛"}.mdi-api-off:before{content:"󱉗"}.mdi-apple:before{content:"󰀵"}.mdi-apple-finder:before{content:"󰀶"}.mdi-apple-icloud:before{content:"󰀸"}.mdi-apple-ios:before{content:"󰀷"}.mdi-apple-keyboard-caps:before{content:"󰘲"}.mdi-apple-keyboard-command:before{content:"󰘳"}.mdi-apple-keyboard-control:before{content:"󰘴"}.mdi-apple-keyboard-option:before{content:"󰘵"}.mdi-apple-keyboard-shift:before{content:"󰘶"}.mdi-apple-safari:before{content:"󰀹"}.mdi-application:before{content:"󰣆"}.mdi-application-array:before{content:"󱃵"}.mdi-application-array-outline:before{content:"󱃶"}.mdi-application-braces:before{content:"󱃷"}.mdi-application-braces-outline:before{content:"󱃸"}.mdi-application-brackets:before{content:"󰲋"}.mdi-application-brackets-outline:before{content:"󰲌"}.mdi-application-cog:before{content:"󰙵"}.mdi-application-cog-outline:before{content:"󱕷"}.mdi-application-edit:before{content:"󰂮"}.mdi-application-edit-outline:before{content:"󰘙"}.mdi-application-export:before{content:"󰶭"}.mdi-application-import:before{content:"󰶮"}.mdi-application-outline:before{content:"󰘔"}.mdi-application-parentheses:before{content:"󱃹"}.mdi-application-parentheses-outline:before{content:"󱃺"}.mdi-application-settings:before{content:"󰭠"}.mdi-application-settings-outline:before{content:"󱕕"}.mdi-application-variable:before{content:"󱃻"}.mdi-application-variable-outline:before{content:"󱃼"}.mdi-approximately-equal:before{content:"󰾞"}.mdi-approximately-equal-box:before{content:"󰾟"}.mdi-apps:before{content:"󰀻"}.mdi-apps-box:before{content:"󰵆"}.mdi-arch:before{content:"󰣇"}.mdi-archive:before{content:"󰀼"}.mdi-archive-alert:before{content:"󱓽"}.mdi-archive-alert-outline:before{content:"󱓾"}.mdi-archive-arrow-down:before{content:"󱉙"}.mdi-archive-arrow-down-outline:before{content:"󱉚"}.mdi-archive-arrow-up:before{content:"󱉛"}.mdi-archive-arrow-up-outline:before{content:"󱉜"}.mdi-archive-cancel:before{content:"󱝋"}.mdi-archive-cancel-outline:before{content:"󱝌"}.mdi-archive-check:before{content:"󱝍"}.mdi-archive-check-outline:before{content:"󱝎"}.mdi-archive-clock:before{content:"󱝏"}.mdi-archive-clock-outline:before{content:"󱝐"}.mdi-archive-cog:before{content:"󱝑"}.mdi-archive-cog-outline:before{content:"󱝒"}.mdi-archive-edit:before{content:"󱝓"}.mdi-archive-edit-outline:before{content:"󱝔"}.mdi-archive-eye:before{content:"󱝕"}.mdi-archive-eye-outline:before{content:"󱝖"}.mdi-archive-lock:before{content:"󱝗"}.mdi-archive-lock-open:before{content:"󱝘"}.mdi-archive-lock-open-outline:before{content:"󱝙"}.mdi-archive-lock-outline:before{content:"󱝚"}.mdi-archive-marker:before{content:"󱝛"}.mdi-archive-marker-outline:before{content:"󱝜"}.mdi-archive-minus:before{content:"󱝝"}.mdi-archive-minus-outline:before{content:"󱝞"}.mdi-archive-music:before{content:"󱝟"}.mdi-archive-music-outline:before{content:"󱝠"}.mdi-archive-off:before{content:"󱝡"}.mdi-archive-off-outline:before{content:"󱝢"}.mdi-archive-outline:before{content:"󱈎"}.mdi-archive-plus:before{content:"󱝣"}.mdi-archive-plus-outline:before{content:"󱝤"}.mdi-archive-refresh:before{content:"󱝥"}.mdi-archive-refresh-outline:before{content:"󱝦"}.mdi-archive-remove:before{content:"󱝧"}.mdi-archive-remove-outline:before{content:"󱝨"}.mdi-archive-search:before{content:"󱝩"}.mdi-archive-search-outline:before{content:"󱝪"}.mdi-archive-settings:before{content:"󱝫"}.mdi-archive-settings-outline:before{content:"󱝬"}.mdi-archive-star:before{content:"󱝭"}.mdi-archive-star-outline:before{content:"󱝮"}.mdi-archive-sync:before{content:"󱝯"}.mdi-archive-sync-outline:before{content:"󱝰"}.mdi-arm-flex:before{content:"󰿗"}.mdi-arm-flex-outline:before{content:"󰿖"}.mdi-arrange-bring-forward:before{content:"󰀽"}.mdi-arrange-bring-to-front:before{content:"󰀾"}.mdi-arrange-send-backward:before{content:"󰀿"}.mdi-arrange-send-to-back:before{content:"󰁀"}.mdi-arrow-all:before{content:"󰁁"}.mdi-arrow-bottom-left:before{content:"󰁂"}.mdi-arrow-bottom-left-bold-box:before{content:"󱥤"}.mdi-arrow-bottom-left-bold-box-outline:before{content:"󱥥"}.mdi-arrow-bottom-left-bold-outline:before{content:"󰦷"}.mdi-arrow-bottom-left-thick:before{content:"󰦸"}.mdi-arrow-bottom-left-thin:before{content:"󱦶"}.mdi-arrow-bottom-left-thin-circle-outline:before{content:"󱖖"}.mdi-arrow-bottom-right:before{content:"󰁃"}.mdi-arrow-bottom-right-bold-box:before{content:"󱥦"}.mdi-arrow-bottom-right-bold-box-outline:before{content:"󱥧"}.mdi-arrow-bottom-right-bold-outline:before{content:"󰦹"}.mdi-arrow-bottom-right-thick:before{content:"󰦺"}.mdi-arrow-bottom-right-thin:before{content:"󱦷"}.mdi-arrow-bottom-right-thin-circle-outline:before{content:"󱖕"}.mdi-arrow-collapse:before{content:"󰘕"}.mdi-arrow-collapse-all:before{content:"󰁄"}.mdi-arrow-collapse-down:before{content:"󰞒"}.mdi-arrow-collapse-horizontal:before{content:"󰡌"}.mdi-arrow-collapse-left:before{content:"󰞓"}.mdi-arrow-collapse-right:before{content:"󰞔"}.mdi-arrow-collapse-up:before{content:"󰞕"}.mdi-arrow-collapse-vertical:before{content:"󰡍"}.mdi-arrow-decision:before{content:"󰦻"}.mdi-arrow-decision-auto:before{content:"󰦼"}.mdi-arrow-decision-auto-outline:before{content:"󰦽"}.mdi-arrow-decision-outline:before{content:"󰦾"}.mdi-arrow-down:before{content:"󰁅"}.mdi-arrow-down-bold:before{content:"󰜮"}.mdi-arrow-down-bold-box:before{content:"󰜯"}.mdi-arrow-down-bold-box-outline:before{content:"󰜰"}.mdi-arrow-down-bold-circle:before{content:"󰁇"}.mdi-arrow-down-bold-circle-outline:before{content:"󰁈"}.mdi-arrow-down-bold-hexagon-outline:before{content:"󰁉"}.mdi-arrow-down-bold-outline:before{content:"󰦿"}.mdi-arrow-down-box:before{content:"󰛀"}.mdi-arrow-down-circle:before{content:"󰳛"}.mdi-arrow-down-circle-outline:before{content:"󰳜"}.mdi-arrow-down-drop-circle:before{content:"󰁊"}.mdi-arrow-down-drop-circle-outline:before{content:"󰁋"}.mdi-arrow-down-left:before{content:"󱞡"}.mdi-arrow-down-left-bold:before{content:"󱞢"}.mdi-arrow-down-right:before{content:"󱞣"}.mdi-arrow-down-right-bold:before{content:"󱞤"}.mdi-arrow-down-thick:before{content:"󰁆"}.mdi-arrow-down-thin:before{content:"󱦳"}.mdi-arrow-down-thin-circle-outline:before{content:"󱖙"}.mdi-arrow-expand:before{content:"󰘖"}.mdi-arrow-expand-all:before{content:"󰁌"}.mdi-arrow-expand-down:before{content:"󰞖"}.mdi-arrow-expand-horizontal:before{content:"󰡎"}.mdi-arrow-expand-left:before{content:"󰞗"}.mdi-arrow-expand-right:before{content:"󰞘"}.mdi-arrow-expand-up:before{content:"󰞙"}.mdi-arrow-expand-vertical:before{content:"󰡏"}.mdi-arrow-horizontal-lock:before{content:"󱅛"}.mdi-arrow-left:before{content:"󰁍"}.mdi-arrow-left-bold:before{content:"󰜱"}.mdi-arrow-left-bold-box:before{content:"󰜲"}.mdi-arrow-left-bold-box-outline:before{content:"󰜳"}.mdi-arrow-left-bold-circle:before{content:"󰁏"}.mdi-arrow-left-bold-circle-outline:before{content:"󰁐"}.mdi-arrow-left-bold-hexagon-outline:before{content:"󰁑"}.mdi-arrow-left-bold-outline:before{content:"󰧀"}.mdi-arrow-left-bottom:before{content:"󱞥"}.mdi-arrow-left-bottom-bold:before{content:"󱞦"}.mdi-arrow-left-box:before{content:"󰛁"}.mdi-arrow-left-circle:before{content:"󰳝"}.mdi-arrow-left-circle-outline:before{content:"󰳞"}.mdi-arrow-left-drop-circle:before{content:"󰁒"}.mdi-arrow-left-drop-circle-outline:before{content:"󰁓"}.mdi-arrow-left-right:before{content:"󰹳"}.mdi-arrow-left-right-bold:before{content:"󰹴"}.mdi-arrow-left-right-bold-outline:before{content:"󰧁"}.mdi-arrow-left-thick:before{content:"󰁎"}.mdi-arrow-left-thin:before{content:"󱦱"}.mdi-arrow-left-thin-circle-outline:before{content:"󱖚"}.mdi-arrow-left-top:before{content:"󱞧"}.mdi-arrow-left-top-bold:before{content:"󱞨"}.mdi-arrow-projectile:before{content:"󱡀"}.mdi-arrow-projectile-multiple:before{content:"󱠿"}.mdi-arrow-right:before{content:"󰁔"}.mdi-arrow-right-bold:before{content:"󰜴"}.mdi-arrow-right-bold-box:before{content:"󰜵"}.mdi-arrow-right-bold-box-outline:before{content:"󰜶"}.mdi-arrow-right-bold-circle:before{content:"󰁖"}.mdi-arrow-right-bold-circle-outline:before{content:"󰁗"}.mdi-arrow-right-bold-hexagon-outline:before{content:"󰁘"}.mdi-arrow-right-bold-outline:before{content:"󰧂"}.mdi-arrow-right-bottom:before{content:"󱞩"}.mdi-arrow-right-bottom-bold:before{content:"󱞪"}.mdi-arrow-right-box:before{content:"󰛂"}.mdi-arrow-right-circle:before{content:"󰳟"}.mdi-arrow-right-circle-outline:before{content:"󰳠"}.mdi-arrow-right-drop-circle:before{content:"󰁙"}.mdi-arrow-right-drop-circle-outline:before{content:"󰁚"}.mdi-arrow-right-thick:before{content:"󰁕"}.mdi-arrow-right-thin:before{content:"󱦰"}.mdi-arrow-right-thin-circle-outline:before{content:"󱖘"}.mdi-arrow-right-top:before{content:"󱞫"}.mdi-arrow-right-top-bold:before{content:"󱞬"}.mdi-arrow-split-horizontal:before{content:"󰤻"}.mdi-arrow-split-vertical:before{content:"󰤼"}.mdi-arrow-top-left:before{content:"󰁛"}.mdi-arrow-top-left-bold-box:before{content:"󱥨"}.mdi-arrow-top-left-bold-box-outline:before{content:"󱥩"}.mdi-arrow-top-left-bold-outline:before{content:"󰧃"}.mdi-arrow-top-left-bottom-right:before{content:"󰹵"}.mdi-arrow-top-left-bottom-right-bold:before{content:"󰹶"}.mdi-arrow-top-left-thick:before{content:"󰧄"}.mdi-arrow-top-left-thin:before{content:"󱦵"}.mdi-arrow-top-left-thin-circle-outline:before{content:"󱖓"}.mdi-arrow-top-right:before{content:"󰁜"}.mdi-arrow-top-right-bold-box:before{content:"󱥪"}.mdi-arrow-top-right-bold-box-outline:before{content:"󱥫"}.mdi-arrow-top-right-bold-outline:before{content:"󰧅"}.mdi-arrow-top-right-bottom-left:before{content:"󰹷"}.mdi-arrow-top-right-bottom-left-bold:before{content:"󰹸"}.mdi-arrow-top-right-thick:before{content:"󰧆"}.mdi-arrow-top-right-thin:before{content:"󱦴"}.mdi-arrow-top-right-thin-circle-outline:before{content:"󱖔"}.mdi-arrow-u-down-left:before{content:"󱞭"}.mdi-arrow-u-down-left-bold:before{content:"󱞮"}.mdi-arrow-u-down-right:before{content:"󱞯"}.mdi-arrow-u-down-right-bold:before{content:"󱞰"}.mdi-arrow-u-left-bottom:before{content:"󱞱"}.mdi-arrow-u-left-bottom-bold:before{content:"󱞲"}.mdi-arrow-u-left-top:before{content:"󱞳"}.mdi-arrow-u-left-top-bold:before{content:"󱞴"}.mdi-arrow-u-right-bottom:before{content:"󱞵"}.mdi-arrow-u-right-bottom-bold:before{content:"󱞶"}.mdi-arrow-u-right-top:before{content:"󱞷"}.mdi-arrow-u-right-top-bold:before{content:"󱞸"}.mdi-arrow-u-up-left:before{content:"󱞹"}.mdi-arrow-u-up-left-bold:before{content:"󱞺"}.mdi-arrow-u-up-right:before{content:"󱞻"}.mdi-arrow-u-up-right-bold:before{content:"󱞼"}.mdi-arrow-up:before{content:"󰁝"}.mdi-arrow-up-bold:before{content:"󰜷"}.mdi-arrow-up-bold-box:before{content:"󰜸"}.mdi-arrow-up-bold-box-outline:before{content:"󰜹"}.mdi-arrow-up-bold-circle:before{content:"󰁟"}.mdi-arrow-up-bold-circle-outline:before{content:"󰁠"}.mdi-arrow-up-bold-hexagon-outline:before{content:"󰁡"}.mdi-arrow-up-bold-outline:before{content:"󰧇"}.mdi-arrow-up-box:before{content:"󰛃"}.mdi-arrow-up-circle:before{content:"󰳡"}.mdi-arrow-up-circle-outline:before{content:"󰳢"}.mdi-arrow-up-down:before{content:"󰹹"}.mdi-arrow-up-down-bold:before{content:"󰹺"}.mdi-arrow-up-down-bold-outline:before{content:"󰧈"}.mdi-arrow-up-drop-circle:before{content:"󰁢"}.mdi-arrow-up-drop-circle-outline:before{content:"󰁣"}.mdi-arrow-up-left:before{content:"󱞽"}.mdi-arrow-up-left-bold:before{content:"󱞾"}.mdi-arrow-up-right:before{content:"󱞿"}.mdi-arrow-up-right-bold:before{content:"󱟀"}.mdi-arrow-up-thick:before{content:"󰁞"}.mdi-arrow-up-thin:before{content:"󱦲"}.mdi-arrow-up-thin-circle-outline:before{content:"󱖗"}.mdi-arrow-vertical-lock:before{content:"󱅜"}.mdi-artboard:before{content:"󱮚"}.mdi-artstation:before{content:"󰭛"}.mdi-aspect-ratio:before{content:"󰨤"}.mdi-assistant:before{content:"󰁤"}.mdi-asterisk:before{content:"󰛄"}.mdi-asterisk-circle-outline:before{content:"󱨧"}.mdi-at:before{content:"󰁥"}.mdi-atlassian:before{content:"󰠄"}.mdi-atm:before{content:"󰵇"}.mdi-atom:before{content:"󰝨"}.mdi-atom-variant:before{content:"󰹻"}.mdi-attachment:before{content:"󰁦"}.mdi-attachment-check:before{content:"󱫁"}.mdi-attachment-lock:before{content:"󱧄"}.mdi-attachment-minus:before{content:"󱫂"}.mdi-attachment-off:before{content:"󱫃"}.mdi-attachment-plus:before{content:"󱫄"}.mdi-attachment-remove:before{content:"󱫅"}.mdi-atv:before{content:"󱭰"}.mdi-audio-input-rca:before{content:"󱡫"}.mdi-audio-input-stereo-minijack:before{content:"󱡬"}.mdi-audio-input-xlr:before{content:"󱡭"}.mdi-audio-video:before{content:"󰤽"}.mdi-audio-video-off:before{content:"󱆶"}.mdi-augmented-reality:before{content:"󰡐"}.mdi-auto-download:before{content:"󱍾"}.mdi-auto-fix:before{content:"󰁨"}.mdi-auto-upload:before{content:"󰁩"}.mdi-autorenew:before{content:"󰁪"}.mdi-autorenew-off:before{content:"󱧧"}.mdi-av-timer:before{content:"󰁫"}.mdi-awning:before{content:"󱮇"}.mdi-awning-outline:before{content:"󱮈"}.mdi-aws:before{content:"󰸏"}.mdi-axe:before{content:"󰣈"}.mdi-axe-battle:before{content:"󱡂"}.mdi-axis:before{content:"󰵈"}.mdi-axis-arrow:before{content:"󰵉"}.mdi-axis-arrow-info:before{content:"󱐎"}.mdi-axis-arrow-lock:before{content:"󰵊"}.mdi-axis-lock:before{content:"󰵋"}.mdi-axis-x-arrow:before{content:"󰵌"}.mdi-axis-x-arrow-lock:before{content:"󰵍"}.mdi-axis-x-rotate-clockwise:before{content:"󰵎"}.mdi-axis-x-rotate-counterclockwise:before{content:"󰵏"}.mdi-axis-x-y-arrow-lock:before{content:"󰵐"}.mdi-axis-y-arrow:before{content:"󰵑"}.mdi-axis-y-arrow-lock:before{content:"󰵒"}.mdi-axis-y-rotate-clockwise:before{content:"󰵓"}.mdi-axis-y-rotate-counterclockwise:before{content:"󰵔"}.mdi-axis-z-arrow:before{content:"󰵕"}.mdi-axis-z-arrow-lock:before{content:"󰵖"}.mdi-axis-z-rotate-clockwise:before{content:"󰵗"}.mdi-axis-z-rotate-counterclockwise:before{content:"󰵘"}.mdi-babel:before{content:"󰨥"}.mdi-baby:before{content:"󰁬"}.mdi-baby-bottle:before{content:"󰼹"}.mdi-baby-bottle-outline:before{content:"󰼺"}.mdi-baby-buggy:before{content:"󱏠"}.mdi-baby-buggy-off:before{content:"󱫳"}.mdi-baby-carriage:before{content:"󰚏"}.mdi-baby-carriage-off:before{content:"󰾠"}.mdi-baby-face:before{content:"󰹼"}.mdi-baby-face-outline:before{content:"󰹽"}.mdi-backburger:before{content:"󰁭"}.mdi-backspace:before{content:"󰁮"}.mdi-backspace-outline:before{content:"󰭜"}.mdi-backspace-reverse:before{content:"󰹾"}.mdi-backspace-reverse-outline:before{content:"󰹿"}.mdi-backup-restore:before{content:"󰁯"}.mdi-bacteria:before{content:"󰻕"}.mdi-bacteria-outline:before{content:"󰻖"}.mdi-badge-account:before{content:"󰶧"}.mdi-badge-account-alert:before{content:"󰶨"}.mdi-badge-account-alert-outline:before{content:"󰶩"}.mdi-badge-account-horizontal:before{content:"󰸍"}.mdi-badge-account-horizontal-outline:before{content:"󰸎"}.mdi-badge-account-outline:before{content:"󰶪"}.mdi-badminton:before{content:"󰡑"}.mdi-bag-carry-on:before{content:"󰼻"}.mdi-bag-carry-on-check:before{content:"󰵥"}.mdi-bag-carry-on-off:before{content:"󰼼"}.mdi-bag-checked:before{content:"󰼽"}.mdi-bag-personal:before{content:"󰸐"}.mdi-bag-personal-off:before{content:"󰸑"}.mdi-bag-personal-off-outline:before{content:"󰸒"}.mdi-bag-personal-outline:before{content:"󰸓"}.mdi-bag-personal-tag:before{content:"󱬌"}.mdi-bag-personal-tag-outline:before{content:"󱬍"}.mdi-bag-suitcase:before{content:"󱖋"}.mdi-bag-suitcase-off:before{content:"󱖍"}.mdi-bag-suitcase-off-outline:before{content:"󱖎"}.mdi-bag-suitcase-outline:before{content:"󱖌"}.mdi-baguette:before{content:"󰼾"}.mdi-balcony:before{content:"󱠗"}.mdi-balloon:before{content:"󰨦"}.mdi-ballot:before{content:"󰧉"}.mdi-ballot-outline:before{content:"󰧊"}.mdi-ballot-recount:before{content:"󰰹"}.mdi-ballot-recount-outline:before{content:"󰰺"}.mdi-bandage:before{content:"󰶯"}.mdi-bank:before{content:"󰁰"}.mdi-bank-check:before{content:"󱙕"}.mdi-bank-minus:before{content:"󰶰"}.mdi-bank-off:before{content:"󱙖"}.mdi-bank-off-outline:before{content:"󱙗"}.mdi-bank-outline:before{content:"󰺀"}.mdi-bank-plus:before{content:"󰶱"}.mdi-bank-remove:before{content:"󰶲"}.mdi-bank-transfer:before{content:"󰨧"}.mdi-bank-transfer-in:before{content:"󰨨"}.mdi-bank-transfer-out:before{content:"󰨩"}.mdi-barcode:before{content:"󰁱"}.mdi-barcode-off:before{content:"󱈶"}.mdi-barcode-scan:before{content:"󰁲"}.mdi-barley:before{content:"󰁳"}.mdi-barley-off:before{content:"󰭝"}.mdi-barn:before{content:"󰭞"}.mdi-barrel:before{content:"󰁴"}.mdi-barrel-outline:before{content:"󱨨"}.mdi-baseball:before{content:"󰡒"}.mdi-baseball-bat:before{content:"󰡓"}.mdi-baseball-diamond:before{content:"󱗬"}.mdi-baseball-diamond-outline:before{content:"󱗭"}.mdi-bash:before{content:"󱆃"}.mdi-basket:before{content:"󰁶"}.mdi-basket-check:before{content:"󱣥"}.mdi-basket-check-outline:before{content:"󱣦"}.mdi-basket-fill:before{content:"󰁷"}.mdi-basket-minus:before{content:"󱔣"}.mdi-basket-minus-outline:before{content:"󱔤"}.mdi-basket-off:before{content:"󱔥"}.mdi-basket-off-outline:before{content:"󱔦"}.mdi-basket-outline:before{content:"󱆁"}.mdi-basket-plus:before{content:"󱔧"}.mdi-basket-plus-outline:before{content:"󱔨"}.mdi-basket-remove:before{content:"󱔩"}.mdi-basket-remove-outline:before{content:"󱔪"}.mdi-basket-unfill:before{content:"󰁸"}.mdi-basketball:before{content:"󰠆"}.mdi-basketball-hoop:before{content:"󰰻"}.mdi-basketball-hoop-outline:before{content:"󰰼"}.mdi-bat:before{content:"󰭟"}.mdi-bathtub:before{content:"󱠘"}.mdi-bathtub-outline:before{content:"󱠙"}.mdi-battery:before{content:"󰁹"}.mdi-battery-10:before{content:"󰁺"}.mdi-battery-10-bluetooth:before{content:"󰤾"}.mdi-battery-20:before{content:"󰁻"}.mdi-battery-20-bluetooth:before{content:"󰤿"}.mdi-battery-30:before{content:"󰁼"}.mdi-battery-30-bluetooth:before{content:"󰥀"}.mdi-battery-40:before{content:"󰁽"}.mdi-battery-40-bluetooth:before{content:"󰥁"}.mdi-battery-50:before{content:"󰁾"}.mdi-battery-50-bluetooth:before{content:"󰥂"}.mdi-battery-60:before{content:"󰁿"}.mdi-battery-60-bluetooth:before{content:"󰥃"}.mdi-battery-70:before{content:"󰂀"}.mdi-battery-70-bluetooth:before{content:"󰥄"}.mdi-battery-80:before{content:"󰂁"}.mdi-battery-80-bluetooth:before{content:"󰥅"}.mdi-battery-90:before{content:"󰂂"}.mdi-battery-90-bluetooth:before{content:"󰥆"}.mdi-battery-alert:before{content:"󰂃"}.mdi-battery-alert-bluetooth:before{content:"󰥇"}.mdi-battery-alert-variant:before{content:"󱃌"}.mdi-battery-alert-variant-outline:before{content:"󱃍"}.mdi-battery-arrow-down:before{content:"󱟞"}.mdi-battery-arrow-down-outline:before{content:"󱟟"}.mdi-battery-arrow-up:before{content:"󱟠"}.mdi-battery-arrow-up-outline:before{content:"󱟡"}.mdi-battery-bluetooth:before{content:"󰥈"}.mdi-battery-bluetooth-variant:before{content:"󰥉"}.mdi-battery-charging:before{content:"󰂄"}.mdi-battery-charging-10:before{content:"󰢜"}.mdi-battery-charging-100:before{content:"󰂅"}.mdi-battery-charging-20:before{content:"󰂆"}.mdi-battery-charging-30:before{content:"󰂇"}.mdi-battery-charging-40:before{content:"󰂈"}.mdi-battery-charging-50:before{content:"󰢝"}.mdi-battery-charging-60:before{content:"󰂉"}.mdi-battery-charging-70:before{content:"󰢞"}.mdi-battery-charging-80:before{content:"󰂊"}.mdi-battery-charging-90:before{content:"󰂋"}.mdi-battery-charging-high:before{content:"󱊦"}.mdi-battery-charging-low:before{content:"󱊤"}.mdi-battery-charging-medium:before{content:"󱊥"}.mdi-battery-charging-outline:before{content:"󰢟"}.mdi-battery-charging-wireless:before{content:"󰠇"}.mdi-battery-charging-wireless-10:before{content:"󰠈"}.mdi-battery-charging-wireless-20:before{content:"󰠉"}.mdi-battery-charging-wireless-30:before{content:"󰠊"}.mdi-battery-charging-wireless-40:before{content:"󰠋"}.mdi-battery-charging-wireless-50:before{content:"󰠌"}.mdi-battery-charging-wireless-60:before{content:"󰠍"}.mdi-battery-charging-wireless-70:before{content:"󰠎"}.mdi-battery-charging-wireless-80:before{content:"󰠏"}.mdi-battery-charging-wireless-90:before{content:"󰠐"}.mdi-battery-charging-wireless-alert:before{content:"󰠑"}.mdi-battery-charging-wireless-outline:before{content:"󰠒"}.mdi-battery-check:before{content:"󱟢"}.mdi-battery-check-outline:before{content:"󱟣"}.mdi-battery-clock:before{content:"󱧥"}.mdi-battery-clock-outline:before{content:"󱧦"}.mdi-battery-heart:before{content:"󱈏"}.mdi-battery-heart-outline:before{content:"󱈐"}.mdi-battery-heart-variant:before{content:"󱈑"}.mdi-battery-high:before{content:"󱊣"}.mdi-battery-lock:before{content:"󱞜"}.mdi-battery-lock-open:before{content:"󱞝"}.mdi-battery-low:before{content:"󱊡"}.mdi-battery-medium:before{content:"󱊢"}.mdi-battery-minus:before{content:"󱟤"}.mdi-battery-minus-outline:before{content:"󱟥"}.mdi-battery-minus-variant:before{content:"󰂌"}.mdi-battery-negative:before{content:"󰂍"}.mdi-battery-off:before{content:"󱉝"}.mdi-battery-off-outline:before{content:"󱉞"}.mdi-battery-outline:before{content:"󰂎"}.mdi-battery-plus:before{content:"󱟦"}.mdi-battery-plus-outline:before{content:"󱟧"}.mdi-battery-plus-variant:before{content:"󰂏"}.mdi-battery-positive:before{content:"󰂐"}.mdi-battery-remove:before{content:"󱟨"}.mdi-battery-remove-outline:before{content:"󱟩"}.mdi-battery-sync:before{content:"󱠴"}.mdi-battery-sync-outline:before{content:"󱠵"}.mdi-battery-unknown:before{content:"󰂑"}.mdi-battery-unknown-bluetooth:before{content:"󰥊"}.mdi-beach:before{content:"󰂒"}.mdi-beaker:before{content:"󰳪"}.mdi-beaker-alert:before{content:"󱈩"}.mdi-beaker-alert-outline:before{content:"󱈪"}.mdi-beaker-check:before{content:"󱈫"}.mdi-beaker-check-outline:before{content:"󱈬"}.mdi-beaker-minus:before{content:"󱈭"}.mdi-beaker-minus-outline:before{content:"󱈮"}.mdi-beaker-outline:before{content:"󰚐"}.mdi-beaker-plus:before{content:"󱈯"}.mdi-beaker-plus-outline:before{content:"󱈰"}.mdi-beaker-question:before{content:"󱈱"}.mdi-beaker-question-outline:before{content:"󱈲"}.mdi-beaker-remove:before{content:"󱈳"}.mdi-beaker-remove-outline:before{content:"󱈴"}.mdi-bed:before{content:"󰋣"}.mdi-bed-clock:before{content:"󱮔"}.mdi-bed-double:before{content:"󰿔"}.mdi-bed-double-outline:before{content:"󰿓"}.mdi-bed-empty:before{content:"󰢠"}.mdi-bed-king:before{content:"󰿒"}.mdi-bed-king-outline:before{content:"󰿑"}.mdi-bed-outline:before{content:"󰂙"}.mdi-bed-queen:before{content:"󰿐"}.mdi-bed-queen-outline:before{content:"󰿛"}.mdi-bed-single:before{content:"󱁭"}.mdi-bed-single-outline:before{content:"󱁮"}.mdi-bee:before{content:"󰾡"}.mdi-bee-flower:before{content:"󰾢"}.mdi-beehive-off-outline:before{content:"󱏭"}.mdi-beehive-outline:before{content:"󱃎"}.mdi-beekeeper:before{content:"󱓢"}.mdi-beer:before{content:"󰂘"}.mdi-beer-outline:before{content:"󱌌"}.mdi-bell:before{content:"󰂚"}.mdi-bell-alert:before{content:"󰵙"}.mdi-bell-alert-outline:before{content:"󰺁"}.mdi-bell-badge:before{content:"󱅫"}.mdi-bell-badge-outline:before{content:"󰅸"}.mdi-bell-cancel:before{content:"󱏧"}.mdi-bell-cancel-outline:before{content:"󱏨"}.mdi-bell-check:before{content:"󱇥"}.mdi-bell-check-outline:before{content:"󱇦"}.mdi-bell-circle:before{content:"󰵚"}.mdi-bell-circle-outline:before{content:"󰵛"}.mdi-bell-cog:before{content:"󱨩"}.mdi-bell-cog-outline:before{content:"󱨪"}.mdi-bell-minus:before{content:"󱏩"}.mdi-bell-minus-outline:before{content:"󱏪"}.mdi-bell-off:before{content:"󰂛"}.mdi-bell-off-outline:before{content:"󰪑"}.mdi-bell-outline:before{content:"󰂜"}.mdi-bell-plus:before{content:"󰂝"}.mdi-bell-plus-outline:before{content:"󰪒"}.mdi-bell-remove:before{content:"󱏫"}.mdi-bell-remove-outline:before{content:"󱏬"}.mdi-bell-ring:before{content:"󰂞"}.mdi-bell-ring-outline:before{content:"󰂟"}.mdi-bell-sleep:before{content:"󰂠"}.mdi-bell-sleep-outline:before{content:"󰪓"}.mdi-beta:before{content:"󰂡"}.mdi-betamax:before{content:"󰧋"}.mdi-biathlon:before{content:"󰸔"}.mdi-bicycle:before{content:"󱂜"}.mdi-bicycle-basket:before{content:"󱈵"}.mdi-bicycle-cargo:before{content:"󱢜"}.mdi-bicycle-electric:before{content:"󱖴"}.mdi-bicycle-penny-farthing:before{content:"󱗩"}.mdi-bike:before{content:"󰂣"}.mdi-bike-fast:before{content:"󱄟"}.mdi-billboard:before{content:"󱀐"}.mdi-billiards:before{content:"󰭡"}.mdi-billiards-rack:before{content:"󰭢"}.mdi-binoculars:before{content:"󰂥"}.mdi-bio:before{content:"󰂦"}.mdi-biohazard:before{content:"󰂧"}.mdi-bird:before{content:"󱗆"}.mdi-bitbucket:before{content:"󰂨"}.mdi-bitcoin:before{content:"󰠓"}.mdi-black-mesa:before{content:"󰂩"}.mdi-blender:before{content:"󰳫"}.mdi-blender-outline:before{content:"󱠚"}.mdi-blender-software:before{content:"󰂫"}.mdi-blinds:before{content:"󰂬"}.mdi-blinds-horizontal:before{content:"󱨫"}.mdi-blinds-horizontal-closed:before{content:"󱨬"}.mdi-blinds-open:before{content:"󱀑"}.mdi-blinds-vertical:before{content:"󱨭"}.mdi-blinds-vertical-closed:before{content:"󱨮"}.mdi-block-helper:before{content:"󰂭"}.mdi-blood-bag:before{content:"󰳬"}.mdi-bluetooth:before{content:"󰂯"}.mdi-bluetooth-audio:before{content:"󰂰"}.mdi-bluetooth-connect:before{content:"󰂱"}.mdi-bluetooth-off:before{content:"󰂲"}.mdi-bluetooth-settings:before{content:"󰂳"}.mdi-bluetooth-transfer:before{content:"󰂴"}.mdi-blur:before{content:"󰂵"}.mdi-blur-linear:before{content:"󰂶"}.mdi-blur-off:before{content:"󰂷"}.mdi-blur-radial:before{content:"󰂸"}.mdi-bolt:before{content:"󰶳"}.mdi-bomb:before{content:"󰚑"}.mdi-bomb-off:before{content:"󰛅"}.mdi-bone:before{content:"󰂹"}.mdi-bone-off:before{content:"󱧠"}.mdi-book:before{content:"󰂺"}.mdi-book-account:before{content:"󱎭"}.mdi-book-account-outline:before{content:"󱎮"}.mdi-book-alert:before{content:"󱙼"}.mdi-book-alert-outline:before{content:"󱙽"}.mdi-book-alphabet:before{content:"󰘝"}.mdi-book-arrow-down:before{content:"󱙾"}.mdi-book-arrow-down-outline:before{content:"󱙿"}.mdi-book-arrow-left:before{content:"󱚀"}.mdi-book-arrow-left-outline:before{content:"󱚁"}.mdi-book-arrow-right:before{content:"󱚂"}.mdi-book-arrow-right-outline:before{content:"󱚃"}.mdi-book-arrow-up:before{content:"󱚄"}.mdi-book-arrow-up-outline:before{content:"󱚅"}.mdi-book-cancel:before{content:"󱚆"}.mdi-book-cancel-outline:before{content:"󱚇"}.mdi-book-check:before{content:"󱓳"}.mdi-book-check-outline:before{content:"󱓴"}.mdi-book-clock:before{content:"󱚈"}.mdi-book-clock-outline:before{content:"󱚉"}.mdi-book-cog:before{content:"󱚊"}.mdi-book-cog-outline:before{content:"󱚋"}.mdi-book-cross:before{content:"󰂢"}.mdi-book-edit:before{content:"󱚌"}.mdi-book-edit-outline:before{content:"󱚍"}.mdi-book-education:before{content:"󱛉"}.mdi-book-education-outline:before{content:"󱛊"}.mdi-book-heart:before{content:"󱨝"}.mdi-book-heart-outline:before{content:"󱨞"}.mdi-book-information-variant:before{content:"󱁯"}.mdi-book-lock:before{content:"󰞚"}.mdi-book-lock-open:before{content:"󰞛"}.mdi-book-lock-open-outline:before{content:"󱚎"}.mdi-book-lock-outline:before{content:"󱚏"}.mdi-book-marker:before{content:"󱚐"}.mdi-book-marker-outline:before{content:"󱚑"}.mdi-book-minus:before{content:"󰗙"}.mdi-book-minus-multiple:before{content:"󰪔"}.mdi-book-minus-multiple-outline:before{content:"󰤋"}.mdi-book-minus-outline:before{content:"󱚒"}.mdi-book-multiple:before{content:"󰂻"}.mdi-book-multiple-outline:before{content:"󰐶"}.mdi-book-music:before{content:"󰁧"}.mdi-book-music-outline:before{content:"󱚓"}.mdi-book-off:before{content:"󱚔"}.mdi-book-off-outline:before{content:"󱚕"}.mdi-book-open:before{content:"󰂽"}.mdi-book-open-blank-variant:before{content:"󰂾"}.mdi-book-open-outline:before{content:"󰭣"}.mdi-book-open-page-variant:before{content:"󰗚"}.mdi-book-open-page-variant-outline:before{content:"󱗖"}.mdi-book-open-variant:before{content:"󱓷"}.mdi-book-outline:before{content:"󰭤"}.mdi-book-play:before{content:"󰺂"}.mdi-book-play-outline:before{content:"󰺃"}.mdi-book-plus:before{content:"󰗛"}.mdi-book-plus-multiple:before{content:"󰪕"}.mdi-book-plus-multiple-outline:before{content:"󰫞"}.mdi-book-plus-outline:before{content:"󱚖"}.mdi-book-refresh:before{content:"󱚗"}.mdi-book-refresh-outline:before{content:"󱚘"}.mdi-book-remove:before{content:"󰪗"}.mdi-book-remove-multiple:before{content:"󰪖"}.mdi-book-remove-multiple-outline:before{content:"󰓊"}.mdi-book-remove-outline:before{content:"󱚙"}.mdi-book-search:before{content:"󰺄"}.mdi-book-search-outline:before{content:"󰺅"}.mdi-book-settings:before{content:"󱚚"}.mdi-book-settings-outline:before{content:"󱚛"}.mdi-book-sync:before{content:"󱚜"}.mdi-book-sync-outline:before{content:"󱛈"}.mdi-book-variant:before{content:"󰂿"}.mdi-bookmark:before{content:"󰃀"}.mdi-bookmark-box:before{content:"󱭵"}.mdi-bookmark-box-multiple:before{content:"󱥬"}.mdi-bookmark-box-multiple-outline:before{content:"󱥭"}.mdi-bookmark-box-outline:before{content:"󱭶"}.mdi-bookmark-check:before{content:"󰃁"}.mdi-bookmark-check-outline:before{content:"󱍻"}.mdi-bookmark-minus:before{content:"󰧌"}.mdi-bookmark-minus-outline:before{content:"󰧍"}.mdi-bookmark-multiple:before{content:"󰸕"}.mdi-bookmark-multiple-outline:before{content:"󰸖"}.mdi-bookmark-music:before{content:"󰃂"}.mdi-bookmark-music-outline:before{content:"󱍹"}.mdi-bookmark-off:before{content:"󰧎"}.mdi-bookmark-off-outline:before{content:"󰧏"}.mdi-bookmark-outline:before{content:"󰃃"}.mdi-bookmark-plus:before{content:"󰃅"}.mdi-bookmark-plus-outline:before{content:"󰃄"}.mdi-bookmark-remove:before{content:"󰃆"}.mdi-bookmark-remove-outline:before{content:"󱍺"}.mdi-bookshelf:before{content:"󱉟"}.mdi-boom-gate:before{content:"󰺆"}.mdi-boom-gate-alert:before{content:"󰺇"}.mdi-boom-gate-alert-outline:before{content:"󰺈"}.mdi-boom-gate-arrow-down:before{content:"󰺉"}.mdi-boom-gate-arrow-down-outline:before{content:"󰺊"}.mdi-boom-gate-arrow-up:before{content:"󰺌"}.mdi-boom-gate-arrow-up-outline:before{content:"󰺍"}.mdi-boom-gate-outline:before{content:"󰺋"}.mdi-boom-gate-up:before{content:"󱟹"}.mdi-boom-gate-up-outline:before{content:"󱟺"}.mdi-boombox:before{content:"󰗜"}.mdi-boomerang:before{content:"󱃏"}.mdi-bootstrap:before{content:"󰛆"}.mdi-border-all:before{content:"󰃇"}.mdi-border-all-variant:before{content:"󰢡"}.mdi-border-bottom:before{content:"󰃈"}.mdi-border-bottom-variant:before{content:"󰢢"}.mdi-border-color:before{content:"󰃉"}.mdi-border-horizontal:before{content:"󰃊"}.mdi-border-inside:before{content:"󰃋"}.mdi-border-left:before{content:"󰃌"}.mdi-border-left-variant:before{content:"󰢣"}.mdi-border-none:before{content:"󰃍"}.mdi-border-none-variant:before{content:"󰢤"}.mdi-border-outside:before{content:"󰃎"}.mdi-border-radius:before{content:"󱫴"}.mdi-border-right:before{content:"󰃏"}.mdi-border-right-variant:before{content:"󰢥"}.mdi-border-style:before{content:"󰃐"}.mdi-border-top:before{content:"󰃑"}.mdi-border-top-variant:before{content:"󰢦"}.mdi-border-vertical:before{content:"󰃒"}.mdi-bottle-soda:before{content:"󱁰"}.mdi-bottle-soda-classic:before{content:"󱁱"}.mdi-bottle-soda-classic-outline:before{content:"󱍣"}.mdi-bottle-soda-outline:before{content:"󱁲"}.mdi-bottle-tonic:before{content:"󱄮"}.mdi-bottle-tonic-outline:before{content:"󱄯"}.mdi-bottle-tonic-plus:before{content:"󱄰"}.mdi-bottle-tonic-plus-outline:before{content:"󱄱"}.mdi-bottle-tonic-skull:before{content:"󱄲"}.mdi-bottle-tonic-skull-outline:before{content:"󱄳"}.mdi-bottle-wine:before{content:"󰡔"}.mdi-bottle-wine-outline:before{content:"󱌐"}.mdi-bow-arrow:before{content:"󱡁"}.mdi-bow-tie:before{content:"󰙸"}.mdi-bowl:before{content:"󰊎"}.mdi-bowl-mix:before{content:"󰘗"}.mdi-bowl-mix-outline:before{content:"󰋤"}.mdi-bowl-outline:before{content:"󰊩"}.mdi-bowling:before{content:"󰃓"}.mdi-box:before{content:"󰃔"}.mdi-box-cutter:before{content:"󰃕"}.mdi-box-cutter-off:before{content:"󰭊"}.mdi-box-shadow:before{content:"󰘷"}.mdi-boxing-glove:before{content:"󰭥"}.mdi-braille:before{content:"󰧐"}.mdi-brain:before{content:"󰧑"}.mdi-bread-slice:before{content:"󰳮"}.mdi-bread-slice-outline:before{content:"󰳯"}.mdi-bridge:before{content:"󰘘"}.mdi-briefcase:before{content:"󰃖"}.mdi-briefcase-account:before{content:"󰳰"}.mdi-briefcase-account-outline:before{content:"󰳱"}.mdi-briefcase-arrow-left-right:before{content:"󱪍"}.mdi-briefcase-arrow-left-right-outline:before{content:"󱪎"}.mdi-briefcase-arrow-up-down:before{content:"󱪏"}.mdi-briefcase-arrow-up-down-outline:before{content:"󱪐"}.mdi-briefcase-check:before{content:"󰃗"}.mdi-briefcase-check-outline:before{content:"󱌞"}.mdi-briefcase-clock:before{content:"󱃐"}.mdi-briefcase-clock-outline:before{content:"󱃑"}.mdi-briefcase-download:before{content:"󰃘"}.mdi-briefcase-download-outline:before{content:"󰰽"}.mdi-briefcase-edit:before{content:"󰪘"}.mdi-briefcase-edit-outline:before{content:"󰰾"}.mdi-briefcase-eye:before{content:"󱟙"}.mdi-briefcase-eye-outline:before{content:"󱟚"}.mdi-briefcase-minus:before{content:"󰨪"}.mdi-briefcase-minus-outline:before{content:"󰰿"}.mdi-briefcase-off:before{content:"󱙘"}.mdi-briefcase-off-outline:before{content:"󱙙"}.mdi-briefcase-outline:before{content:"󰠔"}.mdi-briefcase-plus:before{content:"󰨫"}.mdi-briefcase-plus-outline:before{content:"󰱀"}.mdi-briefcase-remove:before{content:"󰨬"}.mdi-briefcase-remove-outline:before{content:"󰱁"}.mdi-briefcase-search:before{content:"󰨭"}.mdi-briefcase-search-outline:before{content:"󰱂"}.mdi-briefcase-upload:before{content:"󰃙"}.mdi-briefcase-upload-outline:before{content:"󰱃"}.mdi-briefcase-variant:before{content:"󱒔"}.mdi-briefcase-variant-off:before{content:"󱙚"}.mdi-briefcase-variant-off-outline:before{content:"󱙛"}.mdi-briefcase-variant-outline:before{content:"󱒕"}.mdi-brightness-1:before{content:"󰃚"}.mdi-brightness-2:before{content:"󰃛"}.mdi-brightness-3:before{content:"󰃜"}.mdi-brightness-4:before{content:"󰃝"}.mdi-brightness-5:before{content:"󰃞"}.mdi-brightness-6:before{content:"󰃟"}.mdi-brightness-7:before{content:"󰃠"}.mdi-brightness-auto:before{content:"󰃡"}.mdi-brightness-percent:before{content:"󰳲"}.mdi-broadcast:before{content:"󱜠"}.mdi-broadcast-off:before{content:"󱜡"}.mdi-broom:before{content:"󰃢"}.mdi-brush:before{content:"󰃣"}.mdi-brush-off:before{content:"󱝱"}.mdi-brush-outline:before{content:"󱨍"}.mdi-brush-variant:before{content:"󱠓"}.mdi-bucket:before{content:"󱐕"}.mdi-bucket-outline:before{content:"󱐖"}.mdi-buffet:before{content:"󰕸"}.mdi-bug:before{content:"󰃤"}.mdi-bug-check:before{content:"󰨮"}.mdi-bug-check-outline:before{content:"󰨯"}.mdi-bug-outline:before{content:"󰨰"}.mdi-bug-pause:before{content:"󱫵"}.mdi-bug-pause-outline:before{content:"󱫶"}.mdi-bug-play:before{content:"󱫷"}.mdi-bug-play-outline:before{content:"󱫸"}.mdi-bug-stop:before{content:"󱫹"}.mdi-bug-stop-outline:before{content:"󱫺"}.mdi-bugle:before{content:"󰶴"}.mdi-bulkhead-light:before{content:"󱨯"}.mdi-bulldozer:before{content:"󰬢"}.mdi-bullet:before{content:"󰳳"}.mdi-bulletin-board:before{content:"󰃥"}.mdi-bullhorn:before{content:"󰃦"}.mdi-bullhorn-outline:before{content:"󰬣"}.mdi-bullhorn-variant:before{content:"󱥮"}.mdi-bullhorn-variant-outline:before{content:"󱥯"}.mdi-bullseye:before{content:"󰗝"}.mdi-bullseye-arrow:before{content:"󰣉"}.mdi-bulma:before{content:"󱋧"}.mdi-bunk-bed:before{content:"󱌂"}.mdi-bunk-bed-outline:before{content:"󰂗"}.mdi-bus:before{content:"󰃧"}.mdi-bus-alert:before{content:"󰪙"}.mdi-bus-articulated-end:before{content:"󰞜"}.mdi-bus-articulated-front:before{content:"󰞝"}.mdi-bus-clock:before{content:"󰣊"}.mdi-bus-double-decker:before{content:"󰞞"}.mdi-bus-electric:before{content:"󱤝"}.mdi-bus-marker:before{content:"󱈒"}.mdi-bus-multiple:before{content:"󰼿"}.mdi-bus-school:before{content:"󰞟"}.mdi-bus-side:before{content:"󰞠"}.mdi-bus-stop:before{content:"󱀒"}.mdi-bus-stop-covered:before{content:"󱀓"}.mdi-bus-stop-uncovered:before{content:"󱀔"}.mdi-butterfly:before{content:"󱖉"}.mdi-butterfly-outline:before{content:"󱖊"}.mdi-button-cursor:before{content:"󱭏"}.mdi-button-pointer:before{content:"󱭐"}.mdi-cabin-a-frame:before{content:"󱢌"}.mdi-cable-data:before{content:"󱎔"}.mdi-cached:before{content:"󰃨"}.mdi-cactus:before{content:"󰶵"}.mdi-cake:before{content:"󰃩"}.mdi-cake-layered:before{content:"󰃪"}.mdi-cake-variant:before{content:"󰃫"}.mdi-cake-variant-outline:before{content:"󱟰"}.mdi-calculator:before{content:"󰃬"}.mdi-calculator-variant:before{content:"󰪚"}.mdi-calculator-variant-outline:before{content:"󱖦"}.mdi-calendar:before{content:"󰃭"}.mdi-calendar-account:before{content:"󰻗"}.mdi-calendar-account-outline:before{content:"󰻘"}.mdi-calendar-alert:before{content:"󰨱"}.mdi-calendar-alert-outline:before{content:"󱭢"}.mdi-calendar-arrow-left:before{content:"󱄴"}.mdi-calendar-arrow-right:before{content:"󱄵"}.mdi-calendar-badge:before{content:"󱮝"}.mdi-calendar-badge-outline:before{content:"󱮞"}.mdi-calendar-blank:before{content:"󰃮"}.mdi-calendar-blank-multiple:before{content:"󱁳"}.mdi-calendar-blank-outline:before{content:"󰭦"}.mdi-calendar-check:before{content:"󰃯"}.mdi-calendar-check-outline:before{content:"󰱄"}.mdi-calendar-clock:before{content:"󰃰"}.mdi-calendar-clock-outline:before{content:"󱛡"}.mdi-calendar-collapse-horizontal:before{content:"󱢝"}.mdi-calendar-collapse-horizontal-outline:before{content:"󱭣"}.mdi-calendar-cursor:before{content:"󱕻"}.mdi-calendar-cursor-outline:before{content:"󱭤"}.mdi-calendar-edit:before{content:"󰢧"}.mdi-calendar-edit-outline:before{content:"󱭥"}.mdi-calendar-end:before{content:"󱙬"}.mdi-calendar-end-outline:before{content:"󱭦"}.mdi-calendar-expand-horizontal:before{content:"󱢞"}.mdi-calendar-expand-horizontal-outline:before{content:"󱭧"}.mdi-calendar-export:before{content:"󰬤"}.mdi-calendar-export-outline:before{content:"󱭨"}.mdi-calendar-filter:before{content:"󱨲"}.mdi-calendar-filter-outline:before{content:"󱨳"}.mdi-calendar-heart:before{content:"󰧒"}.mdi-calendar-heart-outline:before{content:"󱭩"}.mdi-calendar-import:before{content:"󰬥"}.mdi-calendar-import-outline:before{content:"󱭪"}.mdi-calendar-lock:before{content:"󱙁"}.mdi-calendar-lock-open:before{content:"󱭛"}.mdi-calendar-lock-open-outline:before{content:"󱭜"}.mdi-calendar-lock-outline:before{content:"󱙂"}.mdi-calendar-minus:before{content:"󰵜"}.mdi-calendar-minus-outline:before{content:"󱭫"}.mdi-calendar-month:before{content:"󰸗"}.mdi-calendar-month-outline:before{content:"󰸘"}.mdi-calendar-multiple:before{content:"󰃱"}.mdi-calendar-multiple-check:before{content:"󰃲"}.mdi-calendar-multiselect:before{content:"󰨲"}.mdi-calendar-multiselect-outline:before{content:"󱭕"}.mdi-calendar-outline:before{content:"󰭧"}.mdi-calendar-plus:before{content:"󰃳"}.mdi-calendar-plus-outline:before{content:"󱭬"}.mdi-calendar-question:before{content:"󰚒"}.mdi-calendar-question-outline:before{content:"󱭭"}.mdi-calendar-range:before{content:"󰙹"}.mdi-calendar-range-outline:before{content:"󰭨"}.mdi-calendar-refresh:before{content:"󰇡"}.mdi-calendar-refresh-outline:before{content:"󰈃"}.mdi-calendar-remove:before{content:"󰃴"}.mdi-calendar-remove-outline:before{content:"󰱅"}.mdi-calendar-search:before{content:"󰥌"}.mdi-calendar-search-outline:before{content:"󱭮"}.mdi-calendar-star:before{content:"󰧓"}.mdi-calendar-star-outline:before{content:"󱭓"}.mdi-calendar-start:before{content:"󱙭"}.mdi-calendar-start-outline:before{content:"󱭯"}.mdi-calendar-sync:before{content:"󰺎"}.mdi-calendar-sync-outline:before{content:"󰺏"}.mdi-calendar-text:before{content:"󰃵"}.mdi-calendar-text-outline:before{content:"󰱆"}.mdi-calendar-today:before{content:"󰃶"}.mdi-calendar-today-outline:before{content:"󱨰"}.mdi-calendar-week:before{content:"󰨳"}.mdi-calendar-week-begin:before{content:"󰨴"}.mdi-calendar-week-begin-outline:before{content:"󱨱"}.mdi-calendar-week-outline:before{content:"󱨴"}.mdi-calendar-weekend:before{content:"󰻙"}.mdi-calendar-weekend-outline:before{content:"󰻚"}.mdi-call-made:before{content:"󰃷"}.mdi-call-merge:before{content:"󰃸"}.mdi-call-missed:before{content:"󰃹"}.mdi-call-received:before{content:"󰃺"}.mdi-call-split:before{content:"󰃻"}.mdi-camcorder:before{content:"󰃼"}.mdi-camcorder-off:before{content:"󰃿"}.mdi-camera:before{content:"󰄀"}.mdi-camera-account:before{content:"󰣋"}.mdi-camera-burst:before{content:"󰚓"}.mdi-camera-control:before{content:"󰭩"}.mdi-camera-document:before{content:"󱡱"}.mdi-camera-document-off:before{content:"󱡲"}.mdi-camera-enhance:before{content:"󰄁"}.mdi-camera-enhance-outline:before{content:"󰭪"}.mdi-camera-flip:before{content:"󱗙"}.mdi-camera-flip-outline:before{content:"󱗚"}.mdi-camera-front:before{content:"󰄂"}.mdi-camera-front-variant:before{content:"󰄃"}.mdi-camera-gopro:before{content:"󰞡"}.mdi-camera-image:before{content:"󰣌"}.mdi-camera-iris:before{content:"󰄄"}.mdi-camera-lock:before{content:"󱨔"}.mdi-camera-lock-outline:before{content:"󱨕"}.mdi-camera-marker:before{content:"󱦧"}.mdi-camera-marker-outline:before{content:"󱦨"}.mdi-camera-metering-center:before{content:"󰞢"}.mdi-camera-metering-matrix:before{content:"󰞣"}.mdi-camera-metering-partial:before{content:"󰞤"}.mdi-camera-metering-spot:before{content:"󰞥"}.mdi-camera-off:before{content:"󰗟"}.mdi-camera-off-outline:before{content:"󱦿"}.mdi-camera-outline:before{content:"󰵝"}.mdi-camera-party-mode:before{content:"󰄅"}.mdi-camera-plus:before{content:"󰻛"}.mdi-camera-plus-outline:before{content:"󰻜"}.mdi-camera-rear:before{content:"󰄆"}.mdi-camera-rear-variant:before{content:"󰄇"}.mdi-camera-retake:before{content:"󰸙"}.mdi-camera-retake-outline:before{content:"󰸚"}.mdi-camera-switch:before{content:"󰄈"}.mdi-camera-switch-outline:before{content:"󰡊"}.mdi-camera-timer:before{content:"󰄉"}.mdi-camera-wireless:before{content:"󰶶"}.mdi-camera-wireless-outline:before{content:"󰶷"}.mdi-campfire:before{content:"󰻝"}.mdi-cancel:before{content:"󰜺"}.mdi-candelabra:before{content:"󱟒"}.mdi-candelabra-fire:before{content:"󱟓"}.mdi-candle:before{content:"󰗢"}.mdi-candy:before{content:"󱥰"}.mdi-candy-off:before{content:"󱥱"}.mdi-candy-off-outline:before{content:"󱥲"}.mdi-candy-outline:before{content:"󱥳"}.mdi-candycane:before{content:"󰄊"}.mdi-cannabis:before{content:"󰞦"}.mdi-cannabis-off:before{content:"󱙮"}.mdi-caps-lock:before{content:"󰪛"}.mdi-car:before{content:"󰄋"}.mdi-car-2-plus:before{content:"󱀕"}.mdi-car-3-plus:before{content:"󱀖"}.mdi-car-arrow-left:before{content:"󱎲"}.mdi-car-arrow-right:before{content:"󱎳"}.mdi-car-back:before{content:"󰸛"}.mdi-car-battery:before{content:"󰄌"}.mdi-car-brake-abs:before{content:"󰱇"}.mdi-car-brake-alert:before{content:"󰱈"}.mdi-car-brake-fluid-level:before{content:"󱤉"}.mdi-car-brake-hold:before{content:"󰵞"}.mdi-car-brake-low-pressure:before{content:"󱤊"}.mdi-car-brake-parking:before{content:"󰵟"}.mdi-car-brake-retarder:before{content:"󱀗"}.mdi-car-brake-temperature:before{content:"󱤋"}.mdi-car-brake-worn-linings:before{content:"󱤌"}.mdi-car-child-seat:before{content:"󰾣"}.mdi-car-clock:before{content:"󱥴"}.mdi-car-clutch:before{content:"󱀘"}.mdi-car-cog:before{content:"󱏌"}.mdi-car-connected:before{content:"󰄍"}.mdi-car-convertible:before{content:"󰞧"}.mdi-car-coolant-level:before{content:"󱀙"}.mdi-car-cruise-control:before{content:"󰵠"}.mdi-car-defrost-front:before{content:"󰵡"}.mdi-car-defrost-rear:before{content:"󰵢"}.mdi-car-door:before{content:"󰭫"}.mdi-car-door-lock:before{content:"󱂝"}.mdi-car-electric:before{content:"󰭬"}.mdi-car-electric-outline:before{content:"󱖵"}.mdi-car-emergency:before{content:"󱘏"}.mdi-car-esp:before{content:"󰱉"}.mdi-car-estate:before{content:"󰞨"}.mdi-car-hatchback:before{content:"󰞩"}.mdi-car-info:before{content:"󱆾"}.mdi-car-key:before{content:"󰭭"}.mdi-car-lifted-pickup:before{content:"󱔭"}.mdi-car-light-alert:before{content:"󱤍"}.mdi-car-light-dimmed:before{content:"󰱊"}.mdi-car-light-fog:before{content:"󰱋"}.mdi-car-light-high:before{content:"󰱌"}.mdi-car-limousine:before{content:"󰣍"}.mdi-car-multiple:before{content:"󰭮"}.mdi-car-off:before{content:"󰸜"}.mdi-car-outline:before{content:"󱓭"}.mdi-car-parking-lights:before{content:"󰵣"}.mdi-car-pickup:before{content:"󰞪"}.mdi-car-search:before{content:"󱮍"}.mdi-car-search-outline:before{content:"󱮎"}.mdi-car-seat:before{content:"󰾤"}.mdi-car-seat-cooler:before{content:"󰾥"}.mdi-car-seat-heater:before{content:"󰾦"}.mdi-car-select:before{content:"󱡹"}.mdi-car-settings:before{content:"󱏍"}.mdi-car-shift-pattern:before{content:"󰽀"}.mdi-car-side:before{content:"󰞫"}.mdi-car-speed-limiter:before{content:"󱤎"}.mdi-car-sports:before{content:"󰞬"}.mdi-car-tire-alert:before{content:"󰱍"}.mdi-car-traction-control:before{content:"󰵤"}.mdi-car-turbocharger:before{content:"󱀚"}.mdi-car-wash:before{content:"󰄎"}.mdi-car-windshield:before{content:"󱀛"}.mdi-car-windshield-outline:before{content:"󱀜"}.mdi-car-wireless:before{content:"󱡸"}.mdi-car-wrench:before{content:"󱠔"}.mdi-carabiner:before{content:"󱓀"}.mdi-caravan:before{content:"󰞭"}.mdi-card:before{content:"󰭯"}.mdi-card-account-details:before{content:"󰗒"}.mdi-card-account-details-outline:before{content:"󰶫"}.mdi-card-account-details-star:before{content:"󰊣"}.mdi-card-account-details-star-outline:before{content:"󰛛"}.mdi-card-account-mail:before{content:"󰆎"}.mdi-card-account-mail-outline:before{content:"󰺘"}.mdi-card-account-phone:before{content:"󰺙"}.mdi-card-account-phone-outline:before{content:"󰺚"}.mdi-card-bulleted:before{content:"󰭰"}.mdi-card-bulleted-off:before{content:"󰭱"}.mdi-card-bulleted-off-outline:before{content:"󰭲"}.mdi-card-bulleted-outline:before{content:"󰭳"}.mdi-card-bulleted-settings:before{content:"󰭴"}.mdi-card-bulleted-settings-outline:before{content:"󰭵"}.mdi-card-minus:before{content:"󱘀"}.mdi-card-minus-outline:before{content:"󱘁"}.mdi-card-multiple:before{content:"󱟱"}.mdi-card-multiple-outline:before{content:"󱟲"}.mdi-card-off:before{content:"󱘂"}.mdi-card-off-outline:before{content:"󱘃"}.mdi-card-outline:before{content:"󰭶"}.mdi-card-plus:before{content:"󱇿"}.mdi-card-plus-outline:before{content:"󱈀"}.mdi-card-remove:before{content:"󱘄"}.mdi-card-remove-outline:before{content:"󱘅"}.mdi-card-search:before{content:"󱁴"}.mdi-card-search-outline:before{content:"󱁵"}.mdi-card-text:before{content:"󰭷"}.mdi-card-text-outline:before{content:"󰭸"}.mdi-cards:before{content:"󰘸"}.mdi-cards-club:before{content:"󰣎"}.mdi-cards-club-outline:before{content:"󱢟"}.mdi-cards-diamond:before{content:"󰣏"}.mdi-cards-diamond-outline:before{content:"󱀝"}.mdi-cards-heart:before{content:"󰣐"}.mdi-cards-heart-outline:before{content:"󱢠"}.mdi-cards-outline:before{content:"󰘹"}.mdi-cards-playing:before{content:"󱢡"}.mdi-cards-playing-club:before{content:"󱢢"}.mdi-cards-playing-club-multiple:before{content:"󱢣"}.mdi-cards-playing-club-multiple-outline:before{content:"󱢤"}.mdi-cards-playing-club-outline:before{content:"󱢥"}.mdi-cards-playing-diamond:before{content:"󱢦"}.mdi-cards-playing-diamond-multiple:before{content:"󱢧"}.mdi-cards-playing-diamond-multiple-outline:before{content:"󱢨"}.mdi-cards-playing-diamond-outline:before{content:"󱢩"}.mdi-cards-playing-heart:before{content:"󱢪"}.mdi-cards-playing-heart-multiple:before{content:"󱢫"}.mdi-cards-playing-heart-multiple-outline:before{content:"󱢬"}.mdi-cards-playing-heart-outline:before{content:"󱢭"}.mdi-cards-playing-outline:before{content:"󰘺"}.mdi-cards-playing-spade:before{content:"󱢮"}.mdi-cards-playing-spade-multiple:before{content:"󱢯"}.mdi-cards-playing-spade-multiple-outline:before{content:"󱢰"}.mdi-cards-playing-spade-outline:before{content:"󱢱"}.mdi-cards-spade:before{content:"󰣑"}.mdi-cards-spade-outline:before{content:"󱢲"}.mdi-cards-variant:before{content:"󰛇"}.mdi-carrot:before{content:"󰄏"}.mdi-cart:before{content:"󰄐"}.mdi-cart-arrow-down:before{content:"󰵦"}.mdi-cart-arrow-right:before{content:"󰱎"}.mdi-cart-arrow-up:before{content:"󰵧"}.mdi-cart-check:before{content:"󱗪"}.mdi-cart-heart:before{content:"󱣠"}.mdi-cart-minus:before{content:"󰵨"}.mdi-cart-off:before{content:"󰙫"}.mdi-cart-outline:before{content:"󰄑"}.mdi-cart-percent:before{content:"󱮮"}.mdi-cart-plus:before{content:"󰄒"}.mdi-cart-remove:before{content:"󰵩"}.mdi-cart-variant:before{content:"󱗫"}.mdi-case-sensitive-alt:before{content:"󰄓"}.mdi-cash:before{content:"󰄔"}.mdi-cash-100:before{content:"󰄕"}.mdi-cash-check:before{content:"󱓮"}.mdi-cash-clock:before{content:"󱪑"}.mdi-cash-fast:before{content:"󱡜"}.mdi-cash-lock:before{content:"󱓪"}.mdi-cash-lock-open:before{content:"󱓫"}.mdi-cash-marker:before{content:"󰶸"}.mdi-cash-minus:before{content:"󱉠"}.mdi-cash-multiple:before{content:"󰄖"}.mdi-cash-plus:before{content:"󱉡"}.mdi-cash-refund:before{content:"󰪜"}.mdi-cash-register:before{content:"󰳴"}.mdi-cash-remove:before{content:"󱉢"}.mdi-cash-sync:before{content:"󱪒"}.mdi-cassette:before{content:"󰧔"}.mdi-cast:before{content:"󰄘"}.mdi-cast-audio:before{content:"󱀞"}.mdi-cast-audio-variant:before{content:"󱝉"}.mdi-cast-connected:before{content:"󰄙"}.mdi-cast-education:before{content:"󰸝"}.mdi-cast-off:before{content:"󰞊"}.mdi-cast-variant:before{content:"󰀟"}.mdi-castle:before{content:"󰄚"}.mdi-cat:before{content:"󰄛"}.mdi-cctv:before{content:"󰞮"}.mdi-cctv-off:before{content:"󱡟"}.mdi-ceiling-fan:before{content:"󱞗"}.mdi-ceiling-fan-light:before{content:"󱞘"}.mdi-ceiling-light:before{content:"󰝩"}.mdi-ceiling-light-multiple:before{content:"󱣝"}.mdi-ceiling-light-multiple-outline:before{content:"󱣞"}.mdi-ceiling-light-outline:before{content:"󱟇"}.mdi-cellphone:before{content:"󰄜"}.mdi-cellphone-arrow-down:before{content:"󰧕"}.mdi-cellphone-arrow-down-variant:before{content:"󱧅"}.mdi-cellphone-basic:before{content:"󰄞"}.mdi-cellphone-charging:before{content:"󱎗"}.mdi-cellphone-check:before{content:"󱟽"}.mdi-cellphone-cog:before{content:"󰥑"}.mdi-cellphone-dock:before{content:"󰄟"}.mdi-cellphone-information:before{content:"󰽁"}.mdi-cellphone-key:before{content:"󰥎"}.mdi-cellphone-link:before{content:"󰄡"}.mdi-cellphone-link-off:before{content:"󰄢"}.mdi-cellphone-lock:before{content:"󰥏"}.mdi-cellphone-marker:before{content:"󱠺"}.mdi-cellphone-message:before{content:"󰣓"}.mdi-cellphone-message-off:before{content:"󱃒"}.mdi-cellphone-nfc:before{content:"󰺐"}.mdi-cellphone-nfc-off:before{content:"󱋘"}.mdi-cellphone-off:before{content:"󰥐"}.mdi-cellphone-play:before{content:"󱀟"}.mdi-cellphone-remove:before{content:"󰥍"}.mdi-cellphone-screenshot:before{content:"󰨵"}.mdi-cellphone-settings:before{content:"󰄣"}.mdi-cellphone-sound:before{content:"󰥒"}.mdi-cellphone-text:before{content:"󰣒"}.mdi-cellphone-wireless:before{content:"󰠕"}.mdi-centos:before{content:"󱄚"}.mdi-certificate:before{content:"󰄤"}.mdi-certificate-outline:before{content:"󱆈"}.mdi-chair-rolling:before{content:"󰽈"}.mdi-chair-school:before{content:"󰄥"}.mdi-chandelier:before{content:"󱞓"}.mdi-charity:before{content:"󰱏"}.mdi-chart-arc:before{content:"󰄦"}.mdi-chart-areaspline:before{content:"󰄧"}.mdi-chart-areaspline-variant:before{content:"󰺑"}.mdi-chart-bar:before{content:"󰄨"}.mdi-chart-bar-stacked:before{content:"󰝪"}.mdi-chart-bell-curve:before{content:"󰱐"}.mdi-chart-bell-curve-cumulative:before{content:"󰾧"}.mdi-chart-box:before{content:"󱕍"}.mdi-chart-box-outline:before{content:"󱕎"}.mdi-chart-box-plus-outline:before{content:"󱕏"}.mdi-chart-bubble:before{content:"󰗣"}.mdi-chart-donut:before{content:"󰞯"}.mdi-chart-donut-variant:before{content:"󰞰"}.mdi-chart-gantt:before{content:"󰙬"}.mdi-chart-histogram:before{content:"󰄩"}.mdi-chart-line:before{content:"󰄪"}.mdi-chart-line-stacked:before{content:"󰝫"}.mdi-chart-line-variant:before{content:"󰞱"}.mdi-chart-multiline:before{content:"󰣔"}.mdi-chart-multiple:before{content:"󱈓"}.mdi-chart-pie:before{content:"󰄫"}.mdi-chart-ppf:before{content:"󱎀"}.mdi-chart-sankey:before{content:"󱇟"}.mdi-chart-sankey-variant:before{content:"󱇠"}.mdi-chart-scatter-plot:before{content:"󰺒"}.mdi-chart-scatter-plot-hexbin:before{content:"󰙭"}.mdi-chart-timeline:before{content:"󰙮"}.mdi-chart-timeline-variant:before{content:"󰺓"}.mdi-chart-timeline-variant-shimmer:before{content:"󱖶"}.mdi-chart-tree:before{content:"󰺔"}.mdi-chart-waterfall:before{content:"󱤘"}.mdi-chat:before{content:"󰭹"}.mdi-chat-alert:before{content:"󰭺"}.mdi-chat-alert-outline:before{content:"󱋉"}.mdi-chat-minus:before{content:"󱐐"}.mdi-chat-minus-outline:before{content:"󱐓"}.mdi-chat-outline:before{content:"󰻞"}.mdi-chat-plus:before{content:"󱐏"}.mdi-chat-plus-outline:before{content:"󱐒"}.mdi-chat-processing:before{content:"󰭻"}.mdi-chat-processing-outline:before{content:"󱋊"}.mdi-chat-question:before{content:"󱜸"}.mdi-chat-question-outline:before{content:"󱜹"}.mdi-chat-remove:before{content:"󱐑"}.mdi-chat-remove-outline:before{content:"󱐔"}.mdi-chat-sleep:before{content:"󱋑"}.mdi-chat-sleep-outline:before{content:"󱋒"}.mdi-check:before{content:"󰄬"}.mdi-check-all:before{content:"󰄭"}.mdi-check-bold:before{content:"󰸞"}.mdi-check-circle:before{content:"󰗠"}.mdi-check-circle-outline:before{content:"󰗡"}.mdi-check-decagram:before{content:"󰞑"}.mdi-check-decagram-outline:before{content:"󱝀"}.mdi-check-network:before{content:"󰱓"}.mdi-check-network-outline:before{content:"󰱔"}.mdi-check-outline:before{content:"󰡕"}.mdi-check-underline:before{content:"󰸟"}.mdi-check-underline-circle:before{content:"󰸠"}.mdi-check-underline-circle-outline:before{content:"󰸡"}.mdi-checkbook:before{content:"󰪝"}.mdi-checkbox-blank:before{content:"󰄮"}.mdi-checkbox-blank-badge:before{content:"󱅶"}.mdi-checkbox-blank-badge-outline:before{content:"󰄗"}.mdi-checkbox-blank-circle:before{content:"󰄯"}.mdi-checkbox-blank-circle-outline:before{content:"󰄰"}.mdi-checkbox-blank-off:before{content:"󱋬"}.mdi-checkbox-blank-off-outline:before{content:"󱋭"}.mdi-checkbox-blank-outline:before{content:"󰄱"}.mdi-checkbox-intermediate:before{content:"󰡖"}.mdi-checkbox-intermediate-variant:before{content:"󱭔"}.mdi-checkbox-marked:before{content:"󰄲"}.mdi-checkbox-marked-circle:before{content:"󰄳"}.mdi-checkbox-marked-circle-outline:before{content:"󰄴"}.mdi-checkbox-marked-circle-plus-outline:before{content:"󱤧"}.mdi-checkbox-marked-outline:before{content:"󰄵"}.mdi-checkbox-multiple-blank:before{content:"󰄶"}.mdi-checkbox-multiple-blank-circle:before{content:"󰘻"}.mdi-checkbox-multiple-blank-circle-outline:before{content:"󰘼"}.mdi-checkbox-multiple-blank-outline:before{content:"󰄷"}.mdi-checkbox-multiple-marked:before{content:"󰄸"}.mdi-checkbox-multiple-marked-circle:before{content:"󰘽"}.mdi-checkbox-multiple-marked-circle-outline:before{content:"󰘾"}.mdi-checkbox-multiple-marked-outline:before{content:"󰄹"}.mdi-checkbox-multiple-outline:before{content:"󰱑"}.mdi-checkbox-outline:before{content:"󰱒"}.mdi-checkerboard:before{content:"󰄺"}.mdi-checkerboard-minus:before{content:"󱈂"}.mdi-checkerboard-plus:before{content:"󱈁"}.mdi-checkerboard-remove:before{content:"󱈃"}.mdi-cheese:before{content:"󱊹"}.mdi-cheese-off:before{content:"󱏮"}.mdi-chef-hat:before{content:"󰭼"}.mdi-chemical-weapon:before{content:"󰄻"}.mdi-chess-bishop:before{content:"󰡜"}.mdi-chess-king:before{content:"󰡗"}.mdi-chess-knight:before{content:"󰡘"}.mdi-chess-pawn:before{content:"󰡙"}.mdi-chess-queen:before{content:"󰡚"}.mdi-chess-rook:before{content:"󰡛"}.mdi-chevron-double-down:before{content:"󰄼"}.mdi-chevron-double-left:before{content:"󰄽"}.mdi-chevron-double-right:before{content:"󰄾"}.mdi-chevron-double-up:before{content:"󰄿"}.mdi-chevron-down:before{content:"󰅀"}.mdi-chevron-down-box:before{content:"󰧖"}.mdi-chevron-down-box-outline:before{content:"󰧗"}.mdi-chevron-down-circle:before{content:"󰬦"}.mdi-chevron-down-circle-outline:before{content:"󰬧"}.mdi-chevron-left:before{content:"󰅁"}.mdi-chevron-left-box:before{content:"󰧘"}.mdi-chevron-left-box-outline:before{content:"󰧙"}.mdi-chevron-left-circle:before{content:"󰬨"}.mdi-chevron-left-circle-outline:before{content:"󰬩"}.mdi-chevron-right:before{content:"󰅂"}.mdi-chevron-right-box:before{content:"󰧚"}.mdi-chevron-right-box-outline:before{content:"󰧛"}.mdi-chevron-right-circle:before{content:"󰬪"}.mdi-chevron-right-circle-outline:before{content:"󰬫"}.mdi-chevron-triple-down:before{content:"󰶹"}.mdi-chevron-triple-left:before{content:"󰶺"}.mdi-chevron-triple-right:before{content:"󰶻"}.mdi-chevron-triple-up:before{content:"󰶼"}.mdi-chevron-up:before{content:"󰅃"}.mdi-chevron-up-box:before{content:"󰧜"}.mdi-chevron-up-box-outline:before{content:"󰧝"}.mdi-chevron-up-circle:before{content:"󰬬"}.mdi-chevron-up-circle-outline:before{content:"󰬭"}.mdi-chili-alert:before{content:"󱟪"}.mdi-chili-alert-outline:before{content:"󱟫"}.mdi-chili-hot:before{content:"󰞲"}.mdi-chili-hot-outline:before{content:"󱟬"}.mdi-chili-medium:before{content:"󰞳"}.mdi-chili-medium-outline:before{content:"󱟭"}.mdi-chili-mild:before{content:"󰞴"}.mdi-chili-mild-outline:before{content:"󱟮"}.mdi-chili-off:before{content:"󱑧"}.mdi-chili-off-outline:before{content:"󱟯"}.mdi-chip:before{content:"󰘚"}.mdi-church:before{content:"󰅄"}.mdi-church-outline:before{content:"󱬂"}.mdi-cigar:before{content:"󱆉"}.mdi-cigar-off:before{content:"󱐛"}.mdi-circle:before{content:"󰝥"}.mdi-circle-box:before{content:"󱗜"}.mdi-circle-box-outline:before{content:"󱗝"}.mdi-circle-double:before{content:"󰺕"}.mdi-circle-edit-outline:before{content:"󰣕"}.mdi-circle-expand:before{content:"󰺖"}.mdi-circle-half:before{content:"󱎕"}.mdi-circle-half-full:before{content:"󱎖"}.mdi-circle-medium:before{content:"󰧞"}.mdi-circle-multiple:before{content:"󰬸"}.mdi-circle-multiple-outline:before{content:"󰚕"}.mdi-circle-off-outline:before{content:"󱃓"}.mdi-circle-opacity:before{content:"󱡓"}.mdi-circle-outline:before{content:"󰝦"}.mdi-circle-slice-1:before{content:"󰪞"}.mdi-circle-slice-2:before{content:"󰪟"}.mdi-circle-slice-3:before{content:"󰪠"}.mdi-circle-slice-4:before{content:"󰪡"}.mdi-circle-slice-5:before{content:"󰪢"}.mdi-circle-slice-6:before{content:"󰪣"}.mdi-circle-slice-7:before{content:"󰪤"}.mdi-circle-slice-8:before{content:"󰪥"}.mdi-circle-small:before{content:"󰧟"}.mdi-circular-saw:before{content:"󰸢"}.mdi-city:before{content:"󰅆"}.mdi-city-variant:before{content:"󰨶"}.mdi-city-variant-outline:before{content:"󰨷"}.mdi-clipboard:before{content:"󰅇"}.mdi-clipboard-account:before{content:"󰅈"}.mdi-clipboard-account-outline:before{content:"󰱕"}.mdi-clipboard-alert:before{content:"󰅉"}.mdi-clipboard-alert-outline:before{content:"󰳷"}.mdi-clipboard-arrow-down:before{content:"󰅊"}.mdi-clipboard-arrow-down-outline:before{content:"󰱖"}.mdi-clipboard-arrow-left:before{content:"󰅋"}.mdi-clipboard-arrow-left-outline:before{content:"󰳸"}.mdi-clipboard-arrow-right:before{content:"󰳹"}.mdi-clipboard-arrow-right-outline:before{content:"󰳺"}.mdi-clipboard-arrow-up:before{content:"󰱗"}.mdi-clipboard-arrow-up-outline:before{content:"󰱘"}.mdi-clipboard-check:before{content:"󰅎"}.mdi-clipboard-check-multiple:before{content:"󱉣"}.mdi-clipboard-check-multiple-outline:before{content:"󱉤"}.mdi-clipboard-check-outline:before{content:"󰢨"}.mdi-clipboard-clock:before{content:"󱛢"}.mdi-clipboard-clock-outline:before{content:"󱛣"}.mdi-clipboard-edit:before{content:"󱓥"}.mdi-clipboard-edit-outline:before{content:"󱓦"}.mdi-clipboard-file:before{content:"󱉥"}.mdi-clipboard-file-outline:before{content:"󱉦"}.mdi-clipboard-flow:before{content:"󰛈"}.mdi-clipboard-flow-outline:before{content:"󱄗"}.mdi-clipboard-list:before{content:"󱃔"}.mdi-clipboard-list-outline:before{content:"󱃕"}.mdi-clipboard-minus:before{content:"󱘘"}.mdi-clipboard-minus-outline:before{content:"󱘙"}.mdi-clipboard-multiple:before{content:"󱉧"}.mdi-clipboard-multiple-outline:before{content:"󱉨"}.mdi-clipboard-off:before{content:"󱘚"}.mdi-clipboard-off-outline:before{content:"󱘛"}.mdi-clipboard-outline:before{content:"󰅌"}.mdi-clipboard-play:before{content:"󰱙"}.mdi-clipboard-play-multiple:before{content:"󱉩"}.mdi-clipboard-play-multiple-outline:before{content:"󱉪"}.mdi-clipboard-play-outline:before{content:"󰱚"}.mdi-clipboard-plus:before{content:"󰝑"}.mdi-clipboard-plus-outline:before{content:"󱌟"}.mdi-clipboard-pulse:before{content:"󰡝"}.mdi-clipboard-pulse-outline:before{content:"󰡞"}.mdi-clipboard-remove:before{content:"󱘜"}.mdi-clipboard-remove-outline:before{content:"󱘝"}.mdi-clipboard-search:before{content:"󱘞"}.mdi-clipboard-search-outline:before{content:"󱘟"}.mdi-clipboard-text:before{content:"󰅍"}.mdi-clipboard-text-clock:before{content:"󱣹"}.mdi-clipboard-text-clock-outline:before{content:"󱣺"}.mdi-clipboard-text-multiple:before{content:"󱉫"}.mdi-clipboard-text-multiple-outline:before{content:"󱉬"}.mdi-clipboard-text-off:before{content:"󱘠"}.mdi-clipboard-text-off-outline:before{content:"󱘡"}.mdi-clipboard-text-outline:before{content:"󰨸"}.mdi-clipboard-text-play:before{content:"󰱛"}.mdi-clipboard-text-play-outline:before{content:"󰱜"}.mdi-clipboard-text-search:before{content:"󱘢"}.mdi-clipboard-text-search-outline:before{content:"󱘣"}.mdi-clippy:before{content:"󰅏"}.mdi-clock:before{content:"󰥔"}.mdi-clock-alert:before{content:"󰥕"}.mdi-clock-alert-outline:before{content:"󰗎"}.mdi-clock-check:before{content:"󰾨"}.mdi-clock-check-outline:before{content:"󰾩"}.mdi-clock-digital:before{content:"󰺗"}.mdi-clock-edit:before{content:"󱦺"}.mdi-clock-edit-outline:before{content:"󱦻"}.mdi-clock-end:before{content:"󰅑"}.mdi-clock-fast:before{content:"󰅒"}.mdi-clock-in:before{content:"󰅓"}.mdi-clock-minus:before{content:"󱡣"}.mdi-clock-minus-outline:before{content:"󱡤"}.mdi-clock-out:before{content:"󰅔"}.mdi-clock-outline:before{content:"󰅐"}.mdi-clock-plus:before{content:"󱡡"}.mdi-clock-plus-outline:before{content:"󱡢"}.mdi-clock-remove:before{content:"󱡥"}.mdi-clock-remove-outline:before{content:"󱡦"}.mdi-clock-start:before{content:"󰅕"}.mdi-clock-time-eight:before{content:"󱑆"}.mdi-clock-time-eight-outline:before{content:"󱑒"}.mdi-clock-time-eleven:before{content:"󱑉"}.mdi-clock-time-eleven-outline:before{content:"󱑕"}.mdi-clock-time-five:before{content:"󱑃"}.mdi-clock-time-five-outline:before{content:"󱑏"}.mdi-clock-time-four:before{content:"󱑂"}.mdi-clock-time-four-outline:before{content:"󱑎"}.mdi-clock-time-nine:before{content:"󱑇"}.mdi-clock-time-nine-outline:before{content:"󱑓"}.mdi-clock-time-one:before{content:"󱐿"}.mdi-clock-time-one-outline:before{content:"󱑋"}.mdi-clock-time-seven:before{content:"󱑅"}.mdi-clock-time-seven-outline:before{content:"󱑑"}.mdi-clock-time-six:before{content:"󱑄"}.mdi-clock-time-six-outline:before{content:"󱑐"}.mdi-clock-time-ten:before{content:"󱑈"}.mdi-clock-time-ten-outline:before{content:"󱑔"}.mdi-clock-time-three:before{content:"󱑁"}.mdi-clock-time-three-outline:before{content:"󱑍"}.mdi-clock-time-twelve:before{content:"󱑊"}.mdi-clock-time-twelve-outline:before{content:"󱑖"}.mdi-clock-time-two:before{content:"󱑀"}.mdi-clock-time-two-outline:before{content:"󱑌"}.mdi-close:before{content:"󰅖"}.mdi-close-box:before{content:"󰅗"}.mdi-close-box-multiple:before{content:"󰱝"}.mdi-close-box-multiple-outline:before{content:"󰱞"}.mdi-close-box-outline:before{content:"󰅘"}.mdi-close-circle:before{content:"󰅙"}.mdi-close-circle-multiple:before{content:"󰘪"}.mdi-close-circle-multiple-outline:before{content:"󰢃"}.mdi-close-circle-outline:before{content:"󰅚"}.mdi-close-network:before{content:"󰅛"}.mdi-close-network-outline:before{content:"󰱟"}.mdi-close-octagon:before{content:"󰅜"}.mdi-close-octagon-outline:before{content:"󰅝"}.mdi-close-outline:before{content:"󰛉"}.mdi-close-thick:before{content:"󱎘"}.mdi-closed-caption:before{content:"󰅞"}.mdi-closed-caption-outline:before{content:"󰶽"}.mdi-cloud:before{content:"󰅟"}.mdi-cloud-alert:before{content:"󰧠"}.mdi-cloud-braces:before{content:"󰞵"}.mdi-cloud-check:before{content:"󰅠"}.mdi-cloud-check-outline:before{content:"󱋌"}.mdi-cloud-circle:before{content:"󰅡"}.mdi-cloud-download:before{content:"󰅢"}.mdi-cloud-download-outline:before{content:"󰭽"}.mdi-cloud-lock:before{content:"󱇱"}.mdi-cloud-lock-outline:before{content:"󱇲"}.mdi-cloud-off-outline:before{content:"󰅤"}.mdi-cloud-outline:before{content:"󰅣"}.mdi-cloud-percent:before{content:"󱨵"}.mdi-cloud-percent-outline:before{content:"󱨶"}.mdi-cloud-print:before{content:"󰅥"}.mdi-cloud-print-outline:before{content:"󰅦"}.mdi-cloud-question:before{content:"󰨹"}.mdi-cloud-refresh:before{content:"󰔪"}.mdi-cloud-search:before{content:"󰥖"}.mdi-cloud-search-outline:before{content:"󰥗"}.mdi-cloud-sync:before{content:"󰘿"}.mdi-cloud-sync-outline:before{content:"󱋖"}.mdi-cloud-tags:before{content:"󰞶"}.mdi-cloud-upload:before{content:"󰅧"}.mdi-cloud-upload-outline:before{content:"󰭾"}.mdi-clouds:before{content:"󱮕"}.mdi-clover:before{content:"󰠖"}.mdi-coach-lamp:before{content:"󱀠"}.mdi-coach-lamp-variant:before{content:"󱨷"}.mdi-coat-rack:before{content:"󱂞"}.mdi-code-array:before{content:"󰅨"}.mdi-code-braces:before{content:"󰅩"}.mdi-code-braces-box:before{content:"󱃖"}.mdi-code-brackets:before{content:"󰅪"}.mdi-code-equal:before{content:"󰅫"}.mdi-code-greater-than:before{content:"󰅬"}.mdi-code-greater-than-or-equal:before{content:"󰅭"}.mdi-code-json:before{content:"󰘦"}.mdi-code-less-than:before{content:"󰅮"}.mdi-code-less-than-or-equal:before{content:"󰅯"}.mdi-code-not-equal:before{content:"󰅰"}.mdi-code-not-equal-variant:before{content:"󰅱"}.mdi-code-parentheses:before{content:"󰅲"}.mdi-code-parentheses-box:before{content:"󱃗"}.mdi-code-string:before{content:"󰅳"}.mdi-code-tags:before{content:"󰅴"}.mdi-code-tags-check:before{content:"󰚔"}.mdi-codepen:before{content:"󰅵"}.mdi-coffee:before{content:"󰅶"}.mdi-coffee-maker:before{content:"󱂟"}.mdi-coffee-maker-check:before{content:"󱤱"}.mdi-coffee-maker-check-outline:before{content:"󱤲"}.mdi-coffee-maker-outline:before{content:"󱠛"}.mdi-coffee-off:before{content:"󰾪"}.mdi-coffee-off-outline:before{content:"󰾫"}.mdi-coffee-outline:before{content:"󰛊"}.mdi-coffee-to-go:before{content:"󰅷"}.mdi-coffee-to-go-outline:before{content:"󱌎"}.mdi-coffin:before{content:"󰭿"}.mdi-cog:before{content:"󰒓"}.mdi-cog-box:before{content:"󰒔"}.mdi-cog-clockwise:before{content:"󱇝"}.mdi-cog-counterclockwise:before{content:"󱇞"}.mdi-cog-off:before{content:"󱏎"}.mdi-cog-off-outline:before{content:"󱏏"}.mdi-cog-outline:before{content:"󰢻"}.mdi-cog-pause:before{content:"󱤳"}.mdi-cog-pause-outline:before{content:"󱤴"}.mdi-cog-play:before{content:"󱤵"}.mdi-cog-play-outline:before{content:"󱤶"}.mdi-cog-refresh:before{content:"󱑞"}.mdi-cog-refresh-outline:before{content:"󱑟"}.mdi-cog-stop:before{content:"󱤷"}.mdi-cog-stop-outline:before{content:"󱤸"}.mdi-cog-sync:before{content:"󱑠"}.mdi-cog-sync-outline:before{content:"󱑡"}.mdi-cog-transfer:before{content:"󱁛"}.mdi-cog-transfer-outline:before{content:"󱁜"}.mdi-cogs:before{content:"󰣖"}.mdi-collage:before{content:"󰙀"}.mdi-collapse-all:before{content:"󰪦"}.mdi-collapse-all-outline:before{content:"󰪧"}.mdi-color-helper:before{content:"󰅹"}.mdi-comma:before{content:"󰸣"}.mdi-comma-box:before{content:"󰸫"}.mdi-comma-box-outline:before{content:"󰸤"}.mdi-comma-circle:before{content:"󰸥"}.mdi-comma-circle-outline:before{content:"󰸦"}.mdi-comment:before{content:"󰅺"}.mdi-comment-account:before{content:"󰅻"}.mdi-comment-account-outline:before{content:"󰅼"}.mdi-comment-alert:before{content:"󰅽"}.mdi-comment-alert-outline:before{content:"󰅾"}.mdi-comment-arrow-left:before{content:"󰧡"}.mdi-comment-arrow-left-outline:before{content:"󰧢"}.mdi-comment-arrow-right:before{content:"󰧣"}.mdi-comment-arrow-right-outline:before{content:"󰧤"}.mdi-comment-bookmark:before{content:"󱖮"}.mdi-comment-bookmark-outline:before{content:"󱖯"}.mdi-comment-check:before{content:"󰅿"}.mdi-comment-check-outline:before{content:"󰆀"}.mdi-comment-edit:before{content:"󱆿"}.mdi-comment-edit-outline:before{content:"󱋄"}.mdi-comment-eye:before{content:"󰨺"}.mdi-comment-eye-outline:before{content:"󰨻"}.mdi-comment-flash:before{content:"󱖰"}.mdi-comment-flash-outline:before{content:"󱖱"}.mdi-comment-minus:before{content:"󱗟"}.mdi-comment-minus-outline:before{content:"󱗠"}.mdi-comment-multiple:before{content:"󰡟"}.mdi-comment-multiple-outline:before{content:"󰆁"}.mdi-comment-off:before{content:"󱗡"}.mdi-comment-off-outline:before{content:"󱗢"}.mdi-comment-outline:before{content:"󰆂"}.mdi-comment-plus:before{content:"󰧥"}.mdi-comment-plus-outline:before{content:"󰆃"}.mdi-comment-processing:before{content:"󰆄"}.mdi-comment-processing-outline:before{content:"󰆅"}.mdi-comment-question:before{content:"󰠗"}.mdi-comment-question-outline:before{content:"󰆆"}.mdi-comment-quote:before{content:"󱀡"}.mdi-comment-quote-outline:before{content:"󱀢"}.mdi-comment-remove:before{content:"󰗞"}.mdi-comment-remove-outline:before{content:"󰆇"}.mdi-comment-search:before{content:"󰨼"}.mdi-comment-search-outline:before{content:"󰨽"}.mdi-comment-text:before{content:"󰆈"}.mdi-comment-text-multiple:before{content:"󰡠"}.mdi-comment-text-multiple-outline:before{content:"󰡡"}.mdi-comment-text-outline:before{content:"󰆉"}.mdi-compare:before{content:"󰆊"}.mdi-compare-horizontal:before{content:"󱒒"}.mdi-compare-remove:before{content:"󱢳"}.mdi-compare-vertical:before{content:"󱒓"}.mdi-compass:before{content:"󰆋"}.mdi-compass-off:before{content:"󰮀"}.mdi-compass-off-outline:before{content:"󰮁"}.mdi-compass-outline:before{content:"󰆌"}.mdi-compass-rose:before{content:"󱎂"}.mdi-compost:before{content:"󱨸"}.mdi-cone:before{content:"󱥌"}.mdi-cone-off:before{content:"󱥍"}.mdi-connection:before{content:"󱘖"}.mdi-console:before{content:"󰆍"}.mdi-console-line:before{content:"󰞷"}.mdi-console-network:before{content:"󰢩"}.mdi-console-network-outline:before{content:"󰱠"}.mdi-consolidate:before{content:"󱃘"}.mdi-contactless-payment:before{content:"󰵪"}.mdi-contactless-payment-circle:before{content:"󰌡"}.mdi-contactless-payment-circle-outline:before{content:"󰐈"}.mdi-contacts:before{content:"󰛋"}.mdi-contacts-outline:before{content:"󰖸"}.mdi-contain:before{content:"󰨾"}.mdi-contain-end:before{content:"󰨿"}.mdi-contain-start:before{content:"󰩀"}.mdi-content-copy:before{content:"󰆏"}.mdi-content-cut:before{content:"󰆐"}.mdi-content-duplicate:before{content:"󰆑"}.mdi-content-paste:before{content:"󰆒"}.mdi-content-save:before{content:"󰆓"}.mdi-content-save-alert:before{content:"󰽂"}.mdi-content-save-alert-outline:before{content:"󰽃"}.mdi-content-save-all:before{content:"󰆔"}.mdi-content-save-all-outline:before{content:"󰽄"}.mdi-content-save-check:before{content:"󱣪"}.mdi-content-save-check-outline:before{content:"󱣫"}.mdi-content-save-cog:before{content:"󱑛"}.mdi-content-save-cog-outline:before{content:"󱑜"}.mdi-content-save-edit:before{content:"󰳻"}.mdi-content-save-edit-outline:before{content:"󰳼"}.mdi-content-save-minus:before{content:"󱭃"}.mdi-content-save-minus-outline:before{content:"󱭄"}.mdi-content-save-move:before{content:"󰸧"}.mdi-content-save-move-outline:before{content:"󰸨"}.mdi-content-save-off:before{content:"󱙃"}.mdi-content-save-off-outline:before{content:"󱙄"}.mdi-content-save-outline:before{content:"󰠘"}.mdi-content-save-plus:before{content:"󱭁"}.mdi-content-save-plus-outline:before{content:"󱭂"}.mdi-content-save-settings:before{content:"󰘛"}.mdi-content-save-settings-outline:before{content:"󰬮"}.mdi-contrast:before{content:"󰆕"}.mdi-contrast-box:before{content:"󰆖"}.mdi-contrast-circle:before{content:"󰆗"}.mdi-controller:before{content:"󰊴"}.mdi-controller-classic:before{content:"󰮂"}.mdi-controller-classic-outline:before{content:"󰮃"}.mdi-controller-off:before{content:"󰊵"}.mdi-cookie:before{content:"󰆘"}.mdi-cookie-alert:before{content:"󱛐"}.mdi-cookie-alert-outline:before{content:"󱛑"}.mdi-cookie-check:before{content:"󱛒"}.mdi-cookie-check-outline:before{content:"󱛓"}.mdi-cookie-clock:before{content:"󱛤"}.mdi-cookie-clock-outline:before{content:"󱛥"}.mdi-cookie-cog:before{content:"󱛔"}.mdi-cookie-cog-outline:before{content:"󱛕"}.mdi-cookie-edit:before{content:"󱛦"}.mdi-cookie-edit-outline:before{content:"󱛧"}.mdi-cookie-lock:before{content:"󱛨"}.mdi-cookie-lock-outline:before{content:"󱛩"}.mdi-cookie-minus:before{content:"󱛚"}.mdi-cookie-minus-outline:before{content:"󱛛"}.mdi-cookie-off:before{content:"󱛪"}.mdi-cookie-off-outline:before{content:"󱛫"}.mdi-cookie-outline:before{content:"󱛞"}.mdi-cookie-plus:before{content:"󱛖"}.mdi-cookie-plus-outline:before{content:"󱛗"}.mdi-cookie-refresh:before{content:"󱛬"}.mdi-cookie-refresh-outline:before{content:"󱛭"}.mdi-cookie-remove:before{content:"󱛘"}.mdi-cookie-remove-outline:before{content:"󱛙"}.mdi-cookie-settings:before{content:"󱛜"}.mdi-cookie-settings-outline:before{content:"󱛝"}.mdi-coolant-temperature:before{content:"󰏈"}.mdi-copyleft:before{content:"󱤹"}.mdi-copyright:before{content:"󰗦"}.mdi-cordova:before{content:"󰥘"}.mdi-corn:before{content:"󰞸"}.mdi-corn-off:before{content:"󱏯"}.mdi-cosine-wave:before{content:"󱑹"}.mdi-counter:before{content:"󰆙"}.mdi-countertop:before{content:"󱠜"}.mdi-countertop-outline:before{content:"󱠝"}.mdi-cow:before{content:"󰆚"}.mdi-cow-off:before{content:"󱣼"}.mdi-cpu-32-bit:before{content:"󰻟"}.mdi-cpu-64-bit:before{content:"󰻠"}.mdi-cradle:before{content:"󱦋"}.mdi-cradle-outline:before{content:"󱦑"}.mdi-crane:before{content:"󰡢"}.mdi-creation:before{content:"󰙴"}.mdi-creative-commons:before{content:"󰵫"}.mdi-credit-card:before{content:"󰿯"}.mdi-credit-card-check:before{content:"󱏐"}.mdi-credit-card-check-outline:before{content:"󱏑"}.mdi-credit-card-chip:before{content:"󱤏"}.mdi-credit-card-chip-outline:before{content:"󱤐"}.mdi-credit-card-clock:before{content:"󰻡"}.mdi-credit-card-clock-outline:before{content:"󰻢"}.mdi-credit-card-edit:before{content:"󱟗"}.mdi-credit-card-edit-outline:before{content:"󱟘"}.mdi-credit-card-fast:before{content:"󱤑"}.mdi-credit-card-fast-outline:before{content:"󱤒"}.mdi-credit-card-lock:before{content:"󱣧"}.mdi-credit-card-lock-outline:before{content:"󱣨"}.mdi-credit-card-marker:before{content:"󰚨"}.mdi-credit-card-marker-outline:before{content:"󰶾"}.mdi-credit-card-minus:before{content:"󰾬"}.mdi-credit-card-minus-outline:before{content:"󰾭"}.mdi-credit-card-multiple:before{content:"󰿰"}.mdi-credit-card-multiple-outline:before{content:"󰆜"}.mdi-credit-card-off:before{content:"󰿱"}.mdi-credit-card-off-outline:before{content:"󰗤"}.mdi-credit-card-outline:before{content:"󰆛"}.mdi-credit-card-plus:before{content:"󰿲"}.mdi-credit-card-plus-outline:before{content:"󰙶"}.mdi-credit-card-refresh:before{content:"󱙅"}.mdi-credit-card-refresh-outline:before{content:"󱙆"}.mdi-credit-card-refund:before{content:"󰿳"}.mdi-credit-card-refund-outline:before{content:"󰪨"}.mdi-credit-card-remove:before{content:"󰾮"}.mdi-credit-card-remove-outline:before{content:"󰾯"}.mdi-credit-card-scan:before{content:"󰿴"}.mdi-credit-card-scan-outline:before{content:"󰆝"}.mdi-credit-card-search:before{content:"󱙇"}.mdi-credit-card-search-outline:before{content:"󱙈"}.mdi-credit-card-settings:before{content:"󰿵"}.mdi-credit-card-settings-outline:before{content:"󰣗"}.mdi-credit-card-sync:before{content:"󱙉"}.mdi-credit-card-sync-outline:before{content:"󱙊"}.mdi-credit-card-wireless:before{content:"󰠂"}.mdi-credit-card-wireless-off:before{content:"󰕺"}.mdi-credit-card-wireless-off-outline:before{content:"󰕻"}.mdi-credit-card-wireless-outline:before{content:"󰵬"}.mdi-cricket:before{content:"󰵭"}.mdi-crop:before{content:"󰆞"}.mdi-crop-free:before{content:"󰆟"}.mdi-crop-landscape:before{content:"󰆠"}.mdi-crop-portrait:before{content:"󰆡"}.mdi-crop-rotate:before{content:"󰚖"}.mdi-crop-square:before{content:"󰆢"}.mdi-cross:before{content:"󰥓"}.mdi-cross-bolnisi:before{content:"󰳭"}.mdi-cross-celtic:before{content:"󰳵"}.mdi-cross-outline:before{content:"󰳶"}.mdi-crosshairs:before{content:"󰆣"}.mdi-crosshairs-gps:before{content:"󰆤"}.mdi-crosshairs-off:before{content:"󰽅"}.mdi-crosshairs-question:before{content:"󱄶"}.mdi-crowd:before{content:"󱥵"}.mdi-crown:before{content:"󰆥"}.mdi-crown-circle:before{content:"󱟜"}.mdi-crown-circle-outline:before{content:"󱟝"}.mdi-crown-outline:before{content:"󱇐"}.mdi-cryengine:before{content:"󰥙"}.mdi-crystal-ball:before{content:"󰬯"}.mdi-cube:before{content:"󰆦"}.mdi-cube-off:before{content:"󱐜"}.mdi-cube-off-outline:before{content:"󱐝"}.mdi-cube-outline:before{content:"󰆧"}.mdi-cube-scan:before{content:"󰮄"}.mdi-cube-send:before{content:"󰆨"}.mdi-cube-unfolded:before{content:"󰆩"}.mdi-cup:before{content:"󰆪"}.mdi-cup-off:before{content:"󰗥"}.mdi-cup-off-outline:before{content:"󱍽"}.mdi-cup-outline:before{content:"󱌏"}.mdi-cup-water:before{content:"󰆫"}.mdi-cupboard:before{content:"󰽆"}.mdi-cupboard-outline:before{content:"󰽇"}.mdi-cupcake:before{content:"󰥚"}.mdi-curling:before{content:"󰡣"}.mdi-currency-bdt:before{content:"󰡤"}.mdi-currency-brl:before{content:"󰮅"}.mdi-currency-btc:before{content:"󰆬"}.mdi-currency-cny:before{content:"󰞺"}.mdi-currency-eth:before{content:"󰞻"}.mdi-currency-eur:before{content:"󰆭"}.mdi-currency-eur-off:before{content:"󱌕"}.mdi-currency-fra:before{content:"󱨹"}.mdi-currency-gbp:before{content:"󰆮"}.mdi-currency-ils:before{content:"󰱡"}.mdi-currency-inr:before{content:"󰆯"}.mdi-currency-jpy:before{content:"󰞼"}.mdi-currency-krw:before{content:"󰞽"}.mdi-currency-kzt:before{content:"󰡥"}.mdi-currency-mnt:before{content:"󱔒"}.mdi-currency-ngn:before{content:"󰆰"}.mdi-currency-php:before{content:"󰧦"}.mdi-currency-rial:before{content:"󰺜"}.mdi-currency-rub:before{content:"󰆱"}.mdi-currency-rupee:before{content:"󱥶"}.mdi-currency-sign:before{content:"󰞾"}.mdi-currency-try:before{content:"󰆲"}.mdi-currency-twd:before{content:"󰞿"}.mdi-currency-uah:before{content:"󱮛"}.mdi-currency-usd:before{content:"󰇁"}.mdi-currency-usd-off:before{content:"󰙺"}.mdi-current-ac:before{content:"󱒀"}.mdi-current-dc:before{content:"󰥜"}.mdi-cursor-default:before{content:"󰇀"}.mdi-cursor-default-click:before{content:"󰳽"}.mdi-cursor-default-click-outline:before{content:"󰳾"}.mdi-cursor-default-gesture:before{content:"󱄧"}.mdi-cursor-default-gesture-outline:before{content:"󱄨"}.mdi-cursor-default-outline:before{content:"󰆿"}.mdi-cursor-move:before{content:"󰆾"}.mdi-cursor-pointer:before{content:"󰆽"}.mdi-cursor-text:before{content:"󰗧"}.mdi-curtains:before{content:"󱡆"}.mdi-curtains-closed:before{content:"󱡇"}.mdi-cylinder:before{content:"󱥎"}.mdi-cylinder-off:before{content:"󱥏"}.mdi-dance-ballroom:before{content:"󱗻"}.mdi-dance-pole:before{content:"󱕸"}.mdi-data-matrix:before{content:"󱔼"}.mdi-data-matrix-edit:before{content:"󱔽"}.mdi-data-matrix-minus:before{content:"󱔾"}.mdi-data-matrix-plus:before{content:"󱔿"}.mdi-data-matrix-remove:before{content:"󱕀"}.mdi-data-matrix-scan:before{content:"󱕁"}.mdi-database:before{content:"󰆼"}.mdi-database-alert:before{content:"󱘺"}.mdi-database-alert-outline:before{content:"󱘤"}.mdi-database-arrow-down:before{content:"󱘻"}.mdi-database-arrow-down-outline:before{content:"󱘥"}.mdi-database-arrow-left:before{content:"󱘼"}.mdi-database-arrow-left-outline:before{content:"󱘦"}.mdi-database-arrow-right:before{content:"󱘽"}.mdi-database-arrow-right-outline:before{content:"󱘧"}.mdi-database-arrow-up:before{content:"󱘾"}.mdi-database-arrow-up-outline:before{content:"󱘨"}.mdi-database-check:before{content:"󰪩"}.mdi-database-check-outline:before{content:"󱘩"}.mdi-database-clock:before{content:"󱘿"}.mdi-database-clock-outline:before{content:"󱘪"}.mdi-database-cog:before{content:"󱙋"}.mdi-database-cog-outline:before{content:"󱙌"}.mdi-database-edit:before{content:"󰮆"}.mdi-database-edit-outline:before{content:"󱘫"}.mdi-database-export:before{content:"󰥞"}.mdi-database-export-outline:before{content:"󱘬"}.mdi-database-eye:before{content:"󱤟"}.mdi-database-eye-off:before{content:"󱤠"}.mdi-database-eye-off-outline:before{content:"󱤡"}.mdi-database-eye-outline:before{content:"󱤢"}.mdi-database-import:before{content:"󰥝"}.mdi-database-import-outline:before{content:"󱘭"}.mdi-database-lock:before{content:"󰪪"}.mdi-database-lock-outline:before{content:"󱘮"}.mdi-database-marker:before{content:"󱋶"}.mdi-database-marker-outline:before{content:"󱘯"}.mdi-database-minus:before{content:"󰆻"}.mdi-database-minus-outline:before{content:"󱘰"}.mdi-database-off:before{content:"󱙀"}.mdi-database-off-outline:before{content:"󱘱"}.mdi-database-outline:before{content:"󱘲"}.mdi-database-plus:before{content:"󰆺"}.mdi-database-plus-outline:before{content:"󱘳"}.mdi-database-refresh:before{content:"󰗂"}.mdi-database-refresh-outline:before{content:"󱘴"}.mdi-database-remove:before{content:"󰴀"}.mdi-database-remove-outline:before{content:"󱘵"}.mdi-database-search:before{content:"󰡦"}.mdi-database-search-outline:before{content:"󱘶"}.mdi-database-settings:before{content:"󰴁"}.mdi-database-settings-outline:before{content:"󱘷"}.mdi-database-sync:before{content:"󰳿"}.mdi-database-sync-outline:before{content:"󱘸"}.mdi-death-star:before{content:"󰣘"}.mdi-death-star-variant:before{content:"󰣙"}.mdi-deathly-hallows:before{content:"󰮇"}.mdi-debian:before{content:"󰣚"}.mdi-debug-step-into:before{content:"󰆹"}.mdi-debug-step-out:before{content:"󰆸"}.mdi-debug-step-over:before{content:"󰆷"}.mdi-decagram:before{content:"󰝬"}.mdi-decagram-outline:before{content:"󰝭"}.mdi-decimal:before{content:"󱂡"}.mdi-decimal-comma:before{content:"󱂢"}.mdi-decimal-comma-decrease:before{content:"󱂣"}.mdi-decimal-comma-increase:before{content:"󱂤"}.mdi-decimal-decrease:before{content:"󰆶"}.mdi-decimal-increase:before{content:"󰆵"}.mdi-delete:before{content:"󰆴"}.mdi-delete-alert:before{content:"󱂥"}.mdi-delete-alert-outline:before{content:"󱂦"}.mdi-delete-circle:before{content:"󰚃"}.mdi-delete-circle-outline:before{content:"󰮈"}.mdi-delete-clock:before{content:"󱕖"}.mdi-delete-clock-outline:before{content:"󱕗"}.mdi-delete-empty:before{content:"󰛌"}.mdi-delete-empty-outline:before{content:"󰺝"}.mdi-delete-forever:before{content:"󰗨"}.mdi-delete-forever-outline:before{content:"󰮉"}.mdi-delete-off:before{content:"󱂧"}.mdi-delete-off-outline:before{content:"󱂨"}.mdi-delete-outline:before{content:"󰧧"}.mdi-delete-restore:before{content:"󰠙"}.mdi-delete-sweep:before{content:"󰗩"}.mdi-delete-sweep-outline:before{content:"󰱢"}.mdi-delete-variant:before{content:"󰆳"}.mdi-delta:before{content:"󰇂"}.mdi-desk:before{content:"󱈹"}.mdi-desk-lamp:before{content:"󰥟"}.mdi-desk-lamp-off:before{content:"󱬟"}.mdi-desk-lamp-on:before{content:"󱬠"}.mdi-deskphone:before{content:"󰇃"}.mdi-desktop-classic:before{content:"󰟀"}.mdi-desktop-tower:before{content:"󰇅"}.mdi-desktop-tower-monitor:before{content:"󰪫"}.mdi-details:before{content:"󰇆"}.mdi-dev-to:before{content:"󰵮"}.mdi-developer-board:before{content:"󰚗"}.mdi-deviantart:before{content:"󰇇"}.mdi-devices:before{content:"󰾰"}.mdi-dharmachakra:before{content:"󰥋"}.mdi-diabetes:before{content:"󱄦"}.mdi-dialpad:before{content:"󰘜"}.mdi-diameter:before{content:"󰱣"}.mdi-diameter-outline:before{content:"󰱤"}.mdi-diameter-variant:before{content:"󰱥"}.mdi-diamond:before{content:"󰮊"}.mdi-diamond-outline:before{content:"󰮋"}.mdi-diamond-stone:before{content:"󰇈"}.mdi-dice-1:before{content:"󰇊"}.mdi-dice-1-outline:before{content:"󱅊"}.mdi-dice-2:before{content:"󰇋"}.mdi-dice-2-outline:before{content:"󱅋"}.mdi-dice-3:before{content:"󰇌"}.mdi-dice-3-outline:before{content:"󱅌"}.mdi-dice-4:before{content:"󰇍"}.mdi-dice-4-outline:before{content:"󱅍"}.mdi-dice-5:before{content:"󰇎"}.mdi-dice-5-outline:before{content:"󱅎"}.mdi-dice-6:before{content:"󰇏"}.mdi-dice-6-outline:before{content:"󱅏"}.mdi-dice-d10:before{content:"󱅓"}.mdi-dice-d10-outline:before{content:"󰝯"}.mdi-dice-d12:before{content:"󱅔"}.mdi-dice-d12-outline:before{content:"󰡧"}.mdi-dice-d20:before{content:"󱅕"}.mdi-dice-d20-outline:before{content:"󰗪"}.mdi-dice-d4:before{content:"󱅐"}.mdi-dice-d4-outline:before{content:"󰗫"}.mdi-dice-d6:before{content:"󱅑"}.mdi-dice-d6-outline:before{content:"󰗭"}.mdi-dice-d8:before{content:"󱅒"}.mdi-dice-d8-outline:before{content:"󰗬"}.mdi-dice-multiple:before{content:"󰝮"}.mdi-dice-multiple-outline:before{content:"󱅖"}.mdi-digital-ocean:before{content:"󱈷"}.mdi-dip-switch:before{content:"󰟁"}.mdi-directions:before{content:"󰇐"}.mdi-directions-fork:before{content:"󰙁"}.mdi-disc:before{content:"󰗮"}.mdi-disc-alert:before{content:"󰇑"}.mdi-disc-player:before{content:"󰥠"}.mdi-dishwasher:before{content:"󰪬"}.mdi-dishwasher-alert:before{content:"󱆸"}.mdi-dishwasher-off:before{content:"󱆹"}.mdi-disqus:before{content:"󰇒"}.mdi-distribute-horizontal-center:before{content:"󱇉"}.mdi-distribute-horizontal-left:before{content:"󱇈"}.mdi-distribute-horizontal-right:before{content:"󱇊"}.mdi-distribute-vertical-bottom:before{content:"󱇋"}.mdi-distribute-vertical-center:before{content:"󱇌"}.mdi-distribute-vertical-top:before{content:"󱇍"}.mdi-diversify:before{content:"󱡷"}.mdi-diving:before{content:"󱥷"}.mdi-diving-flippers:before{content:"󰶿"}.mdi-diving-helmet:before{content:"󰷀"}.mdi-diving-scuba:before{content:"󱭷"}.mdi-diving-scuba-flag:before{content:"󰷂"}.mdi-diving-scuba-mask:before{content:"󰷁"}.mdi-diving-scuba-tank:before{content:"󰷃"}.mdi-diving-scuba-tank-multiple:before{content:"󰷄"}.mdi-diving-snorkel:before{content:"󰷅"}.mdi-division:before{content:"󰇔"}.mdi-division-box:before{content:"󰇕"}.mdi-dlna:before{content:"󰩁"}.mdi-dna:before{content:"󰚄"}.mdi-dns:before{content:"󰇖"}.mdi-dns-outline:before{content:"󰮌"}.mdi-dock-bottom:before{content:"󱂩"}.mdi-dock-left:before{content:"󱂪"}.mdi-dock-right:before{content:"󱂫"}.mdi-dock-top:before{content:"󱔓"}.mdi-dock-window:before{content:"󱂬"}.mdi-docker:before{content:"󰡨"}.mdi-doctor:before{content:"󰩂"}.mdi-dog:before{content:"󰩃"}.mdi-dog-service:before{content:"󰪭"}.mdi-dog-side:before{content:"󰩄"}.mdi-dog-side-off:before{content:"󱛮"}.mdi-dolby:before{content:"󰚳"}.mdi-dolly:before{content:"󰺞"}.mdi-dolphin:before{content:"󱢴"}.mdi-domain:before{content:"󰇗"}.mdi-domain-off:before{content:"󰵯"}.mdi-domain-plus:before{content:"󱂭"}.mdi-domain-remove:before{content:"󱂮"}.mdi-dome-light:before{content:"󱐞"}.mdi-domino-mask:before{content:"󱀣"}.mdi-donkey:before{content:"󰟂"}.mdi-door:before{content:"󰠚"}.mdi-door-closed:before{content:"󰠛"}.mdi-door-closed-lock:before{content:"󱂯"}.mdi-door-open:before{content:"󰠜"}.mdi-door-sliding:before{content:"󱠞"}.mdi-door-sliding-lock:before{content:"󱠟"}.mdi-door-sliding-open:before{content:"󱠠"}.mdi-doorbell:before{content:"󱋦"}.mdi-doorbell-video:before{content:"󰡩"}.mdi-dot-net:before{content:"󰪮"}.mdi-dots-circle:before{content:"󱥸"}.mdi-dots-grid:before{content:"󱗼"}.mdi-dots-hexagon:before{content:"󱗿"}.mdi-dots-horizontal:before{content:"󰇘"}.mdi-dots-horizontal-circle:before{content:"󰟃"}.mdi-dots-horizontal-circle-outline:before{content:"󰮍"}.mdi-dots-square:before{content:"󱗽"}.mdi-dots-triangle:before{content:"󱗾"}.mdi-dots-vertical:before{content:"󰇙"}.mdi-dots-vertical-circle:before{content:"󰟄"}.mdi-dots-vertical-circle-outline:before{content:"󰮎"}.mdi-download:before{content:"󰇚"}.mdi-download-box:before{content:"󱑢"}.mdi-download-box-outline:before{content:"󱑣"}.mdi-download-circle:before{content:"󱑤"}.mdi-download-circle-outline:before{content:"󱑥"}.mdi-download-lock:before{content:"󱌠"}.mdi-download-lock-outline:before{content:"󱌡"}.mdi-download-multiple:before{content:"󰧩"}.mdi-download-network:before{content:"󰛴"}.mdi-download-network-outline:before{content:"󰱦"}.mdi-download-off:before{content:"󱂰"}.mdi-download-off-outline:before{content:"󱂱"}.mdi-download-outline:before{content:"󰮏"}.mdi-drag:before{content:"󰇛"}.mdi-drag-horizontal:before{content:"󰇜"}.mdi-drag-horizontal-variant:before{content:"󱋰"}.mdi-drag-variant:before{content:"󰮐"}.mdi-drag-vertical:before{content:"󰇝"}.mdi-drag-vertical-variant:before{content:"󱋱"}.mdi-drama-masks:before{content:"󰴂"}.mdi-draw:before{content:"󰽉"}.mdi-draw-pen:before{content:"󱦹"}.mdi-drawing:before{content:"󰇞"}.mdi-drawing-box:before{content:"󰇟"}.mdi-dresser:before{content:"󰽊"}.mdi-dresser-outline:before{content:"󰽋"}.mdi-drone:before{content:"󰇢"}.mdi-dropbox:before{content:"󰇣"}.mdi-drupal:before{content:"󰇤"}.mdi-duck:before{content:"󰇥"}.mdi-dumbbell:before{content:"󰇦"}.mdi-dump-truck:before{content:"󰱧"}.mdi-ear-hearing:before{content:"󰟅"}.mdi-ear-hearing-loop:before{content:"󱫮"}.mdi-ear-hearing-off:before{content:"󰩅"}.mdi-earbuds:before{content:"󱡏"}.mdi-earbuds-off:before{content:"󱡐"}.mdi-earbuds-off-outline:before{content:"󱡑"}.mdi-earbuds-outline:before{content:"󱡒"}.mdi-earth:before{content:"󰇧"}.mdi-earth-arrow-right:before{content:"󱌑"}.mdi-earth-box:before{content:"󰛍"}.mdi-earth-box-minus:before{content:"󱐇"}.mdi-earth-box-off:before{content:"󰛎"}.mdi-earth-box-plus:before{content:"󱐆"}.mdi-earth-box-remove:before{content:"󱐈"}.mdi-earth-minus:before{content:"󱐄"}.mdi-earth-off:before{content:"󰇨"}.mdi-earth-plus:before{content:"󱐃"}.mdi-earth-remove:before{content:"󱐅"}.mdi-egg:before{content:"󰪯"}.mdi-egg-easter:before{content:"󰪰"}.mdi-egg-fried:before{content:"󱡊"}.mdi-egg-off:before{content:"󱏰"}.mdi-egg-off-outline:before{content:"󱏱"}.mdi-egg-outline:before{content:"󱏲"}.mdi-eiffel-tower:before{content:"󱕫"}.mdi-eight-track:before{content:"󰧪"}.mdi-eject:before{content:"󰇪"}.mdi-eject-circle:before{content:"󱬣"}.mdi-eject-circle-outline:before{content:"󱬤"}.mdi-eject-outline:before{content:"󰮑"}.mdi-electric-switch:before{content:"󰺟"}.mdi-electric-switch-closed:before{content:"󱃙"}.mdi-electron-framework:before{content:"󱀤"}.mdi-elephant:before{content:"󰟆"}.mdi-elevation-decline:before{content:"󰇫"}.mdi-elevation-rise:before{content:"󰇬"}.mdi-elevator:before{content:"󰇭"}.mdi-elevator-down:before{content:"󱋂"}.mdi-elevator-passenger:before{content:"󱎁"}.mdi-elevator-passenger-off:before{content:"󱥹"}.mdi-elevator-passenger-off-outline:before{content:"󱥺"}.mdi-elevator-passenger-outline:before{content:"󱥻"}.mdi-elevator-up:before{content:"󱋁"}.mdi-ellipse:before{content:"󰺠"}.mdi-ellipse-outline:before{content:"󰺡"}.mdi-email:before{content:"󰇮"}.mdi-email-alert:before{content:"󰛏"}.mdi-email-alert-outline:before{content:"󰵂"}.mdi-email-arrow-left:before{content:"󱃚"}.mdi-email-arrow-left-outline:before{content:"󱃛"}.mdi-email-arrow-right:before{content:"󱃜"}.mdi-email-arrow-right-outline:before{content:"󱃝"}.mdi-email-box:before{content:"󰴃"}.mdi-email-check:before{content:"󰪱"}.mdi-email-check-outline:before{content:"󰪲"}.mdi-email-edit:before{content:"󰻣"}.mdi-email-edit-outline:before{content:"󰻤"}.mdi-email-fast:before{content:"󱡯"}.mdi-email-fast-outline:before{content:"󱡰"}.mdi-email-lock:before{content:"󰇱"}.mdi-email-lock-outline:before{content:"󱭡"}.mdi-email-mark-as-unread:before{content:"󰮒"}.mdi-email-minus:before{content:"󰻥"}.mdi-email-minus-outline:before{content:"󰻦"}.mdi-email-multiple:before{content:"󰻧"}.mdi-email-multiple-outline:before{content:"󰻨"}.mdi-email-newsletter:before{content:"󰾱"}.mdi-email-off:before{content:"󱏣"}.mdi-email-off-outline:before{content:"󱏤"}.mdi-email-open:before{content:"󰇯"}.mdi-email-open-multiple:before{content:"󰻩"}.mdi-email-open-multiple-outline:before{content:"󰻪"}.mdi-email-open-outline:before{content:"󰗯"}.mdi-email-outline:before{content:"󰇰"}.mdi-email-plus:before{content:"󰧫"}.mdi-email-plus-outline:before{content:"󰧬"}.mdi-email-remove:before{content:"󱙡"}.mdi-email-remove-outline:before{content:"󱙢"}.mdi-email-seal:before{content:"󱥛"}.mdi-email-seal-outline:before{content:"󱥜"}.mdi-email-search:before{content:"󰥡"}.mdi-email-search-outline:before{content:"󰥢"}.mdi-email-sync:before{content:"󱋇"}.mdi-email-sync-outline:before{content:"󱋈"}.mdi-email-variant:before{content:"󰗰"}.mdi-ember:before{content:"󰬰"}.mdi-emby:before{content:"󰚴"}.mdi-emoticon:before{content:"󰱨"}.mdi-emoticon-angry:before{content:"󰱩"}.mdi-emoticon-angry-outline:before{content:"󰱪"}.mdi-emoticon-confused:before{content:"󱃞"}.mdi-emoticon-confused-outline:before{content:"󱃟"}.mdi-emoticon-cool:before{content:"󰱫"}.mdi-emoticon-cool-outline:before{content:"󰇳"}.mdi-emoticon-cry:before{content:"󰱬"}.mdi-emoticon-cry-outline:before{content:"󰱭"}.mdi-emoticon-dead:before{content:"󰱮"}.mdi-emoticon-dead-outline:before{content:"󰚛"}.mdi-emoticon-devil:before{content:"󰱯"}.mdi-emoticon-devil-outline:before{content:"󰇴"}.mdi-emoticon-excited:before{content:"󰱰"}.mdi-emoticon-excited-outline:before{content:"󰚜"}.mdi-emoticon-frown:before{content:"󰽌"}.mdi-emoticon-frown-outline:before{content:"󰽍"}.mdi-emoticon-happy:before{content:"󰱱"}.mdi-emoticon-happy-outline:before{content:"󰇵"}.mdi-emoticon-kiss:before{content:"󰱲"}.mdi-emoticon-kiss-outline:before{content:"󰱳"}.mdi-emoticon-lol:before{content:"󱈔"}.mdi-emoticon-lol-outline:before{content:"󱈕"}.mdi-emoticon-neutral:before{content:"󰱴"}.mdi-emoticon-neutral-outline:before{content:"󰇶"}.mdi-emoticon-outline:before{content:"󰇲"}.mdi-emoticon-poop:before{content:"󰇷"}.mdi-emoticon-poop-outline:before{content:"󰱵"}.mdi-emoticon-sad:before{content:"󰱶"}.mdi-emoticon-sad-outline:before{content:"󰇸"}.mdi-emoticon-sick:before{content:"󱕼"}.mdi-emoticon-sick-outline:before{content:"󱕽"}.mdi-emoticon-tongue:before{content:"󰇹"}.mdi-emoticon-tongue-outline:before{content:"󰱷"}.mdi-emoticon-wink:before{content:"󰱸"}.mdi-emoticon-wink-outline:before{content:"󰱹"}.mdi-engine:before{content:"󰇺"}.mdi-engine-off:before{content:"󰩆"}.mdi-engine-off-outline:before{content:"󰩇"}.mdi-engine-outline:before{content:"󰇻"}.mdi-epsilon:before{content:"󱃠"}.mdi-equal:before{content:"󰇼"}.mdi-equal-box:before{content:"󰇽"}.mdi-equalizer:before{content:"󰺢"}.mdi-equalizer-outline:before{content:"󰺣"}.mdi-eraser:before{content:"󰇾"}.mdi-eraser-variant:before{content:"󰙂"}.mdi-escalator:before{content:"󰇿"}.mdi-escalator-box:before{content:"󱎙"}.mdi-escalator-down:before{content:"󱋀"}.mdi-escalator-up:before{content:"󱊿"}.mdi-eslint:before{content:"󰱺"}.mdi-et:before{content:"󰪳"}.mdi-ethereum:before{content:"󰡪"}.mdi-ethernet:before{content:"󰈀"}.mdi-ethernet-cable:before{content:"󰈁"}.mdi-ethernet-cable-off:before{content:"󰈂"}.mdi-ev-plug-ccs1:before{content:"󱔙"}.mdi-ev-plug-ccs2:before{content:"󱔚"}.mdi-ev-plug-chademo:before{content:"󱔛"}.mdi-ev-plug-tesla:before{content:"󱔜"}.mdi-ev-plug-type1:before{content:"󱔝"}.mdi-ev-plug-type2:before{content:"󱔞"}.mdi-ev-station:before{content:"󰗱"}.mdi-evernote:before{content:"󰈄"}.mdi-excavator:before{content:"󱀥"}.mdi-exclamation:before{content:"󰈅"}.mdi-exclamation-thick:before{content:"󱈸"}.mdi-exit-run:before{content:"󰩈"}.mdi-exit-to-app:before{content:"󰈆"}.mdi-expand-all:before{content:"󰪴"}.mdi-expand-all-outline:before{content:"󰪵"}.mdi-expansion-card:before{content:"󰢮"}.mdi-expansion-card-variant:before{content:"󰾲"}.mdi-exponent:before{content:"󰥣"}.mdi-exponent-box:before{content:"󰥤"}.mdi-export:before{content:"󰈇"}.mdi-export-variant:before{content:"󰮓"}.mdi-eye:before{content:"󰈈"}.mdi-eye-arrow-left:before{content:"󱣽"}.mdi-eye-arrow-left-outline:before{content:"󱣾"}.mdi-eye-arrow-right:before{content:"󱣿"}.mdi-eye-arrow-right-outline:before{content:"󱤀"}.mdi-eye-check:before{content:"󰴄"}.mdi-eye-check-outline:before{content:"󰴅"}.mdi-eye-circle:before{content:"󰮔"}.mdi-eye-circle-outline:before{content:"󰮕"}.mdi-eye-minus:before{content:"󱀦"}.mdi-eye-minus-outline:before{content:"󱀧"}.mdi-eye-off:before{content:"󰈉"}.mdi-eye-off-outline:before{content:"󰛑"}.mdi-eye-outline:before{content:"󰛐"}.mdi-eye-plus:before{content:"󰡫"}.mdi-eye-plus-outline:before{content:"󰡬"}.mdi-eye-refresh:before{content:"󱥼"}.mdi-eye-refresh-outline:before{content:"󱥽"}.mdi-eye-remove:before{content:"󱗣"}.mdi-eye-remove-outline:before{content:"󱗤"}.mdi-eye-settings:before{content:"󰡭"}.mdi-eye-settings-outline:before{content:"󰡮"}.mdi-eyedropper:before{content:"󰈊"}.mdi-eyedropper-minus:before{content:"󱏝"}.mdi-eyedropper-off:before{content:"󱏟"}.mdi-eyedropper-plus:before{content:"󱏜"}.mdi-eyedropper-remove:before{content:"󱏞"}.mdi-eyedropper-variant:before{content:"󰈋"}.mdi-face-agent:before{content:"󰵰"}.mdi-face-man:before{content:"󰙃"}.mdi-face-man-outline:before{content:"󰮖"}.mdi-face-man-profile:before{content:"󰙄"}.mdi-face-man-shimmer:before{content:"󱗌"}.mdi-face-man-shimmer-outline:before{content:"󱗍"}.mdi-face-mask:before{content:"󱖆"}.mdi-face-mask-outline:before{content:"󱖇"}.mdi-face-recognition:before{content:"󰱻"}.mdi-face-woman:before{content:"󱁷"}.mdi-face-woman-outline:before{content:"󱁸"}.mdi-face-woman-profile:before{content:"󱁶"}.mdi-face-woman-shimmer:before{content:"󱗎"}.mdi-face-woman-shimmer-outline:before{content:"󱗏"}.mdi-facebook:before{content:"󰈌"}.mdi-facebook-gaming:before{content:"󰟝"}.mdi-facebook-messenger:before{content:"󰈎"}.mdi-facebook-workplace:before{content:"󰬱"}.mdi-factory:before{content:"󰈏"}.mdi-family-tree:before{content:"󱘎"}.mdi-fan:before{content:"󰈐"}.mdi-fan-alert:before{content:"󱑬"}.mdi-fan-auto:before{content:"󱜝"}.mdi-fan-chevron-down:before{content:"󱑭"}.mdi-fan-chevron-up:before{content:"󱑮"}.mdi-fan-clock:before{content:"󱨺"}.mdi-fan-minus:before{content:"󱑰"}.mdi-fan-off:before{content:"󰠝"}.mdi-fan-plus:before{content:"󱑯"}.mdi-fan-remove:before{content:"󱑱"}.mdi-fan-speed-1:before{content:"󱑲"}.mdi-fan-speed-2:before{content:"󱑳"}.mdi-fan-speed-3:before{content:"󱑴"}.mdi-fast-forward:before{content:"󰈑"}.mdi-fast-forward-10:before{content:"󰵱"}.mdi-fast-forward-15:before{content:"󱤺"}.mdi-fast-forward-30:before{content:"󰴆"}.mdi-fast-forward-45:before{content:"󱬒"}.mdi-fast-forward-5:before{content:"󱇸"}.mdi-fast-forward-60:before{content:"󱘋"}.mdi-fast-forward-outline:before{content:"󰛒"}.mdi-faucet:before{content:"󱬩"}.mdi-faucet-variant:before{content:"󱬪"}.mdi-fax:before{content:"󰈒"}.mdi-feather:before{content:"󰛓"}.mdi-feature-search:before{content:"󰩉"}.mdi-feature-search-outline:before{content:"󰩊"}.mdi-fedora:before{content:"󰣛"}.mdi-fence:before{content:"󱞚"}.mdi-fence-electric:before{content:"󱟶"}.mdi-fencing:before{content:"󱓁"}.mdi-ferris-wheel:before{content:"󰺤"}.mdi-ferry:before{content:"󰈓"}.mdi-file:before{content:"󰈔"}.mdi-file-account:before{content:"󰜻"}.mdi-file-account-outline:before{content:"󱀨"}.mdi-file-alert:before{content:"󰩋"}.mdi-file-alert-outline:before{content:"󰩌"}.mdi-file-arrow-left-right:before{content:"󱪓"}.mdi-file-arrow-left-right-outline:before{content:"󱪔"}.mdi-file-arrow-up-down:before{content:"󱪕"}.mdi-file-arrow-up-down-outline:before{content:"󱪖"}.mdi-file-cabinet:before{content:"󰪶"}.mdi-file-cad:before{content:"󰻫"}.mdi-file-cad-box:before{content:"󰻬"}.mdi-file-cancel:before{content:"󰷆"}.mdi-file-cancel-outline:before{content:"󰷇"}.mdi-file-certificate:before{content:"󱆆"}.mdi-file-certificate-outline:before{content:"󱆇"}.mdi-file-chart:before{content:"󰈕"}.mdi-file-chart-check:before{content:"󱧆"}.mdi-file-chart-check-outline:before{content:"󱧇"}.mdi-file-chart-outline:before{content:"󱀩"}.mdi-file-check:before{content:"󰈖"}.mdi-file-check-outline:before{content:"󰸩"}.mdi-file-clock:before{content:"󱋡"}.mdi-file-clock-outline:before{content:"󱋢"}.mdi-file-cloud:before{content:"󰈗"}.mdi-file-cloud-outline:before{content:"󱀪"}.mdi-file-code:before{content:"󰈮"}.mdi-file-code-outline:before{content:"󱀫"}.mdi-file-cog:before{content:"󱁻"}.mdi-file-cog-outline:before{content:"󱁼"}.mdi-file-compare:before{content:"󰢪"}.mdi-file-delimited:before{content:"󰈘"}.mdi-file-delimited-outline:before{content:"󰺥"}.mdi-file-document:before{content:"󰈙"}.mdi-file-document-alert:before{content:"󱪗"}.mdi-file-document-alert-outline:before{content:"󱪘"}.mdi-file-document-check:before{content:"󱪙"}.mdi-file-document-check-outline:before{content:"󱪚"}.mdi-file-document-edit:before{content:"󰷈"}.mdi-file-document-edit-outline:before{content:"󰷉"}.mdi-file-document-minus:before{content:"󱪛"}.mdi-file-document-minus-outline:before{content:"󱪜"}.mdi-file-document-multiple:before{content:"󱔗"}.mdi-file-document-multiple-outline:before{content:"󱔘"}.mdi-file-document-outline:before{content:"󰧮"}.mdi-file-document-plus:before{content:"󱪝"}.mdi-file-document-plus-outline:before{content:"󱪞"}.mdi-file-document-remove:before{content:"󱪟"}.mdi-file-document-remove-outline:before{content:"󱪠"}.mdi-file-download:before{content:"󰥥"}.mdi-file-download-outline:before{content:"󰥦"}.mdi-file-edit:before{content:"󱇧"}.mdi-file-edit-outline:before{content:"󱇨"}.mdi-file-excel:before{content:"󰈛"}.mdi-file-excel-box:before{content:"󰈜"}.mdi-file-excel-box-outline:before{content:"󱀬"}.mdi-file-excel-outline:before{content:"󱀭"}.mdi-file-export:before{content:"󰈝"}.mdi-file-export-outline:before{content:"󱀮"}.mdi-file-eye:before{content:"󰷊"}.mdi-file-eye-outline:before{content:"󰷋"}.mdi-file-find:before{content:"󰈞"}.mdi-file-find-outline:before{content:"󰮗"}.mdi-file-gif-box:before{content:"󰵸"}.mdi-file-hidden:before{content:"󰘓"}.mdi-file-image:before{content:"󰈟"}.mdi-file-image-marker:before{content:"󱝲"}.mdi-file-image-marker-outline:before{content:"󱝳"}.mdi-file-image-minus:before{content:"󱤻"}.mdi-file-image-minus-outline:before{content:"󱤼"}.mdi-file-image-outline:before{content:"󰺰"}.mdi-file-image-plus:before{content:"󱤽"}.mdi-file-image-plus-outline:before{content:"󱤾"}.mdi-file-image-remove:before{content:"󱤿"}.mdi-file-image-remove-outline:before{content:"󱥀"}.mdi-file-import:before{content:"󰈠"}.mdi-file-import-outline:before{content:"󱀯"}.mdi-file-jpg-box:before{content:"󰈥"}.mdi-file-key:before{content:"󱆄"}.mdi-file-key-outline:before{content:"󱆅"}.mdi-file-link:before{content:"󱅷"}.mdi-file-link-outline:before{content:"󱅸"}.mdi-file-lock:before{content:"󰈡"}.mdi-file-lock-open:before{content:"󱧈"}.mdi-file-lock-open-outline:before{content:"󱧉"}.mdi-file-lock-outline:before{content:"󱀰"}.mdi-file-marker:before{content:"󱝴"}.mdi-file-marker-outline:before{content:"󱝵"}.mdi-file-minus:before{content:"󱪡"}.mdi-file-minus-outline:before{content:"󱪢"}.mdi-file-move:before{content:"󰪹"}.mdi-file-move-outline:before{content:"󱀱"}.mdi-file-multiple:before{content:"󰈢"}.mdi-file-multiple-outline:before{content:"󱀲"}.mdi-file-music:before{content:"󰈣"}.mdi-file-music-outline:before{content:"󰸪"}.mdi-file-outline:before{content:"󰈤"}.mdi-file-pdf-box:before{content:"󰈦"}.mdi-file-percent:before{content:"󰠞"}.mdi-file-percent-outline:before{content:"󱀳"}.mdi-file-phone:before{content:"󱅹"}.mdi-file-phone-outline:before{content:"󱅺"}.mdi-file-plus:before{content:"󰝒"}.mdi-file-plus-outline:before{content:"󰻭"}.mdi-file-png-box:before{content:"󰸭"}.mdi-file-powerpoint:before{content:"󰈧"}.mdi-file-powerpoint-box:before{content:"󰈨"}.mdi-file-powerpoint-box-outline:before{content:"󱀴"}.mdi-file-powerpoint-outline:before{content:"󱀵"}.mdi-file-presentation-box:before{content:"󰈩"}.mdi-file-question:before{content:"󰡯"}.mdi-file-question-outline:before{content:"󱀶"}.mdi-file-refresh:before{content:"󰤘"}.mdi-file-refresh-outline:before{content:"󰕁"}.mdi-file-remove:before{content:"󰮘"}.mdi-file-remove-outline:before{content:"󱀷"}.mdi-file-replace:before{content:"󰬲"}.mdi-file-replace-outline:before{content:"󰬳"}.mdi-file-restore:before{content:"󰙰"}.mdi-file-restore-outline:before{content:"󱀸"}.mdi-file-rotate-left:before{content:"󱨻"}.mdi-file-rotate-left-outline:before{content:"󱨼"}.mdi-file-rotate-right:before{content:"󱨽"}.mdi-file-rotate-right-outline:before{content:"󱨾"}.mdi-file-search:before{content:"󰱼"}.mdi-file-search-outline:before{content:"󰱽"}.mdi-file-send:before{content:"󰈪"}.mdi-file-send-outline:before{content:"󱀹"}.mdi-file-settings:before{content:"󱁹"}.mdi-file-settings-outline:before{content:"󱁺"}.mdi-file-sign:before{content:"󱧃"}.mdi-file-star:before{content:"󱀺"}.mdi-file-star-outline:before{content:"󱀻"}.mdi-file-swap:before{content:"󰾴"}.mdi-file-swap-outline:before{content:"󰾵"}.mdi-file-sync:before{content:"󱈖"}.mdi-file-sync-outline:before{content:"󱈗"}.mdi-file-table:before{content:"󰱾"}.mdi-file-table-box:before{content:"󱃡"}.mdi-file-table-box-multiple:before{content:"󱃢"}.mdi-file-table-box-multiple-outline:before{content:"󱃣"}.mdi-file-table-box-outline:before{content:"󱃤"}.mdi-file-table-outline:before{content:"󰱿"}.mdi-file-tree:before{content:"󰙅"}.mdi-file-tree-outline:before{content:"󱏒"}.mdi-file-undo:before{content:"󰣜"}.mdi-file-undo-outline:before{content:"󱀼"}.mdi-file-upload:before{content:"󰩍"}.mdi-file-upload-outline:before{content:"󰩎"}.mdi-file-video:before{content:"󰈫"}.mdi-file-video-outline:before{content:"󰸬"}.mdi-file-word:before{content:"󰈬"}.mdi-file-word-box:before{content:"󰈭"}.mdi-file-word-box-outline:before{content:"󱀽"}.mdi-file-word-outline:before{content:"󱀾"}.mdi-file-xml-box:before{content:"󱭋"}.mdi-film:before{content:"󰈯"}.mdi-filmstrip:before{content:"󰈰"}.mdi-filmstrip-box:before{content:"󰌲"}.mdi-filmstrip-box-multiple:before{content:"󰴘"}.mdi-filmstrip-off:before{content:"󰈱"}.mdi-filter:before{content:"󰈲"}.mdi-filter-check:before{content:"󱣬"}.mdi-filter-check-outline:before{content:"󱣭"}.mdi-filter-cog:before{content:"󱪣"}.mdi-filter-cog-outline:before{content:"󱪤"}.mdi-filter-menu:before{content:"󱃥"}.mdi-filter-menu-outline:before{content:"󱃦"}.mdi-filter-minus:before{content:"󰻮"}.mdi-filter-minus-outline:before{content:"󰻯"}.mdi-filter-multiple:before{content:"󱨿"}.mdi-filter-multiple-outline:before{content:"󱩀"}.mdi-filter-off:before{content:"󱓯"}.mdi-filter-off-outline:before{content:"󱓰"}.mdi-filter-outline:before{content:"󰈳"}.mdi-filter-plus:before{content:"󰻰"}.mdi-filter-plus-outline:before{content:"󰻱"}.mdi-filter-remove:before{content:"󰈴"}.mdi-filter-remove-outline:before{content:"󰈵"}.mdi-filter-settings:before{content:"󱪥"}.mdi-filter-settings-outline:before{content:"󱪦"}.mdi-filter-variant:before{content:"󰈶"}.mdi-filter-variant-minus:before{content:"󱄒"}.mdi-filter-variant-plus:before{content:"󱄓"}.mdi-filter-variant-remove:before{content:"󱀿"}.mdi-finance:before{content:"󰠟"}.mdi-find-replace:before{content:"󰛔"}.mdi-fingerprint:before{content:"󰈷"}.mdi-fingerprint-off:before{content:"󰺱"}.mdi-fire:before{content:"󰈸"}.mdi-fire-alert:before{content:"󱗗"}.mdi-fire-circle:before{content:"󱠇"}.mdi-fire-extinguisher:before{content:"󰻲"}.mdi-fire-hydrant:before{content:"󱄷"}.mdi-fire-hydrant-alert:before{content:"󱄸"}.mdi-fire-hydrant-off:before{content:"󱄹"}.mdi-fire-off:before{content:"󱜢"}.mdi-fire-truck:before{content:"󰢫"}.mdi-firebase:before{content:"󰥧"}.mdi-firefox:before{content:"󰈹"}.mdi-fireplace:before{content:"󰸮"}.mdi-fireplace-off:before{content:"󰸯"}.mdi-firewire:before{content:"󰖾"}.mdi-firework:before{content:"󰸰"}.mdi-firework-off:before{content:"󱜣"}.mdi-fish:before{content:"󰈺"}.mdi-fish-off:before{content:"󱏳"}.mdi-fishbowl:before{content:"󰻳"}.mdi-fishbowl-outline:before{content:"󰻴"}.mdi-fit-to-page:before{content:"󰻵"}.mdi-fit-to-page-outline:before{content:"󰻶"}.mdi-fit-to-screen:before{content:"󱣴"}.mdi-fit-to-screen-outline:before{content:"󱣵"}.mdi-flag:before{content:"󰈻"}.mdi-flag-checkered:before{content:"󰈼"}.mdi-flag-minus:before{content:"󰮙"}.mdi-flag-minus-outline:before{content:"󱂲"}.mdi-flag-off:before{content:"󱣮"}.mdi-flag-off-outline:before{content:"󱣯"}.mdi-flag-outline:before{content:"󰈽"}.mdi-flag-plus:before{content:"󰮚"}.mdi-flag-plus-outline:before{content:"󱂳"}.mdi-flag-remove:before{content:"󰮛"}.mdi-flag-remove-outline:before{content:"󱂴"}.mdi-flag-triangle:before{content:"󰈿"}.mdi-flag-variant:before{content:"󰉀"}.mdi-flag-variant-minus:before{content:"󱮴"}.mdi-flag-variant-minus-outline:before{content:"󱮵"}.mdi-flag-variant-off:before{content:"󱮰"}.mdi-flag-variant-off-outline:before{content:"󱮱"}.mdi-flag-variant-outline:before{content:"󰈾"}.mdi-flag-variant-plus:before{content:"󱮲"}.mdi-flag-variant-plus-outline:before{content:"󱮳"}.mdi-flag-variant-remove:before{content:"󱮶"}.mdi-flag-variant-remove-outline:before{content:"󱮷"}.mdi-flare:before{content:"󰵲"}.mdi-flash:before{content:"󰉁"}.mdi-flash-alert:before{content:"󰻷"}.mdi-flash-alert-outline:before{content:"󰻸"}.mdi-flash-auto:before{content:"󰉂"}.mdi-flash-off:before{content:"󰉃"}.mdi-flash-off-outline:before{content:"󱭅"}.mdi-flash-outline:before{content:"󰛕"}.mdi-flash-red-eye:before{content:"󰙻"}.mdi-flash-triangle:before{content:"󱬝"}.mdi-flash-triangle-outline:before{content:"󱬞"}.mdi-flashlight:before{content:"󰉄"}.mdi-flashlight-off:before{content:"󰉅"}.mdi-flask:before{content:"󰂓"}.mdi-flask-empty:before{content:"󰂔"}.mdi-flask-empty-minus:before{content:"󱈺"}.mdi-flask-empty-minus-outline:before{content:"󱈻"}.mdi-flask-empty-off:before{content:"󱏴"}.mdi-flask-empty-off-outline:before{content:"󱏵"}.mdi-flask-empty-outline:before{content:"󰂕"}.mdi-flask-empty-plus:before{content:"󱈼"}.mdi-flask-empty-plus-outline:before{content:"󱈽"}.mdi-flask-empty-remove:before{content:"󱈾"}.mdi-flask-empty-remove-outline:before{content:"󱈿"}.mdi-flask-minus:before{content:"󱉀"}.mdi-flask-minus-outline:before{content:"󱉁"}.mdi-flask-off:before{content:"󱏶"}.mdi-flask-off-outline:before{content:"󱏷"}.mdi-flask-outline:before{content:"󰂖"}.mdi-flask-plus:before{content:"󱉂"}.mdi-flask-plus-outline:before{content:"󱉃"}.mdi-flask-remove:before{content:"󱉄"}.mdi-flask-remove-outline:before{content:"󱉅"}.mdi-flask-round-bottom:before{content:"󱉋"}.mdi-flask-round-bottom-empty:before{content:"󱉌"}.mdi-flask-round-bottom-empty-outline:before{content:"󱉍"}.mdi-flask-round-bottom-outline:before{content:"󱉎"}.mdi-fleur-de-lis:before{content:"󱌃"}.mdi-flip-horizontal:before{content:"󱃧"}.mdi-flip-to-back:before{content:"󰉇"}.mdi-flip-to-front:before{content:"󰉈"}.mdi-flip-vertical:before{content:"󱃨"}.mdi-floor-lamp:before{content:"󰣝"}.mdi-floor-lamp-dual:before{content:"󱁀"}.mdi-floor-lamp-dual-outline:before{content:"󱟎"}.mdi-floor-lamp-outline:before{content:"󱟈"}.mdi-floor-lamp-torchiere:before{content:"󱝇"}.mdi-floor-lamp-torchiere-outline:before{content:"󱟖"}.mdi-floor-lamp-torchiere-variant:before{content:"󱁁"}.mdi-floor-lamp-torchiere-variant-outline:before{content:"󱟏"}.mdi-floor-plan:before{content:"󰠡"}.mdi-floppy:before{content:"󰉉"}.mdi-floppy-variant:before{content:"󰧯"}.mdi-flower:before{content:"󰉊"}.mdi-flower-outline:before{content:"󰧰"}.mdi-flower-pollen:before{content:"󱢅"}.mdi-flower-pollen-outline:before{content:"󱢆"}.mdi-flower-poppy:before{content:"󰴈"}.mdi-flower-tulip:before{content:"󰧱"}.mdi-flower-tulip-outline:before{content:"󰧲"}.mdi-focus-auto:before{content:"󰽎"}.mdi-focus-field:before{content:"󰽏"}.mdi-focus-field-horizontal:before{content:"󰽐"}.mdi-focus-field-vertical:before{content:"󰽑"}.mdi-folder:before{content:"󰉋"}.mdi-folder-account:before{content:"󰉌"}.mdi-folder-account-outline:before{content:"󰮜"}.mdi-folder-alert:before{content:"󰷌"}.mdi-folder-alert-outline:before{content:"󰷍"}.mdi-folder-arrow-down:before{content:"󱧨"}.mdi-folder-arrow-down-outline:before{content:"󱧩"}.mdi-folder-arrow-left:before{content:"󱧪"}.mdi-folder-arrow-left-outline:before{content:"󱧫"}.mdi-folder-arrow-left-right:before{content:"󱧬"}.mdi-folder-arrow-left-right-outline:before{content:"󱧭"}.mdi-folder-arrow-right:before{content:"󱧮"}.mdi-folder-arrow-right-outline:before{content:"󱧯"}.mdi-folder-arrow-up:before{content:"󱧰"}.mdi-folder-arrow-up-down:before{content:"󱧱"}.mdi-folder-arrow-up-down-outline:before{content:"󱧲"}.mdi-folder-arrow-up-outline:before{content:"󱧳"}.mdi-folder-cancel:before{content:"󱧴"}.mdi-folder-cancel-outline:before{content:"󱧵"}.mdi-folder-check:before{content:"󱥾"}.mdi-folder-check-outline:before{content:"󱥿"}.mdi-folder-clock:before{content:"󰪺"}.mdi-folder-clock-outline:before{content:"󰪻"}.mdi-folder-cog:before{content:"󱁿"}.mdi-folder-cog-outline:before{content:"󱂀"}.mdi-folder-download:before{content:"󰉍"}.mdi-folder-download-outline:before{content:"󱃩"}.mdi-folder-edit:before{content:"󰣞"}.mdi-folder-edit-outline:before{content:"󰷎"}.mdi-folder-eye:before{content:"󱞊"}.mdi-folder-eye-outline:before{content:"󱞋"}.mdi-folder-file:before{content:"󱧶"}.mdi-folder-file-outline:before{content:"󱧷"}.mdi-folder-google-drive:before{content:"󰉎"}.mdi-folder-heart:before{content:"󱃪"}.mdi-folder-heart-outline:before{content:"󱃫"}.mdi-folder-hidden:before{content:"󱞞"}.mdi-folder-home:before{content:"󱂵"}.mdi-folder-home-outline:before{content:"󱂶"}.mdi-folder-image:before{content:"󰉏"}.mdi-folder-information:before{content:"󱂷"}.mdi-folder-information-outline:before{content:"󱂸"}.mdi-folder-key:before{content:"󰢬"}.mdi-folder-key-network:before{content:"󰢭"}.mdi-folder-key-network-outline:before{content:"󰲀"}.mdi-folder-key-outline:before{content:"󱃬"}.mdi-folder-lock:before{content:"󰉐"}.mdi-folder-lock-open:before{content:"󰉑"}.mdi-folder-lock-open-outline:before{content:"󱪧"}.mdi-folder-lock-outline:before{content:"󱪨"}.mdi-folder-marker:before{content:"󱉭"}.mdi-folder-marker-outline:before{content:"󱉮"}.mdi-folder-minus:before{content:"󱭉"}.mdi-folder-minus-outline:before{content:"󱭊"}.mdi-folder-move:before{content:"󰉒"}.mdi-folder-move-outline:before{content:"󱉆"}.mdi-folder-multiple:before{content:"󰉓"}.mdi-folder-multiple-image:before{content:"󰉔"}.mdi-folder-multiple-outline:before{content:"󰉕"}.mdi-folder-multiple-plus:before{content:"󱑾"}.mdi-folder-multiple-plus-outline:before{content:"󱑿"}.mdi-folder-music:before{content:"󱍙"}.mdi-folder-music-outline:before{content:"󱍚"}.mdi-folder-network:before{content:"󰡰"}.mdi-folder-network-outline:before{content:"󰲁"}.mdi-folder-off:before{content:"󱧸"}.mdi-folder-off-outline:before{content:"󱧹"}.mdi-folder-open:before{content:"󰝰"}.mdi-folder-open-outline:before{content:"󰷏"}.mdi-folder-outline:before{content:"󰉖"}.mdi-folder-play:before{content:"󱧺"}.mdi-folder-play-outline:before{content:"󱧻"}.mdi-folder-plus:before{content:"󰉗"}.mdi-folder-plus-outline:before{content:"󰮝"}.mdi-folder-pound:before{content:"󰴉"}.mdi-folder-pound-outline:before{content:"󰴊"}.mdi-folder-question:before{content:"󱧊"}.mdi-folder-question-outline:before{content:"󱧋"}.mdi-folder-refresh:before{content:"󰝉"}.mdi-folder-refresh-outline:before{content:"󰕂"}.mdi-folder-remove:before{content:"󰉘"}.mdi-folder-remove-outline:before{content:"󰮞"}.mdi-folder-search:before{content:"󰥨"}.mdi-folder-search-outline:before{content:"󰥩"}.mdi-folder-settings:before{content:"󱁽"}.mdi-folder-settings-outline:before{content:"󱁾"}.mdi-folder-star:before{content:"󰚝"}.mdi-folder-star-multiple:before{content:"󱏓"}.mdi-folder-star-multiple-outline:before{content:"󱏔"}.mdi-folder-star-outline:before{content:"󰮟"}.mdi-folder-swap:before{content:"󰾶"}.mdi-folder-swap-outline:before{content:"󰾷"}.mdi-folder-sync:before{content:"󰴋"}.mdi-folder-sync-outline:before{content:"󰴌"}.mdi-folder-table:before{content:"󱋣"}.mdi-folder-table-outline:before{content:"󱋤"}.mdi-folder-text:before{content:"󰲂"}.mdi-folder-text-outline:before{content:"󰲃"}.mdi-folder-upload:before{content:"󰉙"}.mdi-folder-upload-outline:before{content:"󱃭"}.mdi-folder-wrench:before{content:"󱧼"}.mdi-folder-wrench-outline:before{content:"󱧽"}.mdi-folder-zip:before{content:"󰛫"}.mdi-folder-zip-outline:before{content:"󰞹"}.mdi-font-awesome:before{content:"󰀺"}.mdi-food:before{content:"󰉚"}.mdi-food-apple:before{content:"󰉛"}.mdi-food-apple-outline:before{content:"󰲄"}.mdi-food-croissant:before{content:"󰟈"}.mdi-food-drumstick:before{content:"󱐟"}.mdi-food-drumstick-off:before{content:"󱑨"}.mdi-food-drumstick-off-outline:before{content:"󱑩"}.mdi-food-drumstick-outline:before{content:"󱐠"}.mdi-food-fork-drink:before{content:"󰗲"}.mdi-food-halal:before{content:"󱕲"}.mdi-food-hot-dog:before{content:"󱡋"}.mdi-food-kosher:before{content:"󱕳"}.mdi-food-off:before{content:"󰗳"}.mdi-food-off-outline:before{content:"󱤕"}.mdi-food-outline:before{content:"󱤖"}.mdi-food-steak:before{content:"󱑪"}.mdi-food-steak-off:before{content:"󱑫"}.mdi-food-takeout-box:before{content:"󱠶"}.mdi-food-takeout-box-outline:before{content:"󱠷"}.mdi-food-turkey:before{content:"󱜜"}.mdi-food-variant:before{content:"󰉜"}.mdi-food-variant-off:before{content:"󱏥"}.mdi-foot-print:before{content:"󰽒"}.mdi-football:before{content:"󰉝"}.mdi-football-australian:before{content:"󰉞"}.mdi-football-helmet:before{content:"󰉟"}.mdi-forest:before{content:"󱢗"}.mdi-forklift:before{content:"󰟉"}.mdi-form-dropdown:before{content:"󱐀"}.mdi-form-select:before{content:"󱐁"}.mdi-form-textarea:before{content:"󱂕"}.mdi-form-textbox:before{content:"󰘎"}.mdi-form-textbox-lock:before{content:"󱍝"}.mdi-form-textbox-password:before{content:"󰟵"}.mdi-format-align-bottom:before{content:"󰝓"}.mdi-format-align-center:before{content:"󰉠"}.mdi-format-align-justify:before{content:"󰉡"}.mdi-format-align-left:before{content:"󰉢"}.mdi-format-align-middle:before{content:"󰝔"}.mdi-format-align-right:before{content:"󰉣"}.mdi-format-align-top:before{content:"󰝕"}.mdi-format-annotation-minus:before{content:"󰪼"}.mdi-format-annotation-plus:before{content:"󰙆"}.mdi-format-bold:before{content:"󰉤"}.mdi-format-clear:before{content:"󰉥"}.mdi-format-color-fill:before{content:"󰉦"}.mdi-format-color-highlight:before{content:"󰸱"}.mdi-format-color-marker-cancel:before{content:"󱌓"}.mdi-format-color-text:before{content:"󰚞"}.mdi-format-columns:before{content:"󰣟"}.mdi-format-float-center:before{content:"󰉧"}.mdi-format-float-left:before{content:"󰉨"}.mdi-format-float-none:before{content:"󰉩"}.mdi-format-float-right:before{content:"󰉪"}.mdi-format-font:before{content:"󰛖"}.mdi-format-font-size-decrease:before{content:"󰧳"}.mdi-format-font-size-increase:before{content:"󰧴"}.mdi-format-header-1:before{content:"󰉫"}.mdi-format-header-2:before{content:"󰉬"}.mdi-format-header-3:before{content:"󰉭"}.mdi-format-header-4:before{content:"󰉮"}.mdi-format-header-5:before{content:"󰉯"}.mdi-format-header-6:before{content:"󰉰"}.mdi-format-header-decrease:before{content:"󰉱"}.mdi-format-header-equal:before{content:"󰉲"}.mdi-format-header-increase:before{content:"󰉳"}.mdi-format-header-pound:before{content:"󰉴"}.mdi-format-horizontal-align-center:before{content:"󰘞"}.mdi-format-horizontal-align-left:before{content:"󰘟"}.mdi-format-horizontal-align-right:before{content:"󰘠"}.mdi-format-indent-decrease:before{content:"󰉵"}.mdi-format-indent-increase:before{content:"󰉶"}.mdi-format-italic:before{content:"󰉷"}.mdi-format-letter-case:before{content:"󰬴"}.mdi-format-letter-case-lower:before{content:"󰬵"}.mdi-format-letter-case-upper:before{content:"󰬶"}.mdi-format-letter-ends-with:before{content:"󰾸"}.mdi-format-letter-matches:before{content:"󰾹"}.mdi-format-letter-spacing:before{content:"󱥖"}.mdi-format-letter-spacing-variant:before{content:"󱫻"}.mdi-format-letter-starts-with:before{content:"󰾺"}.mdi-format-line-height:before{content:"󱫼"}.mdi-format-line-spacing:before{content:"󰉸"}.mdi-format-line-style:before{content:"󰗈"}.mdi-format-line-weight:before{content:"󰗉"}.mdi-format-list-bulleted:before{content:"󰉹"}.mdi-format-list-bulleted-square:before{content:"󰷐"}.mdi-format-list-bulleted-triangle:before{content:"󰺲"}.mdi-format-list-bulleted-type:before{content:"󰉺"}.mdi-format-list-checkbox:before{content:"󰥪"}.mdi-format-list-checks:before{content:"󰝖"}.mdi-format-list-group:before{content:"󱡠"}.mdi-format-list-group-plus:before{content:"󱭖"}.mdi-format-list-numbered:before{content:"󰉻"}.mdi-format-list-numbered-rtl:before{content:"󰴍"}.mdi-format-list-text:before{content:"󱉯"}.mdi-format-overline:before{content:"󰺳"}.mdi-format-page-break:before{content:"󰛗"}.mdi-format-page-split:before{content:"󱤗"}.mdi-format-paint:before{content:"󰉼"}.mdi-format-paragraph:before{content:"󰉽"}.mdi-format-paragraph-spacing:before{content:"󱫽"}.mdi-format-pilcrow:before{content:"󰛘"}.mdi-format-pilcrow-arrow-left:before{content:"󰊆"}.mdi-format-pilcrow-arrow-right:before{content:"󰊅"}.mdi-format-quote-close:before{content:"󰉾"}.mdi-format-quote-close-outline:before{content:"󱆨"}.mdi-format-quote-open:before{content:"󰝗"}.mdi-format-quote-open-outline:before{content:"󱆧"}.mdi-format-rotate-90:before{content:"󰚪"}.mdi-format-section:before{content:"󰚟"}.mdi-format-size:before{content:"󰉿"}.mdi-format-strikethrough:before{content:"󰊀"}.mdi-format-strikethrough-variant:before{content:"󰊁"}.mdi-format-subscript:before{content:"󰊂"}.mdi-format-superscript:before{content:"󰊃"}.mdi-format-text:before{content:"󰊄"}.mdi-format-text-rotation-angle-down:before{content:"󰾻"}.mdi-format-text-rotation-angle-up:before{content:"󰾼"}.mdi-format-text-rotation-down:before{content:"󰵳"}.mdi-format-text-rotation-down-vertical:before{content:"󰾽"}.mdi-format-text-rotation-none:before{content:"󰵴"}.mdi-format-text-rotation-up:before{content:"󰾾"}.mdi-format-text-rotation-vertical:before{content:"󰾿"}.mdi-format-text-variant:before{content:"󰸲"}.mdi-format-text-variant-outline:before{content:"󱔏"}.mdi-format-text-wrapping-clip:before{content:"󰴎"}.mdi-format-text-wrapping-overflow:before{content:"󰴏"}.mdi-format-text-wrapping-wrap:before{content:"󰴐"}.mdi-format-textbox:before{content:"󰴑"}.mdi-format-title:before{content:"󰗴"}.mdi-format-underline:before{content:"󰊇"}.mdi-format-underline-wavy:before{content:"󱣩"}.mdi-format-vertical-align-bottom:before{content:"󰘡"}.mdi-format-vertical-align-center:before{content:"󰘢"}.mdi-format-vertical-align-top:before{content:"󰘣"}.mdi-format-wrap-inline:before{content:"󰊈"}.mdi-format-wrap-square:before{content:"󰊉"}.mdi-format-wrap-tight:before{content:"󰊊"}.mdi-format-wrap-top-bottom:before{content:"󰊋"}.mdi-forum:before{content:"󰊌"}.mdi-forum-minus:before{content:"󱪩"}.mdi-forum-minus-outline:before{content:"󱪪"}.mdi-forum-outline:before{content:"󰠢"}.mdi-forum-plus:before{content:"󱪫"}.mdi-forum-plus-outline:before{content:"󱪬"}.mdi-forum-remove:before{content:"󱪭"}.mdi-forum-remove-outline:before{content:"󱪮"}.mdi-forward:before{content:"󰊍"}.mdi-forwardburger:before{content:"󰵵"}.mdi-fountain:before{content:"󰥫"}.mdi-fountain-pen:before{content:"󰴒"}.mdi-fountain-pen-tip:before{content:"󰴓"}.mdi-fraction-one-half:before{content:"󱦒"}.mdi-freebsd:before{content:"󰣠"}.mdi-french-fries:before{content:"󱥗"}.mdi-frequently-asked-questions:before{content:"󰺴"}.mdi-fridge:before{content:"󰊐"}.mdi-fridge-alert:before{content:"󱆱"}.mdi-fridge-alert-outline:before{content:"󱆲"}.mdi-fridge-bottom:before{content:"󰊒"}.mdi-fridge-industrial:before{content:"󱗮"}.mdi-fridge-industrial-alert:before{content:"󱗯"}.mdi-fridge-industrial-alert-outline:before{content:"󱗰"}.mdi-fridge-industrial-off:before{content:"󱗱"}.mdi-fridge-industrial-off-outline:before{content:"󱗲"}.mdi-fridge-industrial-outline:before{content:"󱗳"}.mdi-fridge-off:before{content:"󱆯"}.mdi-fridge-off-outline:before{content:"󱆰"}.mdi-fridge-outline:before{content:"󰊏"}.mdi-fridge-top:before{content:"󰊑"}.mdi-fridge-variant:before{content:"󱗴"}.mdi-fridge-variant-alert:before{content:"󱗵"}.mdi-fridge-variant-alert-outline:before{content:"󱗶"}.mdi-fridge-variant-off:before{content:"󱗷"}.mdi-fridge-variant-off-outline:before{content:"󱗸"}.mdi-fridge-variant-outline:before{content:"󱗹"}.mdi-fruit-cherries:before{content:"󱁂"}.mdi-fruit-cherries-off:before{content:"󱏸"}.mdi-fruit-citrus:before{content:"󱁃"}.mdi-fruit-citrus-off:before{content:"󱏹"}.mdi-fruit-grapes:before{content:"󱁄"}.mdi-fruit-grapes-outline:before{content:"󱁅"}.mdi-fruit-pear:before{content:"󱨎"}.mdi-fruit-pineapple:before{content:"󱁆"}.mdi-fruit-watermelon:before{content:"󱁇"}.mdi-fuel:before{content:"󰟊"}.mdi-fuel-cell:before{content:"󱢵"}.mdi-fullscreen:before{content:"󰊓"}.mdi-fullscreen-exit:before{content:"󰊔"}.mdi-function:before{content:"󰊕"}.mdi-function-variant:before{content:"󰡱"}.mdi-furigana-horizontal:before{content:"󱂁"}.mdi-furigana-vertical:before{content:"󱂂"}.mdi-fuse:before{content:"󰲅"}.mdi-fuse-alert:before{content:"󱐭"}.mdi-fuse-blade:before{content:"󰲆"}.mdi-fuse-off:before{content:"󱐬"}.mdi-gamepad:before{content:"󰊖"}.mdi-gamepad-circle:before{content:"󰸳"}.mdi-gamepad-circle-down:before{content:"󰸴"}.mdi-gamepad-circle-left:before{content:"󰸵"}.mdi-gamepad-circle-outline:before{content:"󰸶"}.mdi-gamepad-circle-right:before{content:"󰸷"}.mdi-gamepad-circle-up:before{content:"󰸸"}.mdi-gamepad-down:before{content:"󰸹"}.mdi-gamepad-left:before{content:"󰸺"}.mdi-gamepad-outline:before{content:"󱤙"}.mdi-gamepad-right:before{content:"󰸻"}.mdi-gamepad-round:before{content:"󰸼"}.mdi-gamepad-round-down:before{content:"󰸽"}.mdi-gamepad-round-left:before{content:"󰸾"}.mdi-gamepad-round-outline:before{content:"󰸿"}.mdi-gamepad-round-right:before{content:"󰹀"}.mdi-gamepad-round-up:before{content:"󰹁"}.mdi-gamepad-square:before{content:"󰺵"}.mdi-gamepad-square-outline:before{content:"󰺶"}.mdi-gamepad-up:before{content:"󰹂"}.mdi-gamepad-variant:before{content:"󰊗"}.mdi-gamepad-variant-outline:before{content:"󰺷"}.mdi-gamma:before{content:"󱃮"}.mdi-gantry-crane:before{content:"󰷑"}.mdi-garage:before{content:"󰛙"}.mdi-garage-alert:before{content:"󰡲"}.mdi-garage-alert-variant:before{content:"󱋕"}.mdi-garage-lock:before{content:"󱟻"}.mdi-garage-open:before{content:"󰛚"}.mdi-garage-open-variant:before{content:"󱋔"}.mdi-garage-variant:before{content:"󱋓"}.mdi-garage-variant-lock:before{content:"󱟼"}.mdi-gas-burner:before{content:"󱨛"}.mdi-gas-cylinder:before{content:"󰙇"}.mdi-gas-station:before{content:"󰊘"}.mdi-gas-station-off:before{content:"󱐉"}.mdi-gas-station-off-outline:before{content:"󱐊"}.mdi-gas-station-outline:before{content:"󰺸"}.mdi-gate:before{content:"󰊙"}.mdi-gate-alert:before{content:"󱟸"}.mdi-gate-and:before{content:"󰣡"}.mdi-gate-arrow-left:before{content:"󱟷"}.mdi-gate-arrow-right:before{content:"󱅩"}.mdi-gate-buffer:before{content:"󱫾"}.mdi-gate-nand:before{content:"󰣢"}.mdi-gate-nor:before{content:"󰣣"}.mdi-gate-not:before{content:"󰣤"}.mdi-gate-open:before{content:"󱅪"}.mdi-gate-or:before{content:"󰣥"}.mdi-gate-xnor:before{content:"󰣦"}.mdi-gate-xor:before{content:"󰣧"}.mdi-gatsby:before{content:"󰹃"}.mdi-gauge:before{content:"󰊚"}.mdi-gauge-empty:before{content:"󰡳"}.mdi-gauge-full:before{content:"󰡴"}.mdi-gauge-low:before{content:"󰡵"}.mdi-gavel:before{content:"󰊛"}.mdi-gender-female:before{content:"󰊜"}.mdi-gender-male:before{content:"󰊝"}.mdi-gender-male-female:before{content:"󰊞"}.mdi-gender-male-female-variant:before{content:"󱄿"}.mdi-gender-non-binary:before{content:"󱅀"}.mdi-gender-transgender:before{content:"󰊟"}.mdi-gentoo:before{content:"󰣨"}.mdi-gesture:before{content:"󰟋"}.mdi-gesture-double-tap:before{content:"󰜼"}.mdi-gesture-pinch:before{content:"󰪽"}.mdi-gesture-spread:before{content:"󰪾"}.mdi-gesture-swipe:before{content:"󰵶"}.mdi-gesture-swipe-down:before{content:"󰜽"}.mdi-gesture-swipe-horizontal:before{content:"󰪿"}.mdi-gesture-swipe-left:before{content:"󰜾"}.mdi-gesture-swipe-right:before{content:"󰜿"}.mdi-gesture-swipe-up:before{content:"󰝀"}.mdi-gesture-swipe-vertical:before{content:"󰫀"}.mdi-gesture-tap:before{content:"󰝁"}.mdi-gesture-tap-box:before{content:"󱊩"}.mdi-gesture-tap-button:before{content:"󱊨"}.mdi-gesture-tap-hold:before{content:"󰵷"}.mdi-gesture-two-double-tap:before{content:"󰝂"}.mdi-gesture-two-tap:before{content:"󰝃"}.mdi-ghost:before{content:"󰊠"}.mdi-ghost-off:before{content:"󰧵"}.mdi-ghost-off-outline:before{content:"󱙜"}.mdi-ghost-outline:before{content:"󱙝"}.mdi-gift:before{content:"󰹄"}.mdi-gift-off:before{content:"󱛯"}.mdi-gift-off-outline:before{content:"󱛰"}.mdi-gift-open:before{content:"󱛱"}.mdi-gift-open-outline:before{content:"󱛲"}.mdi-gift-outline:before{content:"󰊡"}.mdi-git:before{content:"󰊢"}.mdi-github:before{content:"󰊤"}.mdi-gitlab:before{content:"󰮠"}.mdi-glass-cocktail:before{content:"󰍖"}.mdi-glass-cocktail-off:before{content:"󱗦"}.mdi-glass-flute:before{content:"󰊥"}.mdi-glass-fragile:before{content:"󱡳"}.mdi-glass-mug:before{content:"󰊦"}.mdi-glass-mug-off:before{content:"󱗧"}.mdi-glass-mug-variant:before{content:"󱄖"}.mdi-glass-mug-variant-off:before{content:"󱗨"}.mdi-glass-pint-outline:before{content:"󱌍"}.mdi-glass-stange:before{content:"󰊧"}.mdi-glass-tulip:before{content:"󰊨"}.mdi-glass-wine:before{content:"󰡶"}.mdi-glasses:before{content:"󰊪"}.mdi-globe-light:before{content:"󰙯"}.mdi-globe-light-outline:before{content:"󱋗"}.mdi-globe-model:before{content:"󰣩"}.mdi-gmail:before{content:"󰊫"}.mdi-gnome:before{content:"󰊬"}.mdi-go-kart:before{content:"󰵹"}.mdi-go-kart-track:before{content:"󰵺"}.mdi-gog:before{content:"󰮡"}.mdi-gold:before{content:"󱉏"}.mdi-golf:before{content:"󰠣"}.mdi-golf-cart:before{content:"󱆤"}.mdi-golf-tee:before{content:"󱂃"}.mdi-gondola:before{content:"󰚆"}.mdi-goodreads:before{content:"󰵻"}.mdi-google:before{content:"󰊭"}.mdi-google-ads:before{content:"󰲇"}.mdi-google-analytics:before{content:"󰟌"}.mdi-google-assistant:before{content:"󰟍"}.mdi-google-cardboard:before{content:"󰊮"}.mdi-google-chrome:before{content:"󰊯"}.mdi-google-circles:before{content:"󰊰"}.mdi-google-circles-communities:before{content:"󰊱"}.mdi-google-circles-extended:before{content:"󰊲"}.mdi-google-circles-group:before{content:"󰊳"}.mdi-google-classroom:before{content:"󰋀"}.mdi-google-cloud:before{content:"󱇶"}.mdi-google-downasaur:before{content:"󱍢"}.mdi-google-drive:before{content:"󰊶"}.mdi-google-earth:before{content:"󰊷"}.mdi-google-fit:before{content:"󰥬"}.mdi-google-glass:before{content:"󰊸"}.mdi-google-hangouts:before{content:"󰋉"}.mdi-google-keep:before{content:"󰛜"}.mdi-google-lens:before{content:"󰧶"}.mdi-google-maps:before{content:"󰗵"}.mdi-google-my-business:before{content:"󱁈"}.mdi-google-nearby:before{content:"󰊹"}.mdi-google-play:before{content:"󰊼"}.mdi-google-plus:before{content:"󰊽"}.mdi-google-podcast:before{content:"󰺹"}.mdi-google-spreadsheet:before{content:"󰧷"}.mdi-google-street-view:before{content:"󰲈"}.mdi-google-translate:before{content:"󰊿"}.mdi-gradient-horizontal:before{content:"󱝊"}.mdi-gradient-vertical:before{content:"󰚠"}.mdi-grain:before{content:"󰵼"}.mdi-graph:before{content:"󱁉"}.mdi-graph-outline:before{content:"󱁊"}.mdi-graphql:before{content:"󰡷"}.mdi-grass:before{content:"󱔐"}.mdi-grave-stone:before{content:"󰮢"}.mdi-grease-pencil:before{content:"󰙈"}.mdi-greater-than:before{content:"󰥭"}.mdi-greater-than-or-equal:before{content:"󰥮"}.mdi-greenhouse:before{content:"󰀭"}.mdi-grid:before{content:"󰋁"}.mdi-grid-large:before{content:"󰝘"}.mdi-grid-off:before{content:"󰋂"}.mdi-grill:before{content:"󰹅"}.mdi-grill-outline:before{content:"󱆊"}.mdi-group:before{content:"󰋃"}.mdi-guitar-acoustic:before{content:"󰝱"}.mdi-guitar-electric:before{content:"󰋄"}.mdi-guitar-pick:before{content:"󰋅"}.mdi-guitar-pick-outline:before{content:"󰋆"}.mdi-guy-fawkes-mask:before{content:"󰠥"}.mdi-gymnastics:before{content:"󱩁"}.mdi-hail:before{content:"󰫁"}.mdi-hair-dryer:before{content:"󱃯"}.mdi-hair-dryer-outline:before{content:"󱃰"}.mdi-halloween:before{content:"󰮣"}.mdi-hamburger:before{content:"󰚅"}.mdi-hamburger-check:before{content:"󱝶"}.mdi-hamburger-minus:before{content:"󱝷"}.mdi-hamburger-off:before{content:"󱝸"}.mdi-hamburger-plus:before{content:"󱝹"}.mdi-hamburger-remove:before{content:"󱝺"}.mdi-hammer:before{content:"󰣪"}.mdi-hammer-screwdriver:before{content:"󱌢"}.mdi-hammer-sickle:before{content:"󱢇"}.mdi-hammer-wrench:before{content:"󱌣"}.mdi-hand-back-left:before{content:"󰹆"}.mdi-hand-back-left-off:before{content:"󱠰"}.mdi-hand-back-left-off-outline:before{content:"󱠲"}.mdi-hand-back-left-outline:before{content:"󱠬"}.mdi-hand-back-right:before{content:"󰹇"}.mdi-hand-back-right-off:before{content:"󱠱"}.mdi-hand-back-right-off-outline:before{content:"󱠳"}.mdi-hand-back-right-outline:before{content:"󱠭"}.mdi-hand-clap:before{content:"󱥋"}.mdi-hand-clap-off:before{content:"󱩂"}.mdi-hand-coin:before{content:"󱢏"}.mdi-hand-coin-outline:before{content:"󱢐"}.mdi-hand-cycle:before{content:"󱮜"}.mdi-hand-extended:before{content:"󱢶"}.mdi-hand-extended-outline:before{content:"󱢷"}.mdi-hand-front-left:before{content:"󱠫"}.mdi-hand-front-left-outline:before{content:"󱠮"}.mdi-hand-front-right:before{content:"󰩏"}.mdi-hand-front-right-outline:before{content:"󱠯"}.mdi-hand-heart:before{content:"󱃱"}.mdi-hand-heart-outline:before{content:"󱕾"}.mdi-hand-okay:before{content:"󰩐"}.mdi-hand-peace:before{content:"󰩑"}.mdi-hand-peace-variant:before{content:"󰩒"}.mdi-hand-pointing-down:before{content:"󰩓"}.mdi-hand-pointing-left:before{content:"󰩔"}.mdi-hand-pointing-right:before{content:"󰋇"}.mdi-hand-pointing-up:before{content:"󰩕"}.mdi-hand-saw:before{content:"󰹈"}.mdi-hand-wash:before{content:"󱕿"}.mdi-hand-wash-outline:before{content:"󱖀"}.mdi-hand-water:before{content:"󱎟"}.mdi-hand-wave:before{content:"󱠡"}.mdi-hand-wave-outline:before{content:"󱠢"}.mdi-handball:before{content:"󰽓"}.mdi-handcuffs:before{content:"󱄾"}.mdi-hands-pray:before{content:"󰕹"}.mdi-handshake:before{content:"󱈘"}.mdi-handshake-outline:before{content:"󱖡"}.mdi-hanger:before{content:"󰋈"}.mdi-hard-hat:before{content:"󰥯"}.mdi-harddisk:before{content:"󰋊"}.mdi-harddisk-plus:before{content:"󱁋"}.mdi-harddisk-remove:before{content:"󱁌"}.mdi-hat-fedora:before{content:"󰮤"}.mdi-hazard-lights:before{content:"󰲉"}.mdi-hdmi-port:before{content:"󱮸"}.mdi-hdr:before{content:"󰵽"}.mdi-hdr-off:before{content:"󰵾"}.mdi-head:before{content:"󱍞"}.mdi-head-alert:before{content:"󱌸"}.mdi-head-alert-outline:before{content:"󱌹"}.mdi-head-check:before{content:"󱌺"}.mdi-head-check-outline:before{content:"󱌻"}.mdi-head-cog:before{content:"󱌼"}.mdi-head-cog-outline:before{content:"󱌽"}.mdi-head-dots-horizontal:before{content:"󱌾"}.mdi-head-dots-horizontal-outline:before{content:"󱌿"}.mdi-head-flash:before{content:"󱍀"}.mdi-head-flash-outline:before{content:"󱍁"}.mdi-head-heart:before{content:"󱍂"}.mdi-head-heart-outline:before{content:"󱍃"}.mdi-head-lightbulb:before{content:"󱍄"}.mdi-head-lightbulb-outline:before{content:"󱍅"}.mdi-head-minus:before{content:"󱍆"}.mdi-head-minus-outline:before{content:"󱍇"}.mdi-head-outline:before{content:"󱍟"}.mdi-head-plus:before{content:"󱍈"}.mdi-head-plus-outline:before{content:"󱍉"}.mdi-head-question:before{content:"󱍊"}.mdi-head-question-outline:before{content:"󱍋"}.mdi-head-remove:before{content:"󱍌"}.mdi-head-remove-outline:before{content:"󱍍"}.mdi-head-snowflake:before{content:"󱍎"}.mdi-head-snowflake-outline:before{content:"󱍏"}.mdi-head-sync:before{content:"󱍐"}.mdi-head-sync-outline:before{content:"󱍑"}.mdi-headphones:before{content:"󰋋"}.mdi-headphones-bluetooth:before{content:"󰥰"}.mdi-headphones-box:before{content:"󰋌"}.mdi-headphones-off:before{content:"󰟎"}.mdi-headphones-settings:before{content:"󰋍"}.mdi-headset:before{content:"󰋎"}.mdi-headset-dock:before{content:"󰋏"}.mdi-headset-off:before{content:"󰋐"}.mdi-heart:before{content:"󰋑"}.mdi-heart-box:before{content:"󰋒"}.mdi-heart-box-outline:before{content:"󰋓"}.mdi-heart-broken:before{content:"󰋔"}.mdi-heart-broken-outline:before{content:"󰴔"}.mdi-heart-circle:before{content:"󰥱"}.mdi-heart-circle-outline:before{content:"󰥲"}.mdi-heart-cog:before{content:"󱙣"}.mdi-heart-cog-outline:before{content:"󱙤"}.mdi-heart-flash:before{content:"󰻹"}.mdi-heart-half:before{content:"󰛟"}.mdi-heart-half-full:before{content:"󰛞"}.mdi-heart-half-outline:before{content:"󰛠"}.mdi-heart-minus:before{content:"󱐯"}.mdi-heart-minus-outline:before{content:"󱐲"}.mdi-heart-multiple:before{content:"󰩖"}.mdi-heart-multiple-outline:before{content:"󰩗"}.mdi-heart-off:before{content:"󰝙"}.mdi-heart-off-outline:before{content:"󱐴"}.mdi-heart-outline:before{content:"󰋕"}.mdi-heart-plus:before{content:"󱐮"}.mdi-heart-plus-outline:before{content:"󱐱"}.mdi-heart-pulse:before{content:"󰗶"}.mdi-heart-remove:before{content:"󱐰"}.mdi-heart-remove-outline:before{content:"󱐳"}.mdi-heart-settings:before{content:"󱙥"}.mdi-heart-settings-outline:before{content:"󱙦"}.mdi-heat-pump:before{content:"󱩃"}.mdi-heat-pump-outline:before{content:"󱩄"}.mdi-heat-wave:before{content:"󱩅"}.mdi-heating-coil:before{content:"󱪯"}.mdi-helicopter:before{content:"󰫂"}.mdi-help:before{content:"󰋖"}.mdi-help-box:before{content:"󰞋"}.mdi-help-circle:before{content:"󰋗"}.mdi-help-circle-outline:before{content:"󰘥"}.mdi-help-network:before{content:"󰛵"}.mdi-help-network-outline:before{content:"󰲊"}.mdi-help-rhombus:before{content:"󰮥"}.mdi-help-rhombus-outline:before{content:"󰮦"}.mdi-hexadecimal:before{content:"󱊧"}.mdi-hexagon:before{content:"󰋘"}.mdi-hexagon-multiple:before{content:"󰛡"}.mdi-hexagon-multiple-outline:before{content:"󱃲"}.mdi-hexagon-outline:before{content:"󰋙"}.mdi-hexagon-slice-1:before{content:"󰫃"}.mdi-hexagon-slice-2:before{content:"󰫄"}.mdi-hexagon-slice-3:before{content:"󰫅"}.mdi-hexagon-slice-4:before{content:"󰫆"}.mdi-hexagon-slice-5:before{content:"󰫇"}.mdi-hexagon-slice-6:before{content:"󰫈"}.mdi-hexagram:before{content:"󰫉"}.mdi-hexagram-outline:before{content:"󰫊"}.mdi-high-definition:before{content:"󰟏"}.mdi-high-definition-box:before{content:"󰡸"}.mdi-highway:before{content:"󰗷"}.mdi-hiking:before{content:"󰵿"}.mdi-history:before{content:"󰋚"}.mdi-hockey-puck:before{content:"󰡹"}.mdi-hockey-sticks:before{content:"󰡺"}.mdi-hololens:before{content:"󰋛"}.mdi-home:before{content:"󰋜"}.mdi-home-account:before{content:"󰠦"}.mdi-home-alert:before{content:"󰡻"}.mdi-home-alert-outline:before{content:"󱗐"}.mdi-home-analytics:before{content:"󰺺"}.mdi-home-assistant:before{content:"󰟐"}.mdi-home-automation:before{content:"󰟑"}.mdi-home-battery:before{content:"󱤁"}.mdi-home-battery-outline:before{content:"󱤂"}.mdi-home-circle:before{content:"󰟒"}.mdi-home-circle-outline:before{content:"󱁍"}.mdi-home-city:before{content:"󰴕"}.mdi-home-city-outline:before{content:"󰴖"}.mdi-home-clock:before{content:"󱨒"}.mdi-home-clock-outline:before{content:"󱨓"}.mdi-home-edit:before{content:"󱅙"}.mdi-home-edit-outline:before{content:"󱅚"}.mdi-home-export-outline:before{content:"󰾛"}.mdi-home-flood:before{content:"󰻺"}.mdi-home-floor-0:before{content:"󰷒"}.mdi-home-floor-1:before{content:"󰶀"}.mdi-home-floor-2:before{content:"󰶁"}.mdi-home-floor-3:before{content:"󰶂"}.mdi-home-floor-a:before{content:"󰶃"}.mdi-home-floor-b:before{content:"󰶄"}.mdi-home-floor-g:before{content:"󰶅"}.mdi-home-floor-l:before{content:"󰶆"}.mdi-home-floor-negative-1:before{content:"󰷓"}.mdi-home-group:before{content:"󰷔"}.mdi-home-group-minus:before{content:"󱧁"}.mdi-home-group-plus:before{content:"󱧀"}.mdi-home-group-remove:before{content:"󱧂"}.mdi-home-heart:before{content:"󰠧"}.mdi-home-import-outline:before{content:"󰾜"}.mdi-home-lightbulb:before{content:"󱉑"}.mdi-home-lightbulb-outline:before{content:"󱉒"}.mdi-home-lightning-bolt:before{content:"󱤃"}.mdi-home-lightning-bolt-outline:before{content:"󱤄"}.mdi-home-lock:before{content:"󰣫"}.mdi-home-lock-open:before{content:"󰣬"}.mdi-home-map-marker:before{content:"󰗸"}.mdi-home-minus:before{content:"󰥴"}.mdi-home-minus-outline:before{content:"󱏕"}.mdi-home-modern:before{content:"󰋝"}.mdi-home-off:before{content:"󱩆"}.mdi-home-off-outline:before{content:"󱩇"}.mdi-home-outline:before{content:"󰚡"}.mdi-home-plus:before{content:"󰥵"}.mdi-home-plus-outline:before{content:"󱏖"}.mdi-home-remove:before{content:"󱉇"}.mdi-home-remove-outline:before{content:"󱏗"}.mdi-home-roof:before{content:"󱄫"}.mdi-home-search:before{content:"󱎰"}.mdi-home-search-outline:before{content:"󱎱"}.mdi-home-silo:before{content:"󱮠"}.mdi-home-silo-outline:before{content:"󱮡"}.mdi-home-switch:before{content:"󱞔"}.mdi-home-switch-outline:before{content:"󱞕"}.mdi-home-thermometer:before{content:"󰽔"}.mdi-home-thermometer-outline:before{content:"󰽕"}.mdi-home-variant:before{content:"󰋞"}.mdi-home-variant-outline:before{content:"󰮧"}.mdi-hook:before{content:"󰛢"}.mdi-hook-off:before{content:"󰛣"}.mdi-hoop-house:before{content:"󰹖"}.mdi-hops:before{content:"󰋟"}.mdi-horizontal-rotate-clockwise:before{content:"󱃳"}.mdi-horizontal-rotate-counterclockwise:before{content:"󱃴"}.mdi-horse:before{content:"󱖿"}.mdi-horse-human:before{content:"󱗀"}.mdi-horse-variant:before{content:"󱗁"}.mdi-horse-variant-fast:before{content:"󱡮"}.mdi-horseshoe:before{content:"󰩘"}.mdi-hospital:before{content:"󰿶"}.mdi-hospital-box:before{content:"󰋠"}.mdi-hospital-box-outline:before{content:"󰿷"}.mdi-hospital-building:before{content:"󰋡"}.mdi-hospital-marker:before{content:"󰋢"}.mdi-hot-tub:before{content:"󰠨"}.mdi-hours-24:before{content:"󱑸"}.mdi-hubspot:before{content:"󰴗"}.mdi-hulu:before{content:"󰠩"}.mdi-human:before{content:"󰋦"}.mdi-human-baby-changing-table:before{content:"󱎋"}.mdi-human-cane:before{content:"󱖁"}.mdi-human-capacity-decrease:before{content:"󱖛"}.mdi-human-capacity-increase:before{content:"󱖜"}.mdi-human-child:before{content:"󰋧"}.mdi-human-dolly:before{content:"󱦀"}.mdi-human-edit:before{content:"󱓨"}.mdi-human-female:before{content:"󰙉"}.mdi-human-female-boy:before{content:"󰩙"}.mdi-human-female-dance:before{content:"󱗉"}.mdi-human-female-female:before{content:"󰩚"}.mdi-human-female-girl:before{content:"󰩛"}.mdi-human-greeting:before{content:"󱟄"}.mdi-human-greeting-proximity:before{content:"󱖝"}.mdi-human-greeting-variant:before{content:"󰙊"}.mdi-human-handsdown:before{content:"󰙋"}.mdi-human-handsup:before{content:"󰙌"}.mdi-human-male:before{content:"󰙍"}.mdi-human-male-board:before{content:"󰢐"}.mdi-human-male-board-poll:before{content:"󰡆"}.mdi-human-male-boy:before{content:"󰩜"}.mdi-human-male-child:before{content:"󱎌"}.mdi-human-male-female:before{content:"󰋨"}.mdi-human-male-female-child:before{content:"󱠣"}.mdi-human-male-girl:before{content:"󰩝"}.mdi-human-male-height:before{content:"󰻻"}.mdi-human-male-height-variant:before{content:"󰻼"}.mdi-human-male-male:before{content:"󰩞"}.mdi-human-non-binary:before{content:"󱡈"}.mdi-human-pregnant:before{content:"󰗏"}.mdi-human-queue:before{content:"󱕱"}.mdi-human-scooter:before{content:"󱇩"}.mdi-human-walker:before{content:"󱭱"}.mdi-human-wheelchair:before{content:"󱎍"}.mdi-human-white-cane:before{content:"󱦁"}.mdi-humble-bundle:before{content:"󰝄"}.mdi-hvac:before{content:"󱍒"}.mdi-hvac-off:before{content:"󱖞"}.mdi-hydraulic-oil-level:before{content:"󱌤"}.mdi-hydraulic-oil-temperature:before{content:"󱌥"}.mdi-hydro-power:before{content:"󱋥"}.mdi-hydrogen-station:before{content:"󱢔"}.mdi-ice-cream:before{content:"󰠪"}.mdi-ice-cream-off:before{content:"󰹒"}.mdi-ice-pop:before{content:"󰻽"}.mdi-id-card:before{content:"󰿀"}.mdi-identifier:before{content:"󰻾"}.mdi-ideogram-cjk:before{content:"󱌱"}.mdi-ideogram-cjk-variant:before{content:"󱌲"}.mdi-image:before{content:"󰋩"}.mdi-image-album:before{content:"󰋪"}.mdi-image-area:before{content:"󰋫"}.mdi-image-area-close:before{content:"󰋬"}.mdi-image-auto-adjust:before{content:"󰿁"}.mdi-image-broken:before{content:"󰋭"}.mdi-image-broken-variant:before{content:"󰋮"}.mdi-image-check:before{content:"󱬥"}.mdi-image-check-outline:before{content:"󱬦"}.mdi-image-edit:before{content:"󱇣"}.mdi-image-edit-outline:before{content:"󱇤"}.mdi-image-filter-black-white:before{content:"󰋰"}.mdi-image-filter-center-focus:before{content:"󰋱"}.mdi-image-filter-center-focus-strong:before{content:"󰻿"}.mdi-image-filter-center-focus-strong-outline:before{content:"󰼀"}.mdi-image-filter-center-focus-weak:before{content:"󰋲"}.mdi-image-filter-drama:before{content:"󰋳"}.mdi-image-filter-frames:before{content:"󰋴"}.mdi-image-filter-hdr:before{content:"󰋵"}.mdi-image-filter-none:before{content:"󰋶"}.mdi-image-filter-tilt-shift:before{content:"󰋷"}.mdi-image-filter-vintage:before{content:"󰋸"}.mdi-image-frame:before{content:"󰹉"}.mdi-image-lock:before{content:"󱪰"}.mdi-image-lock-outline:before{content:"󱪱"}.mdi-image-marker:before{content:"󱝻"}.mdi-image-marker-outline:before{content:"󱝼"}.mdi-image-minus:before{content:"󱐙"}.mdi-image-minus-outline:before{content:"󱭇"}.mdi-image-move:before{content:"󰧸"}.mdi-image-multiple:before{content:"󰋹"}.mdi-image-multiple-outline:before{content:"󰋯"}.mdi-image-off:before{content:"󰠫"}.mdi-image-off-outline:before{content:"󱇑"}.mdi-image-outline:before{content:"󰥶"}.mdi-image-plus:before{content:"󰡼"}.mdi-image-plus-outline:before{content:"󱭆"}.mdi-image-refresh:before{content:"󱧾"}.mdi-image-refresh-outline:before{content:"󱧿"}.mdi-image-remove:before{content:"󱐘"}.mdi-image-remove-outline:before{content:"󱭈"}.mdi-image-search:before{content:"󰥷"}.mdi-image-search-outline:before{content:"󰥸"}.mdi-image-size-select-actual:before{content:"󰲍"}.mdi-image-size-select-large:before{content:"󰲎"}.mdi-image-size-select-small:before{content:"󰲏"}.mdi-image-sync:before{content:"󱨀"}.mdi-image-sync-outline:before{content:"󱨁"}.mdi-image-text:before{content:"󱘍"}.mdi-import:before{content:"󰋺"}.mdi-inbox:before{content:"󰚇"}.mdi-inbox-arrow-down:before{content:"󰋻"}.mdi-inbox-arrow-down-outline:before{content:"󱉰"}.mdi-inbox-arrow-up:before{content:"󰏑"}.mdi-inbox-arrow-up-outline:before{content:"󱉱"}.mdi-inbox-full:before{content:"󱉲"}.mdi-inbox-full-outline:before{content:"󱉳"}.mdi-inbox-multiple:before{content:"󰢰"}.mdi-inbox-multiple-outline:before{content:"󰮨"}.mdi-inbox-outline:before{content:"󱉴"}.mdi-inbox-remove:before{content:"󱖟"}.mdi-inbox-remove-outline:before{content:"󱖠"}.mdi-incognito:before{content:"󰗹"}.mdi-incognito-circle:before{content:"󱐡"}.mdi-incognito-circle-off:before{content:"󱐢"}.mdi-incognito-off:before{content:"󰁵"}.mdi-induction:before{content:"󱡌"}.mdi-infinity:before{content:"󰛤"}.mdi-information:before{content:"󰋼"}.mdi-information-off:before{content:"󱞌"}.mdi-information-off-outline:before{content:"󱞍"}.mdi-information-outline:before{content:"󰋽"}.mdi-information-variant:before{content:"󰙎"}.mdi-instagram:before{content:"󰋾"}.mdi-instrument-triangle:before{content:"󱁎"}.mdi-integrated-circuit-chip:before{content:"󱤓"}.mdi-invert-colors:before{content:"󰌁"}.mdi-invert-colors-off:before{content:"󰹊"}.mdi-iobroker:before{content:"󱋨"}.mdi-ip:before{content:"󰩟"}.mdi-ip-network:before{content:"󰩠"}.mdi-ip-network-outline:before{content:"󰲐"}.mdi-ip-outline:before{content:"󱦂"}.mdi-ipod:before{content:"󰲑"}.mdi-iron:before{content:"󱠤"}.mdi-iron-board:before{content:"󱠸"}.mdi-iron-outline:before{content:"󱠥"}.mdi-island:before{content:"󱁏"}.mdi-iv-bag:before{content:"󱂹"}.mdi-jabber:before{content:"󰷕"}.mdi-jeepney:before{content:"󰌂"}.mdi-jellyfish:before{content:"󰼁"}.mdi-jellyfish-outline:before{content:"󰼂"}.mdi-jira:before{content:"󰌃"}.mdi-jquery:before{content:"󰡽"}.mdi-jsfiddle:before{content:"󰌄"}.mdi-jump-rope:before{content:"󱋿"}.mdi-kabaddi:before{content:"󰶇"}.mdi-kangaroo:before{content:"󱕘"}.mdi-karate:before{content:"󰠬"}.mdi-kayaking:before{content:"󰢯"}.mdi-keg:before{content:"󰌅"}.mdi-kettle:before{content:"󰗺"}.mdi-kettle-alert:before{content:"󱌗"}.mdi-kettle-alert-outline:before{content:"󱌘"}.mdi-kettle-off:before{content:"󱌛"}.mdi-kettle-off-outline:before{content:"󱌜"}.mdi-kettle-outline:before{content:"󰽖"}.mdi-kettle-pour-over:before{content:"󱜼"}.mdi-kettle-steam:before{content:"󱌙"}.mdi-kettle-steam-outline:before{content:"󱌚"}.mdi-kettlebell:before{content:"󱌀"}.mdi-key:before{content:"󰌆"}.mdi-key-alert:before{content:"󱦃"}.mdi-key-alert-outline:before{content:"󱦄"}.mdi-key-arrow-right:before{content:"󱌒"}.mdi-key-chain:before{content:"󱕴"}.mdi-key-chain-variant:before{content:"󱕵"}.mdi-key-change:before{content:"󰌇"}.mdi-key-link:before{content:"󱆟"}.mdi-key-minus:before{content:"󰌈"}.mdi-key-outline:before{content:"󰷖"}.mdi-key-plus:before{content:"󰌉"}.mdi-key-remove:before{content:"󰌊"}.mdi-key-star:before{content:"󱆞"}.mdi-key-variant:before{content:"󰌋"}.mdi-key-wireless:before{content:"󰿂"}.mdi-keyboard:before{content:"󰌌"}.mdi-keyboard-backspace:before{content:"󰌍"}.mdi-keyboard-caps:before{content:"󰌎"}.mdi-keyboard-close:before{content:"󰌏"}.mdi-keyboard-esc:before{content:"󱊷"}.mdi-keyboard-f1:before{content:"󱊫"}.mdi-keyboard-f10:before{content:"󱊴"}.mdi-keyboard-f11:before{content:"󱊵"}.mdi-keyboard-f12:before{content:"󱊶"}.mdi-keyboard-f2:before{content:"󱊬"}.mdi-keyboard-f3:before{content:"󱊭"}.mdi-keyboard-f4:before{content:"󱊮"}.mdi-keyboard-f5:before{content:"󱊯"}.mdi-keyboard-f6:before{content:"󱊰"}.mdi-keyboard-f7:before{content:"󱊱"}.mdi-keyboard-f8:before{content:"󱊲"}.mdi-keyboard-f9:before{content:"󱊳"}.mdi-keyboard-off:before{content:"󰌐"}.mdi-keyboard-off-outline:before{content:"󰹋"}.mdi-keyboard-outline:before{content:"󰥻"}.mdi-keyboard-return:before{content:"󰌑"}.mdi-keyboard-settings:before{content:"󰧹"}.mdi-keyboard-settings-outline:before{content:"󰧺"}.mdi-keyboard-space:before{content:"󱁐"}.mdi-keyboard-tab:before{content:"󰌒"}.mdi-keyboard-tab-reverse:before{content:"󰌥"}.mdi-keyboard-variant:before{content:"󰌓"}.mdi-khanda:before{content:"󱃽"}.mdi-kickstarter:before{content:"󰝅"}.mdi-kite:before{content:"󱦅"}.mdi-kite-outline:before{content:"󱦆"}.mdi-kitesurfing:before{content:"󱝄"}.mdi-klingon:before{content:"󱍛"}.mdi-knife:before{content:"󰧻"}.mdi-knife-military:before{content:"󰧼"}.mdi-knob:before{content:"󱮖"}.mdi-koala:before{content:"󱜿"}.mdi-kodi:before{content:"󰌔"}.mdi-kubernetes:before{content:"󱃾"}.mdi-label:before{content:"󰌕"}.mdi-label-multiple:before{content:"󱍵"}.mdi-label-multiple-outline:before{content:"󱍶"}.mdi-label-off:before{content:"󰫋"}.mdi-label-off-outline:before{content:"󰫌"}.mdi-label-outline:before{content:"󰌖"}.mdi-label-percent:before{content:"󱋪"}.mdi-label-percent-outline:before{content:"󱋫"}.mdi-label-variant:before{content:"󰫍"}.mdi-label-variant-outline:before{content:"󰫎"}.mdi-ladder:before{content:"󱖢"}.mdi-ladybug:before{content:"󰠭"}.mdi-lambda:before{content:"󰘧"}.mdi-lamp:before{content:"󰚵"}.mdi-lamp-outline:before{content:"󱟐"}.mdi-lamps:before{content:"󱕶"}.mdi-lamps-outline:before{content:"󱟑"}.mdi-lan:before{content:"󰌗"}.mdi-lan-check:before{content:"󱊪"}.mdi-lan-connect:before{content:"󰌘"}.mdi-lan-disconnect:before{content:"󰌙"}.mdi-lan-pending:before{content:"󰌚"}.mdi-land-fields:before{content:"󱪲"}.mdi-land-plots:before{content:"󱪳"}.mdi-land-plots-circle:before{content:"󱪴"}.mdi-land-plots-circle-variant:before{content:"󱪵"}.mdi-land-rows-horizontal:before{content:"󱪶"}.mdi-land-rows-vertical:before{content:"󱪷"}.mdi-landslide:before{content:"󱩈"}.mdi-landslide-outline:before{content:"󱩉"}.mdi-language-c:before{content:"󰙱"}.mdi-language-cpp:before{content:"󰙲"}.mdi-language-csharp:before{content:"󰌛"}.mdi-language-css3:before{content:"󰌜"}.mdi-language-fortran:before{content:"󱈚"}.mdi-language-go:before{content:"󰟓"}.mdi-language-haskell:before{content:"󰲒"}.mdi-language-html5:before{content:"󰌝"}.mdi-language-java:before{content:"󰬷"}.mdi-language-javascript:before{content:"󰌞"}.mdi-language-kotlin:before{content:"󱈙"}.mdi-language-lua:before{content:"󰢱"}.mdi-language-markdown:before{content:"󰍔"}.mdi-language-markdown-outline:before{content:"󰽛"}.mdi-language-php:before{content:"󰌟"}.mdi-language-python:before{content:"󰌠"}.mdi-language-r:before{content:"󰟔"}.mdi-language-ruby:before{content:"󰴭"}.mdi-language-ruby-on-rails:before{content:"󰫏"}.mdi-language-rust:before{content:"󱘗"}.mdi-language-swift:before{content:"󰛥"}.mdi-language-typescript:before{content:"󰛦"}.mdi-language-xaml:before{content:"󰙳"}.mdi-laptop:before{content:"󰌢"}.mdi-laptop-account:before{content:"󱩊"}.mdi-laptop-off:before{content:"󰛧"}.mdi-laravel:before{content:"󰫐"}.mdi-laser-pointer:before{content:"󱒄"}.mdi-lasso:before{content:"󰼃"}.mdi-lastpass:before{content:"󰑆"}.mdi-latitude:before{content:"󰽗"}.mdi-launch:before{content:"󰌧"}.mdi-lava-lamp:before{content:"󰟕"}.mdi-layers:before{content:"󰌨"}.mdi-layers-edit:before{content:"󱢒"}.mdi-layers-minus:before{content:"󰹌"}.mdi-layers-off:before{content:"󰌩"}.mdi-layers-off-outline:before{content:"󰧽"}.mdi-layers-outline:before{content:"󰧾"}.mdi-layers-plus:before{content:"󰹍"}.mdi-layers-remove:before{content:"󰹎"}.mdi-layers-search:before{content:"󱈆"}.mdi-layers-search-outline:before{content:"󱈇"}.mdi-layers-triple:before{content:"󰽘"}.mdi-layers-triple-outline:before{content:"󰽙"}.mdi-lead-pencil:before{content:"󰙏"}.mdi-leaf:before{content:"󰌪"}.mdi-leaf-circle:before{content:"󱤅"}.mdi-leaf-circle-outline:before{content:"󱤆"}.mdi-leaf-maple:before{content:"󰲓"}.mdi-leaf-maple-off:before{content:"󱋚"}.mdi-leaf-off:before{content:"󱋙"}.mdi-leak:before{content:"󰷗"}.mdi-leak-off:before{content:"󰷘"}.mdi-lectern:before{content:"󱫰"}.mdi-led-off:before{content:"󰌫"}.mdi-led-on:before{content:"󰌬"}.mdi-led-outline:before{content:"󰌭"}.mdi-led-strip:before{content:"󰟖"}.mdi-led-strip-variant:before{content:"󱁑"}.mdi-led-strip-variant-off:before{content:"󱩋"}.mdi-led-variant-off:before{content:"󰌮"}.mdi-led-variant-on:before{content:"󰌯"}.mdi-led-variant-outline:before{content:"󰌰"}.mdi-leek:before{content:"󱅽"}.mdi-less-than:before{content:"󰥼"}.mdi-less-than-or-equal:before{content:"󰥽"}.mdi-library:before{content:"󰌱"}.mdi-library-outline:before{content:"󱨢"}.mdi-library-shelves:before{content:"󰮩"}.mdi-license:before{content:"󰿃"}.mdi-lifebuoy:before{content:"󰡾"}.mdi-light-flood-down:before{content:"󱦇"}.mdi-light-flood-up:before{content:"󱦈"}.mdi-light-recessed:before{content:"󱞛"}.mdi-light-switch:before{content:"󰥾"}.mdi-light-switch-off:before{content:"󱨤"}.mdi-lightbulb:before{content:"󰌵"}.mdi-lightbulb-alert:before{content:"󱧡"}.mdi-lightbulb-alert-outline:before{content:"󱧢"}.mdi-lightbulb-auto:before{content:"󱠀"}.mdi-lightbulb-auto-outline:before{content:"󱠁"}.mdi-lightbulb-cfl:before{content:"󱈈"}.mdi-lightbulb-cfl-off:before{content:"󱈉"}.mdi-lightbulb-cfl-spiral:before{content:"󱉵"}.mdi-lightbulb-cfl-spiral-off:before{content:"󱋃"}.mdi-lightbulb-fluorescent-tube:before{content:"󱠄"}.mdi-lightbulb-fluorescent-tube-outline:before{content:"󱠅"}.mdi-lightbulb-group:before{content:"󱉓"}.mdi-lightbulb-group-off:before{content:"󱋍"}.mdi-lightbulb-group-off-outline:before{content:"󱋎"}.mdi-lightbulb-group-outline:before{content:"󱉔"}.mdi-lightbulb-multiple:before{content:"󱉕"}.mdi-lightbulb-multiple-off:before{content:"󱋏"}.mdi-lightbulb-multiple-off-outline:before{content:"󱋐"}.mdi-lightbulb-multiple-outline:before{content:"󱉖"}.mdi-lightbulb-night:before{content:"󱩌"}.mdi-lightbulb-night-outline:before{content:"󱩍"}.mdi-lightbulb-off:before{content:"󰹏"}.mdi-lightbulb-off-outline:before{content:"󰹐"}.mdi-lightbulb-on:before{content:"󰛨"}.mdi-lightbulb-on-10:before{content:"󱩎"}.mdi-lightbulb-on-20:before{content:"󱩏"}.mdi-lightbulb-on-30:before{content:"󱩐"}.mdi-lightbulb-on-40:before{content:"󱩑"}.mdi-lightbulb-on-50:before{content:"󱩒"}.mdi-lightbulb-on-60:before{content:"󱩓"}.mdi-lightbulb-on-70:before{content:"󱩔"}.mdi-lightbulb-on-80:before{content:"󱩕"}.mdi-lightbulb-on-90:before{content:"󱩖"}.mdi-lightbulb-on-outline:before{content:"󰛩"}.mdi-lightbulb-outline:before{content:"󰌶"}.mdi-lightbulb-question:before{content:"󱧣"}.mdi-lightbulb-question-outline:before{content:"󱧤"}.mdi-lightbulb-spot:before{content:"󱟴"}.mdi-lightbulb-spot-off:before{content:"󱟵"}.mdi-lightbulb-variant:before{content:"󱠂"}.mdi-lightbulb-variant-outline:before{content:"󱠃"}.mdi-lighthouse:before{content:"󰧿"}.mdi-lighthouse-on:before{content:"󰨀"}.mdi-lightning-bolt:before{content:"󱐋"}.mdi-lightning-bolt-circle:before{content:"󰠠"}.mdi-lightning-bolt-outline:before{content:"󱐌"}.mdi-line-scan:before{content:"󰘤"}.mdi-lingerie:before{content:"󱑶"}.mdi-link:before{content:"󰌷"}.mdi-link-box:before{content:"󰴚"}.mdi-link-box-outline:before{content:"󰴛"}.mdi-link-box-variant:before{content:"󰴜"}.mdi-link-box-variant-outline:before{content:"󰴝"}.mdi-link-lock:before{content:"󱂺"}.mdi-link-off:before{content:"󰌸"}.mdi-link-plus:before{content:"󰲔"}.mdi-link-variant:before{content:"󰌹"}.mdi-link-variant-minus:before{content:"󱃿"}.mdi-link-variant-off:before{content:"󰌺"}.mdi-link-variant-plus:before{content:"󱄀"}.mdi-link-variant-remove:before{content:"󱄁"}.mdi-linkedin:before{content:"󰌻"}.mdi-linux:before{content:"󰌽"}.mdi-linux-mint:before{content:"󰣭"}.mdi-lipstick:before{content:"󱎵"}.mdi-liquid-spot:before{content:"󱠦"}.mdi-liquor:before{content:"󱤞"}.mdi-list-box:before{content:"󱭻"}.mdi-list-box-outline:before{content:"󱭼"}.mdi-list-status:before{content:"󱖫"}.mdi-litecoin:before{content:"󰩡"}.mdi-loading:before{content:"󰝲"}.mdi-location-enter:before{content:"󰿄"}.mdi-location-exit:before{content:"󰿅"}.mdi-lock:before{content:"󰌾"}.mdi-lock-alert:before{content:"󰣮"}.mdi-lock-alert-outline:before{content:"󱗑"}.mdi-lock-check:before{content:"󱎚"}.mdi-lock-check-outline:before{content:"󱚨"}.mdi-lock-clock:before{content:"󰥿"}.mdi-lock-minus:before{content:"󱚩"}.mdi-lock-minus-outline:before{content:"󱚪"}.mdi-lock-off:before{content:"󱙱"}.mdi-lock-off-outline:before{content:"󱙲"}.mdi-lock-open:before{content:"󰌿"}.mdi-lock-open-alert:before{content:"󱎛"}.mdi-lock-open-alert-outline:before{content:"󱗒"}.mdi-lock-open-check:before{content:"󱎜"}.mdi-lock-open-check-outline:before{content:"󱚫"}.mdi-lock-open-minus:before{content:"󱚬"}.mdi-lock-open-minus-outline:before{content:"󱚭"}.mdi-lock-open-outline:before{content:"󰍀"}.mdi-lock-open-plus:before{content:"󱚮"}.mdi-lock-open-plus-outline:before{content:"󱚯"}.mdi-lock-open-remove:before{content:"󱚰"}.mdi-lock-open-remove-outline:before{content:"󱚱"}.mdi-lock-open-variant:before{content:"󰿆"}.mdi-lock-open-variant-outline:before{content:"󰿇"}.mdi-lock-outline:before{content:"󰍁"}.mdi-lock-pattern:before{content:"󰛪"}.mdi-lock-plus:before{content:"󰗻"}.mdi-lock-plus-outline:before{content:"󱚲"}.mdi-lock-question:before{content:"󰣯"}.mdi-lock-remove:before{content:"󱚳"}.mdi-lock-remove-outline:before{content:"󱚴"}.mdi-lock-reset:before{content:"󰝳"}.mdi-lock-smart:before{content:"󰢲"}.mdi-locker:before{content:"󰟗"}.mdi-locker-multiple:before{content:"󰟘"}.mdi-login:before{content:"󰍂"}.mdi-login-variant:before{content:"󰗼"}.mdi-logout:before{content:"󰍃"}.mdi-logout-variant:before{content:"󰗽"}.mdi-longitude:before{content:"󰽚"}.mdi-looks:before{content:"󰍄"}.mdi-lotion:before{content:"󱖂"}.mdi-lotion-outline:before{content:"󱖃"}.mdi-lotion-plus:before{content:"󱖄"}.mdi-lotion-plus-outline:before{content:"󱖅"}.mdi-loupe:before{content:"󰍅"}.mdi-lumx:before{content:"󰍆"}.mdi-lungs:before{content:"󱂄"}.mdi-mace:before{content:"󱡃"}.mdi-magazine-pistol:before{content:"󰌤"}.mdi-magazine-rifle:before{content:"󰌣"}.mdi-magic-staff:before{content:"󱡄"}.mdi-magnet:before{content:"󰍇"}.mdi-magnet-on:before{content:"󰍈"}.mdi-magnify:before{content:"󰍉"}.mdi-magnify-close:before{content:"󰦀"}.mdi-magnify-expand:before{content:"󱡴"}.mdi-magnify-minus:before{content:"󰍊"}.mdi-magnify-minus-cursor:before{content:"󰩢"}.mdi-magnify-minus-outline:before{content:"󰛬"}.mdi-magnify-plus:before{content:"󰍋"}.mdi-magnify-plus-cursor:before{content:"󰩣"}.mdi-magnify-plus-outline:before{content:"󰛭"}.mdi-magnify-remove-cursor:before{content:"󱈌"}.mdi-magnify-remove-outline:before{content:"󱈍"}.mdi-magnify-scan:before{content:"󱉶"}.mdi-mail:before{content:"󰺻"}.mdi-mailbox:before{content:"󰛮"}.mdi-mailbox-open:before{content:"󰶈"}.mdi-mailbox-open-outline:before{content:"󰶉"}.mdi-mailbox-open-up:before{content:"󰶊"}.mdi-mailbox-open-up-outline:before{content:"󰶋"}.mdi-mailbox-outline:before{content:"󰶌"}.mdi-mailbox-up:before{content:"󰶍"}.mdi-mailbox-up-outline:before{content:"󰶎"}.mdi-manjaro:before{content:"󱘊"}.mdi-map:before{content:"󰍍"}.mdi-map-check:before{content:"󰺼"}.mdi-map-check-outline:before{content:"󰺽"}.mdi-map-clock:before{content:"󰴞"}.mdi-map-clock-outline:before{content:"󰴟"}.mdi-map-legend:before{content:"󰨁"}.mdi-map-marker:before{content:"󰍎"}.mdi-map-marker-account:before{content:"󱣣"}.mdi-map-marker-account-outline:before{content:"󱣤"}.mdi-map-marker-alert:before{content:"󰼅"}.mdi-map-marker-alert-outline:before{content:"󰼆"}.mdi-map-marker-check:before{content:"󰲕"}.mdi-map-marker-check-outline:before{content:"󱋻"}.mdi-map-marker-circle:before{content:"󰍏"}.mdi-map-marker-distance:before{content:"󰣰"}.mdi-map-marker-down:before{content:"󱄂"}.mdi-map-marker-left:before{content:"󱋛"}.mdi-map-marker-left-outline:before{content:"󱋝"}.mdi-map-marker-minus:before{content:"󰙐"}.mdi-map-marker-minus-outline:before{content:"󱋹"}.mdi-map-marker-multiple:before{content:"󰍐"}.mdi-map-marker-multiple-outline:before{content:"󱉷"}.mdi-map-marker-off:before{content:"󰍑"}.mdi-map-marker-off-outline:before{content:"󱋽"}.mdi-map-marker-outline:before{content:"󰟙"}.mdi-map-marker-path:before{content:"󰴠"}.mdi-map-marker-plus:before{content:"󰙑"}.mdi-map-marker-plus-outline:before{content:"󱋸"}.mdi-map-marker-question:before{content:"󰼇"}.mdi-map-marker-question-outline:before{content:"󰼈"}.mdi-map-marker-radius:before{content:"󰍒"}.mdi-map-marker-radius-outline:before{content:"󱋼"}.mdi-map-marker-remove:before{content:"󰼉"}.mdi-map-marker-remove-outline:before{content:"󱋺"}.mdi-map-marker-remove-variant:before{content:"󰼊"}.mdi-map-marker-right:before{content:"󱋜"}.mdi-map-marker-right-outline:before{content:"󱋞"}.mdi-map-marker-star:before{content:"󱘈"}.mdi-map-marker-star-outline:before{content:"󱘉"}.mdi-map-marker-up:before{content:"󱄃"}.mdi-map-minus:before{content:"󰦁"}.mdi-map-outline:before{content:"󰦂"}.mdi-map-plus:before{content:"󰦃"}.mdi-map-search:before{content:"󰦄"}.mdi-map-search-outline:before{content:"󰦅"}.mdi-mapbox:before{content:"󰮪"}.mdi-margin:before{content:"󰍓"}.mdi-marker:before{content:"󰙒"}.mdi-marker-cancel:before{content:"󰷙"}.mdi-marker-check:before{content:"󰍕"}.mdi-mastodon:before{content:"󰫑"}.mdi-material-design:before{content:"󰦆"}.mdi-material-ui:before{content:"󰍗"}.mdi-math-compass:before{content:"󰍘"}.mdi-math-cos:before{content:"󰲖"}.mdi-math-integral:before{content:"󰿈"}.mdi-math-integral-box:before{content:"󰿉"}.mdi-math-log:before{content:"󱂅"}.mdi-math-norm:before{content:"󰿊"}.mdi-math-norm-box:before{content:"󰿋"}.mdi-math-sin:before{content:"󰲗"}.mdi-math-tan:before{content:"󰲘"}.mdi-matrix:before{content:"󰘨"}.mdi-medal:before{content:"󰦇"}.mdi-medal-outline:before{content:"󱌦"}.mdi-medical-bag:before{content:"󰛯"}.mdi-medical-cotton-swab:before{content:"󱪸"}.mdi-medication:before{content:"󱬔"}.mdi-medication-outline:before{content:"󱬕"}.mdi-meditation:before{content:"󱅻"}.mdi-memory:before{content:"󰍛"}.mdi-menorah:before{content:"󱟔"}.mdi-menorah-fire:before{content:"󱟕"}.mdi-menu:before{content:"󰍜"}.mdi-menu-down:before{content:"󰍝"}.mdi-menu-down-outline:before{content:"󰚶"}.mdi-menu-left:before{content:"󰍞"}.mdi-menu-left-outline:before{content:"󰨂"}.mdi-menu-open:before{content:"󰮫"}.mdi-menu-right:before{content:"󰍟"}.mdi-menu-right-outline:before{content:"󰨃"}.mdi-menu-swap:before{content:"󰩤"}.mdi-menu-swap-outline:before{content:"󰩥"}.mdi-menu-up:before{content:"󰍠"}.mdi-menu-up-outline:before{content:"󰚷"}.mdi-merge:before{content:"󰽜"}.mdi-message:before{content:"󰍡"}.mdi-message-alert:before{content:"󰍢"}.mdi-message-alert-outline:before{content:"󰨄"}.mdi-message-arrow-left:before{content:"󱋲"}.mdi-message-arrow-left-outline:before{content:"󱋳"}.mdi-message-arrow-right:before{content:"󱋴"}.mdi-message-arrow-right-outline:before{content:"󱋵"}.mdi-message-badge:before{content:"󱥁"}.mdi-message-badge-outline:before{content:"󱥂"}.mdi-message-bookmark:before{content:"󱖬"}.mdi-message-bookmark-outline:before{content:"󱖭"}.mdi-message-bulleted:before{content:"󰚢"}.mdi-message-bulleted-off:before{content:"󰚣"}.mdi-message-check:before{content:"󱮊"}.mdi-message-check-outline:before{content:"󱮋"}.mdi-message-cog:before{content:"󰛱"}.mdi-message-cog-outline:before{content:"󱅲"}.mdi-message-draw:before{content:"󰍣"}.mdi-message-fast:before{content:"󱧌"}.mdi-message-fast-outline:before{content:"󱧍"}.mdi-message-flash:before{content:"󱖩"}.mdi-message-flash-outline:before{content:"󱖪"}.mdi-message-image:before{content:"󰍤"}.mdi-message-image-outline:before{content:"󱅬"}.mdi-message-lock:before{content:"󰿌"}.mdi-message-lock-outline:before{content:"󱅭"}.mdi-message-minus:before{content:"󱅮"}.mdi-message-minus-outline:before{content:"󱅯"}.mdi-message-off:before{content:"󱙍"}.mdi-message-off-outline:before{content:"󱙎"}.mdi-message-outline:before{content:"󰍥"}.mdi-message-plus:before{content:"󰙓"}.mdi-message-plus-outline:before{content:"󱂻"}.mdi-message-processing:before{content:"󰍦"}.mdi-message-processing-outline:before{content:"󱅰"}.mdi-message-question:before{content:"󱜺"}.mdi-message-question-outline:before{content:"󱜻"}.mdi-message-reply:before{content:"󰍧"}.mdi-message-reply-outline:before{content:"󱜽"}.mdi-message-reply-text:before{content:"󰍨"}.mdi-message-reply-text-outline:before{content:"󱜾"}.mdi-message-settings:before{content:"󰛰"}.mdi-message-settings-outline:before{content:"󱅱"}.mdi-message-star:before{content:"󰚚"}.mdi-message-star-outline:before{content:"󱉐"}.mdi-message-text:before{content:"󰍩"}.mdi-message-text-clock:before{content:"󱅳"}.mdi-message-text-clock-outline:before{content:"󱅴"}.mdi-message-text-fast:before{content:"󱧎"}.mdi-message-text-fast-outline:before{content:"󱧏"}.mdi-message-text-lock:before{content:"󰿍"}.mdi-message-text-lock-outline:before{content:"󱅵"}.mdi-message-text-outline:before{content:"󰍪"}.mdi-message-video:before{content:"󰍫"}.mdi-meteor:before{content:"󰘩"}.mdi-meter-electric:before{content:"󱩗"}.mdi-meter-electric-outline:before{content:"󱩘"}.mdi-meter-gas:before{content:"󱩙"}.mdi-meter-gas-outline:before{content:"󱩚"}.mdi-metronome:before{content:"󰟚"}.mdi-metronome-tick:before{content:"󰟛"}.mdi-micro-sd:before{content:"󰟜"}.mdi-microphone:before{content:"󰍬"}.mdi-microphone-message:before{content:"󰔊"}.mdi-microphone-message-off:before{content:"󰔋"}.mdi-microphone-minus:before{content:"󰢳"}.mdi-microphone-off:before{content:"󰍭"}.mdi-microphone-outline:before{content:"󰍮"}.mdi-microphone-plus:before{content:"󰢴"}.mdi-microphone-question:before{content:"󱦉"}.mdi-microphone-question-outline:before{content:"󱦊"}.mdi-microphone-settings:before{content:"󰍯"}.mdi-microphone-variant:before{content:"󰍰"}.mdi-microphone-variant-off:before{content:"󰍱"}.mdi-microscope:before{content:"󰙔"}.mdi-microsoft:before{content:"󰍲"}.mdi-microsoft-access:before{content:"󱎎"}.mdi-microsoft-azure:before{content:"󰠅"}.mdi-microsoft-azure-devops:before{content:"󰿕"}.mdi-microsoft-bing:before{content:"󰂤"}.mdi-microsoft-dynamics-365:before{content:"󰦈"}.mdi-microsoft-edge:before{content:"󰇩"}.mdi-microsoft-excel:before{content:"󱎏"}.mdi-microsoft-internet-explorer:before{content:"󰌀"}.mdi-microsoft-office:before{content:"󰏆"}.mdi-microsoft-onedrive:before{content:"󰏊"}.mdi-microsoft-onenote:before{content:"󰝇"}.mdi-microsoft-outlook:before{content:"󰴢"}.mdi-microsoft-powerpoint:before{content:"󱎐"}.mdi-microsoft-sharepoint:before{content:"󱎑"}.mdi-microsoft-teams:before{content:"󰊻"}.mdi-microsoft-visual-studio:before{content:"󰘐"}.mdi-microsoft-visual-studio-code:before{content:"󰨞"}.mdi-microsoft-windows:before{content:"󰖳"}.mdi-microsoft-windows-classic:before{content:"󰨡"}.mdi-microsoft-word:before{content:"󱎒"}.mdi-microsoft-xbox:before{content:"󰖹"}.mdi-microsoft-xbox-controller:before{content:"󰖺"}.mdi-microsoft-xbox-controller-battery-alert:before{content:"󰝋"}.mdi-microsoft-xbox-controller-battery-charging:before{content:"󰨢"}.mdi-microsoft-xbox-controller-battery-empty:before{content:"󰝌"}.mdi-microsoft-xbox-controller-battery-full:before{content:"󰝍"}.mdi-microsoft-xbox-controller-battery-low:before{content:"󰝎"}.mdi-microsoft-xbox-controller-battery-medium:before{content:"󰝏"}.mdi-microsoft-xbox-controller-battery-unknown:before{content:"󰝐"}.mdi-microsoft-xbox-controller-menu:before{content:"󰹯"}.mdi-microsoft-xbox-controller-off:before{content:"󰖻"}.mdi-microsoft-xbox-controller-view:before{content:"󰹰"}.mdi-microwave:before{content:"󰲙"}.mdi-microwave-off:before{content:"󱐣"}.mdi-middleware:before{content:"󰽝"}.mdi-middleware-outline:before{content:"󰽞"}.mdi-midi:before{content:"󰣱"}.mdi-midi-port:before{content:"󰣲"}.mdi-mine:before{content:"󰷚"}.mdi-minecraft:before{content:"󰍳"}.mdi-mini-sd:before{content:"󰨅"}.mdi-minidisc:before{content:"󰨆"}.mdi-minus:before{content:"󰍴"}.mdi-minus-box:before{content:"󰍵"}.mdi-minus-box-multiple:before{content:"󱅁"}.mdi-minus-box-multiple-outline:before{content:"󱅂"}.mdi-minus-box-outline:before{content:"󰛲"}.mdi-minus-circle:before{content:"󰍶"}.mdi-minus-circle-multiple:before{content:"󰍚"}.mdi-minus-circle-multiple-outline:before{content:"󰫓"}.mdi-minus-circle-off:before{content:"󱑙"}.mdi-minus-circle-off-outline:before{content:"󱑚"}.mdi-minus-circle-outline:before{content:"󰍷"}.mdi-minus-network:before{content:"󰍸"}.mdi-minus-network-outline:before{content:"󰲚"}.mdi-minus-thick:before{content:"󱘹"}.mdi-mirror:before{content:"󱇽"}.mdi-mirror-rectangle:before{content:"󱞟"}.mdi-mirror-variant:before{content:"󱞠"}.mdi-mixed-martial-arts:before{content:"󰶏"}.mdi-mixed-reality:before{content:"󰡿"}.mdi-molecule:before{content:"󰮬"}.mdi-molecule-co:before{content:"󱋾"}.mdi-molecule-co2:before{content:"󰟤"}.mdi-monitor:before{content:"󰍹"}.mdi-monitor-account:before{content:"󱩛"}.mdi-monitor-arrow-down:before{content:"󱧐"}.mdi-monitor-arrow-down-variant:before{content:"󱧑"}.mdi-monitor-cellphone:before{content:"󰦉"}.mdi-monitor-cellphone-star:before{content:"󰦊"}.mdi-monitor-dashboard:before{content:"󰨇"}.mdi-monitor-edit:before{content:"󱋆"}.mdi-monitor-eye:before{content:"󱎴"}.mdi-monitor-lock:before{content:"󰷛"}.mdi-monitor-multiple:before{content:"󰍺"}.mdi-monitor-off:before{content:"󰶐"}.mdi-monitor-screenshot:before{content:"󰹑"}.mdi-monitor-share:before{content:"󱒃"}.mdi-monitor-shimmer:before{content:"󱄄"}.mdi-monitor-small:before{content:"󱡶"}.mdi-monitor-speaker:before{content:"󰽟"}.mdi-monitor-speaker-off:before{content:"󰽠"}.mdi-monitor-star:before{content:"󰷜"}.mdi-moon-first-quarter:before{content:"󰽡"}.mdi-moon-full:before{content:"󰽢"}.mdi-moon-last-quarter:before{content:"󰽣"}.mdi-moon-new:before{content:"󰽤"}.mdi-moon-waning-crescent:before{content:"󰽥"}.mdi-moon-waning-gibbous:before{content:"󰽦"}.mdi-moon-waxing-crescent:before{content:"󰽧"}.mdi-moon-waxing-gibbous:before{content:"󰽨"}.mdi-moped:before{content:"󱂆"}.mdi-moped-electric:before{content:"󱖷"}.mdi-moped-electric-outline:before{content:"󱖸"}.mdi-moped-outline:before{content:"󱖹"}.mdi-more:before{content:"󰍻"}.mdi-mortar-pestle:before{content:"󱝈"}.mdi-mortar-pestle-plus:before{content:"󰏱"}.mdi-mosque:before{content:"󰵅"}.mdi-mosque-outline:before{content:"󱠧"}.mdi-mother-heart:before{content:"󱌔"}.mdi-mother-nurse:before{content:"󰴡"}.mdi-motion:before{content:"󱖲"}.mdi-motion-outline:before{content:"󱖳"}.mdi-motion-pause:before{content:"󱖐"}.mdi-motion-pause-outline:before{content:"󱖒"}.mdi-motion-play:before{content:"󱖏"}.mdi-motion-play-outline:before{content:"󱖑"}.mdi-motion-sensor:before{content:"󰶑"}.mdi-motion-sensor-off:before{content:"󱐵"}.mdi-motorbike:before{content:"󰍼"}.mdi-motorbike-electric:before{content:"󱖺"}.mdi-motorbike-off:before{content:"󱬖"}.mdi-mouse:before{content:"󰍽"}.mdi-mouse-bluetooth:before{content:"󰦋"}.mdi-mouse-move-down:before{content:"󱕐"}.mdi-mouse-move-up:before{content:"󱕑"}.mdi-mouse-move-vertical:before{content:"󱕒"}.mdi-mouse-off:before{content:"󰍾"}.mdi-mouse-variant:before{content:"󰍿"}.mdi-mouse-variant-off:before{content:"󰎀"}.mdi-move-resize:before{content:"󰙕"}.mdi-move-resize-variant:before{content:"󰙖"}.mdi-movie:before{content:"󰎁"}.mdi-movie-check:before{content:"󱛳"}.mdi-movie-check-outline:before{content:"󱛴"}.mdi-movie-cog:before{content:"󱛵"}.mdi-movie-cog-outline:before{content:"󱛶"}.mdi-movie-edit:before{content:"󱄢"}.mdi-movie-edit-outline:before{content:"󱄣"}.mdi-movie-filter:before{content:"󱄤"}.mdi-movie-filter-outline:before{content:"󱄥"}.mdi-movie-minus:before{content:"󱛷"}.mdi-movie-minus-outline:before{content:"󱛸"}.mdi-movie-off:before{content:"󱛹"}.mdi-movie-off-outline:before{content:"󱛺"}.mdi-movie-open:before{content:"󰿎"}.mdi-movie-open-check:before{content:"󱛻"}.mdi-movie-open-check-outline:before{content:"󱛼"}.mdi-movie-open-cog:before{content:"󱛽"}.mdi-movie-open-cog-outline:before{content:"󱛾"}.mdi-movie-open-edit:before{content:"󱛿"}.mdi-movie-open-edit-outline:before{content:"󱜀"}.mdi-movie-open-minus:before{content:"󱜁"}.mdi-movie-open-minus-outline:before{content:"󱜂"}.mdi-movie-open-off:before{content:"󱜃"}.mdi-movie-open-off-outline:before{content:"󱜄"}.mdi-movie-open-outline:before{content:"󰿏"}.mdi-movie-open-play:before{content:"󱜅"}.mdi-movie-open-play-outline:before{content:"󱜆"}.mdi-movie-open-plus:before{content:"󱜇"}.mdi-movie-open-plus-outline:before{content:"󱜈"}.mdi-movie-open-remove:before{content:"󱜉"}.mdi-movie-open-remove-outline:before{content:"󱜊"}.mdi-movie-open-settings:before{content:"󱜋"}.mdi-movie-open-settings-outline:before{content:"󱜌"}.mdi-movie-open-star:before{content:"󱜍"}.mdi-movie-open-star-outline:before{content:"󱜎"}.mdi-movie-outline:before{content:"󰷝"}.mdi-movie-play:before{content:"󱜏"}.mdi-movie-play-outline:before{content:"󱜐"}.mdi-movie-plus:before{content:"󱜑"}.mdi-movie-plus-outline:before{content:"󱜒"}.mdi-movie-remove:before{content:"󱜓"}.mdi-movie-remove-outline:before{content:"󱜔"}.mdi-movie-roll:before{content:"󰟞"}.mdi-movie-search:before{content:"󱇒"}.mdi-movie-search-outline:before{content:"󱇓"}.mdi-movie-settings:before{content:"󱜕"}.mdi-movie-settings-outline:before{content:"󱜖"}.mdi-movie-star:before{content:"󱜗"}.mdi-movie-star-outline:before{content:"󱜘"}.mdi-mower:before{content:"󱙯"}.mdi-mower-bag:before{content:"󱙰"}.mdi-mower-bag-on:before{content:"󱭠"}.mdi-mower-on:before{content:"󱭟"}.mdi-muffin:before{content:"󰦌"}.mdi-multicast:before{content:"󱢓"}.mdi-multimedia:before{content:"󱮗"}.mdi-multiplication:before{content:"󰎂"}.mdi-multiplication-box:before{content:"󰎃"}.mdi-mushroom:before{content:"󰟟"}.mdi-mushroom-off:before{content:"󱏺"}.mdi-mushroom-off-outline:before{content:"󱏻"}.mdi-mushroom-outline:before{content:"󰟠"}.mdi-music:before{content:"󰝚"}.mdi-music-accidental-double-flat:before{content:"󰽩"}.mdi-music-accidental-double-sharp:before{content:"󰽪"}.mdi-music-accidental-flat:before{content:"󰽫"}.mdi-music-accidental-natural:before{content:"󰽬"}.mdi-music-accidental-sharp:before{content:"󰽭"}.mdi-music-box:before{content:"󰎄"}.mdi-music-box-multiple:before{content:"󰌳"}.mdi-music-box-multiple-outline:before{content:"󰼄"}.mdi-music-box-outline:before{content:"󰎅"}.mdi-music-circle:before{content:"󰎆"}.mdi-music-circle-outline:before{content:"󰫔"}.mdi-music-clef-alto:before{content:"󰽮"}.mdi-music-clef-bass:before{content:"󰽯"}.mdi-music-clef-treble:before{content:"󰽰"}.mdi-music-note:before{content:"󰎇"}.mdi-music-note-bluetooth:before{content:"󰗾"}.mdi-music-note-bluetooth-off:before{content:"󰗿"}.mdi-music-note-eighth:before{content:"󰎈"}.mdi-music-note-eighth-dotted:before{content:"󰽱"}.mdi-music-note-half:before{content:"󰎉"}.mdi-music-note-half-dotted:before{content:"󰽲"}.mdi-music-note-minus:before{content:"󱮉"}.mdi-music-note-off:before{content:"󰎊"}.mdi-music-note-off-outline:before{content:"󰽳"}.mdi-music-note-outline:before{content:"󰽴"}.mdi-music-note-plus:before{content:"󰷞"}.mdi-music-note-quarter:before{content:"󰎋"}.mdi-music-note-quarter-dotted:before{content:"󰽵"}.mdi-music-note-sixteenth:before{content:"󰎌"}.mdi-music-note-sixteenth-dotted:before{content:"󰽶"}.mdi-music-note-whole:before{content:"󰎍"}.mdi-music-note-whole-dotted:before{content:"󰽷"}.mdi-music-off:before{content:"󰝛"}.mdi-music-rest-eighth:before{content:"󰽸"}.mdi-music-rest-half:before{content:"󰽹"}.mdi-music-rest-quarter:before{content:"󰽺"}.mdi-music-rest-sixteenth:before{content:"󰽻"}.mdi-music-rest-whole:before{content:"󰽼"}.mdi-mustache:before{content:"󱗞"}.mdi-nail:before{content:"󰷟"}.mdi-nas:before{content:"󰣳"}.mdi-nativescript:before{content:"󰢀"}.mdi-nature:before{content:"󰎎"}.mdi-nature-people:before{content:"󰎏"}.mdi-navigation:before{content:"󰎐"}.mdi-navigation-outline:before{content:"󱘇"}.mdi-navigation-variant:before{content:"󱣰"}.mdi-navigation-variant-outline:before{content:"󱣱"}.mdi-near-me:before{content:"󰗍"}.mdi-necklace:before{content:"󰼋"}.mdi-needle:before{content:"󰎑"}.mdi-needle-off:before{content:"󱧒"}.mdi-netflix:before{content:"󰝆"}.mdi-network:before{content:"󰛳"}.mdi-network-off:before{content:"󰲛"}.mdi-network-off-outline:before{content:"󰲜"}.mdi-network-outline:before{content:"󰲝"}.mdi-network-pos:before{content:"󱫋"}.mdi-network-strength-1:before{content:"󰣴"}.mdi-network-strength-1-alert:before{content:"󰣵"}.mdi-network-strength-2:before{content:"󰣶"}.mdi-network-strength-2-alert:before{content:"󰣷"}.mdi-network-strength-3:before{content:"󰣸"}.mdi-network-strength-3-alert:before{content:"󰣹"}.mdi-network-strength-4:before{content:"󰣺"}.mdi-network-strength-4-alert:before{content:"󰣻"}.mdi-network-strength-4-cog:before{content:"󱤚"}.mdi-network-strength-off:before{content:"󰣼"}.mdi-network-strength-off-outline:before{content:"󰣽"}.mdi-network-strength-outline:before{content:"󰣾"}.mdi-new-box:before{content:"󰎔"}.mdi-newspaper:before{content:"󰎕"}.mdi-newspaper-check:before{content:"󱥃"}.mdi-newspaper-minus:before{content:"󰼌"}.mdi-newspaper-plus:before{content:"󰼍"}.mdi-newspaper-remove:before{content:"󱥄"}.mdi-newspaper-variant:before{content:"󱀁"}.mdi-newspaper-variant-multiple:before{content:"󱀂"}.mdi-newspaper-variant-multiple-outline:before{content:"󱀃"}.mdi-newspaper-variant-outline:before{content:"󱀄"}.mdi-nfc:before{content:"󰎖"}.mdi-nfc-search-variant:before{content:"󰹓"}.mdi-nfc-tap:before{content:"󰎗"}.mdi-nfc-variant:before{content:"󰎘"}.mdi-nfc-variant-off:before{content:"󰹔"}.mdi-ninja:before{content:"󰝴"}.mdi-nintendo-game-boy:before{content:"󱎓"}.mdi-nintendo-switch:before{content:"󰟡"}.mdi-nintendo-wii:before{content:"󰖫"}.mdi-nintendo-wiiu:before{content:"󰜭"}.mdi-nix:before{content:"󱄅"}.mdi-nodejs:before{content:"󰎙"}.mdi-noodles:before{content:"󱅾"}.mdi-not-equal:before{content:"󰦍"}.mdi-not-equal-variant:before{content:"󰦎"}.mdi-note:before{content:"󰎚"}.mdi-note-alert:before{content:"󱝽"}.mdi-note-alert-outline:before{content:"󱝾"}.mdi-note-check:before{content:"󱝿"}.mdi-note-check-outline:before{content:"󱞀"}.mdi-note-edit:before{content:"󱞁"}.mdi-note-edit-outline:before{content:"󱞂"}.mdi-note-minus:before{content:"󱙏"}.mdi-note-minus-outline:before{content:"󱙐"}.mdi-note-multiple:before{content:"󰚸"}.mdi-note-multiple-outline:before{content:"󰚹"}.mdi-note-off:before{content:"󱞃"}.mdi-note-off-outline:before{content:"󱞄"}.mdi-note-outline:before{content:"󰎛"}.mdi-note-plus:before{content:"󰎜"}.mdi-note-plus-outline:before{content:"󰎝"}.mdi-note-remove:before{content:"󱙑"}.mdi-note-remove-outline:before{content:"󱙒"}.mdi-note-search:before{content:"󱙓"}.mdi-note-search-outline:before{content:"󱙔"}.mdi-note-text:before{content:"󰎞"}.mdi-note-text-outline:before{content:"󱇗"}.mdi-notebook:before{content:"󰠮"}.mdi-notebook-check:before{content:"󱓵"}.mdi-notebook-check-outline:before{content:"󱓶"}.mdi-notebook-edit:before{content:"󱓧"}.mdi-notebook-edit-outline:before{content:"󱓩"}.mdi-notebook-heart:before{content:"󱨋"}.mdi-notebook-heart-outline:before{content:"󱨌"}.mdi-notebook-minus:before{content:"󱘐"}.mdi-notebook-minus-outline:before{content:"󱘑"}.mdi-notebook-multiple:before{content:"󰹕"}.mdi-notebook-outline:before{content:"󰺿"}.mdi-notebook-plus:before{content:"󱘒"}.mdi-notebook-plus-outline:before{content:"󱘓"}.mdi-notebook-remove:before{content:"󱘔"}.mdi-notebook-remove-outline:before{content:"󱘕"}.mdi-notification-clear-all:before{content:"󰎟"}.mdi-npm:before{content:"󰛷"}.mdi-nuke:before{content:"󰚤"}.mdi-null:before{content:"󰟢"}.mdi-numeric:before{content:"󰎠"}.mdi-numeric-0:before{content:"󰬹"}.mdi-numeric-0-box:before{content:"󰎡"}.mdi-numeric-0-box-multiple:before{content:"󰼎"}.mdi-numeric-0-box-multiple-outline:before{content:"󰎢"}.mdi-numeric-0-box-outline:before{content:"󰎣"}.mdi-numeric-0-circle:before{content:"󰲞"}.mdi-numeric-0-circle-outline:before{content:"󰲟"}.mdi-numeric-1:before{content:"󰬺"}.mdi-numeric-1-box:before{content:"󰎤"}.mdi-numeric-1-box-multiple:before{content:"󰼏"}.mdi-numeric-1-box-multiple-outline:before{content:"󰎥"}.mdi-numeric-1-box-outline:before{content:"󰎦"}.mdi-numeric-1-circle:before{content:"󰲠"}.mdi-numeric-1-circle-outline:before{content:"󰲡"}.mdi-numeric-10:before{content:"󰿩"}.mdi-numeric-10-box:before{content:"󰽽"}.mdi-numeric-10-box-multiple:before{content:"󰿪"}.mdi-numeric-10-box-multiple-outline:before{content:"󰿫"}.mdi-numeric-10-box-outline:before{content:"󰽾"}.mdi-numeric-10-circle:before{content:"󰿬"}.mdi-numeric-10-circle-outline:before{content:"󰿭"}.mdi-numeric-2:before{content:"󰬻"}.mdi-numeric-2-box:before{content:"󰎧"}.mdi-numeric-2-box-multiple:before{content:"󰼐"}.mdi-numeric-2-box-multiple-outline:before{content:"󰎨"}.mdi-numeric-2-box-outline:before{content:"󰎩"}.mdi-numeric-2-circle:before{content:"󰲢"}.mdi-numeric-2-circle-outline:before{content:"󰲣"}.mdi-numeric-3:before{content:"󰬼"}.mdi-numeric-3-box:before{content:"󰎪"}.mdi-numeric-3-box-multiple:before{content:"󰼑"}.mdi-numeric-3-box-multiple-outline:before{content:"󰎫"}.mdi-numeric-3-box-outline:before{content:"󰎬"}.mdi-numeric-3-circle:before{content:"󰲤"}.mdi-numeric-3-circle-outline:before{content:"󰲥"}.mdi-numeric-4:before{content:"󰬽"}.mdi-numeric-4-box:before{content:"󰎭"}.mdi-numeric-4-box-multiple:before{content:"󰼒"}.mdi-numeric-4-box-multiple-outline:before{content:"󰎲"}.mdi-numeric-4-box-outline:before{content:"󰎮"}.mdi-numeric-4-circle:before{content:"󰲦"}.mdi-numeric-4-circle-outline:before{content:"󰲧"}.mdi-numeric-5:before{content:"󰬾"}.mdi-numeric-5-box:before{content:"󰎱"}.mdi-numeric-5-box-multiple:before{content:"󰼓"}.mdi-numeric-5-box-multiple-outline:before{content:"󰎯"}.mdi-numeric-5-box-outline:before{content:"󰎰"}.mdi-numeric-5-circle:before{content:"󰲨"}.mdi-numeric-5-circle-outline:before{content:"󰲩"}.mdi-numeric-6:before{content:"󰬿"}.mdi-numeric-6-box:before{content:"󰎳"}.mdi-numeric-6-box-multiple:before{content:"󰼔"}.mdi-numeric-6-box-multiple-outline:before{content:"󰎴"}.mdi-numeric-6-box-outline:before{content:"󰎵"}.mdi-numeric-6-circle:before{content:"󰲪"}.mdi-numeric-6-circle-outline:before{content:"󰲫"}.mdi-numeric-7:before{content:"󰭀"}.mdi-numeric-7-box:before{content:"󰎶"}.mdi-numeric-7-box-multiple:before{content:"󰼕"}.mdi-numeric-7-box-multiple-outline:before{content:"󰎷"}.mdi-numeric-7-box-outline:before{content:"󰎸"}.mdi-numeric-7-circle:before{content:"󰲬"}.mdi-numeric-7-circle-outline:before{content:"󰲭"}.mdi-numeric-8:before{content:"󰭁"}.mdi-numeric-8-box:before{content:"󰎹"}.mdi-numeric-8-box-multiple:before{content:"󰼖"}.mdi-numeric-8-box-multiple-outline:before{content:"󰎺"}.mdi-numeric-8-box-outline:before{content:"󰎻"}.mdi-numeric-8-circle:before{content:"󰲮"}.mdi-numeric-8-circle-outline:before{content:"󰲯"}.mdi-numeric-9:before{content:"󰭂"}.mdi-numeric-9-box:before{content:"󰎼"}.mdi-numeric-9-box-multiple:before{content:"󰼗"}.mdi-numeric-9-box-multiple-outline:before{content:"󰎽"}.mdi-numeric-9-box-outline:before{content:"󰎾"}.mdi-numeric-9-circle:before{content:"󰲰"}.mdi-numeric-9-circle-outline:before{content:"󰲱"}.mdi-numeric-9-plus:before{content:"󰿮"}.mdi-numeric-9-plus-box:before{content:"󰎿"}.mdi-numeric-9-plus-box-multiple:before{content:"󰼘"}.mdi-numeric-9-plus-box-multiple-outline:before{content:"󰏀"}.mdi-numeric-9-plus-box-outline:before{content:"󰏁"}.mdi-numeric-9-plus-circle:before{content:"󰲲"}.mdi-numeric-9-plus-circle-outline:before{content:"󰲳"}.mdi-numeric-negative-1:before{content:"󱁒"}.mdi-numeric-off:before{content:"󱧓"}.mdi-numeric-positive-1:before{content:"󱗋"}.mdi-nut:before{content:"󰛸"}.mdi-nutrition:before{content:"󰏂"}.mdi-nuxt:before{content:"󱄆"}.mdi-oar:before{content:"󰙼"}.mdi-ocarina:before{content:"󰷠"}.mdi-oci:before{content:"󱋩"}.mdi-ocr:before{content:"󱄺"}.mdi-octagon:before{content:"󰏃"}.mdi-octagon-outline:before{content:"󰏄"}.mdi-octagram:before{content:"󰛹"}.mdi-octagram-outline:before{content:"󰝵"}.mdi-octahedron:before{content:"󱥐"}.mdi-octahedron-off:before{content:"󱥑"}.mdi-odnoklassniki:before{content:"󰏅"}.mdi-offer:before{content:"󱈛"}.mdi-office-building:before{content:"󰦑"}.mdi-office-building-cog:before{content:"󱥉"}.mdi-office-building-cog-outline:before{content:"󱥊"}.mdi-office-building-marker:before{content:"󱔠"}.mdi-office-building-marker-outline:before{content:"󱔡"}.mdi-office-building-minus:before{content:"󱮪"}.mdi-office-building-minus-outline:before{content:"󱮫"}.mdi-office-building-outline:before{content:"󱔟"}.mdi-office-building-plus:before{content:"󱮨"}.mdi-office-building-plus-outline:before{content:"󱮩"}.mdi-office-building-remove:before{content:"󱮬"}.mdi-office-building-remove-outline:before{content:"󱮭"}.mdi-oil:before{content:"󰏇"}.mdi-oil-lamp:before{content:"󰼙"}.mdi-oil-level:before{content:"󱁓"}.mdi-oil-temperature:before{content:"󰿸"}.mdi-om:before{content:"󰥳"}.mdi-omega:before{content:"󰏉"}.mdi-one-up:before{content:"󰮭"}.mdi-onepassword:before{content:"󰢁"}.mdi-opacity:before{content:"󰗌"}.mdi-open-in-app:before{content:"󰏋"}.mdi-open-in-new:before{content:"󰏌"}.mdi-open-source-initiative:before{content:"󰮮"}.mdi-openid:before{content:"󰏍"}.mdi-opera:before{content:"󰏎"}.mdi-orbit:before{content:"󰀘"}.mdi-orbit-variant:before{content:"󱗛"}.mdi-order-alphabetical-ascending:before{content:"󰈍"}.mdi-order-alphabetical-descending:before{content:"󰴇"}.mdi-order-bool-ascending:before{content:"󰊾"}.mdi-order-bool-ascending-variant:before{content:"󰦏"}.mdi-order-bool-descending:before{content:"󱎄"}.mdi-order-bool-descending-variant:before{content:"󰦐"}.mdi-order-numeric-ascending:before{content:"󰕅"}.mdi-order-numeric-descending:before{content:"󰕆"}.mdi-origin:before{content:"󰭃"}.mdi-ornament:before{content:"󰏏"}.mdi-ornament-variant:before{content:"󰏐"}.mdi-outdoor-lamp:before{content:"󱁔"}.mdi-overscan:before{content:"󱀅"}.mdi-owl:before{content:"󰏒"}.mdi-pac-man:before{content:"󰮯"}.mdi-package:before{content:"󰏓"}.mdi-package-check:before{content:"󱭑"}.mdi-package-down:before{content:"󰏔"}.mdi-package-up:before{content:"󰏕"}.mdi-package-variant:before{content:"󰏖"}.mdi-package-variant-closed:before{content:"󰏗"}.mdi-package-variant-closed-check:before{content:"󱭒"}.mdi-package-variant-closed-minus:before{content:"󱧔"}.mdi-package-variant-closed-plus:before{content:"󱧕"}.mdi-package-variant-closed-remove:before{content:"󱧖"}.mdi-package-variant-minus:before{content:"󱧗"}.mdi-package-variant-plus:before{content:"󱧘"}.mdi-package-variant-remove:before{content:"󱧙"}.mdi-page-first:before{content:"󰘀"}.mdi-page-last:before{content:"󰘁"}.mdi-page-layout-body:before{content:"󰛺"}.mdi-page-layout-footer:before{content:"󰛻"}.mdi-page-layout-header:before{content:"󰛼"}.mdi-page-layout-header-footer:before{content:"󰽿"}.mdi-page-layout-sidebar-left:before{content:"󰛽"}.mdi-page-layout-sidebar-right:before{content:"󰛾"}.mdi-page-next:before{content:"󰮰"}.mdi-page-next-outline:before{content:"󰮱"}.mdi-page-previous:before{content:"󰮲"}.mdi-page-previous-outline:before{content:"󰮳"}.mdi-pail:before{content:"󱐗"}.mdi-pail-minus:before{content:"󱐷"}.mdi-pail-minus-outline:before{content:"󱐼"}.mdi-pail-off:before{content:"󱐹"}.mdi-pail-off-outline:before{content:"󱐾"}.mdi-pail-outline:before{content:"󱐺"}.mdi-pail-plus:before{content:"󱐶"}.mdi-pail-plus-outline:before{content:"󱐻"}.mdi-pail-remove:before{content:"󱐸"}.mdi-pail-remove-outline:before{content:"󱐽"}.mdi-palette:before{content:"󰏘"}.mdi-palette-advanced:before{content:"󰏙"}.mdi-palette-outline:before{content:"󰸌"}.mdi-palette-swatch:before{content:"󰢵"}.mdi-palette-swatch-outline:before{content:"󱍜"}.mdi-palette-swatch-variant:before{content:"󱥚"}.mdi-palm-tree:before{content:"󱁕"}.mdi-pan:before{content:"󰮴"}.mdi-pan-bottom-left:before{content:"󰮵"}.mdi-pan-bottom-right:before{content:"󰮶"}.mdi-pan-down:before{content:"󰮷"}.mdi-pan-horizontal:before{content:"󰮸"}.mdi-pan-left:before{content:"󰮹"}.mdi-pan-right:before{content:"󰮺"}.mdi-pan-top-left:before{content:"󰮻"}.mdi-pan-top-right:before{content:"󰮼"}.mdi-pan-up:before{content:"󰮽"}.mdi-pan-vertical:before{content:"󰮾"}.mdi-panda:before{content:"󰏚"}.mdi-pandora:before{content:"󰏛"}.mdi-panorama:before{content:"󰏜"}.mdi-panorama-fisheye:before{content:"󰏝"}.mdi-panorama-horizontal:before{content:"󱤨"}.mdi-panorama-horizontal-outline:before{content:"󰏞"}.mdi-panorama-outline:before{content:"󱦌"}.mdi-panorama-sphere:before{content:"󱦍"}.mdi-panorama-sphere-outline:before{content:"󱦎"}.mdi-panorama-variant:before{content:"󱦏"}.mdi-panorama-variant-outline:before{content:"󱦐"}.mdi-panorama-vertical:before{content:"󱤩"}.mdi-panorama-vertical-outline:before{content:"󰏟"}.mdi-panorama-wide-angle:before{content:"󱥟"}.mdi-panorama-wide-angle-outline:before{content:"󰏠"}.mdi-paper-cut-vertical:before{content:"󰏡"}.mdi-paper-roll:before{content:"󱅗"}.mdi-paper-roll-outline:before{content:"󱅘"}.mdi-paperclip:before{content:"󰏢"}.mdi-paperclip-check:before{content:"󱫆"}.mdi-paperclip-lock:before{content:"󱧚"}.mdi-paperclip-minus:before{content:"󱫇"}.mdi-paperclip-off:before{content:"󱫈"}.mdi-paperclip-plus:before{content:"󱫉"}.mdi-paperclip-remove:before{content:"󱫊"}.mdi-parachute:before{content:"󰲴"}.mdi-parachute-outline:before{content:"󰲵"}.mdi-paragliding:before{content:"󱝅"}.mdi-parking:before{content:"󰏣"}.mdi-party-popper:before{content:"󱁖"}.mdi-passport:before{content:"󰟣"}.mdi-passport-biometric:before{content:"󰷡"}.mdi-pasta:before{content:"󱅠"}.mdi-patio-heater:before{content:"󰾀"}.mdi-patreon:before{content:"󰢂"}.mdi-pause:before{content:"󰏤"}.mdi-pause-box:before{content:"󰂼"}.mdi-pause-box-outline:before{content:"󱭺"}.mdi-pause-circle:before{content:"󰏥"}.mdi-pause-circle-outline:before{content:"󰏦"}.mdi-pause-octagon:before{content:"󰏧"}.mdi-pause-octagon-outline:before{content:"󰏨"}.mdi-paw:before{content:"󰏩"}.mdi-paw-off:before{content:"󰙗"}.mdi-paw-off-outline:before{content:"󱙶"}.mdi-paw-outline:before{content:"󱙵"}.mdi-peace:before{content:"󰢄"}.mdi-peanut:before{content:"󰿼"}.mdi-peanut-off:before{content:"󰿽"}.mdi-peanut-off-outline:before{content:"󰿿"}.mdi-peanut-outline:before{content:"󰿾"}.mdi-pen:before{content:"󰏪"}.mdi-pen-lock:before{content:"󰷢"}.mdi-pen-minus:before{content:"󰷣"}.mdi-pen-off:before{content:"󰷤"}.mdi-pen-plus:before{content:"󰷥"}.mdi-pen-remove:before{content:"󰷦"}.mdi-pencil:before{content:"󰏫"}.mdi-pencil-box:before{content:"󰏬"}.mdi-pencil-box-multiple:before{content:"󱅄"}.mdi-pencil-box-multiple-outline:before{content:"󱅅"}.mdi-pencil-box-outline:before{content:"󰏭"}.mdi-pencil-circle:before{content:"󰛿"}.mdi-pencil-circle-outline:before{content:"󰝶"}.mdi-pencil-lock:before{content:"󰏮"}.mdi-pencil-lock-outline:before{content:"󰷧"}.mdi-pencil-minus:before{content:"󰷨"}.mdi-pencil-minus-outline:before{content:"󰷩"}.mdi-pencil-off:before{content:"󰏯"}.mdi-pencil-off-outline:before{content:"󰷪"}.mdi-pencil-outline:before{content:"󰲶"}.mdi-pencil-plus:before{content:"󰷫"}.mdi-pencil-plus-outline:before{content:"󰷬"}.mdi-pencil-remove:before{content:"󰷭"}.mdi-pencil-remove-outline:before{content:"󰷮"}.mdi-pencil-ruler:before{content:"󱍓"}.mdi-penguin:before{content:"󰻀"}.mdi-pentagon:before{content:"󰜁"}.mdi-pentagon-outline:before{content:"󰜀"}.mdi-pentagram:before{content:"󱙧"}.mdi-percent:before{content:"󰏰"}.mdi-percent-box:before{content:"󱨂"}.mdi-percent-box-outline:before{content:"󱨃"}.mdi-percent-circle:before{content:"󱨄"}.mdi-percent-circle-outline:before{content:"󱨅"}.mdi-percent-outline:before{content:"󱉸"}.mdi-periodic-table:before{content:"󰢶"}.mdi-perspective-less:before{content:"󰴣"}.mdi-perspective-more:before{content:"󰴤"}.mdi-ph:before{content:"󱟅"}.mdi-phone:before{content:"󰏲"}.mdi-phone-alert:before{content:"󰼚"}.mdi-phone-alert-outline:before{content:"󱆎"}.mdi-phone-bluetooth:before{content:"󰏳"}.mdi-phone-bluetooth-outline:before{content:"󱆏"}.mdi-phone-cancel:before{content:"󱂼"}.mdi-phone-cancel-outline:before{content:"󱆐"}.mdi-phone-check:before{content:"󱆩"}.mdi-phone-check-outline:before{content:"󱆪"}.mdi-phone-classic:before{content:"󰘂"}.mdi-phone-classic-off:before{content:"󱉹"}.mdi-phone-clock:before{content:"󱧛"}.mdi-phone-dial:before{content:"󱕙"}.mdi-phone-dial-outline:before{content:"󱕚"}.mdi-phone-forward:before{content:"󰏴"}.mdi-phone-forward-outline:before{content:"󱆑"}.mdi-phone-hangup:before{content:"󰏵"}.mdi-phone-hangup-outline:before{content:"󱆒"}.mdi-phone-in-talk:before{content:"󰏶"}.mdi-phone-in-talk-outline:before{content:"󱆂"}.mdi-phone-incoming:before{content:"󰏷"}.mdi-phone-incoming-outgoing:before{content:"󱬿"}.mdi-phone-incoming-outgoing-outline:before{content:"󱭀"}.mdi-phone-incoming-outline:before{content:"󱆓"}.mdi-phone-lock:before{content:"󰏸"}.mdi-phone-lock-outline:before{content:"󱆔"}.mdi-phone-log:before{content:"󰏹"}.mdi-phone-log-outline:before{content:"󱆕"}.mdi-phone-message:before{content:"󱆖"}.mdi-phone-message-outline:before{content:"󱆗"}.mdi-phone-minus:before{content:"󰙘"}.mdi-phone-minus-outline:before{content:"󱆘"}.mdi-phone-missed:before{content:"󰏺"}.mdi-phone-missed-outline:before{content:"󱆥"}.mdi-phone-off:before{content:"󰷯"}.mdi-phone-off-outline:before{content:"󱆦"}.mdi-phone-outgoing:before{content:"󰏻"}.mdi-phone-outgoing-outline:before{content:"󱆙"}.mdi-phone-outline:before{content:"󰷰"}.mdi-phone-paused:before{content:"󰏼"}.mdi-phone-paused-outline:before{content:"󱆚"}.mdi-phone-plus:before{content:"󰙙"}.mdi-phone-plus-outline:before{content:"󱆛"}.mdi-phone-refresh:before{content:"󱦓"}.mdi-phone-refresh-outline:before{content:"󱦔"}.mdi-phone-remove:before{content:"󱔯"}.mdi-phone-remove-outline:before{content:"󱔰"}.mdi-phone-return:before{content:"󰠯"}.mdi-phone-return-outline:before{content:"󱆜"}.mdi-phone-ring:before{content:"󱆫"}.mdi-phone-ring-outline:before{content:"󱆬"}.mdi-phone-rotate-landscape:before{content:"󰢅"}.mdi-phone-rotate-portrait:before{content:"󰢆"}.mdi-phone-settings:before{content:"󰏽"}.mdi-phone-settings-outline:before{content:"󱆝"}.mdi-phone-sync:before{content:"󱦕"}.mdi-phone-sync-outline:before{content:"󱦖"}.mdi-phone-voip:before{content:"󰏾"}.mdi-pi:before{content:"󰏿"}.mdi-pi-box:before{content:"󰐀"}.mdi-pi-hole:before{content:"󰷱"}.mdi-piano:before{content:"󰙽"}.mdi-piano-off:before{content:"󰚘"}.mdi-pickaxe:before{content:"󰢷"}.mdi-picture-in-picture-bottom-right:before{content:"󰹗"}.mdi-picture-in-picture-bottom-right-outline:before{content:"󰹘"}.mdi-picture-in-picture-top-right:before{content:"󰹙"}.mdi-picture-in-picture-top-right-outline:before{content:"󰹚"}.mdi-pier:before{content:"󰢇"}.mdi-pier-crane:before{content:"󰢈"}.mdi-pig:before{content:"󰐁"}.mdi-pig-variant:before{content:"󱀆"}.mdi-pig-variant-outline:before{content:"󱙸"}.mdi-piggy-bank:before{content:"󱀇"}.mdi-piggy-bank-outline:before{content:"󱙹"}.mdi-pill:before{content:"󰐂"}.mdi-pill-multiple:before{content:"󱭌"}.mdi-pill-off:before{content:"󱩜"}.mdi-pillar:before{content:"󰜂"}.mdi-pin:before{content:"󰐃"}.mdi-pin-off:before{content:"󰐄"}.mdi-pin-off-outline:before{content:"󰤰"}.mdi-pin-outline:before{content:"󰤱"}.mdi-pine-tree:before{content:"󰐅"}.mdi-pine-tree-box:before{content:"󰐆"}.mdi-pine-tree-fire:before{content:"󱐚"}.mdi-pinterest:before{content:"󰐇"}.mdi-pinwheel:before{content:"󰫕"}.mdi-pinwheel-outline:before{content:"󰫖"}.mdi-pipe:before{content:"󰟥"}.mdi-pipe-disconnected:before{content:"󰟦"}.mdi-pipe-leak:before{content:"󰢉"}.mdi-pipe-valve:before{content:"󱡍"}.mdi-pipe-wrench:before{content:"󱍔"}.mdi-pirate:before{content:"󰨈"}.mdi-pistol:before{content:"󰜃"}.mdi-piston:before{content:"󰢊"}.mdi-pitchfork:before{content:"󱕓"}.mdi-pizza:before{content:"󰐉"}.mdi-plane-car:before{content:"󱫿"}.mdi-plane-train:before{content:"󱬀"}.mdi-play:before{content:"󰐊"}.mdi-play-box:before{content:"󱉺"}.mdi-play-box-lock:before{content:"󱨖"}.mdi-play-box-lock-open:before{content:"󱨗"}.mdi-play-box-lock-open-outline:before{content:"󱨘"}.mdi-play-box-lock-outline:before{content:"󱨙"}.mdi-play-box-multiple:before{content:"󰴙"}.mdi-play-box-multiple-outline:before{content:"󱏦"}.mdi-play-box-outline:before{content:"󰐋"}.mdi-play-circle:before{content:"󰐌"}.mdi-play-circle-outline:before{content:"󰐍"}.mdi-play-network:before{content:"󰢋"}.mdi-play-network-outline:before{content:"󰲷"}.mdi-play-outline:before{content:"󰼛"}.mdi-play-pause:before{content:"󰐎"}.mdi-play-protected-content:before{content:"󰐏"}.mdi-play-speed:before{content:"󰣿"}.mdi-playlist-check:before{content:"󰗇"}.mdi-playlist-edit:before{content:"󰤀"}.mdi-playlist-minus:before{content:"󰐐"}.mdi-playlist-music:before{content:"󰲸"}.mdi-playlist-music-outline:before{content:"󰲹"}.mdi-playlist-play:before{content:"󰐑"}.mdi-playlist-plus:before{content:"󰐒"}.mdi-playlist-remove:before{content:"󰐓"}.mdi-playlist-star:before{content:"󰷲"}.mdi-plex:before{content:"󰚺"}.mdi-pliers:before{content:"󱦤"}.mdi-plus:before{content:"󰐕"}.mdi-plus-box:before{content:"󰐖"}.mdi-plus-box-multiple:before{content:"󰌴"}.mdi-plus-box-multiple-outline:before{content:"󱅃"}.mdi-plus-box-outline:before{content:"󰜄"}.mdi-plus-circle:before{content:"󰐗"}.mdi-plus-circle-multiple:before{content:"󰍌"}.mdi-plus-circle-multiple-outline:before{content:"󰐘"}.mdi-plus-circle-outline:before{content:"󰐙"}.mdi-plus-lock:before{content:"󱩝"}.mdi-plus-lock-open:before{content:"󱩞"}.mdi-plus-minus:before{content:"󰦒"}.mdi-plus-minus-box:before{content:"󰦓"}.mdi-plus-minus-variant:before{content:"󱓉"}.mdi-plus-network:before{content:"󰐚"}.mdi-plus-network-outline:before{content:"󰲺"}.mdi-plus-outline:before{content:"󰜅"}.mdi-plus-thick:before{content:"󱇬"}.mdi-podcast:before{content:"󰦔"}.mdi-podium:before{content:"󰴥"}.mdi-podium-bronze:before{content:"󰴦"}.mdi-podium-gold:before{content:"󰴧"}.mdi-podium-silver:before{content:"󰴨"}.mdi-point-of-sale:before{content:"󰶒"}.mdi-pokeball:before{content:"󰐝"}.mdi-pokemon-go:before{content:"󰨉"}.mdi-poker-chip:before{content:"󰠰"}.mdi-polaroid:before{content:"󰐞"}.mdi-police-badge:before{content:"󱅧"}.mdi-police-badge-outline:before{content:"󱅨"}.mdi-police-station:before{content:"󱠹"}.mdi-poll:before{content:"󰐟"}.mdi-polo:before{content:"󱓃"}.mdi-polymer:before{content:"󰐡"}.mdi-pool:before{content:"󰘆"}.mdi-pool-thermometer:before{content:"󱩟"}.mdi-popcorn:before{content:"󰐢"}.mdi-post:before{content:"󱀈"}.mdi-post-lamp:before{content:"󱩠"}.mdi-post-outline:before{content:"󱀉"}.mdi-postage-stamp:before{content:"󰲻"}.mdi-pot:before{content:"󰋥"}.mdi-pot-mix:before{content:"󰙛"}.mdi-pot-mix-outline:before{content:"󰙷"}.mdi-pot-outline:before{content:"󰋿"}.mdi-pot-steam:before{content:"󰙚"}.mdi-pot-steam-outline:before{content:"󰌦"}.mdi-pound:before{content:"󰐣"}.mdi-pound-box:before{content:"󰐤"}.mdi-pound-box-outline:before{content:"󱅿"}.mdi-power:before{content:"󰐥"}.mdi-power-cycle:before{content:"󰤁"}.mdi-power-off:before{content:"󰤂"}.mdi-power-on:before{content:"󰤃"}.mdi-power-plug:before{content:"󰚥"}.mdi-power-plug-off:before{content:"󰚦"}.mdi-power-plug-off-outline:before{content:"󱐤"}.mdi-power-plug-outline:before{content:"󱐥"}.mdi-power-settings:before{content:"󰐦"}.mdi-power-sleep:before{content:"󰤄"}.mdi-power-socket:before{content:"󰐧"}.mdi-power-socket-au:before{content:"󰤅"}.mdi-power-socket-ch:before{content:"󰾳"}.mdi-power-socket-de:before{content:"󱄇"}.mdi-power-socket-eu:before{content:"󰟧"}.mdi-power-socket-fr:before{content:"󱄈"}.mdi-power-socket-it:before{content:"󱓿"}.mdi-power-socket-jp:before{content:"󱄉"}.mdi-power-socket-uk:before{content:"󰟨"}.mdi-power-socket-us:before{content:"󰟩"}.mdi-power-standby:before{content:"󰤆"}.mdi-powershell:before{content:"󰨊"}.mdi-prescription:before{content:"󰜆"}.mdi-presentation:before{content:"󰐨"}.mdi-presentation-play:before{content:"󰐩"}.mdi-pretzel:before{content:"󱕢"}.mdi-printer:before{content:"󰐪"}.mdi-printer-3d:before{content:"󰐫"}.mdi-printer-3d-nozzle:before{content:"󰹛"}.mdi-printer-3d-nozzle-alert:before{content:"󱇀"}.mdi-printer-3d-nozzle-alert-outline:before{content:"󱇁"}.mdi-printer-3d-nozzle-heat:before{content:"󱢸"}.mdi-printer-3d-nozzle-heat-outline:before{content:"󱢹"}.mdi-printer-3d-nozzle-off:before{content:"󱬙"}.mdi-printer-3d-nozzle-off-outline:before{content:"󱬚"}.mdi-printer-3d-nozzle-outline:before{content:"󰹜"}.mdi-printer-3d-off:before{content:"󱬎"}.mdi-printer-alert:before{content:"󰐬"}.mdi-printer-check:before{content:"󱅆"}.mdi-printer-eye:before{content:"󱑘"}.mdi-printer-off:before{content:"󰹝"}.mdi-printer-off-outline:before{content:"󱞅"}.mdi-printer-outline:before{content:"󱞆"}.mdi-printer-pos:before{content:"󱁗"}.mdi-printer-search:before{content:"󱑗"}.mdi-printer-settings:before{content:"󰜇"}.mdi-printer-wireless:before{content:"󰨋"}.mdi-priority-high:before{content:"󰘃"}.mdi-priority-low:before{content:"󰘄"}.mdi-professional-hexagon:before{content:"󰐭"}.mdi-progress-alert:before{content:"󰲼"}.mdi-progress-check:before{content:"󰦕"}.mdi-progress-clock:before{content:"󰦖"}.mdi-progress-close:before{content:"󱄊"}.mdi-progress-download:before{content:"󰦗"}.mdi-progress-helper:before{content:"󱮢"}.mdi-progress-pencil:before{content:"󱞇"}.mdi-progress-question:before{content:"󱔢"}.mdi-progress-star:before{content:"󱞈"}.mdi-progress-upload:before{content:"󰦘"}.mdi-progress-wrench:before{content:"󰲽"}.mdi-projector:before{content:"󰐮"}.mdi-projector-off:before{content:"󱨣"}.mdi-projector-screen:before{content:"󰐯"}.mdi-projector-screen-off:before{content:"󱠍"}.mdi-projector-screen-off-outline:before{content:"󱠎"}.mdi-projector-screen-outline:before{content:"󱜤"}.mdi-projector-screen-variant:before{content:"󱠏"}.mdi-projector-screen-variant-off:before{content:"󱠐"}.mdi-projector-screen-variant-off-outline:before{content:"󱠑"}.mdi-projector-screen-variant-outline:before{content:"󱠒"}.mdi-propane-tank:before{content:"󱍗"}.mdi-propane-tank-outline:before{content:"󱍘"}.mdi-protocol:before{content:"󰿘"}.mdi-publish:before{content:"󰚧"}.mdi-publish-off:before{content:"󱥅"}.mdi-pulse:before{content:"󰐰"}.mdi-pump:before{content:"󱐂"}.mdi-pump-off:before{content:"󱬢"}.mdi-pumpkin:before{content:"󰮿"}.mdi-purse:before{content:"󰼜"}.mdi-purse-outline:before{content:"󰼝"}.mdi-puzzle:before{content:"󰐱"}.mdi-puzzle-check:before{content:"󱐦"}.mdi-puzzle-check-outline:before{content:"󱐧"}.mdi-puzzle-edit:before{content:"󱓓"}.mdi-puzzle-edit-outline:before{content:"󱓙"}.mdi-puzzle-heart:before{content:"󱓔"}.mdi-puzzle-heart-outline:before{content:"󱓚"}.mdi-puzzle-minus:before{content:"󱓑"}.mdi-puzzle-minus-outline:before{content:"󱓗"}.mdi-puzzle-outline:before{content:"󰩦"}.mdi-puzzle-plus:before{content:"󱓐"}.mdi-puzzle-plus-outline:before{content:"󱓖"}.mdi-puzzle-remove:before{content:"󱓒"}.mdi-puzzle-remove-outline:before{content:"󱓘"}.mdi-puzzle-star:before{content:"󱓕"}.mdi-puzzle-star-outline:before{content:"󱓛"}.mdi-pyramid:before{content:"󱥒"}.mdi-pyramid-off:before{content:"󱥓"}.mdi-qi:before{content:"󰦙"}.mdi-qqchat:before{content:"󰘅"}.mdi-qrcode:before{content:"󰐲"}.mdi-qrcode-edit:before{content:"󰢸"}.mdi-qrcode-minus:before{content:"󱆌"}.mdi-qrcode-plus:before{content:"󱆋"}.mdi-qrcode-remove:before{content:"󱆍"}.mdi-qrcode-scan:before{content:"󰐳"}.mdi-quadcopter:before{content:"󰐴"}.mdi-quality-high:before{content:"󰐵"}.mdi-quality-low:before{content:"󰨌"}.mdi-quality-medium:before{content:"󰨍"}.mdi-quora:before{content:"󰴩"}.mdi-rabbit:before{content:"󰤇"}.mdi-rabbit-variant:before{content:"󱩡"}.mdi-rabbit-variant-outline:before{content:"󱩢"}.mdi-racing-helmet:before{content:"󰶓"}.mdi-racquetball:before{content:"󰶔"}.mdi-radar:before{content:"󰐷"}.mdi-radiator:before{content:"󰐸"}.mdi-radiator-disabled:before{content:"󰫗"}.mdi-radiator-off:before{content:"󰫘"}.mdi-radio:before{content:"󰐹"}.mdi-radio-am:before{content:"󰲾"}.mdi-radio-fm:before{content:"󰲿"}.mdi-radio-handheld:before{content:"󰐺"}.mdi-radio-off:before{content:"󱈜"}.mdi-radio-tower:before{content:"󰐻"}.mdi-radioactive:before{content:"󰐼"}.mdi-radioactive-circle:before{content:"󱡝"}.mdi-radioactive-circle-outline:before{content:"󱡞"}.mdi-radioactive-off:before{content:"󰻁"}.mdi-radiobox-blank:before{content:"󰐽"}.mdi-radiobox-marked:before{content:"󰐾"}.mdi-radiology-box:before{content:"󱓅"}.mdi-radiology-box-outline:before{content:"󱓆"}.mdi-radius:before{content:"󰳀"}.mdi-radius-outline:before{content:"󰳁"}.mdi-railroad-light:before{content:"󰼞"}.mdi-rake:before{content:"󱕄"}.mdi-raspberry-pi:before{content:"󰐿"}.mdi-raw:before{content:"󱨏"}.mdi-raw-off:before{content:"󱨐"}.mdi-ray-end:before{content:"󰑀"}.mdi-ray-end-arrow:before{content:"󰑁"}.mdi-ray-start:before{content:"󰑂"}.mdi-ray-start-arrow:before{content:"󰑃"}.mdi-ray-start-end:before{content:"󰑄"}.mdi-ray-start-vertex-end:before{content:"󱗘"}.mdi-ray-vertex:before{content:"󰑅"}.mdi-razor-double-edge:before{content:"󱦗"}.mdi-razor-single-edge:before{content:"󱦘"}.mdi-react:before{content:"󰜈"}.mdi-read:before{content:"󰑇"}.mdi-receipt:before{content:"󰠤"}.mdi-receipt-outline:before{content:"󰓷"}.mdi-receipt-text:before{content:"󰑉"}.mdi-receipt-text-check:before{content:"󱩣"}.mdi-receipt-text-check-outline:before{content:"󱩤"}.mdi-receipt-text-minus:before{content:"󱩥"}.mdi-receipt-text-minus-outline:before{content:"󱩦"}.mdi-receipt-text-outline:before{content:"󱧜"}.mdi-receipt-text-plus:before{content:"󱩧"}.mdi-receipt-text-plus-outline:before{content:"󱩨"}.mdi-receipt-text-remove:before{content:"󱩩"}.mdi-receipt-text-remove-outline:before{content:"󱩪"}.mdi-record:before{content:"󰑊"}.mdi-record-circle:before{content:"󰻂"}.mdi-record-circle-outline:before{content:"󰻃"}.mdi-record-player:before{content:"󰦚"}.mdi-record-rec:before{content:"󰑋"}.mdi-rectangle:before{content:"󰹞"}.mdi-rectangle-outline:before{content:"󰹟"}.mdi-recycle:before{content:"󰑌"}.mdi-recycle-variant:before{content:"󱎝"}.mdi-reddit:before{content:"󰑍"}.mdi-redhat:before{content:"󱄛"}.mdi-redo:before{content:"󰑎"}.mdi-redo-variant:before{content:"󰑏"}.mdi-reflect-horizontal:before{content:"󰨎"}.mdi-reflect-vertical:before{content:"󰨏"}.mdi-refresh:before{content:"󰑐"}.mdi-refresh-auto:before{content:"󱣲"}.mdi-refresh-circle:before{content:"󱍷"}.mdi-regex:before{content:"󰑑"}.mdi-registered-trademark:before{content:"󰩧"}.mdi-reiterate:before{content:"󱖈"}.mdi-relation-many-to-many:before{content:"󱒖"}.mdi-relation-many-to-one:before{content:"󱒗"}.mdi-relation-many-to-one-or-many:before{content:"󱒘"}.mdi-relation-many-to-only-one:before{content:"󱒙"}.mdi-relation-many-to-zero-or-many:before{content:"󱒚"}.mdi-relation-many-to-zero-or-one:before{content:"󱒛"}.mdi-relation-one-or-many-to-many:before{content:"󱒜"}.mdi-relation-one-or-many-to-one:before{content:"󱒝"}.mdi-relation-one-or-many-to-one-or-many:before{content:"󱒞"}.mdi-relation-one-or-many-to-only-one:before{content:"󱒟"}.mdi-relation-one-or-many-to-zero-or-many:before{content:"󱒠"}.mdi-relation-one-or-many-to-zero-or-one:before{content:"󱒡"}.mdi-relation-one-to-many:before{content:"󱒢"}.mdi-relation-one-to-one:before{content:"󱒣"}.mdi-relation-one-to-one-or-many:before{content:"󱒤"}.mdi-relation-one-to-only-one:before{content:"󱒥"}.mdi-relation-one-to-zero-or-many:before{content:"󱒦"}.mdi-relation-one-to-zero-or-one:before{content:"󱒧"}.mdi-relation-only-one-to-many:before{content:"󱒨"}.mdi-relation-only-one-to-one:before{content:"󱒩"}.mdi-relation-only-one-to-one-or-many:before{content:"󱒪"}.mdi-relation-only-one-to-only-one:before{content:"󱒫"}.mdi-relation-only-one-to-zero-or-many:before{content:"󱒬"}.mdi-relation-only-one-to-zero-or-one:before{content:"󱒭"}.mdi-relation-zero-or-many-to-many:before{content:"󱒮"}.mdi-relation-zero-or-many-to-one:before{content:"󱒯"}.mdi-relation-zero-or-many-to-one-or-many:before{content:"󱒰"}.mdi-relation-zero-or-many-to-only-one:before{content:"󱒱"}.mdi-relation-zero-or-many-to-zero-or-many:before{content:"󱒲"}.mdi-relation-zero-or-many-to-zero-or-one:before{content:"󱒳"}.mdi-relation-zero-or-one-to-many:before{content:"󱒴"}.mdi-relation-zero-or-one-to-one:before{content:"󱒵"}.mdi-relation-zero-or-one-to-one-or-many:before{content:"󱒶"}.mdi-relation-zero-or-one-to-only-one:before{content:"󱒷"}.mdi-relation-zero-or-one-to-zero-or-many:before{content:"󱒸"}.mdi-relation-zero-or-one-to-zero-or-one:before{content:"󱒹"}.mdi-relative-scale:before{content:"󰑒"}.mdi-reload:before{content:"󰑓"}.mdi-reload-alert:before{content:"󱄋"}.mdi-reminder:before{content:"󰢌"}.mdi-remote:before{content:"󰑔"}.mdi-remote-desktop:before{content:"󰢹"}.mdi-remote-off:before{content:"󰻄"}.mdi-remote-tv:before{content:"󰻅"}.mdi-remote-tv-off:before{content:"󰻆"}.mdi-rename-box:before{content:"󰑕"}.mdi-reorder-horizontal:before{content:"󰚈"}.mdi-reorder-vertical:before{content:"󰚉"}.mdi-repeat:before{content:"󰑖"}.mdi-repeat-off:before{content:"󰑗"}.mdi-repeat-once:before{content:"󰑘"}.mdi-repeat-variant:before{content:"󰕇"}.mdi-replay:before{content:"󰑙"}.mdi-reply:before{content:"󰑚"}.mdi-reply-all:before{content:"󰑛"}.mdi-reply-all-outline:before{content:"󰼟"}.mdi-reply-circle:before{content:"󱆮"}.mdi-reply-outline:before{content:"󰼠"}.mdi-reproduction:before{content:"󰑜"}.mdi-resistor:before{content:"󰭄"}.mdi-resistor-nodes:before{content:"󰭅"}.mdi-resize:before{content:"󰩨"}.mdi-resize-bottom-right:before{content:"󰑝"}.mdi-responsive:before{content:"󰑞"}.mdi-restart:before{content:"󰜉"}.mdi-restart-alert:before{content:"󱄌"}.mdi-restart-off:before{content:"󰶕"}.mdi-restore:before{content:"󰦛"}.mdi-restore-alert:before{content:"󱄍"}.mdi-rewind:before{content:"󰑟"}.mdi-rewind-10:before{content:"󰴪"}.mdi-rewind-15:before{content:"󱥆"}.mdi-rewind-30:before{content:"󰶖"}.mdi-rewind-45:before{content:"󱬓"}.mdi-rewind-5:before{content:"󱇹"}.mdi-rewind-60:before{content:"󱘌"}.mdi-rewind-outline:before{content:"󰜊"}.mdi-rhombus:before{content:"󰜋"}.mdi-rhombus-medium:before{content:"󰨐"}.mdi-rhombus-medium-outline:before{content:"󱓜"}.mdi-rhombus-outline:before{content:"󰜌"}.mdi-rhombus-split:before{content:"󰨑"}.mdi-rhombus-split-outline:before{content:"󱓝"}.mdi-ribbon:before{content:"󰑠"}.mdi-rice:before{content:"󰟪"}.mdi-rickshaw:before{content:"󱖻"}.mdi-rickshaw-electric:before{content:"󱖼"}.mdi-ring:before{content:"󰟫"}.mdi-rivet:before{content:"󰹠"}.mdi-road:before{content:"󰑡"}.mdi-road-variant:before{content:"󰑢"}.mdi-robber:before{content:"󱁘"}.mdi-robot:before{content:"󰚩"}.mdi-robot-angry:before{content:"󱚝"}.mdi-robot-angry-outline:before{content:"󱚞"}.mdi-robot-confused:before{content:"󱚟"}.mdi-robot-confused-outline:before{content:"󱚠"}.mdi-robot-dead:before{content:"󱚡"}.mdi-robot-dead-outline:before{content:"󱚢"}.mdi-robot-excited:before{content:"󱚣"}.mdi-robot-excited-outline:before{content:"󱚤"}.mdi-robot-happy:before{content:"󱜙"}.mdi-robot-happy-outline:before{content:"󱜚"}.mdi-robot-industrial:before{content:"󰭆"}.mdi-robot-industrial-outline:before{content:"󱨚"}.mdi-robot-love:before{content:"󱚥"}.mdi-robot-love-outline:before{content:"󱚦"}.mdi-robot-mower:before{content:"󱇷"}.mdi-robot-mower-outline:before{content:"󱇳"}.mdi-robot-off:before{content:"󱚧"}.mdi-robot-off-outline:before{content:"󱙻"}.mdi-robot-outline:before{content:"󱙺"}.mdi-robot-vacuum:before{content:"󰜍"}.mdi-robot-vacuum-alert:before{content:"󱭝"}.mdi-robot-vacuum-variant:before{content:"󰤈"}.mdi-robot-vacuum-variant-alert:before{content:"󱭞"}.mdi-rocket:before{content:"󰑣"}.mdi-rocket-launch:before{content:"󱓞"}.mdi-rocket-launch-outline:before{content:"󱓟"}.mdi-rocket-outline:before{content:"󱎯"}.mdi-rodent:before{content:"󱌧"}.mdi-roller-shade:before{content:"󱩫"}.mdi-roller-shade-closed:before{content:"󱩬"}.mdi-roller-skate:before{content:"󰴫"}.mdi-roller-skate-off:before{content:"󰅅"}.mdi-rollerblade:before{content:"󰴬"}.mdi-rollerblade-off:before{content:"󰀮"}.mdi-rollupjs:before{content:"󰯀"}.mdi-rolodex:before{content:"󱪹"}.mdi-rolodex-outline:before{content:"󱪺"}.mdi-roman-numeral-1:before{content:"󱂈"}.mdi-roman-numeral-10:before{content:"󱂑"}.mdi-roman-numeral-2:before{content:"󱂉"}.mdi-roman-numeral-3:before{content:"󱂊"}.mdi-roman-numeral-4:before{content:"󱂋"}.mdi-roman-numeral-5:before{content:"󱂌"}.mdi-roman-numeral-6:before{content:"󱂍"}.mdi-roman-numeral-7:before{content:"󱂎"}.mdi-roman-numeral-8:before{content:"󱂏"}.mdi-roman-numeral-9:before{content:"󱂐"}.mdi-room-service:before{content:"󰢍"}.mdi-room-service-outline:before{content:"󰶗"}.mdi-rotate-360:before{content:"󱦙"}.mdi-rotate-3d:before{content:"󰻇"}.mdi-rotate-3d-variant:before{content:"󰑤"}.mdi-rotate-left:before{content:"󰑥"}.mdi-rotate-left-variant:before{content:"󰑦"}.mdi-rotate-orbit:before{content:"󰶘"}.mdi-rotate-right:before{content:"󰑧"}.mdi-rotate-right-variant:before{content:"󰑨"}.mdi-rounded-corner:before{content:"󰘇"}.mdi-router:before{content:"󱇢"}.mdi-router-network:before{content:"󱂇"}.mdi-router-wireless:before{content:"󰑩"}.mdi-router-wireless-off:before{content:"󱖣"}.mdi-router-wireless-settings:before{content:"󰩩"}.mdi-routes:before{content:"󰑪"}.mdi-routes-clock:before{content:"󱁙"}.mdi-rowing:before{content:"󰘈"}.mdi-rss:before{content:"󰑫"}.mdi-rss-box:before{content:"󰑬"}.mdi-rss-off:before{content:"󰼡"}.mdi-rug:before{content:"󱑵"}.mdi-rugby:before{content:"󰶙"}.mdi-ruler:before{content:"󰑭"}.mdi-ruler-square:before{content:"󰳂"}.mdi-ruler-square-compass:before{content:"󰺾"}.mdi-run:before{content:"󰜎"}.mdi-run-fast:before{content:"󰑮"}.mdi-rv-truck:before{content:"󱇔"}.mdi-sack:before{content:"󰴮"}.mdi-sack-percent:before{content:"󰴯"}.mdi-safe:before{content:"󰩪"}.mdi-safe-square:before{content:"󱉼"}.mdi-safe-square-outline:before{content:"󱉽"}.mdi-safety-goggles:before{content:"󰴰"}.mdi-sail-boat:before{content:"󰻈"}.mdi-sail-boat-sink:before{content:"󱫯"}.mdi-sale:before{content:"󰑯"}.mdi-sale-outline:before{content:"󱨆"}.mdi-salesforce:before{content:"󰢎"}.mdi-sass:before{content:"󰟬"}.mdi-satellite:before{content:"󰑰"}.mdi-satellite-uplink:before{content:"󰤉"}.mdi-satellite-variant:before{content:"󰑱"}.mdi-sausage:before{content:"󰢺"}.mdi-sausage-off:before{content:"󱞉"}.mdi-saw-blade:before{content:"󰹡"}.mdi-sawtooth-wave:before{content:"󱑺"}.mdi-saxophone:before{content:"󰘉"}.mdi-scale:before{content:"󰑲"}.mdi-scale-balance:before{content:"󰗑"}.mdi-scale-bathroom:before{content:"󰑳"}.mdi-scale-off:before{content:"󱁚"}.mdi-scale-unbalanced:before{content:"󱦸"}.mdi-scan-helper:before{content:"󱏘"}.mdi-scanner:before{content:"󰚫"}.mdi-scanner-off:before{content:"󰤊"}.mdi-scatter-plot:before{content:"󰻉"}.mdi-scatter-plot-outline:before{content:"󰻊"}.mdi-scent:before{content:"󱥘"}.mdi-scent-off:before{content:"󱥙"}.mdi-school:before{content:"󰑴"}.mdi-school-outline:before{content:"󱆀"}.mdi-scissors-cutting:before{content:"󰩫"}.mdi-scooter:before{content:"󱖽"}.mdi-scooter-electric:before{content:"󱖾"}.mdi-scoreboard:before{content:"󱉾"}.mdi-scoreboard-outline:before{content:"󱉿"}.mdi-screen-rotation:before{content:"󰑵"}.mdi-screen-rotation-lock:before{content:"󰑸"}.mdi-screw-flat-top:before{content:"󰷳"}.mdi-screw-lag:before{content:"󰷴"}.mdi-screw-machine-flat-top:before{content:"󰷵"}.mdi-screw-machine-round-top:before{content:"󰷶"}.mdi-screw-round-top:before{content:"󰷷"}.mdi-screwdriver:before{content:"󰑶"}.mdi-script:before{content:"󰯁"}.mdi-script-outline:before{content:"󰑷"}.mdi-script-text:before{content:"󰯂"}.mdi-script-text-key:before{content:"󱜥"}.mdi-script-text-key-outline:before{content:"󱜦"}.mdi-script-text-outline:before{content:"󰯃"}.mdi-script-text-play:before{content:"󱜧"}.mdi-script-text-play-outline:before{content:"󱜨"}.mdi-sd:before{content:"󰑹"}.mdi-seal:before{content:"󰑺"}.mdi-seal-variant:before{content:"󰿙"}.mdi-search-web:before{content:"󰜏"}.mdi-seat:before{content:"󰳃"}.mdi-seat-flat:before{content:"󰑻"}.mdi-seat-flat-angled:before{content:"󰑼"}.mdi-seat-individual-suite:before{content:"󰑽"}.mdi-seat-legroom-extra:before{content:"󰑾"}.mdi-seat-legroom-normal:before{content:"󰑿"}.mdi-seat-legroom-reduced:before{content:"󰒀"}.mdi-seat-outline:before{content:"󰳄"}.mdi-seat-passenger:before{content:"󱉉"}.mdi-seat-recline-extra:before{content:"󰒁"}.mdi-seat-recline-normal:before{content:"󰒂"}.mdi-seatbelt:before{content:"󰳅"}.mdi-security:before{content:"󰒃"}.mdi-security-network:before{content:"󰒄"}.mdi-seed:before{content:"󰹢"}.mdi-seed-off:before{content:"󱏽"}.mdi-seed-off-outline:before{content:"󱏾"}.mdi-seed-outline:before{content:"󰹣"}.mdi-seed-plus:before{content:"󱩭"}.mdi-seed-plus-outline:before{content:"󱩮"}.mdi-seesaw:before{content:"󱖤"}.mdi-segment:before{content:"󰻋"}.mdi-select:before{content:"󰒅"}.mdi-select-all:before{content:"󰒆"}.mdi-select-arrow-down:before{content:"󱭙"}.mdi-select-arrow-up:before{content:"󱭘"}.mdi-select-color:before{content:"󰴱"}.mdi-select-compare:before{content:"󰫙"}.mdi-select-drag:before{content:"󰩬"}.mdi-select-group:before{content:"󰾂"}.mdi-select-inverse:before{content:"󰒇"}.mdi-select-marker:before{content:"󱊀"}.mdi-select-multiple:before{content:"󱊁"}.mdi-select-multiple-marker:before{content:"󱊂"}.mdi-select-off:before{content:"󰒈"}.mdi-select-place:before{content:"󰿚"}.mdi-select-remove:before{content:"󱟁"}.mdi-select-search:before{content:"󱈄"}.mdi-selection:before{content:"󰒉"}.mdi-selection-drag:before{content:"󰩭"}.mdi-selection-ellipse:before{content:"󰴲"}.mdi-selection-ellipse-arrow-inside:before{content:"󰼢"}.mdi-selection-ellipse-remove:before{content:"󱟂"}.mdi-selection-marker:before{content:"󱊃"}.mdi-selection-multiple:before{content:"󱊅"}.mdi-selection-multiple-marker:before{content:"󱊄"}.mdi-selection-off:before{content:"󰝷"}.mdi-selection-remove:before{content:"󱟃"}.mdi-selection-search:before{content:"󱈅"}.mdi-semantic-web:before{content:"󱌖"}.mdi-send:before{content:"󰒊"}.mdi-send-check:before{content:"󱅡"}.mdi-send-check-outline:before{content:"󱅢"}.mdi-send-circle:before{content:"󰷸"}.mdi-send-circle-outline:before{content:"󰷹"}.mdi-send-clock:before{content:"󱅣"}.mdi-send-clock-outline:before{content:"󱅤"}.mdi-send-lock:before{content:"󰟭"}.mdi-send-lock-outline:before{content:"󱅦"}.mdi-send-outline:before{content:"󱅥"}.mdi-serial-port:before{content:"󰙜"}.mdi-server:before{content:"󰒋"}.mdi-server-minus:before{content:"󰒌"}.mdi-server-network:before{content:"󰒍"}.mdi-server-network-off:before{content:"󰒎"}.mdi-server-off:before{content:"󰒏"}.mdi-server-plus:before{content:"󰒐"}.mdi-server-remove:before{content:"󰒑"}.mdi-server-security:before{content:"󰒒"}.mdi-set-all:before{content:"󰝸"}.mdi-set-center:before{content:"󰝹"}.mdi-set-center-right:before{content:"󰝺"}.mdi-set-left:before{content:"󰝻"}.mdi-set-left-center:before{content:"󰝼"}.mdi-set-left-right:before{content:"󰝽"}.mdi-set-merge:before{content:"󱓠"}.mdi-set-none:before{content:"󰝾"}.mdi-set-right:before{content:"󰝿"}.mdi-set-split:before{content:"󱓡"}.mdi-set-square:before{content:"󱑝"}.mdi-set-top-box:before{content:"󰦟"}.mdi-settings-helper:before{content:"󰩮"}.mdi-shaker:before{content:"󱄎"}.mdi-shaker-outline:before{content:"󱄏"}.mdi-shape:before{content:"󰠱"}.mdi-shape-circle-plus:before{content:"󰙝"}.mdi-shape-outline:before{content:"󰠲"}.mdi-shape-oval-plus:before{content:"󱇺"}.mdi-shape-plus:before{content:"󰒕"}.mdi-shape-polygon-plus:before{content:"󰙞"}.mdi-shape-rectangle-plus:before{content:"󰙟"}.mdi-shape-square-plus:before{content:"󰙠"}.mdi-shape-square-rounded-plus:before{content:"󱓺"}.mdi-share:before{content:"󰒖"}.mdi-share-all:before{content:"󱇴"}.mdi-share-all-outline:before{content:"󱇵"}.mdi-share-circle:before{content:"󱆭"}.mdi-share-off:before{content:"󰼣"}.mdi-share-off-outline:before{content:"󰼤"}.mdi-share-outline:before{content:"󰤲"}.mdi-share-variant:before{content:"󰒗"}.mdi-share-variant-outline:before{content:"󱔔"}.mdi-shark:before{content:"󱢺"}.mdi-shark-fin:before{content:"󱙳"}.mdi-shark-fin-outline:before{content:"󱙴"}.mdi-shark-off:before{content:"󱢻"}.mdi-sheep:before{content:"󰳆"}.mdi-shield:before{content:"󰒘"}.mdi-shield-account:before{content:"󰢏"}.mdi-shield-account-outline:before{content:"󰨒"}.mdi-shield-account-variant:before{content:"󱖧"}.mdi-shield-account-variant-outline:before{content:"󱖨"}.mdi-shield-airplane:before{content:"󰚻"}.mdi-shield-airplane-outline:before{content:"󰳇"}.mdi-shield-alert:before{content:"󰻌"}.mdi-shield-alert-outline:before{content:"󰻍"}.mdi-shield-bug:before{content:"󱏚"}.mdi-shield-bug-outline:before{content:"󱏛"}.mdi-shield-car:before{content:"󰾃"}.mdi-shield-check:before{content:"󰕥"}.mdi-shield-check-outline:before{content:"󰳈"}.mdi-shield-cross:before{content:"󰳉"}.mdi-shield-cross-outline:before{content:"󰳊"}.mdi-shield-crown:before{content:"󱢼"}.mdi-shield-crown-outline:before{content:"󱢽"}.mdi-shield-edit:before{content:"󱆠"}.mdi-shield-edit-outline:before{content:"󱆡"}.mdi-shield-half:before{content:"󱍠"}.mdi-shield-half-full:before{content:"󰞀"}.mdi-shield-home:before{content:"󰚊"}.mdi-shield-home-outline:before{content:"󰳋"}.mdi-shield-key:before{content:"󰯄"}.mdi-shield-key-outline:before{content:"󰯅"}.mdi-shield-link-variant:before{content:"󰴳"}.mdi-shield-link-variant-outline:before{content:"󰴴"}.mdi-shield-lock:before{content:"󰦝"}.mdi-shield-lock-open:before{content:"󱦚"}.mdi-shield-lock-open-outline:before{content:"󱦛"}.mdi-shield-lock-outline:before{content:"󰳌"}.mdi-shield-moon:before{content:"󱠨"}.mdi-shield-moon-outline:before{content:"󱠩"}.mdi-shield-off:before{content:"󰦞"}.mdi-shield-off-outline:before{content:"󰦜"}.mdi-shield-outline:before{content:"󰒙"}.mdi-shield-plus:before{content:"󰫚"}.mdi-shield-plus-outline:before{content:"󰫛"}.mdi-shield-refresh:before{content:"󰂪"}.mdi-shield-refresh-outline:before{content:"󰇠"}.mdi-shield-remove:before{content:"󰫜"}.mdi-shield-remove-outline:before{content:"󰫝"}.mdi-shield-search:before{content:"󰶚"}.mdi-shield-star:before{content:"󱄻"}.mdi-shield-star-outline:before{content:"󱄼"}.mdi-shield-sun:before{content:"󱁝"}.mdi-shield-sun-outline:before{content:"󱁞"}.mdi-shield-sword:before{content:"󱢾"}.mdi-shield-sword-outline:before{content:"󱢿"}.mdi-shield-sync:before{content:"󱆢"}.mdi-shield-sync-outline:before{content:"󱆣"}.mdi-shimmer:before{content:"󱕅"}.mdi-ship-wheel:before{content:"󰠳"}.mdi-shipping-pallet:before{content:"󱡎"}.mdi-shoe-ballet:before{content:"󱗊"}.mdi-shoe-cleat:before{content:"󱗇"}.mdi-shoe-formal:before{content:"󰭇"}.mdi-shoe-heel:before{content:"󰭈"}.mdi-shoe-print:before{content:"󰷺"}.mdi-shoe-sneaker:before{content:"󱗈"}.mdi-shopping:before{content:"󰒚"}.mdi-shopping-music:before{content:"󰒛"}.mdi-shopping-outline:before{content:"󱇕"}.mdi-shopping-search:before{content:"󰾄"}.mdi-shopping-search-outline:before{content:"󱩯"}.mdi-shore:before{content:"󱓹"}.mdi-shovel:before{content:"󰜐"}.mdi-shovel-off:before{content:"󰜑"}.mdi-shower:before{content:"󰦠"}.mdi-shower-head:before{content:"󰦡"}.mdi-shredder:before{content:"󰒜"}.mdi-shuffle:before{content:"󰒝"}.mdi-shuffle-disabled:before{content:"󰒞"}.mdi-shuffle-variant:before{content:"󰒟"}.mdi-shuriken:before{content:"󱍿"}.mdi-sickle:before{content:"󱣀"}.mdi-sigma:before{content:"󰒠"}.mdi-sigma-lower:before{content:"󰘫"}.mdi-sign-caution:before{content:"󰒡"}.mdi-sign-direction:before{content:"󰞁"}.mdi-sign-direction-minus:before{content:"󱀀"}.mdi-sign-direction-plus:before{content:"󰿜"}.mdi-sign-direction-remove:before{content:"󰿝"}.mdi-sign-language:before{content:"󱭍"}.mdi-sign-language-outline:before{content:"󱭎"}.mdi-sign-pole:before{content:"󱓸"}.mdi-sign-real-estate:before{content:"󱄘"}.mdi-sign-text:before{content:"󰞂"}.mdi-sign-yield:before{content:"󱮯"}.mdi-signal:before{content:"󰒢"}.mdi-signal-2g:before{content:"󰜒"}.mdi-signal-3g:before{content:"󰜓"}.mdi-signal-4g:before{content:"󰜔"}.mdi-signal-5g:before{content:"󰩯"}.mdi-signal-cellular-1:before{content:"󰢼"}.mdi-signal-cellular-2:before{content:"󰢽"}.mdi-signal-cellular-3:before{content:"󰢾"}.mdi-signal-cellular-outline:before{content:"󰢿"}.mdi-signal-distance-variant:before{content:"󰹤"}.mdi-signal-hspa:before{content:"󰜕"}.mdi-signal-hspa-plus:before{content:"󰜖"}.mdi-signal-off:before{content:"󰞃"}.mdi-signal-variant:before{content:"󰘊"}.mdi-signature:before{content:"󰷻"}.mdi-signature-freehand:before{content:"󰷼"}.mdi-signature-image:before{content:"󰷽"}.mdi-signature-text:before{content:"󰷾"}.mdi-silo:before{content:"󱮟"}.mdi-silo-outline:before{content:"󰭉"}.mdi-silverware:before{content:"󰒣"}.mdi-silverware-clean:before{content:"󰿞"}.mdi-silverware-fork:before{content:"󰒤"}.mdi-silverware-fork-knife:before{content:"󰩰"}.mdi-silverware-spoon:before{content:"󰒥"}.mdi-silverware-variant:before{content:"󰒦"}.mdi-sim:before{content:"󰒧"}.mdi-sim-alert:before{content:"󰒨"}.mdi-sim-alert-outline:before{content:"󱗓"}.mdi-sim-off:before{content:"󰒩"}.mdi-sim-off-outline:before{content:"󱗔"}.mdi-sim-outline:before{content:"󱗕"}.mdi-simple-icons:before{content:"󱌝"}.mdi-sina-weibo:before{content:"󰫟"}.mdi-sine-wave:before{content:"󰥛"}.mdi-sitemap:before{content:"󰒪"}.mdi-sitemap-outline:before{content:"󱦜"}.mdi-size-l:before{content:"󱎦"}.mdi-size-m:before{content:"󱎥"}.mdi-size-s:before{content:"󱎤"}.mdi-size-xl:before{content:"󱎧"}.mdi-size-xs:before{content:"󱎣"}.mdi-size-xxl:before{content:"󱎨"}.mdi-size-xxs:before{content:"󱎢"}.mdi-size-xxxl:before{content:"󱎩"}.mdi-skate:before{content:"󰴵"}.mdi-skate-off:before{content:"󰚙"}.mdi-skateboard:before{content:"󱓂"}.mdi-skateboarding:before{content:"󰔁"}.mdi-skew-less:before{content:"󰴶"}.mdi-skew-more:before{content:"󰴷"}.mdi-ski:before{content:"󱌄"}.mdi-ski-cross-country:before{content:"󱌅"}.mdi-ski-water:before{content:"󱌆"}.mdi-skip-backward:before{content:"󰒫"}.mdi-skip-backward-outline:before{content:"󰼥"}.mdi-skip-forward:before{content:"󰒬"}.mdi-skip-forward-outline:before{content:"󰼦"}.mdi-skip-next:before{content:"󰒭"}.mdi-skip-next-circle:before{content:"󰙡"}.mdi-skip-next-circle-outline:before{content:"󰙢"}.mdi-skip-next-outline:before{content:"󰼧"}.mdi-skip-previous:before{content:"󰒮"}.mdi-skip-previous-circle:before{content:"󰙣"}.mdi-skip-previous-circle-outline:before{content:"󰙤"}.mdi-skip-previous-outline:before{content:"󰼨"}.mdi-skull:before{content:"󰚌"}.mdi-skull-crossbones:before{content:"󰯆"}.mdi-skull-crossbones-outline:before{content:"󰯇"}.mdi-skull-outline:before{content:"󰯈"}.mdi-skull-scan:before{content:"󱓇"}.mdi-skull-scan-outline:before{content:"󱓈"}.mdi-skype:before{content:"󰒯"}.mdi-skype-business:before{content:"󰒰"}.mdi-slack:before{content:"󰒱"}.mdi-slash-forward:before{content:"󰿟"}.mdi-slash-forward-box:before{content:"󰿠"}.mdi-sledding:before{content:"󰐛"}.mdi-sleep:before{content:"󰒲"}.mdi-sleep-off:before{content:"󰒳"}.mdi-slide:before{content:"󱖥"}.mdi-slope-downhill:before{content:"󰷿"}.mdi-slope-uphill:before{content:"󰸀"}.mdi-slot-machine:before{content:"󱄔"}.mdi-slot-machine-outline:before{content:"󱄕"}.mdi-smart-card:before{content:"󱂽"}.mdi-smart-card-off:before{content:"󱣷"}.mdi-smart-card-off-outline:before{content:"󱣸"}.mdi-smart-card-outline:before{content:"󱂾"}.mdi-smart-card-reader:before{content:"󱂿"}.mdi-smart-card-reader-outline:before{content:"󱃀"}.mdi-smog:before{content:"󰩱"}.mdi-smoke:before{content:"󱞙"}.mdi-smoke-detector:before{content:"󰎒"}.mdi-smoke-detector-alert:before{content:"󱤮"}.mdi-smoke-detector-alert-outline:before{content:"󱤯"}.mdi-smoke-detector-off:before{content:"󱠉"}.mdi-smoke-detector-off-outline:before{content:"󱠊"}.mdi-smoke-detector-outline:before{content:"󱠈"}.mdi-smoke-detector-variant:before{content:"󱠋"}.mdi-smoke-detector-variant-alert:before{content:"󱤰"}.mdi-smoke-detector-variant-off:before{content:"󱠌"}.mdi-smoking:before{content:"󰒴"}.mdi-smoking-off:before{content:"󰒵"}.mdi-smoking-pipe:before{content:"󱐍"}.mdi-smoking-pipe-off:before{content:"󱐨"}.mdi-snail:before{content:"󱙷"}.mdi-snake:before{content:"󱔎"}.mdi-snapchat:before{content:"󰒶"}.mdi-snowboard:before{content:"󱌇"}.mdi-snowflake:before{content:"󰜗"}.mdi-snowflake-alert:before{content:"󰼩"}.mdi-snowflake-check:before{content:"󱩰"}.mdi-snowflake-melt:before{content:"󱋋"}.mdi-snowflake-off:before{content:"󱓣"}.mdi-snowflake-thermometer:before{content:"󱩱"}.mdi-snowflake-variant:before{content:"󰼪"}.mdi-snowman:before{content:"󰒷"}.mdi-snowmobile:before{content:"󰛝"}.mdi-snowshoeing:before{content:"󱩲"}.mdi-soccer:before{content:"󰒸"}.mdi-soccer-field:before{content:"󰠴"}.mdi-social-distance-2-meters:before{content:"󱕹"}.mdi-social-distance-6-feet:before{content:"󱕺"}.mdi-sofa:before{content:"󰒹"}.mdi-sofa-outline:before{content:"󱕭"}.mdi-sofa-single:before{content:"󱕮"}.mdi-sofa-single-outline:before{content:"󱕯"}.mdi-solar-panel:before{content:"󰶛"}.mdi-solar-panel-large:before{content:"󰶜"}.mdi-solar-power:before{content:"󰩲"}.mdi-solar-power-variant:before{content:"󱩳"}.mdi-solar-power-variant-outline:before{content:"󱩴"}.mdi-soldering-iron:before{content:"󱂒"}.mdi-solid:before{content:"󰚍"}.mdi-sony-playstation:before{content:"󰐔"}.mdi-sort:before{content:"󰒺"}.mdi-sort-alphabetical-ascending:before{content:"󰖽"}.mdi-sort-alphabetical-ascending-variant:before{content:"󱅈"}.mdi-sort-alphabetical-descending:before{content:"󰖿"}.mdi-sort-alphabetical-descending-variant:before{content:"󱅉"}.mdi-sort-alphabetical-variant:before{content:"󰒻"}.mdi-sort-ascending:before{content:"󰒼"}.mdi-sort-bool-ascending:before{content:"󱎅"}.mdi-sort-bool-ascending-variant:before{content:"󱎆"}.mdi-sort-bool-descending:before{content:"󱎇"}.mdi-sort-bool-descending-variant:before{content:"󱎈"}.mdi-sort-calendar-ascending:before{content:"󱕇"}.mdi-sort-calendar-descending:before{content:"󱕈"}.mdi-sort-clock-ascending:before{content:"󱕉"}.mdi-sort-clock-ascending-outline:before{content:"󱕊"}.mdi-sort-clock-descending:before{content:"󱕋"}.mdi-sort-clock-descending-outline:before{content:"󱕌"}.mdi-sort-descending:before{content:"󰒽"}.mdi-sort-numeric-ascending:before{content:"󱎉"}.mdi-sort-numeric-ascending-variant:before{content:"󰤍"}.mdi-sort-numeric-descending:before{content:"󱎊"}.mdi-sort-numeric-descending-variant:before{content:"󰫒"}.mdi-sort-numeric-variant:before{content:"󰒾"}.mdi-sort-reverse-variant:before{content:"󰌼"}.mdi-sort-variant:before{content:"󰒿"}.mdi-sort-variant-lock:before{content:"󰳍"}.mdi-sort-variant-lock-open:before{content:"󰳎"}.mdi-sort-variant-off:before{content:"󱪻"}.mdi-sort-variant-remove:before{content:"󱅇"}.mdi-soundbar:before{content:"󱟛"}.mdi-soundcloud:before{content:"󰓀"}.mdi-source-branch:before{content:"󰘬"}.mdi-source-branch-check:before{content:"󱓏"}.mdi-source-branch-minus:before{content:"󱓋"}.mdi-source-branch-plus:before{content:"󱓊"}.mdi-source-branch-refresh:before{content:"󱓍"}.mdi-source-branch-remove:before{content:"󱓌"}.mdi-source-branch-sync:before{content:"󱓎"}.mdi-source-commit:before{content:"󰜘"}.mdi-source-commit-end:before{content:"󰜙"}.mdi-source-commit-end-local:before{content:"󰜚"}.mdi-source-commit-local:before{content:"󰜛"}.mdi-source-commit-next-local:before{content:"󰜜"}.mdi-source-commit-start:before{content:"󰜝"}.mdi-source-commit-start-next-local:before{content:"󰜞"}.mdi-source-fork:before{content:"󰓁"}.mdi-source-merge:before{content:"󰘭"}.mdi-source-pull:before{content:"󰓂"}.mdi-source-repository:before{content:"󰳏"}.mdi-source-repository-multiple:before{content:"󰳐"}.mdi-soy-sauce:before{content:"󰟮"}.mdi-soy-sauce-off:before{content:"󱏼"}.mdi-spa:before{content:"󰳑"}.mdi-spa-outline:before{content:"󰳒"}.mdi-space-invaders:before{content:"󰯉"}.mdi-space-station:before{content:"󱎃"}.mdi-spade:before{content:"󰹥"}.mdi-speaker:before{content:"󰓃"}.mdi-speaker-bluetooth:before{content:"󰦢"}.mdi-speaker-message:before{content:"󱬑"}.mdi-speaker-multiple:before{content:"󰴸"}.mdi-speaker-off:before{content:"󰓄"}.mdi-speaker-pause:before{content:"󱭳"}.mdi-speaker-play:before{content:"󱭲"}.mdi-speaker-stop:before{content:"󱭴"}.mdi-speaker-wireless:before{content:"󰜟"}.mdi-spear:before{content:"󱡅"}.mdi-speedometer:before{content:"󰓅"}.mdi-speedometer-medium:before{content:"󰾅"}.mdi-speedometer-slow:before{content:"󰾆"}.mdi-spellcheck:before{content:"󰓆"}.mdi-sphere:before{content:"󱥔"}.mdi-sphere-off:before{content:"󱥕"}.mdi-spider:before{content:"󱇪"}.mdi-spider-thread:before{content:"󱇫"}.mdi-spider-web:before{content:"󰯊"}.mdi-spirit-level:before{content:"󱓱"}.mdi-spoon-sugar:before{content:"󱐩"}.mdi-spotify:before{content:"󰓇"}.mdi-spotlight:before{content:"󰓈"}.mdi-spotlight-beam:before{content:"󰓉"}.mdi-spray:before{content:"󰙥"}.mdi-spray-bottle:before{content:"󰫠"}.mdi-sprinkler:before{content:"󱁟"}.mdi-sprinkler-fire:before{content:"󱦝"}.mdi-sprinkler-variant:before{content:"󱁠"}.mdi-sprout:before{content:"󰹦"}.mdi-sprout-outline:before{content:"󰹧"}.mdi-square:before{content:"󰝤"}.mdi-square-circle:before{content:"󱔀"}.mdi-square-edit-outline:before{content:"󰤌"}.mdi-square-medium:before{content:"󰨓"}.mdi-square-medium-outline:before{content:"󰨔"}.mdi-square-off:before{content:"󱋮"}.mdi-square-off-outline:before{content:"󱋯"}.mdi-square-opacity:before{content:"󱡔"}.mdi-square-outline:before{content:"󰝣"}.mdi-square-root:before{content:"󰞄"}.mdi-square-root-box:before{content:"󰦣"}.mdi-square-rounded:before{content:"󱓻"}.mdi-square-rounded-badge:before{content:"󱨇"}.mdi-square-rounded-badge-outline:before{content:"󱨈"}.mdi-square-rounded-outline:before{content:"󱓼"}.mdi-square-small:before{content:"󰨕"}.mdi-square-wave:before{content:"󱑻"}.mdi-squeegee:before{content:"󰫡"}.mdi-ssh:before{content:"󰣀"}.mdi-stack-exchange:before{content:"󰘋"}.mdi-stack-overflow:before{content:"󰓌"}.mdi-stackpath:before{content:"󰍙"}.mdi-stadium:before{content:"󰿹"}.mdi-stadium-outline:before{content:"󱬃"}.mdi-stadium-variant:before{content:"󰜠"}.mdi-stairs:before{content:"󰓍"}.mdi-stairs-box:before{content:"󱎞"}.mdi-stairs-down:before{content:"󱊾"}.mdi-stairs-up:before{content:"󱊽"}.mdi-stamper:before{content:"󰴹"}.mdi-standard-definition:before{content:"󰟯"}.mdi-star:before{content:"󰓎"}.mdi-star-box:before{content:"󰩳"}.mdi-star-box-multiple:before{content:"󱊆"}.mdi-star-box-multiple-outline:before{content:"󱊇"}.mdi-star-box-outline:before{content:"󰩴"}.mdi-star-check:before{content:"󱕦"}.mdi-star-check-outline:before{content:"󱕪"}.mdi-star-circle:before{content:"󰓏"}.mdi-star-circle-outline:before{content:"󰦤"}.mdi-star-cog:before{content:"󱙨"}.mdi-star-cog-outline:before{content:"󱙩"}.mdi-star-crescent:before{content:"󰥹"}.mdi-star-david:before{content:"󰥺"}.mdi-star-face:before{content:"󰦥"}.mdi-star-four-points:before{content:"󰫢"}.mdi-star-four-points-outline:before{content:"󰫣"}.mdi-star-half:before{content:"󰉆"}.mdi-star-half-full:before{content:"󰓐"}.mdi-star-minus:before{content:"󱕤"}.mdi-star-minus-outline:before{content:"󱕨"}.mdi-star-off:before{content:"󰓑"}.mdi-star-off-outline:before{content:"󱕛"}.mdi-star-outline:before{content:"󰓒"}.mdi-star-plus:before{content:"󱕣"}.mdi-star-plus-outline:before{content:"󱕧"}.mdi-star-remove:before{content:"󱕥"}.mdi-star-remove-outline:before{content:"󱕩"}.mdi-star-settings:before{content:"󱙪"}.mdi-star-settings-outline:before{content:"󱙫"}.mdi-star-shooting:before{content:"󱝁"}.mdi-star-shooting-outline:before{content:"󱝂"}.mdi-star-three-points:before{content:"󰫤"}.mdi-star-three-points-outline:before{content:"󰫥"}.mdi-state-machine:before{content:"󱇯"}.mdi-steam:before{content:"󰓓"}.mdi-steering:before{content:"󰓔"}.mdi-steering-off:before{content:"󰤎"}.mdi-step-backward:before{content:"󰓕"}.mdi-step-backward-2:before{content:"󰓖"}.mdi-step-forward:before{content:"󰓗"}.mdi-step-forward-2:before{content:"󰓘"}.mdi-stethoscope:before{content:"󰓙"}.mdi-sticker:before{content:"󱍤"}.mdi-sticker-alert:before{content:"󱍥"}.mdi-sticker-alert-outline:before{content:"󱍦"}.mdi-sticker-check:before{content:"󱍧"}.mdi-sticker-check-outline:before{content:"󱍨"}.mdi-sticker-circle-outline:before{content:"󰗐"}.mdi-sticker-emoji:before{content:"󰞅"}.mdi-sticker-minus:before{content:"󱍩"}.mdi-sticker-minus-outline:before{content:"󱍪"}.mdi-sticker-outline:before{content:"󱍫"}.mdi-sticker-plus:before{content:"󱍬"}.mdi-sticker-plus-outline:before{content:"󱍭"}.mdi-sticker-remove:before{content:"󱍮"}.mdi-sticker-remove-outline:before{content:"󱍯"}.mdi-sticker-text:before{content:"󱞎"}.mdi-sticker-text-outline:before{content:"󱞏"}.mdi-stocking:before{content:"󰓚"}.mdi-stomach:before{content:"󱂓"}.mdi-stool:before{content:"󱥝"}.mdi-stool-outline:before{content:"󱥞"}.mdi-stop:before{content:"󰓛"}.mdi-stop-circle:before{content:"󰙦"}.mdi-stop-circle-outline:before{content:"󰙧"}.mdi-storage-tank:before{content:"󱩵"}.mdi-storage-tank-outline:before{content:"󱩶"}.mdi-store:before{content:"󰓜"}.mdi-store-24-hour:before{content:"󰓝"}.mdi-store-alert:before{content:"󱣁"}.mdi-store-alert-outline:before{content:"󱣂"}.mdi-store-check:before{content:"󱣃"}.mdi-store-check-outline:before{content:"󱣄"}.mdi-store-clock:before{content:"󱣅"}.mdi-store-clock-outline:before{content:"󱣆"}.mdi-store-cog:before{content:"󱣇"}.mdi-store-cog-outline:before{content:"󱣈"}.mdi-store-edit:before{content:"󱣉"}.mdi-store-edit-outline:before{content:"󱣊"}.mdi-store-marker:before{content:"󱣋"}.mdi-store-marker-outline:before{content:"󱣌"}.mdi-store-minus:before{content:"󱙞"}.mdi-store-minus-outline:before{content:"󱣍"}.mdi-store-off:before{content:"󱣎"}.mdi-store-off-outline:before{content:"󱣏"}.mdi-store-outline:before{content:"󱍡"}.mdi-store-plus:before{content:"󱙟"}.mdi-store-plus-outline:before{content:"󱣐"}.mdi-store-remove:before{content:"󱙠"}.mdi-store-remove-outline:before{content:"󱣑"}.mdi-store-search:before{content:"󱣒"}.mdi-store-search-outline:before{content:"󱣓"}.mdi-store-settings:before{content:"󱣔"}.mdi-store-settings-outline:before{content:"󱣕"}.mdi-storefront:before{content:"󰟇"}.mdi-storefront-check:before{content:"󱭽"}.mdi-storefront-check-outline:before{content:"󱭾"}.mdi-storefront-edit:before{content:"󱭿"}.mdi-storefront-edit-outline:before{content:"󱮀"}.mdi-storefront-minus:before{content:"󱮃"}.mdi-storefront-minus-outline:before{content:"󱮄"}.mdi-storefront-outline:before{content:"󱃁"}.mdi-storefront-plus:before{content:"󱮁"}.mdi-storefront-plus-outline:before{content:"󱮂"}.mdi-storefront-remove:before{content:"󱮅"}.mdi-storefront-remove-outline:before{content:"󱮆"}.mdi-stove:before{content:"󰓞"}.mdi-strategy:before{content:"󱇖"}.mdi-stretch-to-page:before{content:"󰼫"}.mdi-stretch-to-page-outline:before{content:"󰼬"}.mdi-string-lights:before{content:"󱊺"}.mdi-string-lights-off:before{content:"󱊻"}.mdi-subdirectory-arrow-left:before{content:"󰘌"}.mdi-subdirectory-arrow-right:before{content:"󰘍"}.mdi-submarine:before{content:"󱕬"}.mdi-subtitles:before{content:"󰨖"}.mdi-subtitles-outline:before{content:"󰨗"}.mdi-subway:before{content:"󰚬"}.mdi-subway-alert-variant:before{content:"󰶝"}.mdi-subway-variant:before{content:"󰓟"}.mdi-summit:before{content:"󰞆"}.mdi-sun-angle:before{content:"󱬧"}.mdi-sun-angle-outline:before{content:"󱬨"}.mdi-sun-clock:before{content:"󱩷"}.mdi-sun-clock-outline:before{content:"󱩸"}.mdi-sun-compass:before{content:"󱦥"}.mdi-sun-snowflake:before{content:"󱞖"}.mdi-sun-snowflake-variant:before{content:"󱩹"}.mdi-sun-thermometer:before{content:"󱣖"}.mdi-sun-thermometer-outline:before{content:"󱣗"}.mdi-sun-wireless:before{content:"󱟾"}.mdi-sun-wireless-outline:before{content:"󱟿"}.mdi-sunglasses:before{content:"󰓠"}.mdi-surfing:before{content:"󱝆"}.mdi-surround-sound:before{content:"󰗅"}.mdi-surround-sound-2-0:before{content:"󰟰"}.mdi-surround-sound-2-1:before{content:"󱜩"}.mdi-surround-sound-3-1:before{content:"󰟱"}.mdi-surround-sound-5-1:before{content:"󰟲"}.mdi-surround-sound-5-1-2:before{content:"󱜪"}.mdi-surround-sound-7-1:before{content:"󰟳"}.mdi-svg:before{content:"󰜡"}.mdi-swap-horizontal:before{content:"󰓡"}.mdi-swap-horizontal-bold:before{content:"󰯍"}.mdi-swap-horizontal-circle:before{content:"󰿡"}.mdi-swap-horizontal-circle-outline:before{content:"󰿢"}.mdi-swap-horizontal-variant:before{content:"󰣁"}.mdi-swap-vertical:before{content:"󰓢"}.mdi-swap-vertical-bold:before{content:"󰯎"}.mdi-swap-vertical-circle:before{content:"󰿣"}.mdi-swap-vertical-circle-outline:before{content:"󰿤"}.mdi-swap-vertical-variant:before{content:"󰣂"}.mdi-swim:before{content:"󰓣"}.mdi-switch:before{content:"󰓤"}.mdi-sword:before{content:"󰓥"}.mdi-sword-cross:before{content:"󰞇"}.mdi-syllabary-hangul:before{content:"󱌳"}.mdi-syllabary-hiragana:before{content:"󱌴"}.mdi-syllabary-katakana:before{content:"󱌵"}.mdi-syllabary-katakana-halfwidth:before{content:"󱌶"}.mdi-symbol:before{content:"󱔁"}.mdi-symfony:before{content:"󰫦"}.mdi-synagogue:before{content:"󱬄"}.mdi-synagogue-outline:before{content:"󱬅"}.mdi-sync:before{content:"󰓦"}.mdi-sync-alert:before{content:"󰓧"}.mdi-sync-circle:before{content:"󱍸"}.mdi-sync-off:before{content:"󰓨"}.mdi-tab:before{content:"󰓩"}.mdi-tab-minus:before{content:"󰭋"}.mdi-tab-plus:before{content:"󰝜"}.mdi-tab-remove:before{content:"󰭌"}.mdi-tab-search:before{content:"󱦞"}.mdi-tab-unselected:before{content:"󰓪"}.mdi-table:before{content:"󰓫"}.mdi-table-account:before{content:"󱎹"}.mdi-table-alert:before{content:"󱎺"}.mdi-table-arrow-down:before{content:"󱎻"}.mdi-table-arrow-left:before{content:"󱎼"}.mdi-table-arrow-right:before{content:"󱎽"}.mdi-table-arrow-up:before{content:"󱎾"}.mdi-table-border:before{content:"󰨘"}.mdi-table-cancel:before{content:"󱎿"}.mdi-table-chair:before{content:"󱁡"}.mdi-table-check:before{content:"󱏀"}.mdi-table-clock:before{content:"󱏁"}.mdi-table-cog:before{content:"󱏂"}.mdi-table-column:before{content:"󰠵"}.mdi-table-column-plus-after:before{content:"󰓬"}.mdi-table-column-plus-before:before{content:"󰓭"}.mdi-table-column-remove:before{content:"󰓮"}.mdi-table-column-width:before{content:"󰓯"}.mdi-table-edit:before{content:"󰓰"}.mdi-table-eye:before{content:"󱂔"}.mdi-table-eye-off:before{content:"󱏃"}.mdi-table-filter:before{content:"󱮌"}.mdi-table-furniture:before{content:"󰖼"}.mdi-table-headers-eye:before{content:"󱈝"}.mdi-table-headers-eye-off:before{content:"󱈞"}.mdi-table-heart:before{content:"󱏄"}.mdi-table-key:before{content:"󱏅"}.mdi-table-large:before{content:"󰓱"}.mdi-table-large-plus:before{content:"󰾇"}.mdi-table-large-remove:before{content:"󰾈"}.mdi-table-lock:before{content:"󱏆"}.mdi-table-merge-cells:before{content:"󰦦"}.mdi-table-minus:before{content:"󱏇"}.mdi-table-multiple:before{content:"󱏈"}.mdi-table-network:before{content:"󱏉"}.mdi-table-of-contents:before{content:"󰠶"}.mdi-table-off:before{content:"󱏊"}.mdi-table-picnic:before{content:"󱝃"}.mdi-table-pivot:before{content:"󱠼"}.mdi-table-plus:before{content:"󰩵"}.mdi-table-question:before{content:"󱬡"}.mdi-table-refresh:before{content:"󱎠"}.mdi-table-remove:before{content:"󰩶"}.mdi-table-row:before{content:"󰠷"}.mdi-table-row-height:before{content:"󰓲"}.mdi-table-row-plus-after:before{content:"󰓳"}.mdi-table-row-plus-before:before{content:"󰓴"}.mdi-table-row-remove:before{content:"󰓵"}.mdi-table-search:before{content:"󰤏"}.mdi-table-settings:before{content:"󰠸"}.mdi-table-split-cell:before{content:"󱐪"}.mdi-table-star:before{content:"󱏋"}.mdi-table-sync:before{content:"󱎡"}.mdi-table-tennis:before{content:"󰹨"}.mdi-tablet:before{content:"󰓶"}.mdi-tablet-cellphone:before{content:"󰦧"}.mdi-tablet-dashboard:before{content:"󰻎"}.mdi-taco:before{content:"󰝢"}.mdi-tag:before{content:"󰓹"}.mdi-tag-arrow-down:before{content:"󱜫"}.mdi-tag-arrow-down-outline:before{content:"󱜬"}.mdi-tag-arrow-left:before{content:"󱜭"}.mdi-tag-arrow-left-outline:before{content:"󱜮"}.mdi-tag-arrow-right:before{content:"󱜯"}.mdi-tag-arrow-right-outline:before{content:"󱜰"}.mdi-tag-arrow-up:before{content:"󱜱"}.mdi-tag-arrow-up-outline:before{content:"󱜲"}.mdi-tag-check:before{content:"󱩺"}.mdi-tag-check-outline:before{content:"󱩻"}.mdi-tag-faces:before{content:"󰓺"}.mdi-tag-heart:before{content:"󰚋"}.mdi-tag-heart-outline:before{content:"󰯏"}.mdi-tag-minus:before{content:"󰤐"}.mdi-tag-minus-outline:before{content:"󱈟"}.mdi-tag-multiple:before{content:"󰓻"}.mdi-tag-multiple-outline:before{content:"󱋷"}.mdi-tag-off:before{content:"󱈠"}.mdi-tag-off-outline:before{content:"󱈡"}.mdi-tag-outline:before{content:"󰓼"}.mdi-tag-plus:before{content:"󰜢"}.mdi-tag-plus-outline:before{content:"󱈢"}.mdi-tag-remove:before{content:"󰜣"}.mdi-tag-remove-outline:before{content:"󱈣"}.mdi-tag-search:before{content:"󱤇"}.mdi-tag-search-outline:before{content:"󱤈"}.mdi-tag-text:before{content:"󱈤"}.mdi-tag-text-outline:before{content:"󰓽"}.mdi-tailwind:before{content:"󱏿"}.mdi-tally-mark-1:before{content:"󱪼"}.mdi-tally-mark-2:before{content:"󱪽"}.mdi-tally-mark-3:before{content:"󱪾"}.mdi-tally-mark-4:before{content:"󱪿"}.mdi-tally-mark-5:before{content:"󱫀"}.mdi-tangram:before{content:"󰓸"}.mdi-tank:before{content:"󰴺"}.mdi-tanker-truck:before{content:"󰿥"}.mdi-tape-drive:before{content:"󱛟"}.mdi-tape-measure:before{content:"󰭍"}.mdi-target:before{content:"󰓾"}.mdi-target-account:before{content:"󰯐"}.mdi-target-variant:before{content:"󰩷"}.mdi-taxi:before{content:"󰓿"}.mdi-tea:before{content:"󰶞"}.mdi-tea-outline:before{content:"󰶟"}.mdi-teamviewer:before{content:"󰔀"}.mdi-teddy-bear:before{content:"󱣻"}.mdi-telescope:before{content:"󰭎"}.mdi-television:before{content:"󰔂"}.mdi-television-ambient-light:before{content:"󱍖"}.mdi-television-box:before{content:"󰠹"}.mdi-television-classic:before{content:"󰟴"}.mdi-television-classic-off:before{content:"󰠺"}.mdi-television-guide:before{content:"󰔃"}.mdi-television-off:before{content:"󰠻"}.mdi-television-pause:before{content:"󰾉"}.mdi-television-play:before{content:"󰻏"}.mdi-television-shimmer:before{content:"󱄐"}.mdi-television-speaker:before{content:"󱬛"}.mdi-television-speaker-off:before{content:"󱬜"}.mdi-television-stop:before{content:"󰾊"}.mdi-temperature-celsius:before{content:"󰔄"}.mdi-temperature-fahrenheit:before{content:"󰔅"}.mdi-temperature-kelvin:before{content:"󰔆"}.mdi-temple-buddhist:before{content:"󱬆"}.mdi-temple-buddhist-outline:before{content:"󱬇"}.mdi-temple-hindu:before{content:"󱬈"}.mdi-temple-hindu-outline:before{content:"󱬉"}.mdi-tennis:before{content:"󰶠"}.mdi-tennis-ball:before{content:"󰔇"}.mdi-tent:before{content:"󰔈"}.mdi-terraform:before{content:"󱁢"}.mdi-terrain:before{content:"󰔉"}.mdi-test-tube:before{content:"󰙨"}.mdi-test-tube-empty:before{content:"󰤑"}.mdi-test-tube-off:before{content:"󰤒"}.mdi-text:before{content:"󰦨"}.mdi-text-account:before{content:"󱕰"}.mdi-text-box:before{content:"󰈚"}.mdi-text-box-check:before{content:"󰺦"}.mdi-text-box-check-outline:before{content:"󰺧"}.mdi-text-box-edit:before{content:"󱩼"}.mdi-text-box-edit-outline:before{content:"󱩽"}.mdi-text-box-minus:before{content:"󰺨"}.mdi-text-box-minus-outline:before{content:"󰺩"}.mdi-text-box-multiple:before{content:"󰪷"}.mdi-text-box-multiple-outline:before{content:"󰪸"}.mdi-text-box-outline:before{content:"󰧭"}.mdi-text-box-plus:before{content:"󰺪"}.mdi-text-box-plus-outline:before{content:"󰺫"}.mdi-text-box-remove:before{content:"󰺬"}.mdi-text-box-remove-outline:before{content:"󰺭"}.mdi-text-box-search:before{content:"󰺮"}.mdi-text-box-search-outline:before{content:"󰺯"}.mdi-text-long:before{content:"󰦪"}.mdi-text-recognition:before{content:"󱄽"}.mdi-text-search:before{content:"󱎸"}.mdi-text-search-variant:before{content:"󱩾"}.mdi-text-shadow:before{content:"󰙩"}.mdi-text-short:before{content:"󰦩"}.mdi-texture:before{content:"󰔌"}.mdi-texture-box:before{content:"󰿦"}.mdi-theater:before{content:"󰔍"}.mdi-theme-light-dark:before{content:"󰔎"}.mdi-thermometer:before{content:"󰔏"}.mdi-thermometer-alert:before{content:"󰸁"}.mdi-thermometer-auto:before{content:"󱬏"}.mdi-thermometer-bluetooth:before{content:"󱢕"}.mdi-thermometer-check:before{content:"󱩿"}.mdi-thermometer-chevron-down:before{content:"󰸂"}.mdi-thermometer-chevron-up:before{content:"󰸃"}.mdi-thermometer-high:before{content:"󱃂"}.mdi-thermometer-lines:before{content:"󰔐"}.mdi-thermometer-low:before{content:"󱃃"}.mdi-thermometer-minus:before{content:"󰸄"}.mdi-thermometer-off:before{content:"󱔱"}.mdi-thermometer-plus:before{content:"󰸅"}.mdi-thermometer-probe:before{content:"󱬫"}.mdi-thermometer-probe-off:before{content:"󱬬"}.mdi-thermometer-water:before{content:"󱪀"}.mdi-thermostat:before{content:"󰎓"}.mdi-thermostat-auto:before{content:"󱬗"}.mdi-thermostat-box:before{content:"󰢑"}.mdi-thermostat-box-auto:before{content:"󱬘"}.mdi-thought-bubble:before{content:"󰟶"}.mdi-thought-bubble-outline:before{content:"󰟷"}.mdi-thumb-down:before{content:"󰔑"}.mdi-thumb-down-outline:before{content:"󰔒"}.mdi-thumb-up:before{content:"󰔓"}.mdi-thumb-up-outline:before{content:"󰔔"}.mdi-thumbs-up-down:before{content:"󰔕"}.mdi-thumbs-up-down-outline:before{content:"󱤔"}.mdi-ticket:before{content:"󰔖"}.mdi-ticket-account:before{content:"󰔗"}.mdi-ticket-confirmation:before{content:"󰔘"}.mdi-ticket-confirmation-outline:before{content:"󱎪"}.mdi-ticket-outline:before{content:"󰤓"}.mdi-ticket-percent:before{content:"󰜤"}.mdi-ticket-percent-outline:before{content:"󱐫"}.mdi-tie:before{content:"󰔙"}.mdi-tilde:before{content:"󰜥"}.mdi-tilde-off:before{content:"󱣳"}.mdi-timelapse:before{content:"󰔚"}.mdi-timeline:before{content:"󰯑"}.mdi-timeline-alert:before{content:"󰾕"}.mdi-timeline-alert-outline:before{content:"󰾘"}.mdi-timeline-check:before{content:"󱔲"}.mdi-timeline-check-outline:before{content:"󱔳"}.mdi-timeline-clock:before{content:"󱇻"}.mdi-timeline-clock-outline:before{content:"󱇼"}.mdi-timeline-minus:before{content:"󱔴"}.mdi-timeline-minus-outline:before{content:"󱔵"}.mdi-timeline-outline:before{content:"󰯒"}.mdi-timeline-plus:before{content:"󰾖"}.mdi-timeline-plus-outline:before{content:"󰾗"}.mdi-timeline-question:before{content:"󰾙"}.mdi-timeline-question-outline:before{content:"󰾚"}.mdi-timeline-remove:before{content:"󱔶"}.mdi-timeline-remove-outline:before{content:"󱔷"}.mdi-timeline-text:before{content:"󰯓"}.mdi-timeline-text-outline:before{content:"󰯔"}.mdi-timer:before{content:"󱎫"}.mdi-timer-10:before{content:"󰔜"}.mdi-timer-3:before{content:"󰔝"}.mdi-timer-alert:before{content:"󱫌"}.mdi-timer-alert-outline:before{content:"󱫍"}.mdi-timer-cancel:before{content:"󱫎"}.mdi-timer-cancel-outline:before{content:"󱫏"}.mdi-timer-check:before{content:"󱫐"}.mdi-timer-check-outline:before{content:"󱫑"}.mdi-timer-cog:before{content:"󱤥"}.mdi-timer-cog-outline:before{content:"󱤦"}.mdi-timer-edit:before{content:"󱫒"}.mdi-timer-edit-outline:before{content:"󱫓"}.mdi-timer-lock:before{content:"󱫔"}.mdi-timer-lock-open:before{content:"󱫕"}.mdi-timer-lock-open-outline:before{content:"󱫖"}.mdi-timer-lock-outline:before{content:"󱫗"}.mdi-timer-marker:before{content:"󱫘"}.mdi-timer-marker-outline:before{content:"󱫙"}.mdi-timer-minus:before{content:"󱫚"}.mdi-timer-minus-outline:before{content:"󱫛"}.mdi-timer-music:before{content:"󱫜"}.mdi-timer-music-outline:before{content:"󱫝"}.mdi-timer-off:before{content:"󱎬"}.mdi-timer-off-outline:before{content:"󰔞"}.mdi-timer-outline:before{content:"󰔛"}.mdi-timer-pause:before{content:"󱫞"}.mdi-timer-pause-outline:before{content:"󱫟"}.mdi-timer-play:before{content:"󱫠"}.mdi-timer-play-outline:before{content:"󱫡"}.mdi-timer-plus:before{content:"󱫢"}.mdi-timer-plus-outline:before{content:"󱫣"}.mdi-timer-refresh:before{content:"󱫤"}.mdi-timer-refresh-outline:before{content:"󱫥"}.mdi-timer-remove:before{content:"󱫦"}.mdi-timer-remove-outline:before{content:"󱫧"}.mdi-timer-sand:before{content:"󰔟"}.mdi-timer-sand-complete:before{content:"󱦟"}.mdi-timer-sand-empty:before{content:"󰚭"}.mdi-timer-sand-full:before{content:"󰞌"}.mdi-timer-sand-paused:before{content:"󱦠"}.mdi-timer-settings:before{content:"󱤣"}.mdi-timer-settings-outline:before{content:"󱤤"}.mdi-timer-star:before{content:"󱫨"}.mdi-timer-star-outline:before{content:"󱫩"}.mdi-timer-stop:before{content:"󱫪"}.mdi-timer-stop-outline:before{content:"󱫫"}.mdi-timer-sync:before{content:"󱫬"}.mdi-timer-sync-outline:before{content:"󱫭"}.mdi-timetable:before{content:"󰔠"}.mdi-tire:before{content:"󱢖"}.mdi-toaster:before{content:"󱁣"}.mdi-toaster-off:before{content:"󱆷"}.mdi-toaster-oven:before{content:"󰳓"}.mdi-toggle-switch:before{content:"󰔡"}.mdi-toggle-switch-off:before{content:"󰔢"}.mdi-toggle-switch-off-outline:before{content:"󰨙"}.mdi-toggle-switch-outline:before{content:"󰨚"}.mdi-toggle-switch-variant:before{content:"󱨥"}.mdi-toggle-switch-variant-off:before{content:"󱨦"}.mdi-toilet:before{content:"󰦫"}.mdi-toolbox:before{content:"󰦬"}.mdi-toolbox-outline:before{content:"󰦭"}.mdi-tools:before{content:"󱁤"}.mdi-tooltip:before{content:"󰔣"}.mdi-tooltip-account:before{content:"󰀌"}.mdi-tooltip-cellphone:before{content:"󱠻"}.mdi-tooltip-check:before{content:"󱕜"}.mdi-tooltip-check-outline:before{content:"󱕝"}.mdi-tooltip-edit:before{content:"󰔤"}.mdi-tooltip-edit-outline:before{content:"󱋅"}.mdi-tooltip-image:before{content:"󰔥"}.mdi-tooltip-image-outline:before{content:"󰯕"}.mdi-tooltip-minus:before{content:"󱕞"}.mdi-tooltip-minus-outline:before{content:"󱕟"}.mdi-tooltip-outline:before{content:"󰔦"}.mdi-tooltip-plus:before{content:"󰯖"}.mdi-tooltip-plus-outline:before{content:"󰔧"}.mdi-tooltip-remove:before{content:"󱕠"}.mdi-tooltip-remove-outline:before{content:"󱕡"}.mdi-tooltip-text:before{content:"󰔨"}.mdi-tooltip-text-outline:before{content:"󰯗"}.mdi-tooth:before{content:"󰣃"}.mdi-tooth-outline:before{content:"󰔩"}.mdi-toothbrush:before{content:"󱄩"}.mdi-toothbrush-electric:before{content:"󱄬"}.mdi-toothbrush-paste:before{content:"󱄪"}.mdi-torch:before{content:"󱘆"}.mdi-tortoise:before{content:"󰴻"}.mdi-toslink:before{content:"󱊸"}.mdi-tournament:before{content:"󰦮"}.mdi-tow-truck:before{content:"󰠼"}.mdi-tower-beach:before{content:"󰚁"}.mdi-tower-fire:before{content:"󰚂"}.mdi-town-hall:before{content:"󱡵"}.mdi-toy-brick:before{content:"󱊈"}.mdi-toy-brick-marker:before{content:"󱊉"}.mdi-toy-brick-marker-outline:before{content:"󱊊"}.mdi-toy-brick-minus:before{content:"󱊋"}.mdi-toy-brick-minus-outline:before{content:"󱊌"}.mdi-toy-brick-outline:before{content:"󱊍"}.mdi-toy-brick-plus:before{content:"󱊎"}.mdi-toy-brick-plus-outline:before{content:"󱊏"}.mdi-toy-brick-remove:before{content:"󱊐"}.mdi-toy-brick-remove-outline:before{content:"󱊑"}.mdi-toy-brick-search:before{content:"󱊒"}.mdi-toy-brick-search-outline:before{content:"󱊓"}.mdi-track-light:before{content:"󰤔"}.mdi-track-light-off:before{content:"󱬁"}.mdi-trackpad:before{content:"󰟸"}.mdi-trackpad-lock:before{content:"󰤳"}.mdi-tractor:before{content:"󰢒"}.mdi-tractor-variant:before{content:"󱓄"}.mdi-trademark:before{content:"󰩸"}.mdi-traffic-cone:before{content:"󱍼"}.mdi-traffic-light:before{content:"󰔫"}.mdi-traffic-light-outline:before{content:"󱠪"}.mdi-train:before{content:"󰔬"}.mdi-train-car:before{content:"󰯘"}.mdi-train-car-autorack:before{content:"󱬭"}.mdi-train-car-box:before{content:"󱬮"}.mdi-train-car-box-full:before{content:"󱬯"}.mdi-train-car-box-open:before{content:"󱬰"}.mdi-train-car-caboose:before{content:"󱬱"}.mdi-train-car-centerbeam:before{content:"󱬲"}.mdi-train-car-centerbeam-full:before{content:"󱬳"}.mdi-train-car-container:before{content:"󱬴"}.mdi-train-car-flatbed:before{content:"󱬵"}.mdi-train-car-flatbed-car:before{content:"󱬶"}.mdi-train-car-flatbed-tank:before{content:"󱬷"}.mdi-train-car-gondola:before{content:"󱬸"}.mdi-train-car-gondola-full:before{content:"󱬹"}.mdi-train-car-hopper:before{content:"󱬺"}.mdi-train-car-hopper-covered:before{content:"󱬻"}.mdi-train-car-hopper-full:before{content:"󱬼"}.mdi-train-car-intermodal:before{content:"󱬽"}.mdi-train-car-passenger:before{content:"󱜳"}.mdi-train-car-passenger-door:before{content:"󱜴"}.mdi-train-car-passenger-door-open:before{content:"󱜵"}.mdi-train-car-passenger-variant:before{content:"󱜶"}.mdi-train-car-tank:before{content:"󱬾"}.mdi-train-variant:before{content:"󰣄"}.mdi-tram:before{content:"󰔭"}.mdi-tram-side:before{content:"󰿧"}.mdi-transcribe:before{content:"󰔮"}.mdi-transcribe-close:before{content:"󰔯"}.mdi-transfer:before{content:"󱁥"}.mdi-transfer-down:before{content:"󰶡"}.mdi-transfer-left:before{content:"󰶢"}.mdi-transfer-right:before{content:"󰔰"}.mdi-transfer-up:before{content:"󰶣"}.mdi-transit-connection:before{content:"󰴼"}.mdi-transit-connection-horizontal:before{content:"󱕆"}.mdi-transit-connection-variant:before{content:"󰴽"}.mdi-transit-detour:before{content:"󰾋"}.mdi-transit-skip:before{content:"󱔕"}.mdi-transit-transfer:before{content:"󰚮"}.mdi-transition:before{content:"󰤕"}.mdi-transition-masked:before{content:"󰤖"}.mdi-translate:before{content:"󰗊"}.mdi-translate-off:before{content:"󰸆"}.mdi-translate-variant:before{content:"󱮙"}.mdi-transmission-tower:before{content:"󰴾"}.mdi-transmission-tower-export:before{content:"󱤬"}.mdi-transmission-tower-import:before{content:"󱤭"}.mdi-transmission-tower-off:before{content:"󱧝"}.mdi-trash-can:before{content:"󰩹"}.mdi-trash-can-outline:before{content:"󰩺"}.mdi-tray:before{content:"󱊔"}.mdi-tray-alert:before{content:"󱊕"}.mdi-tray-arrow-down:before{content:"󰄠"}.mdi-tray-arrow-up:before{content:"󰄝"}.mdi-tray-full:before{content:"󱊖"}.mdi-tray-minus:before{content:"󱊗"}.mdi-tray-plus:before{content:"󱊘"}.mdi-tray-remove:before{content:"󱊙"}.mdi-treasure-chest:before{content:"󰜦"}.mdi-tree:before{content:"󰔱"}.mdi-tree-outline:before{content:"󰹩"}.mdi-trello:before{content:"󰔲"}.mdi-trending-down:before{content:"󰔳"}.mdi-trending-neutral:before{content:"󰔴"}.mdi-trending-up:before{content:"󰔵"}.mdi-triangle:before{content:"󰔶"}.mdi-triangle-outline:before{content:"󰔷"}.mdi-triangle-small-down:before{content:"󱨉"}.mdi-triangle-small-up:before{content:"󱨊"}.mdi-triangle-wave:before{content:"󱑼"}.mdi-triforce:before{content:"󰯙"}.mdi-trophy:before{content:"󰔸"}.mdi-trophy-award:before{content:"󰔹"}.mdi-trophy-broken:before{content:"󰶤"}.mdi-trophy-outline:before{content:"󰔺"}.mdi-trophy-variant:before{content:"󰔻"}.mdi-trophy-variant-outline:before{content:"󰔼"}.mdi-truck:before{content:"󰔽"}.mdi-truck-alert:before{content:"󱧞"}.mdi-truck-alert-outline:before{content:"󱧟"}.mdi-truck-cargo-container:before{content:"󱣘"}.mdi-truck-check:before{content:"󰳔"}.mdi-truck-check-outline:before{content:"󱊚"}.mdi-truck-delivery:before{content:"󰔾"}.mdi-truck-delivery-outline:before{content:"󱊛"}.mdi-truck-fast:before{content:"󰞈"}.mdi-truck-fast-outline:before{content:"󱊜"}.mdi-truck-flatbed:before{content:"󱢑"}.mdi-truck-minus:before{content:"󱦮"}.mdi-truck-minus-outline:before{content:"󱦽"}.mdi-truck-outline:before{content:"󱊝"}.mdi-truck-plus:before{content:"󱦭"}.mdi-truck-plus-outline:before{content:"󱦼"}.mdi-truck-remove:before{content:"󱦯"}.mdi-truck-remove-outline:before{content:"󱦾"}.mdi-truck-snowflake:before{content:"󱦦"}.mdi-truck-trailer:before{content:"󰜧"}.mdi-trumpet:before{content:"󱂖"}.mdi-tshirt-crew:before{content:"󰩻"}.mdi-tshirt-crew-outline:before{content:"󰔿"}.mdi-tshirt-v:before{content:"󰩼"}.mdi-tshirt-v-outline:before{content:"󰕀"}.mdi-tsunami:before{content:"󱪁"}.mdi-tumble-dryer:before{content:"󰤗"}.mdi-tumble-dryer-alert:before{content:"󱆺"}.mdi-tumble-dryer-off:before{content:"󱆻"}.mdi-tune:before{content:"󰘮"}.mdi-tune-variant:before{content:"󱕂"}.mdi-tune-vertical:before{content:"󰙪"}.mdi-tune-vertical-variant:before{content:"󱕃"}.mdi-tunnel:before{content:"󱠽"}.mdi-tunnel-outline:before{content:"󱠾"}.mdi-turbine:before{content:"󱪂"}.mdi-turkey:before{content:"󱜛"}.mdi-turnstile:before{content:"󰳕"}.mdi-turnstile-outline:before{content:"󰳖"}.mdi-turtle:before{content:"󰳗"}.mdi-twitch:before{content:"󰕃"}.mdi-twitter:before{content:"󰕄"}.mdi-two-factor-authentication:before{content:"󰦯"}.mdi-typewriter:before{content:"󰼭"}.mdi-ubisoft:before{content:"󰯚"}.mdi-ubuntu:before{content:"󰕈"}.mdi-ufo:before{content:"󱃄"}.mdi-ufo-outline:before{content:"󱃅"}.mdi-ultra-high-definition:before{content:"󰟹"}.mdi-umbraco:before{content:"󰕉"}.mdi-umbrella:before{content:"󰕊"}.mdi-umbrella-beach:before{content:"󱢊"}.mdi-umbrella-beach-outline:before{content:"󱢋"}.mdi-umbrella-closed:before{content:"󰦰"}.mdi-umbrella-closed-outline:before{content:"󱏢"}.mdi-umbrella-closed-variant:before{content:"󱏡"}.mdi-umbrella-outline:before{content:"󰕋"}.mdi-undo:before{content:"󰕌"}.mdi-undo-variant:before{content:"󰕍"}.mdi-unfold-less-horizontal:before{content:"󰕎"}.mdi-unfold-less-vertical:before{content:"󰝠"}.mdi-unfold-more-horizontal:before{content:"󰕏"}.mdi-unfold-more-vertical:before{content:"󰝡"}.mdi-ungroup:before{content:"󰕐"}.mdi-unicode:before{content:"󰻐"}.mdi-unicorn:before{content:"󱗂"}.mdi-unicorn-variant:before{content:"󱗃"}.mdi-unicycle:before{content:"󱗥"}.mdi-unity:before{content:"󰚯"}.mdi-unreal:before{content:"󰦱"}.mdi-update:before{content:"󰚰"}.mdi-upload:before{content:"󰕒"}.mdi-upload-lock:before{content:"󱍳"}.mdi-upload-lock-outline:before{content:"󱍴"}.mdi-upload-multiple:before{content:"󰠽"}.mdi-upload-network:before{content:"󰛶"}.mdi-upload-network-outline:before{content:"󰳘"}.mdi-upload-off:before{content:"󱃆"}.mdi-upload-off-outline:before{content:"󱃇"}.mdi-upload-outline:before{content:"󰸇"}.mdi-usb:before{content:"󰕓"}.mdi-usb-flash-drive:before{content:"󱊞"}.mdi-usb-flash-drive-outline:before{content:"󱊟"}.mdi-usb-port:before{content:"󱇰"}.mdi-vacuum:before{content:"󱦡"}.mdi-vacuum-outline:before{content:"󱦢"}.mdi-valve:before{content:"󱁦"}.mdi-valve-closed:before{content:"󱁧"}.mdi-valve-open:before{content:"󱁨"}.mdi-van-passenger:before{content:"󰟺"}.mdi-van-utility:before{content:"󰟻"}.mdi-vanish:before{content:"󰟼"}.mdi-vanish-quarter:before{content:"󱕔"}.mdi-vanity-light:before{content:"󱇡"}.mdi-variable:before{content:"󰫧"}.mdi-variable-box:before{content:"󱄑"}.mdi-vector-arrange-above:before{content:"󰕔"}.mdi-vector-arrange-below:before{content:"󰕕"}.mdi-vector-bezier:before{content:"󰫨"}.mdi-vector-circle:before{content:"󰕖"}.mdi-vector-circle-variant:before{content:"󰕗"}.mdi-vector-combine:before{content:"󰕘"}.mdi-vector-curve:before{content:"󰕙"}.mdi-vector-difference:before{content:"󰕚"}.mdi-vector-difference-ab:before{content:"󰕛"}.mdi-vector-difference-ba:before{content:"󰕜"}.mdi-vector-ellipse:before{content:"󰢓"}.mdi-vector-intersection:before{content:"󰕝"}.mdi-vector-line:before{content:"󰕞"}.mdi-vector-link:before{content:"󰿨"}.mdi-vector-point:before{content:"󰇄"}.mdi-vector-point-edit:before{content:"󰧨"}.mdi-vector-point-minus:before{content:"󱭸"}.mdi-vector-point-plus:before{content:"󱭹"}.mdi-vector-point-select:before{content:"󰕟"}.mdi-vector-polygon:before{content:"󰕠"}.mdi-vector-polygon-variant:before{content:"󱡖"}.mdi-vector-polyline:before{content:"󰕡"}.mdi-vector-polyline-edit:before{content:"󱈥"}.mdi-vector-polyline-minus:before{content:"󱈦"}.mdi-vector-polyline-plus:before{content:"󱈧"}.mdi-vector-polyline-remove:before{content:"󱈨"}.mdi-vector-radius:before{content:"󰝊"}.mdi-vector-rectangle:before{content:"󰗆"}.mdi-vector-selection:before{content:"󰕢"}.mdi-vector-square:before{content:"󰀁"}.mdi-vector-square-close:before{content:"󱡗"}.mdi-vector-square-edit:before{content:"󱣙"}.mdi-vector-square-minus:before{content:"󱣚"}.mdi-vector-square-open:before{content:"󱡘"}.mdi-vector-square-plus:before{content:"󱣛"}.mdi-vector-square-remove:before{content:"󱣜"}.mdi-vector-triangle:before{content:"󰕣"}.mdi-vector-union:before{content:"󰕤"}.mdi-vhs:before{content:"󰨛"}.mdi-vibrate:before{content:"󰕦"}.mdi-vibrate-off:before{content:"󰳙"}.mdi-video:before{content:"󰕧"}.mdi-video-2d:before{content:"󱨜"}.mdi-video-3d:before{content:"󰟽"}.mdi-video-3d-off:before{content:"󱏙"}.mdi-video-3d-variant:before{content:"󰻑"}.mdi-video-4k-box:before{content:"󰠾"}.mdi-video-account:before{content:"󰤙"}.mdi-video-box:before{content:"󰃽"}.mdi-video-box-off:before{content:"󰃾"}.mdi-video-check:before{content:"󱁩"}.mdi-video-check-outline:before{content:"󱁪"}.mdi-video-high-definition:before{content:"󱔮"}.mdi-video-image:before{content:"󰤚"}.mdi-video-input-antenna:before{content:"󰠿"}.mdi-video-input-component:before{content:"󰡀"}.mdi-video-input-hdmi:before{content:"󰡁"}.mdi-video-input-scart:before{content:"󰾌"}.mdi-video-input-svideo:before{content:"󰡂"}.mdi-video-marker:before{content:"󱦩"}.mdi-video-marker-outline:before{content:"󱦪"}.mdi-video-minus:before{content:"󰦲"}.mdi-video-minus-outline:before{content:"󰊺"}.mdi-video-off:before{content:"󰕨"}.mdi-video-off-outline:before{content:"󰯛"}.mdi-video-outline:before{content:"󰯜"}.mdi-video-plus:before{content:"󰦳"}.mdi-video-plus-outline:before{content:"󰇓"}.mdi-video-stabilization:before{content:"󰤛"}.mdi-video-switch:before{content:"󰕩"}.mdi-video-switch-outline:before{content:"󰞐"}.mdi-video-vintage:before{content:"󰨜"}.mdi-video-wireless:before{content:"󰻒"}.mdi-video-wireless-outline:before{content:"󰻓"}.mdi-view-agenda:before{content:"󰕪"}.mdi-view-agenda-outline:before{content:"󱇘"}.mdi-view-array:before{content:"󰕫"}.mdi-view-array-outline:before{content:"󱒅"}.mdi-view-carousel:before{content:"󰕬"}.mdi-view-carousel-outline:before{content:"󱒆"}.mdi-view-column:before{content:"󰕭"}.mdi-view-column-outline:before{content:"󱒇"}.mdi-view-comfy:before{content:"󰹪"}.mdi-view-comfy-outline:before{content:"󱒈"}.mdi-view-compact:before{content:"󰹫"}.mdi-view-compact-outline:before{content:"󰹬"}.mdi-view-dashboard:before{content:"󰕮"}.mdi-view-dashboard-edit:before{content:"󱥇"}.mdi-view-dashboard-edit-outline:before{content:"󱥈"}.mdi-view-dashboard-outline:before{content:"󰨝"}.mdi-view-dashboard-variant:before{content:"󰡃"}.mdi-view-dashboard-variant-outline:before{content:"󱒉"}.mdi-view-day:before{content:"󰕯"}.mdi-view-day-outline:before{content:"󱒊"}.mdi-view-gallery:before{content:"󱢈"}.mdi-view-gallery-outline:before{content:"󱢉"}.mdi-view-grid:before{content:"󰕰"}.mdi-view-grid-outline:before{content:"󱇙"}.mdi-view-grid-plus:before{content:"󰾍"}.mdi-view-grid-plus-outline:before{content:"󱇚"}.mdi-view-headline:before{content:"󰕱"}.mdi-view-list:before{content:"󰕲"}.mdi-view-list-outline:before{content:"󱒋"}.mdi-view-module:before{content:"󰕳"}.mdi-view-module-outline:before{content:"󱒌"}.mdi-view-parallel:before{content:"󰜨"}.mdi-view-parallel-outline:before{content:"󱒍"}.mdi-view-quilt:before{content:"󰕴"}.mdi-view-quilt-outline:before{content:"󱒎"}.mdi-view-sequential:before{content:"󰜩"}.mdi-view-sequential-outline:before{content:"󱒏"}.mdi-view-split-horizontal:before{content:"󰯋"}.mdi-view-split-vertical:before{content:"󰯌"}.mdi-view-stream:before{content:"󰕵"}.mdi-view-stream-outline:before{content:"󱒐"}.mdi-view-week:before{content:"󰕶"}.mdi-view-week-outline:before{content:"󱒑"}.mdi-vimeo:before{content:"󰕷"}.mdi-violin:before{content:"󰘏"}.mdi-virtual-reality:before{content:"󰢔"}.mdi-virus:before{content:"󱎶"}.mdi-virus-off:before{content:"󱣡"}.mdi-virus-off-outline:before{content:"󱣢"}.mdi-virus-outline:before{content:"󱎷"}.mdi-vlc:before{content:"󰕼"}.mdi-voicemail:before{content:"󰕽"}.mdi-volcano:before{content:"󱪃"}.mdi-volcano-outline:before{content:"󱪄"}.mdi-volleyball:before{content:"󰦴"}.mdi-volume-equal:before{content:"󱬐"}.mdi-volume-high:before{content:"󰕾"}.mdi-volume-low:before{content:"󰕿"}.mdi-volume-medium:before{content:"󰖀"}.mdi-volume-minus:before{content:"󰝞"}.mdi-volume-mute:before{content:"󰝟"}.mdi-volume-off:before{content:"󰖁"}.mdi-volume-plus:before{content:"󰝝"}.mdi-volume-source:before{content:"󱄠"}.mdi-volume-variant-off:before{content:"󰸈"}.mdi-volume-vibrate:before{content:"󱄡"}.mdi-vote:before{content:"󰨟"}.mdi-vote-outline:before{content:"󰨠"}.mdi-vpn:before{content:"󰖂"}.mdi-vuejs:before{content:"󰡄"}.mdi-vuetify:before{content:"󰹭"}.mdi-walk:before{content:"󰖃"}.mdi-wall:before{content:"󰟾"}.mdi-wall-fire:before{content:"󱨑"}.mdi-wall-sconce:before{content:"󰤜"}.mdi-wall-sconce-flat:before{content:"󰤝"}.mdi-wall-sconce-flat-outline:before{content:"󱟉"}.mdi-wall-sconce-flat-variant:before{content:"󰐜"}.mdi-wall-sconce-flat-variant-outline:before{content:"󱟊"}.mdi-wall-sconce-outline:before{content:"󱟋"}.mdi-wall-sconce-round:before{content:"󰝈"}.mdi-wall-sconce-round-outline:before{content:"󱟌"}.mdi-wall-sconce-round-variant:before{content:"󰤞"}.mdi-wall-sconce-round-variant-outline:before{content:"󱟍"}.mdi-wallet:before{content:"󰖄"}.mdi-wallet-giftcard:before{content:"󰖅"}.mdi-wallet-membership:before{content:"󰖆"}.mdi-wallet-outline:before{content:"󰯝"}.mdi-wallet-plus:before{content:"󰾎"}.mdi-wallet-plus-outline:before{content:"󰾏"}.mdi-wallet-travel:before{content:"󰖇"}.mdi-wallpaper:before{content:"󰸉"}.mdi-wan:before{content:"󰖈"}.mdi-wardrobe:before{content:"󰾐"}.mdi-wardrobe-outline:before{content:"󰾑"}.mdi-warehouse:before{content:"󰾁"}.mdi-washing-machine:before{content:"󰜪"}.mdi-washing-machine-alert:before{content:"󱆼"}.mdi-washing-machine-off:before{content:"󱆽"}.mdi-watch:before{content:"󰖉"}.mdi-watch-export:before{content:"󰖊"}.mdi-watch-export-variant:before{content:"󰢕"}.mdi-watch-import:before{content:"󰖋"}.mdi-watch-import-variant:before{content:"󰢖"}.mdi-watch-variant:before{content:"󰢗"}.mdi-watch-vibrate:before{content:"󰚱"}.mdi-watch-vibrate-off:before{content:"󰳚"}.mdi-water:before{content:"󰖌"}.mdi-water-alert:before{content:"󱔂"}.mdi-water-alert-outline:before{content:"󱔃"}.mdi-water-boiler:before{content:"󰾒"}.mdi-water-boiler-alert:before{content:"󱆳"}.mdi-water-boiler-auto:before{content:"󱮘"}.mdi-water-boiler-off:before{content:"󱆴"}.mdi-water-check:before{content:"󱔄"}.mdi-water-check-outline:before{content:"󱔅"}.mdi-water-circle:before{content:"󱠆"}.mdi-water-minus:before{content:"󱔆"}.mdi-water-minus-outline:before{content:"󱔇"}.mdi-water-off:before{content:"󰖍"}.mdi-water-off-outline:before{content:"󱔈"}.mdi-water-opacity:before{content:"󱡕"}.mdi-water-outline:before{content:"󰸊"}.mdi-water-percent:before{content:"󰖎"}.mdi-water-percent-alert:before{content:"󱔉"}.mdi-water-plus:before{content:"󱔊"}.mdi-water-plus-outline:before{content:"󱔋"}.mdi-water-polo:before{content:"󱊠"}.mdi-water-pump:before{content:"󰖏"}.mdi-water-pump-off:before{content:"󰾓"}.mdi-water-remove:before{content:"󱔌"}.mdi-water-remove-outline:before{content:"󱔍"}.mdi-water-sync:before{content:"󱟆"}.mdi-water-thermometer:before{content:"󱪅"}.mdi-water-thermometer-outline:before{content:"󱪆"}.mdi-water-well:before{content:"󱁫"}.mdi-water-well-outline:before{content:"󱁬"}.mdi-waterfall:before{content:"󱡉"}.mdi-watering-can:before{content:"󱒁"}.mdi-watering-can-outline:before{content:"󱒂"}.mdi-watermark:before{content:"󰘒"}.mdi-wave:before{content:"󰼮"}.mdi-waveform:before{content:"󱑽"}.mdi-waves:before{content:"󰞍"}.mdi-waves-arrow-left:before{content:"󱡙"}.mdi-waves-arrow-right:before{content:"󱡚"}.mdi-waves-arrow-up:before{content:"󱡛"}.mdi-waze:before{content:"󰯞"}.mdi-weather-cloudy:before{content:"󰖐"}.mdi-weather-cloudy-alert:before{content:"󰼯"}.mdi-weather-cloudy-arrow-right:before{content:"󰹮"}.mdi-weather-cloudy-clock:before{content:"󱣶"}.mdi-weather-dust:before{content:"󱭚"}.mdi-weather-fog:before{content:"󰖑"}.mdi-weather-hail:before{content:"󰖒"}.mdi-weather-hazy:before{content:"󰼰"}.mdi-weather-hurricane:before{content:"󰢘"}.mdi-weather-lightning:before{content:"󰖓"}.mdi-weather-lightning-rainy:before{content:"󰙾"}.mdi-weather-night:before{content:"󰖔"}.mdi-weather-night-partly-cloudy:before{content:"󰼱"}.mdi-weather-partly-cloudy:before{content:"󰖕"}.mdi-weather-partly-lightning:before{content:"󰼲"}.mdi-weather-partly-rainy:before{content:"󰼳"}.mdi-weather-partly-snowy:before{content:"󰼴"}.mdi-weather-partly-snowy-rainy:before{content:"󰼵"}.mdi-weather-pouring:before{content:"󰖖"}.mdi-weather-rainy:before{content:"󰖗"}.mdi-weather-snowy:before{content:"󰖘"}.mdi-weather-snowy-heavy:before{content:"󰼶"}.mdi-weather-snowy-rainy:before{content:"󰙿"}.mdi-weather-sunny:before{content:"󰖙"}.mdi-weather-sunny-alert:before{content:"󰼷"}.mdi-weather-sunny-off:before{content:"󱓤"}.mdi-weather-sunset:before{content:"󰖚"}.mdi-weather-sunset-down:before{content:"󰖛"}.mdi-weather-sunset-up:before{content:"󰖜"}.mdi-weather-tornado:before{content:"󰼸"}.mdi-weather-windy:before{content:"󰖝"}.mdi-weather-windy-variant:before{content:"󰖞"}.mdi-web:before{content:"󰖟"}.mdi-web-box:before{content:"󰾔"}.mdi-web-cancel:before{content:"󱞐"}.mdi-web-check:before{content:"󰞉"}.mdi-web-clock:before{content:"󱉊"}.mdi-web-minus:before{content:"󱂠"}.mdi-web-off:before{content:"󰪎"}.mdi-web-plus:before{content:"󰀳"}.mdi-web-refresh:before{content:"󱞑"}.mdi-web-remove:before{content:"󰕑"}.mdi-web-sync:before{content:"󱞒"}.mdi-webcam:before{content:"󰖠"}.mdi-webcam-off:before{content:"󱜷"}.mdi-webhook:before{content:"󰘯"}.mdi-webpack:before{content:"󰜫"}.mdi-webrtc:before{content:"󱉈"}.mdi-wechat:before{content:"󰘑"}.mdi-weight:before{content:"󰖡"}.mdi-weight-gram:before{content:"󰴿"}.mdi-weight-kilogram:before{content:"󰖢"}.mdi-weight-lifter:before{content:"󱅝"}.mdi-weight-pound:before{content:"󰦵"}.mdi-whatsapp:before{content:"󰖣"}.mdi-wheel-barrow:before{content:"󱓲"}.mdi-wheelchair:before{content:"󱪇"}.mdi-wheelchair-accessibility:before{content:"󰖤"}.mdi-whistle:before{content:"󰦶"}.mdi-whistle-outline:before{content:"󱊼"}.mdi-white-balance-auto:before{content:"󰖥"}.mdi-white-balance-incandescent:before{content:"󰖦"}.mdi-white-balance-iridescent:before{content:"󰖧"}.mdi-white-balance-sunny:before{content:"󰖨"}.mdi-widgets:before{content:"󰜬"}.mdi-widgets-outline:before{content:"󱍕"}.mdi-wifi:before{content:"󰖩"}.mdi-wifi-alert:before{content:"󱚵"}.mdi-wifi-arrow-down:before{content:"󱚶"}.mdi-wifi-arrow-left:before{content:"󱚷"}.mdi-wifi-arrow-left-right:before{content:"󱚸"}.mdi-wifi-arrow-right:before{content:"󱚹"}.mdi-wifi-arrow-up:before{content:"󱚺"}.mdi-wifi-arrow-up-down:before{content:"󱚻"}.mdi-wifi-cancel:before{content:"󱚼"}.mdi-wifi-check:before{content:"󱚽"}.mdi-wifi-cog:before{content:"󱚾"}.mdi-wifi-lock:before{content:"󱚿"}.mdi-wifi-lock-open:before{content:"󱛀"}.mdi-wifi-marker:before{content:"󱛁"}.mdi-wifi-minus:before{content:"󱛂"}.mdi-wifi-off:before{content:"󰖪"}.mdi-wifi-plus:before{content:"󱛃"}.mdi-wifi-refresh:before{content:"󱛄"}.mdi-wifi-remove:before{content:"󱛅"}.mdi-wifi-settings:before{content:"󱛆"}.mdi-wifi-star:before{content:"󰸋"}.mdi-wifi-strength-1:before{content:"󰤟"}.mdi-wifi-strength-1-alert:before{content:"󰤠"}.mdi-wifi-strength-1-lock:before{content:"󰤡"}.mdi-wifi-strength-1-lock-open:before{content:"󱛋"}.mdi-wifi-strength-2:before{content:"󰤢"}.mdi-wifi-strength-2-alert:before{content:"󰤣"}.mdi-wifi-strength-2-lock:before{content:"󰤤"}.mdi-wifi-strength-2-lock-open:before{content:"󱛌"}.mdi-wifi-strength-3:before{content:"󰤥"}.mdi-wifi-strength-3-alert:before{content:"󰤦"}.mdi-wifi-strength-3-lock:before{content:"󰤧"}.mdi-wifi-strength-3-lock-open:before{content:"󱛍"}.mdi-wifi-strength-4:before{content:"󰤨"}.mdi-wifi-strength-4-alert:before{content:"󰤩"}.mdi-wifi-strength-4-lock:before{content:"󰤪"}.mdi-wifi-strength-4-lock-open:before{content:"󱛎"}.mdi-wifi-strength-alert-outline:before{content:"󰤫"}.mdi-wifi-strength-lock-open-outline:before{content:"󱛏"}.mdi-wifi-strength-lock-outline:before{content:"󰤬"}.mdi-wifi-strength-off:before{content:"󰤭"}.mdi-wifi-strength-off-outline:before{content:"󰤮"}.mdi-wifi-strength-outline:before{content:"󰤯"}.mdi-wifi-sync:before{content:"󱛇"}.mdi-wikipedia:before{content:"󰖬"}.mdi-wind-power:before{content:"󱪈"}.mdi-wind-power-outline:before{content:"󱪉"}.mdi-wind-turbine:before{content:"󰶥"}.mdi-wind-turbine-alert:before{content:"󱦫"}.mdi-wind-turbine-check:before{content:"󱦬"}.mdi-window-close:before{content:"󰖭"}.mdi-window-closed:before{content:"󰖮"}.mdi-window-closed-variant:before{content:"󱇛"}.mdi-window-maximize:before{content:"󰖯"}.mdi-window-minimize:before{content:"󰖰"}.mdi-window-open:before{content:"󰖱"}.mdi-window-open-variant:before{content:"󱇜"}.mdi-window-restore:before{content:"󰖲"}.mdi-window-shutter:before{content:"󱄜"}.mdi-window-shutter-alert:before{content:"󱄝"}.mdi-window-shutter-auto:before{content:"󱮣"}.mdi-window-shutter-cog:before{content:"󱪊"}.mdi-window-shutter-open:before{content:"󱄞"}.mdi-window-shutter-settings:before{content:"󱪋"}.mdi-windsock:before{content:"󱗺"}.mdi-wiper:before{content:"󰫩"}.mdi-wiper-wash:before{content:"󰶦"}.mdi-wiper-wash-alert:before{content:"󱣟"}.mdi-wizard-hat:before{content:"󱑷"}.mdi-wordpress:before{content:"󰖴"}.mdi-wrap:before{content:"󰖶"}.mdi-wrap-disabled:before{content:"󰯟"}.mdi-wrench:before{content:"󰖷"}.mdi-wrench-check:before{content:"󱮏"}.mdi-wrench-check-outline:before{content:"󱮐"}.mdi-wrench-clock:before{content:"󱦣"}.mdi-wrench-clock-outline:before{content:"󱮓"}.mdi-wrench-cog:before{content:"󱮑"}.mdi-wrench-cog-outline:before{content:"󱮒"}.mdi-wrench-outline:before{content:"󰯠"}.mdi-xamarin:before{content:"󰡅"}.mdi-xml:before{content:"󰗀"}.mdi-xmpp:before{content:"󰟿"}.mdi-yahoo:before{content:"󰭏"}.mdi-yeast:before{content:"󰗁"}.mdi-yin-yang:before{content:"󰚀"}.mdi-yoga:before{content:"󱅼"}.mdi-youtube:before{content:"󰗃"}.mdi-youtube-gaming:before{content:"󰡈"}.mdi-youtube-studio:before{content:"󰡇"}.mdi-youtube-subscription:before{content:"󰵀"}.mdi-youtube-tv:before{content:"󰑈"}.mdi-yurt:before{content:"󱔖"}.mdi-z-wave:before{content:"󰫪"}.mdi-zend:before{content:"󰫫"}.mdi-zigbee:before{content:"󰵁"}.mdi-zip-box:before{content:"󰗄"}.mdi-zip-box-outline:before{content:"󰿺"}.mdi-zip-disk:before{content:"󰨣"}.mdi-zodiac-aquarius:before{content:"󰩽"}.mdi-zodiac-aries:before{content:"󰩾"}.mdi-zodiac-cancer:before{content:"󰩿"}.mdi-zodiac-capricorn:before{content:"󰪀"}.mdi-zodiac-gemini:before{content:"󰪁"}.mdi-zodiac-leo:before{content:"󰪂"}.mdi-zodiac-libra:before{content:"󰪃"}.mdi-zodiac-pisces:before{content:"󰪄"}.mdi-zodiac-sagittarius:before{content:"󰪅"}.mdi-zodiac-scorpio:before{content:"󰪆"}.mdi-zodiac-taurus:before{content:"󰪇"}.mdi-zodiac-virgo:before{content:"󰪈"}.mdi-blank:before{content:"";visibility:hidden}.mdi-18px.mdi-set,.mdi-18px.mdi:before{font-size:18px}.mdi-24px.mdi-set,.mdi-24px.mdi:before{font-size:24px}.mdi-36px.mdi-set,.mdi-36px.mdi:before{font-size:36px}.mdi-48px.mdi-set,.mdi-48px.mdi:before{font-size:48px}.mdi-dark:before{color:#0000008a}.mdi-dark.mdi-inactive:before{color:#00000042}.mdi-light:before{color:#fff}.mdi-light.mdi-inactive:before{color:#ffffff4d}.mdi-rotate-45:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mdi-rotate-90:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.mdi-rotate-135:before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.mdi-rotate-180:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.mdi-rotate-225:before{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.mdi-rotate-270:before{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.mdi-rotate-315:before{-webkit-transform:rotate(315deg);-ms-transform:rotate(315deg);transform:rotate(315deg)}.mdi-flip-h:before{-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH"}.mdi-flip-v:before{-webkit-transform:scaleY(-1);transform:scaleY(-1);filter:FlipV;-ms-filter:"FlipV"}.mdi-spin:before{-webkit-animation:mdi-spin 2s infinite linear;animation:mdi-spin 2s infinite linear}@-webkit-keyframes mdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes mdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes v-shake{59%{margin-left:0}60%,80%{margin-left:2px}70%,90%{margin-left:-2px}}.bg-black{background-color:#000!important}.bg-black{color:#fff!important}.bg-white{background-color:#fff!important}.bg-white{color:#000!important}.bg-transparent{background-color:transparent!important}.bg-transparent{color:currentColor!important}.bg-red{background-color:#f44336!important}.bg-red{color:#fff!important}.bg-red-lighten-5{background-color:#ffebee!important}.bg-red-lighten-5{color:#000!important}.bg-red-lighten-4{background-color:#ffcdd2!important}.bg-red-lighten-4{color:#000!important}.bg-red-lighten-3{background-color:#ef9a9a!important}.bg-red-lighten-3{color:#000!important}.bg-red-lighten-2{background-color:#e57373!important}.bg-red-lighten-2{color:#fff!important}.bg-red-lighten-1{background-color:#ef5350!important}.bg-red-lighten-1{color:#fff!important}.bg-red-darken-1{background-color:#e53935!important}.bg-red-darken-1{color:#fff!important}.bg-red-darken-2{background-color:#d32f2f!important}.bg-red-darken-2{color:#fff!important}.bg-red-darken-3{background-color:#c62828!important}.bg-red-darken-3{color:#fff!important}.bg-red-darken-4{background-color:#b71c1c!important}.bg-red-darken-4{color:#fff!important}.bg-red-accent-1{background-color:#ff8a80!important}.bg-red-accent-1{color:#000!important}.bg-red-accent-2{background-color:#ff5252!important}.bg-red-accent-2{color:#fff!important}.bg-red-accent-3{background-color:#ff1744!important}.bg-red-accent-3{color:#fff!important}.bg-red-accent-4{background-color:#d50000!important}.bg-red-accent-4{color:#fff!important}.bg-pink{background-color:#e91e63!important}.bg-pink{color:#fff!important}.bg-pink-lighten-5{background-color:#fce4ec!important}.bg-pink-lighten-5{color:#000!important}.bg-pink-lighten-4{background-color:#f8bbd0!important}.bg-pink-lighten-4{color:#000!important}.bg-pink-lighten-3{background-color:#f48fb1!important}.bg-pink-lighten-3{color:#000!important}.bg-pink-lighten-2{background-color:#f06292!important}.bg-pink-lighten-2{color:#fff!important}.bg-pink-lighten-1{background-color:#ec407a!important}.bg-pink-lighten-1{color:#fff!important}.bg-pink-darken-1{background-color:#d81b60!important}.bg-pink-darken-1{color:#fff!important}.bg-pink-darken-2{background-color:#c2185b!important}.bg-pink-darken-2{color:#fff!important}.bg-pink-darken-3{background-color:#ad1457!important}.bg-pink-darken-3{color:#fff!important}.bg-pink-darken-4{background-color:#880e4f!important}.bg-pink-darken-4{color:#fff!important}.bg-pink-accent-1{background-color:#ff80ab!important}.bg-pink-accent-1{color:#fff!important}.bg-pink-accent-2{background-color:#ff4081!important}.bg-pink-accent-2{color:#fff!important}.bg-pink-accent-3{background-color:#f50057!important}.bg-pink-accent-3{color:#fff!important}.bg-pink-accent-4{background-color:#c51162!important}.bg-pink-accent-4{color:#fff!important}.bg-purple{background-color:#9c27b0!important}.bg-purple{color:#fff!important}.bg-purple-lighten-5{background-color:#f3e5f5!important}.bg-purple-lighten-5{color:#000!important}.bg-purple-lighten-4{background-color:#e1bee7!important}.bg-purple-lighten-4{color:#000!important}.bg-purple-lighten-3{background-color:#ce93d8!important}.bg-purple-lighten-3{color:#fff!important}.bg-purple-lighten-2{background-color:#ba68c8!important}.bg-purple-lighten-2{color:#fff!important}.bg-purple-lighten-1{background-color:#ab47bc!important}.bg-purple-lighten-1{color:#fff!important}.bg-purple-darken-1{background-color:#8e24aa!important}.bg-purple-darken-1{color:#fff!important}.bg-purple-darken-2{background-color:#7b1fa2!important}.bg-purple-darken-2{color:#fff!important}.bg-purple-darken-3{background-color:#6a1b9a!important}.bg-purple-darken-3{color:#fff!important}.bg-purple-darken-4{background-color:#4a148c!important}.bg-purple-darken-4{color:#fff!important}.bg-purple-accent-1{background-color:#ea80fc!important}.bg-purple-accent-1{color:#fff!important}.bg-purple-accent-2{background-color:#e040fb!important}.bg-purple-accent-2{color:#fff!important}.bg-purple-accent-3{background-color:#d500f9!important}.bg-purple-accent-3{color:#fff!important}.bg-purple-accent-4{background-color:#a0f!important}.bg-purple-accent-4{color:#fff!important}.bg-deep-purple{background-color:#673ab7!important}.bg-deep-purple{color:#fff!important}.bg-deep-purple-lighten-5{background-color:#ede7f6!important}.bg-deep-purple-lighten-5{color:#000!important}.bg-deep-purple-lighten-4{background-color:#d1c4e9!important}.bg-deep-purple-lighten-4{color:#000!important}.bg-deep-purple-lighten-3{background-color:#b39ddb!important}.bg-deep-purple-lighten-3{color:#fff!important}.bg-deep-purple-lighten-2{background-color:#9575cd!important}.bg-deep-purple-lighten-2{color:#fff!important}.bg-deep-purple-lighten-1{background-color:#7e57c2!important}.bg-deep-purple-lighten-1{color:#fff!important}.bg-deep-purple-darken-1{background-color:#5e35b1!important}.bg-deep-purple-darken-1{color:#fff!important}.bg-deep-purple-darken-2{background-color:#512da8!important}.bg-deep-purple-darken-2{color:#fff!important}.bg-deep-purple-darken-3{background-color:#4527a0!important}.bg-deep-purple-darken-3{color:#fff!important}.bg-deep-purple-darken-4{background-color:#311b92!important}.bg-deep-purple-darken-4{color:#fff!important}.bg-deep-purple-accent-1{background-color:#b388ff!important}.bg-deep-purple-accent-1{color:#fff!important}.bg-deep-purple-accent-2{background-color:#7c4dff!important}.bg-deep-purple-accent-2{color:#fff!important}.bg-deep-purple-accent-3{background-color:#651fff!important}.bg-deep-purple-accent-3{color:#fff!important}.bg-deep-purple-accent-4{background-color:#6200ea!important}.bg-deep-purple-accent-4{color:#fff!important}.bg-indigo{background-color:#3f51b5!important}.bg-indigo{color:#fff!important}.bg-indigo-lighten-5{background-color:#e8eaf6!important}.bg-indigo-lighten-5{color:#000!important}.bg-indigo-lighten-4{background-color:#c5cae9!important}.bg-indigo-lighten-4{color:#000!important}.bg-indigo-lighten-3{background-color:#9fa8da!important}.bg-indigo-lighten-3{color:#fff!important}.bg-indigo-lighten-2{background-color:#7986cb!important}.bg-indigo-lighten-2{color:#fff!important}.bg-indigo-lighten-1{background-color:#5c6bc0!important}.bg-indigo-lighten-1{color:#fff!important}.bg-indigo-darken-1{background-color:#3949ab!important}.bg-indigo-darken-1{color:#fff!important}.bg-indigo-darken-2{background-color:#303f9f!important}.bg-indigo-darken-2{color:#fff!important}.bg-indigo-darken-3{background-color:#283593!important}.bg-indigo-darken-3{color:#fff!important}.bg-indigo-darken-4{background-color:#1a237e!important}.bg-indigo-darken-4{color:#fff!important}.bg-indigo-accent-1{background-color:#8c9eff!important}.bg-indigo-accent-1{color:#fff!important}.bg-indigo-accent-2{background-color:#536dfe!important}.bg-indigo-accent-2{color:#fff!important}.bg-indigo-accent-3{background-color:#3d5afe!important}.bg-indigo-accent-3{color:#fff!important}.bg-indigo-accent-4{background-color:#304ffe!important}.bg-indigo-accent-4{color:#fff!important}.bg-blue{background-color:#2196f3!important}.bg-blue{color:#fff!important}.bg-blue-lighten-5{background-color:#e3f2fd!important}.bg-blue-lighten-5{color:#000!important}.bg-blue-lighten-4{background-color:#bbdefb!important}.bg-blue-lighten-4{color:#000!important}.bg-blue-lighten-3{background-color:#90caf9!important}.bg-blue-lighten-3{color:#000!important}.bg-blue-lighten-2{background-color:#64b5f6!important}.bg-blue-lighten-2{color:#000!important}.bg-blue-lighten-1{background-color:#42a5f5!important}.bg-blue-lighten-1{color:#fff!important}.bg-blue-darken-1{background-color:#1e88e5!important}.bg-blue-darken-1{color:#fff!important}.bg-blue-darken-2{background-color:#1976d2!important}.bg-blue-darken-2{color:#fff!important}.bg-blue-darken-3{background-color:#1565c0!important}.bg-blue-darken-3{color:#fff!important}.bg-blue-darken-4{background-color:#0d47a1!important}.bg-blue-darken-4{color:#fff!important}.bg-blue-accent-1{background-color:#82b1ff!important}.bg-blue-accent-1{color:#000!important}.bg-blue-accent-2{background-color:#448aff!important}.bg-blue-accent-2{color:#fff!important}.bg-blue-accent-3{background-color:#2979ff!important}.bg-blue-accent-3{color:#fff!important}.bg-blue-accent-4{background-color:#2962ff!important}.bg-blue-accent-4{color:#fff!important}.bg-light-blue{background-color:#03a9f4!important}.bg-light-blue{color:#fff!important}.bg-light-blue-lighten-5{background-color:#e1f5fe!important}.bg-light-blue-lighten-5{color:#000!important}.bg-light-blue-lighten-4{background-color:#b3e5fc!important}.bg-light-blue-lighten-4{color:#000!important}.bg-light-blue-lighten-3{background-color:#81d4fa!important}.bg-light-blue-lighten-3{color:#000!important}.bg-light-blue-lighten-2{background-color:#4fc3f7!important}.bg-light-blue-lighten-2{color:#000!important}.bg-light-blue-lighten-1{background-color:#29b6f6!important}.bg-light-blue-lighten-1{color:#000!important}.bg-light-blue-darken-1{background-color:#039be5!important}.bg-light-blue-darken-1{color:#fff!important}.bg-light-blue-darken-2{background-color:#0288d1!important}.bg-light-blue-darken-2{color:#fff!important}.bg-light-blue-darken-3{background-color:#0277bd!important}.bg-light-blue-darken-3{color:#fff!important}.bg-light-blue-darken-4{background-color:#01579b!important}.bg-light-blue-darken-4{color:#fff!important}.bg-light-blue-accent-1{background-color:#80d8ff!important}.bg-light-blue-accent-1{color:#000!important}.bg-light-blue-accent-2{background-color:#40c4ff!important}.bg-light-blue-accent-2{color:#000!important}.bg-light-blue-accent-3{background-color:#00b0ff!important}.bg-light-blue-accent-3{color:#fff!important}.bg-light-blue-accent-4{background-color:#0091ea!important}.bg-light-blue-accent-4{color:#fff!important}.bg-cyan{background-color:#00bcd4!important}.bg-cyan{color:#000!important}.bg-cyan-lighten-5{background-color:#e0f7fa!important}.bg-cyan-lighten-5{color:#000!important}.bg-cyan-lighten-4{background-color:#b2ebf2!important}.bg-cyan-lighten-4{color:#000!important}.bg-cyan-lighten-3{background-color:#80deea!important}.bg-cyan-lighten-3{color:#000!important}.bg-cyan-lighten-2{background-color:#4dd0e1!important}.bg-cyan-lighten-2{color:#000!important}.bg-cyan-lighten-1{background-color:#26c6da!important}.bg-cyan-lighten-1{color:#000!important}.bg-cyan-darken-1{background-color:#00acc1!important}.bg-cyan-darken-1{color:#fff!important}.bg-cyan-darken-2{background-color:#0097a7!important}.bg-cyan-darken-2{color:#fff!important}.bg-cyan-darken-3{background-color:#00838f!important}.bg-cyan-darken-3{color:#fff!important}.bg-cyan-darken-4{background-color:#006064!important}.bg-cyan-darken-4{color:#fff!important}.bg-cyan-accent-1{background-color:#84ffff!important}.bg-cyan-accent-1{color:#000!important}.bg-cyan-accent-2{background-color:#18ffff!important}.bg-cyan-accent-2{color:#000!important}.bg-cyan-accent-3{background-color:#00e5ff!important}.bg-cyan-accent-3{color:#000!important}.bg-cyan-accent-4{background-color:#00b8d4!important}.bg-cyan-accent-4{color:#fff!important}.bg-teal{background-color:#009688!important}.bg-teal{color:#fff!important}.bg-teal-lighten-5{background-color:#e0f2f1!important}.bg-teal-lighten-5{color:#000!important}.bg-teal-lighten-4{background-color:#b2dfdb!important}.bg-teal-lighten-4{color:#000!important}.bg-teal-lighten-3{background-color:#80cbc4!important}.bg-teal-lighten-3{color:#000!important}.bg-teal-lighten-2{background-color:#4db6ac!important}.bg-teal-lighten-2{color:#fff!important}.bg-teal-lighten-1{background-color:#26a69a!important}.bg-teal-lighten-1{color:#fff!important}.bg-teal-darken-1{background-color:#00897b!important}.bg-teal-darken-1{color:#fff!important}.bg-teal-darken-2{background-color:#00796b!important}.bg-teal-darken-2{color:#fff!important}.bg-teal-darken-3{background-color:#00695c!important}.bg-teal-darken-3{color:#fff!important}.bg-teal-darken-4{background-color:#004d40!important}.bg-teal-darken-4{color:#fff!important}.bg-teal-accent-1{background-color:#a7ffeb!important}.bg-teal-accent-1{color:#000!important}.bg-teal-accent-2{background-color:#64ffda!important}.bg-teal-accent-2{color:#000!important}.bg-teal-accent-3{background-color:#1de9b6!important}.bg-teal-accent-3{color:#000!important}.bg-teal-accent-4{background-color:#00bfa5!important}.bg-teal-accent-4{color:#fff!important}.bg-green{background-color:#4caf50!important}.bg-green{color:#fff!important}.bg-green-lighten-5{background-color:#e8f5e9!important}.bg-green-lighten-5{color:#000!important}.bg-green-lighten-4{background-color:#c8e6c9!important}.bg-green-lighten-4{color:#000!important}.bg-green-lighten-3{background-color:#a5d6a7!important}.bg-green-lighten-3{color:#000!important}.bg-green-lighten-2{background-color:#81c784!important}.bg-green-lighten-2{color:#000!important}.bg-green-lighten-1{background-color:#66bb6a!important}.bg-green-lighten-1{color:#fff!important}.bg-green-darken-1{background-color:#43a047!important}.bg-green-darken-1{color:#fff!important}.bg-green-darken-2{background-color:#388e3c!important}.bg-green-darken-2{color:#fff!important}.bg-green-darken-3{background-color:#2e7d32!important}.bg-green-darken-3{color:#fff!important}.bg-green-darken-4{background-color:#1b5e20!important}.bg-green-darken-4{color:#fff!important}.bg-green-accent-1{background-color:#b9f6ca!important}.bg-green-accent-1{color:#000!important}.bg-green-accent-2{background-color:#69f0ae!important}.bg-green-accent-2{color:#000!important}.bg-green-accent-3{background-color:#00e676!important}.bg-green-accent-3{color:#000!important}.bg-green-accent-4{background-color:#00c853!important}.bg-green-accent-4{color:#000!important}.bg-light-green{background-color:#8bc34a!important}.bg-light-green{color:#000!important}.bg-light-green-lighten-5{background-color:#f1f8e9!important}.bg-light-green-lighten-5{color:#000!important}.bg-light-green-lighten-4{background-color:#dcedc8!important}.bg-light-green-lighten-4{color:#000!important}.bg-light-green-lighten-3{background-color:#c5e1a5!important}.bg-light-green-lighten-3{color:#000!important}.bg-light-green-lighten-2{background-color:#aed581!important}.bg-light-green-lighten-2{color:#000!important}.bg-light-green-lighten-1{background-color:#9ccc65!important}.bg-light-green-lighten-1{color:#000!important}.bg-light-green-darken-1{background-color:#7cb342!important}.bg-light-green-darken-1{color:#fff!important}.bg-light-green-darken-2{background-color:#689f38!important}.bg-light-green-darken-2{color:#fff!important}.bg-light-green-darken-3{background-color:#558b2f!important}.bg-light-green-darken-3{color:#fff!important}.bg-light-green-darken-4{background-color:#33691e!important}.bg-light-green-darken-4{color:#fff!important}.bg-light-green-accent-1{background-color:#ccff90!important}.bg-light-green-accent-1{color:#000!important}.bg-light-green-accent-2{background-color:#b2ff59!important}.bg-light-green-accent-2{color:#000!important}.bg-light-green-accent-3{background-color:#76ff03!important}.bg-light-green-accent-3{color:#000!important}.bg-light-green-accent-4{background-color:#64dd17!important}.bg-light-green-accent-4{color:#000!important}.bg-lime{background-color:#cddc39!important}.bg-lime{color:#000!important}.bg-lime-lighten-5{background-color:#f9fbe7!important}.bg-lime-lighten-5{color:#000!important}.bg-lime-lighten-4{background-color:#f0f4c3!important}.bg-lime-lighten-4{color:#000!important}.bg-lime-lighten-3{background-color:#e6ee9c!important}.bg-lime-lighten-3{color:#000!important}.bg-lime-lighten-2{background-color:#dce775!important}.bg-lime-lighten-2{color:#000!important}.bg-lime-lighten-1{background-color:#d4e157!important}.bg-lime-lighten-1{color:#000!important}.bg-lime-darken-1{background-color:#c0ca33!important}.bg-lime-darken-1{color:#000!important}.bg-lime-darken-2{background-color:#afb42b!important}.bg-lime-darken-2{color:#000!important}.bg-lime-darken-3{background-color:#9e9d24!important}.bg-lime-darken-3{color:#fff!important}.bg-lime-darken-4{background-color:#827717!important}.bg-lime-darken-4{color:#fff!important}.bg-lime-accent-1{background-color:#f4ff81!important}.bg-lime-accent-1{color:#000!important}.bg-lime-accent-2{background-color:#eeff41!important}.bg-lime-accent-2{color:#000!important}.bg-lime-accent-3{background-color:#c6ff00!important}.bg-lime-accent-3{color:#000!important}.bg-lime-accent-4{background-color:#aeea00!important}.bg-lime-accent-4{color:#000!important}.bg-yellow{background-color:#ffeb3b!important}.bg-yellow{color:#000!important}.bg-yellow-lighten-5{background-color:#fffde7!important}.bg-yellow-lighten-5{color:#000!important}.bg-yellow-lighten-4{background-color:#fff9c4!important}.bg-yellow-lighten-4{color:#000!important}.bg-yellow-lighten-3{background-color:#fff59d!important}.bg-yellow-lighten-3{color:#000!important}.bg-yellow-lighten-2{background-color:#fff176!important}.bg-yellow-lighten-2{color:#000!important}.bg-yellow-lighten-1{background-color:#ffee58!important}.bg-yellow-lighten-1{color:#000!important}.bg-yellow-darken-1{background-color:#fdd835!important}.bg-yellow-darken-1{color:#000!important}.bg-yellow-darken-2{background-color:#fbc02d!important}.bg-yellow-darken-2{color:#000!important}.bg-yellow-darken-3{background-color:#f9a825!important}.bg-yellow-darken-3{color:#000!important}.bg-yellow-darken-4{background-color:#f57f17!important}.bg-yellow-darken-4{color:#fff!important}.bg-yellow-accent-1{background-color:#ffff8d!important}.bg-yellow-accent-1{color:#000!important}.bg-yellow-accent-2{background-color:#ff0!important}.bg-yellow-accent-2{color:#000!important}.bg-yellow-accent-3{background-color:#ffea00!important}.bg-yellow-accent-3{color:#000!important}.bg-yellow-accent-4{background-color:#ffd600!important}.bg-yellow-accent-4{color:#000!important}.bg-amber{background-color:#ffc107!important}.bg-amber{color:#000!important}.bg-amber-lighten-5{background-color:#fff8e1!important}.bg-amber-lighten-5{color:#000!important}.bg-amber-lighten-4{background-color:#ffecb3!important}.bg-amber-lighten-4{color:#000!important}.bg-amber-lighten-3{background-color:#ffe082!important}.bg-amber-lighten-3{color:#000!important}.bg-amber-lighten-2{background-color:#ffd54f!important}.bg-amber-lighten-2{color:#000!important}.bg-amber-lighten-1{background-color:#ffca28!important}.bg-amber-lighten-1{color:#000!important}.bg-amber-darken-1{background-color:#ffb300!important}.bg-amber-darken-1{color:#000!important}.bg-amber-darken-2{background-color:#ffa000!important}.bg-amber-darken-2{color:#000!important}.bg-amber-darken-3{background-color:#ff8f00!important}.bg-amber-darken-3{color:#000!important}.bg-amber-darken-4{background-color:#ff6f00!important}.bg-amber-darken-4{color:#fff!important}.bg-amber-accent-1{background-color:#ffe57f!important}.bg-amber-accent-1{color:#000!important}.bg-amber-accent-2{background-color:#ffd740!important}.bg-amber-accent-2{color:#000!important}.bg-amber-accent-3{background-color:#ffc400!important}.bg-amber-accent-3{color:#000!important}.bg-amber-accent-4{background-color:#ffab00!important}.bg-amber-accent-4{color:#000!important}.bg-orange{background-color:#ff9800!important}.bg-orange{color:#000!important}.bg-orange-lighten-5{background-color:#fff3e0!important}.bg-orange-lighten-5{color:#000!important}.bg-orange-lighten-4{background-color:#ffe0b2!important}.bg-orange-lighten-4{color:#000!important}.bg-orange-lighten-3{background-color:#ffcc80!important}.bg-orange-lighten-3{color:#000!important}.bg-orange-lighten-2{background-color:#ffb74d!important}.bg-orange-lighten-2{color:#000!important}.bg-orange-lighten-1{background-color:#ffa726!important}.bg-orange-lighten-1{color:#000!important}.bg-orange-darken-1{background-color:#fb8c00!important}.bg-orange-darken-1{color:#fff!important}.bg-orange-darken-2{background-color:#f57c00!important}.bg-orange-darken-2{color:#fff!important}.bg-orange-darken-3{background-color:#ef6c00!important}.bg-orange-darken-3{color:#fff!important}.bg-orange-darken-4{background-color:#e65100!important}.bg-orange-darken-4{color:#fff!important}.bg-orange-accent-1{background-color:#ffd180!important}.bg-orange-accent-1{color:#000!important}.bg-orange-accent-2{background-color:#ffab40!important}.bg-orange-accent-2{color:#000!important}.bg-orange-accent-3{background-color:#ff9100!important}.bg-orange-accent-3{color:#000!important}.bg-orange-accent-4{background-color:#ff6d00!important}.bg-orange-accent-4{color:#fff!important}.bg-deep-orange{background-color:#ff5722!important}.bg-deep-orange{color:#fff!important}.bg-deep-orange-lighten-5{background-color:#fbe9e7!important}.bg-deep-orange-lighten-5{color:#000!important}.bg-deep-orange-lighten-4{background-color:#ffccbc!important}.bg-deep-orange-lighten-4{color:#000!important}.bg-deep-orange-lighten-3{background-color:#ffab91!important}.bg-deep-orange-lighten-3{color:#000!important}.bg-deep-orange-lighten-2{background-color:#ff8a65!important}.bg-deep-orange-lighten-2{color:#000!important}.bg-deep-orange-lighten-1{background-color:#ff7043!important}.bg-deep-orange-lighten-1{color:#fff!important}.bg-deep-orange-darken-1{background-color:#f4511e!important}.bg-deep-orange-darken-1{color:#fff!important}.bg-deep-orange-darken-2{background-color:#e64a19!important}.bg-deep-orange-darken-2{color:#fff!important}.bg-deep-orange-darken-3{background-color:#d84315!important}.bg-deep-orange-darken-3{color:#fff!important}.bg-deep-orange-darken-4{background-color:#bf360c!important}.bg-deep-orange-darken-4{color:#fff!important}.bg-deep-orange-accent-1{background-color:#ff9e80!important}.bg-deep-orange-accent-1{color:#000!important}.bg-deep-orange-accent-2{background-color:#ff6e40!important}.bg-deep-orange-accent-2{color:#fff!important}.bg-deep-orange-accent-3{background-color:#ff3d00!important}.bg-deep-orange-accent-3{color:#fff!important}.bg-deep-orange-accent-4{background-color:#dd2c00!important}.bg-deep-orange-accent-4{color:#fff!important}.bg-brown{background-color:#795548!important}.bg-brown{color:#fff!important}.bg-brown-lighten-5{background-color:#efebe9!important}.bg-brown-lighten-5{color:#000!important}.bg-brown-lighten-4{background-color:#d7ccc8!important}.bg-brown-lighten-4{color:#000!important}.bg-brown-lighten-3{background-color:#bcaaa4!important}.bg-brown-lighten-3{color:#000!important}.bg-brown-lighten-2{background-color:#a1887f!important}.bg-brown-lighten-2{color:#fff!important}.bg-brown-lighten-1{background-color:#8d6e63!important}.bg-brown-lighten-1{color:#fff!important}.bg-brown-darken-1{background-color:#6d4c41!important}.bg-brown-darken-1{color:#fff!important}.bg-brown-darken-2{background-color:#5d4037!important}.bg-brown-darken-2{color:#fff!important}.bg-brown-darken-3{background-color:#4e342e!important}.bg-brown-darken-3{color:#fff!important}.bg-brown-darken-4{background-color:#3e2723!important}.bg-brown-darken-4{color:#fff!important}.bg-blue-grey{background-color:#607d8b!important}.bg-blue-grey{color:#fff!important}.bg-blue-grey-lighten-5{background-color:#eceff1!important}.bg-blue-grey-lighten-5{color:#000!important}.bg-blue-grey-lighten-4{background-color:#cfd8dc!important}.bg-blue-grey-lighten-4{color:#000!important}.bg-blue-grey-lighten-3{background-color:#b0bec5!important}.bg-blue-grey-lighten-3{color:#000!important}.bg-blue-grey-lighten-2{background-color:#90a4ae!important}.bg-blue-grey-lighten-2{color:#fff!important}.bg-blue-grey-lighten-1{background-color:#78909c!important}.bg-blue-grey-lighten-1{color:#fff!important}.bg-blue-grey-darken-1{background-color:#546e7a!important}.bg-blue-grey-darken-1{color:#fff!important}.bg-blue-grey-darken-2{background-color:#455a64!important}.bg-blue-grey-darken-2{color:#fff!important}.bg-blue-grey-darken-3{background-color:#37474f!important}.bg-blue-grey-darken-3{color:#fff!important}.bg-blue-grey-darken-4{background-color:#263238!important}.bg-blue-grey-darken-4{color:#fff!important}.bg-grey{background-color:#9e9e9e!important}.bg-grey{color:#fff!important}.bg-grey-lighten-5{background-color:#fafafa!important}.bg-grey-lighten-5{color:#000!important}.bg-grey-lighten-4{background-color:#f5f5f5!important}.bg-grey-lighten-4{color:#000!important}.bg-grey-lighten-3{background-color:#eee!important}.bg-grey-lighten-3{color:#000!important}.bg-grey-lighten-2{background-color:#e0e0e0!important}.bg-grey-lighten-2{color:#000!important}.bg-grey-lighten-1{background-color:#bdbdbd!important}.bg-grey-lighten-1{color:#000!important}.bg-grey-darken-1{background-color:#757575!important}.bg-grey-darken-1{color:#fff!important}.bg-grey-darken-2{background-color:#616161!important}.bg-grey-darken-2{color:#fff!important}.bg-grey-darken-3{background-color:#424242!important}.bg-grey-darken-3{color:#fff!important}.bg-grey-darken-4{background-color:#212121!important}.bg-grey-darken-4{color:#fff!important}.bg-shades-black{background-color:#000!important}.bg-shades-black{color:#fff!important}.bg-shades-white{background-color:#fff!important}.bg-shades-white{color:#000!important}.bg-shades-transparent{background-color:transparent!important}.bg-shades-transparent{color:currentColor!important}.text-black{color:#000!important}.text-white{color:#fff!important}.text-transparent{color:transparent!important}.text-red{color:#f44336!important}.text-red-lighten-5{color:#ffebee!important}.text-red-lighten-4{color:#ffcdd2!important}.text-red-lighten-3{color:#ef9a9a!important}.text-red-lighten-2{color:#e57373!important}.text-red-lighten-1{color:#ef5350!important}.text-red-darken-1{color:#e53935!important}.text-red-darken-2{color:#d32f2f!important}.text-red-darken-3{color:#c62828!important}.text-red-darken-4{color:#b71c1c!important}.text-red-accent-1{color:#ff8a80!important}.text-red-accent-2{color:#ff5252!important}.text-red-accent-3{color:#ff1744!important}.text-red-accent-4{color:#d50000!important}.text-pink{color:#e91e63!important}.text-pink-lighten-5{color:#fce4ec!important}.text-pink-lighten-4{color:#f8bbd0!important}.text-pink-lighten-3{color:#f48fb1!important}.text-pink-lighten-2{color:#f06292!important}.text-pink-lighten-1{color:#ec407a!important}.text-pink-darken-1{color:#d81b60!important}.text-pink-darken-2{color:#c2185b!important}.text-pink-darken-3{color:#ad1457!important}.text-pink-darken-4{color:#880e4f!important}.text-pink-accent-1{color:#ff80ab!important}.text-pink-accent-2{color:#ff4081!important}.text-pink-accent-3{color:#f50057!important}.text-pink-accent-4{color:#c51162!important}.text-purple{color:#9c27b0!important}.text-purple-lighten-5{color:#f3e5f5!important}.text-purple-lighten-4{color:#e1bee7!important}.text-purple-lighten-3{color:#ce93d8!important}.text-purple-lighten-2{color:#ba68c8!important}.text-purple-lighten-1{color:#ab47bc!important}.text-purple-darken-1{color:#8e24aa!important}.text-purple-darken-2{color:#7b1fa2!important}.text-purple-darken-3{color:#6a1b9a!important}.text-purple-darken-4{color:#4a148c!important}.text-purple-accent-1{color:#ea80fc!important}.text-purple-accent-2{color:#e040fb!important}.text-purple-accent-3{color:#d500f9!important}.text-purple-accent-4{color:#a0f!important}.text-deep-purple{color:#673ab7!important}.text-deep-purple-lighten-5{color:#ede7f6!important}.text-deep-purple-lighten-4{color:#d1c4e9!important}.text-deep-purple-lighten-3{color:#b39ddb!important}.text-deep-purple-lighten-2{color:#9575cd!important}.text-deep-purple-lighten-1{color:#7e57c2!important}.text-deep-purple-darken-1{color:#5e35b1!important}.text-deep-purple-darken-2{color:#512da8!important}.text-deep-purple-darken-3{color:#4527a0!important}.text-deep-purple-darken-4{color:#311b92!important}.text-deep-purple-accent-1{color:#b388ff!important}.text-deep-purple-accent-2{color:#7c4dff!important}.text-deep-purple-accent-3{color:#651fff!important}.text-deep-purple-accent-4{color:#6200ea!important}.text-indigo{color:#3f51b5!important}.text-indigo-lighten-5{color:#e8eaf6!important}.text-indigo-lighten-4{color:#c5cae9!important}.text-indigo-lighten-3{color:#9fa8da!important}.text-indigo-lighten-2{color:#7986cb!important}.text-indigo-lighten-1{color:#5c6bc0!important}.text-indigo-darken-1{color:#3949ab!important}.text-indigo-darken-2{color:#303f9f!important}.text-indigo-darken-3{color:#283593!important}.text-indigo-darken-4{color:#1a237e!important}.text-indigo-accent-1{color:#8c9eff!important}.text-indigo-accent-2{color:#536dfe!important}.text-indigo-accent-3{color:#3d5afe!important}.text-indigo-accent-4{color:#304ffe!important}.text-blue{color:#2196f3!important}.text-blue-lighten-5{color:#e3f2fd!important}.text-blue-lighten-4{color:#bbdefb!important}.text-blue-lighten-3{color:#90caf9!important}.text-blue-lighten-2{color:#64b5f6!important}.text-blue-lighten-1{color:#42a5f5!important}.text-blue-darken-1{color:#1e88e5!important}.text-blue-darken-2{color:#1976d2!important}.text-blue-darken-3{color:#1565c0!important}.text-blue-darken-4{color:#0d47a1!important}.text-blue-accent-1{color:#82b1ff!important}.text-blue-accent-2{color:#448aff!important}.text-blue-accent-3{color:#2979ff!important}.text-blue-accent-4{color:#2962ff!important}.text-light-blue{color:#03a9f4!important}.text-light-blue-lighten-5{color:#e1f5fe!important}.text-light-blue-lighten-4{color:#b3e5fc!important}.text-light-blue-lighten-3{color:#81d4fa!important}.text-light-blue-lighten-2{color:#4fc3f7!important}.text-light-blue-lighten-1{color:#29b6f6!important}.text-light-blue-darken-1{color:#039be5!important}.text-light-blue-darken-2{color:#0288d1!important}.text-light-blue-darken-3{color:#0277bd!important}.text-light-blue-darken-4{color:#01579b!important}.text-light-blue-accent-1{color:#80d8ff!important}.text-light-blue-accent-2{color:#40c4ff!important}.text-light-blue-accent-3{color:#00b0ff!important}.text-light-blue-accent-4{color:#0091ea!important}.text-cyan{color:#00bcd4!important}.text-cyan-lighten-5{color:#e0f7fa!important}.text-cyan-lighten-4{color:#b2ebf2!important}.text-cyan-lighten-3{color:#80deea!important}.text-cyan-lighten-2{color:#4dd0e1!important}.text-cyan-lighten-1{color:#26c6da!important}.text-cyan-darken-1{color:#00acc1!important}.text-cyan-darken-2{color:#0097a7!important}.text-cyan-darken-3{color:#00838f!important}.text-cyan-darken-4{color:#006064!important}.text-cyan-accent-1{color:#84ffff!important}.text-cyan-accent-2{color:#18ffff!important}.text-cyan-accent-3{color:#00e5ff!important}.text-cyan-accent-4{color:#00b8d4!important}.text-teal{color:#009688!important}.text-teal-lighten-5{color:#e0f2f1!important}.text-teal-lighten-4{color:#b2dfdb!important}.text-teal-lighten-3{color:#80cbc4!important}.text-teal-lighten-2{color:#4db6ac!important}.text-teal-lighten-1{color:#26a69a!important}.text-teal-darken-1{color:#00897b!important}.text-teal-darken-2{color:#00796b!important}.text-teal-darken-3{color:#00695c!important}.text-teal-darken-4{color:#004d40!important}.text-teal-accent-1{color:#a7ffeb!important}.text-teal-accent-2{color:#64ffda!important}.text-teal-accent-3{color:#1de9b6!important}.text-teal-accent-4{color:#00bfa5!important}.text-green{color:#4caf50!important}.text-green-lighten-5{color:#e8f5e9!important}.text-green-lighten-4{color:#c8e6c9!important}.text-green-lighten-3{color:#a5d6a7!important}.text-green-lighten-2{color:#81c784!important}.text-green-lighten-1{color:#66bb6a!important}.text-green-darken-1{color:#43a047!important}.text-green-darken-2{color:#388e3c!important}.text-green-darken-3{color:#2e7d32!important}.text-green-darken-4{color:#1b5e20!important}.text-green-accent-1{color:#b9f6ca!important}.text-green-accent-2{color:#69f0ae!important}.text-green-accent-3{color:#00e676!important}.text-green-accent-4{color:#00c853!important}.text-light-green{color:#8bc34a!important}.text-light-green-lighten-5{color:#f1f8e9!important}.text-light-green-lighten-4{color:#dcedc8!important}.text-light-green-lighten-3{color:#c5e1a5!important}.text-light-green-lighten-2{color:#aed581!important}.text-light-green-lighten-1{color:#9ccc65!important}.text-light-green-darken-1{color:#7cb342!important}.text-light-green-darken-2{color:#689f38!important}.text-light-green-darken-3{color:#558b2f!important}.text-light-green-darken-4{color:#33691e!important}.text-light-green-accent-1{color:#ccff90!important}.text-light-green-accent-2{color:#b2ff59!important}.text-light-green-accent-3{color:#76ff03!important}.text-light-green-accent-4{color:#64dd17!important}.text-lime{color:#cddc39!important}.text-lime-lighten-5{color:#f9fbe7!important}.text-lime-lighten-4{color:#f0f4c3!important}.text-lime-lighten-3{color:#e6ee9c!important}.text-lime-lighten-2{color:#dce775!important}.text-lime-lighten-1{color:#d4e157!important}.text-lime-darken-1{color:#c0ca33!important}.text-lime-darken-2{color:#afb42b!important}.text-lime-darken-3{color:#9e9d24!important}.text-lime-darken-4{color:#827717!important}.text-lime-accent-1{color:#f4ff81!important}.text-lime-accent-2{color:#eeff41!important}.text-lime-accent-3{color:#c6ff00!important}.text-lime-accent-4{color:#aeea00!important}.text-yellow{color:#ffeb3b!important}.text-yellow-lighten-5{color:#fffde7!important}.text-yellow-lighten-4{color:#fff9c4!important}.text-yellow-lighten-3{color:#fff59d!important}.text-yellow-lighten-2{color:#fff176!important}.text-yellow-lighten-1{color:#ffee58!important}.text-yellow-darken-1{color:#fdd835!important}.text-yellow-darken-2{color:#fbc02d!important}.text-yellow-darken-3{color:#f9a825!important}.text-yellow-darken-4{color:#f57f17!important}.text-yellow-accent-1{color:#ffff8d!important}.text-yellow-accent-2{color:#ff0!important}.text-yellow-accent-3{color:#ffea00!important}.text-yellow-accent-4{color:#ffd600!important}.text-amber{color:#ffc107!important}.text-amber-lighten-5{color:#fff8e1!important}.text-amber-lighten-4{color:#ffecb3!important}.text-amber-lighten-3{color:#ffe082!important}.text-amber-lighten-2{color:#ffd54f!important}.text-amber-lighten-1{color:#ffca28!important}.text-amber-darken-1{color:#ffb300!important}.text-amber-darken-2{color:#ffa000!important}.text-amber-darken-3{color:#ff8f00!important}.text-amber-darken-4{color:#ff6f00!important}.text-amber-accent-1{color:#ffe57f!important}.text-amber-accent-2{color:#ffd740!important}.text-amber-accent-3{color:#ffc400!important}.text-amber-accent-4{color:#ffab00!important}.text-orange{color:#ff9800!important}.text-orange-lighten-5{color:#fff3e0!important}.text-orange-lighten-4{color:#ffe0b2!important}.text-orange-lighten-3{color:#ffcc80!important}.text-orange-lighten-2{color:#ffb74d!important}.text-orange-lighten-1{color:#ffa726!important}.text-orange-darken-1{color:#fb8c00!important}.text-orange-darken-2{color:#f57c00!important}.text-orange-darken-3{color:#ef6c00!important}.text-orange-darken-4{color:#e65100!important}.text-orange-accent-1{color:#ffd180!important}.text-orange-accent-2{color:#ffab40!important}.text-orange-accent-3{color:#ff9100!important}.text-orange-accent-4{color:#ff6d00!important}.text-deep-orange{color:#ff5722!important}.text-deep-orange-lighten-5{color:#fbe9e7!important}.text-deep-orange-lighten-4{color:#ffccbc!important}.text-deep-orange-lighten-3{color:#ffab91!important}.text-deep-orange-lighten-2{color:#ff8a65!important}.text-deep-orange-lighten-1{color:#ff7043!important}.text-deep-orange-darken-1{color:#f4511e!important}.text-deep-orange-darken-2{color:#e64a19!important}.text-deep-orange-darken-3{color:#d84315!important}.text-deep-orange-darken-4{color:#bf360c!important}.text-deep-orange-accent-1{color:#ff9e80!important}.text-deep-orange-accent-2{color:#ff6e40!important}.text-deep-orange-accent-3{color:#ff3d00!important}.text-deep-orange-accent-4{color:#dd2c00!important}.text-brown{color:#795548!important}.text-brown-lighten-5{color:#efebe9!important}.text-brown-lighten-4{color:#d7ccc8!important}.text-brown-lighten-3{color:#bcaaa4!important}.text-brown-lighten-2{color:#a1887f!important}.text-brown-lighten-1{color:#8d6e63!important}.text-brown-darken-1{color:#6d4c41!important}.text-brown-darken-2{color:#5d4037!important}.text-brown-darken-3{color:#4e342e!important}.text-brown-darken-4{color:#3e2723!important}.text-blue-grey{color:#607d8b!important}.text-blue-grey-lighten-5{color:#eceff1!important}.text-blue-grey-lighten-4{color:#cfd8dc!important}.text-blue-grey-lighten-3{color:#b0bec5!important}.text-blue-grey-lighten-2{color:#90a4ae!important}.text-blue-grey-lighten-1{color:#78909c!important}.text-blue-grey-darken-1{color:#546e7a!important}.text-blue-grey-darken-2{color:#455a64!important}.text-blue-grey-darken-3{color:#37474f!important}.text-blue-grey-darken-4{color:#263238!important}.text-grey{color:#9e9e9e!important}.text-grey-lighten-5{color:#fafafa!important}.text-grey-lighten-4{color:#f5f5f5!important}.text-grey-lighten-3{color:#eee!important}.text-grey-lighten-2{color:#e0e0e0!important}.text-grey-lighten-1{color:#bdbdbd!important}.text-grey-darken-1{color:#757575!important}.text-grey-darken-2{color:#616161!important}.text-grey-darken-3{color:#424242!important}.text-grey-darken-4{color:#212121!important}.text-shades-black{color:#000!important}.text-shades-white{color:#fff!important}.text-shades-transparent{color:transparent!important}/*! + * ress.css • v2.0.4 + * MIT License + * github.com/filipelinhares/ress + */html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4}*,:before,:after{background-repeat:no-repeat;box-sizing:inherit}:before,:after{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{overflow:visible;height:0}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit],[role=button]{cursor:pointer;color:inherit}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{outline:1px dotted ButtonText}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;white-space:normal;max-width:100%}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}::-ms-clear,::-ms-reveal{display:none}img{border-style:none}progress{vertical-align:baseline}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}.dialog-transition-enter-active,.dialog-bottom-transition-enter-active,.dialog-top-transition-enter-active{transition-duration:225ms!important;transition-timing-function:cubic-bezier(0,0,.2,1)!important}.dialog-transition-leave-active,.dialog-bottom-transition-leave-active,.dialog-top-transition-leave-active{transition-duration:125ms!important;transition-timing-function:cubic-bezier(.4,0,1,1)!important}.dialog-transition-enter-active,.dialog-transition-leave-active,.dialog-bottom-transition-enter-active,.dialog-bottom-transition-leave-active,.dialog-top-transition-enter-active,.dialog-top-transition-leave-active{transition-property:transform,opacity!important;pointer-events:none}.dialog-transition-enter-from,.dialog-transition-leave-to{transform:scale(.9);opacity:0}.dialog-transition-enter-to,.dialog-transition-leave-from{opacity:1}.dialog-bottom-transition-enter-from,.dialog-bottom-transition-leave-to{transform:translateY(calc(50vh + 50%))}.dialog-top-transition-enter-from,.dialog-top-transition-leave-to{transform:translateY(calc(-50vh - 50%))}.picker-transition-enter-active,.picker-reverse-transition-enter-active,.picker-transition-leave-active,.picker-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-move,.picker-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-enter-from,.picker-transition-leave-to,.picker-reverse-transition-enter-from,.picker-reverse-transition-leave-to{opacity:0}.picker-transition-leave-from,.picker-transition-leave-active,.picker-transition-leave-to,.picker-reverse-transition-leave-from,.picker-reverse-transition-leave-active,.picker-reverse-transition-leave-to{position:absolute!important}.picker-transition-enter-active,.picker-transition-leave-active,.picker-reverse-transition-enter-active,.picker-reverse-transition-leave-active{transition-property:transform,opacity!important}.picker-transition-enter-active,.picker-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-enter-from{transform:translate(100%)}.picker-transition-leave-to{transform:translate(-100%)}.picker-reverse-transition-enter-active,.picker-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-reverse-transition-enter-from{transform:translate(-100%)}.picker-reverse-transition-leave-to{transform:translate(100%)}.expand-transition-enter-active,.expand-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-transition-enter-active,.expand-transition-leave-active{transition-property:height!important}.expand-x-transition-enter-active,.expand-x-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-x-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-x-transition-enter-active,.expand-x-transition-leave-active{transition-property:width!important}.scale-transition-enter-active,.scale-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-transition-leave-to{opacity:0}.scale-transition-leave-active{transition-duration:.1s!important}.scale-transition-enter-from{opacity:0;transform:scale(0)}.scale-transition-enter-active,.scale-transition-leave-active{transition-property:transform,opacity!important}.scale-rotate-transition-enter-active,.scale-rotate-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-transition-leave-to{opacity:0}.scale-rotate-transition-leave-active{transition-duration:.1s!important}.scale-rotate-transition-enter-from{opacity:0;transform:scale(0) rotate(-45deg)}.scale-rotate-transition-enter-active,.scale-rotate-transition-leave-active{transition-property:transform,opacity!important}.scale-rotate-reverse-transition-enter-active,.scale-rotate-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-reverse-transition-leave-to{opacity:0}.scale-rotate-reverse-transition-leave-active{transition-duration:.1s!important}.scale-rotate-reverse-transition-enter-from{opacity:0;transform:scale(0) rotate(45deg)}.scale-rotate-reverse-transition-enter-active,.scale-rotate-reverse-transition-leave-active{transition-property:transform,opacity!important}.message-transition-enter-active,.message-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.message-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.message-transition-enter-from,.message-transition-leave-to{opacity:0;transform:translateY(-15px)}.message-transition-leave-from,.message-transition-leave-active{position:absolute}.message-transition-enter-active,.message-transition-leave-active{transition-property:transform,opacity!important}.slide-y-transition-enter-active,.slide-y-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-transition-enter-from,.slide-y-transition-leave-to{opacity:0;transform:translateY(-15px)}.slide-y-transition-enter-active,.slide-y-transition-leave-active{transition-property:transform,opacity!important}.slide-y-reverse-transition-enter-active,.slide-y-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-reverse-transition-enter-from,.slide-y-reverse-transition-leave-to{opacity:0;transform:translateY(15px)}.slide-y-reverse-transition-enter-active,.slide-y-reverse-transition-leave-active{transition-property:transform,opacity!important}.scroll-y-transition-enter-active,.scroll-y-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-transition-enter-from,.scroll-y-transition-leave-to{opacity:0}.scroll-y-transition-enter-from{transform:translateY(-15px)}.scroll-y-transition-leave-to{transform:translateY(15px)}.scroll-y-transition-enter-active,.scroll-y-transition-leave-active{transition-property:transform,opacity!important}.scroll-y-reverse-transition-enter-active,.scroll-y-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-reverse-transition-enter-from,.scroll-y-reverse-transition-leave-to{opacity:0}.scroll-y-reverse-transition-enter-from{transform:translateY(15px)}.scroll-y-reverse-transition-leave-to{transform:translateY(-15px)}.scroll-y-reverse-transition-enter-active,.scroll-y-reverse-transition-leave-active{transition-property:transform,opacity!important}.scroll-x-transition-enter-active,.scroll-x-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-transition-enter-from,.scroll-x-transition-leave-to{opacity:0}.scroll-x-transition-enter-from{transform:translate(-15px)}.scroll-x-transition-leave-to{transform:translate(15px)}.scroll-x-transition-enter-active,.scroll-x-transition-leave-active{transition-property:transform,opacity!important}.scroll-x-reverse-transition-enter-active,.scroll-x-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-reverse-transition-enter-from,.scroll-x-reverse-transition-leave-to{opacity:0}.scroll-x-reverse-transition-enter-from{transform:translate(15px)}.scroll-x-reverse-transition-leave-to{transform:translate(-15px)}.scroll-x-reverse-transition-enter-active,.scroll-x-reverse-transition-leave-active{transition-property:transform,opacity!important}.slide-x-transition-enter-active,.slide-x-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-transition-enter-from,.slide-x-transition-leave-to{opacity:0;transform:translate(-15px)}.slide-x-transition-enter-active,.slide-x-transition-leave-active{transition-property:transform,opacity!important}.slide-x-reverse-transition-enter-active,.slide-x-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-reverse-transition-enter-from,.slide-x-reverse-transition-leave-to{opacity:0;transform:translate(15px)}.slide-x-reverse-transition-enter-active,.slide-x-reverse-transition-leave-active{transition-property:transform,opacity!important}.fade-transition-enter-active,.fade-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fade-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fade-transition-enter-from,.fade-transition-leave-to{opacity:0!important}.fade-transition-enter-active,.fade-transition-leave-active{transition-property:opacity!important}.fab-transition-enter-active,.fab-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fab-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fab-transition-enter-from,.fab-transition-leave-to{transform:scale(0) rotate(-45deg)}.fab-transition-enter-active,.fab-transition-leave-active{transition-property:transform!important}.v-locale--is-rtl{direction:rtl}.v-locale--is-ltr{direction:ltr}.blockquote{padding:16px 0 16px 24px;font-size:18px;font-weight:300}html{font-family:Roboto,sans-serif;line-height:1.5;font-size:1rem;overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.overflow-y-hidden{overflow-y:hidden!important}:root{--v-theme-overlay-multiplier: 1;--v-scrollbar-offset: 0px}@supports (-webkit-touch-callout: none){body{cursor:pointer}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (max-width: 599.98px){.hidden-xs{display:none!important}}@media (min-width: 600px) and (max-width: 959.98px){.hidden-sm{display:none!important}}@media (min-width: 960px) and (max-width: 1279.98px){.hidden-md{display:none!important}}@media (min-width: 1280px) and (max-width: 1919.98px){.hidden-lg{display:none!important}}@media (min-width: 1920px) and (max-width: 2559.98px){.hidden-xl{display:none!important}}@media (min-width: 2560px){.hidden-xxl{display:none!important}}@media (min-width: 600px){.hidden-sm-and-up{display:none!important}}@media (min-width: 960px){.hidden-md-and-up{display:none!important}}@media (min-width: 1280px){.hidden-lg-and-up{display:none!important}}@media (min-width: 1920px){.hidden-xl-and-up{display:none!important}}@media (max-width: 959.98px){.hidden-sm-and-down{display:none!important}}@media (max-width: 1279.98px){.hidden-md-and-down{display:none!important}}@media (max-width: 1919.98px){.hidden-lg-and-down{display:none!important}}@media (max-width: 2559.98px){.hidden-xl-and-down{display:none!important}}.elevation-24{box-shadow:0 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-23{box-shadow:0 11px 14px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 23px 36px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 9px 44px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-22{box-shadow:0 10px 14px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 22px 35px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 8px 42px 7px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-21{box-shadow:0 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 21px 33px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 8px 40px 7px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-20{box-shadow:0 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 20px 31px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 8px 38px 7px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-19{box-shadow:0 9px 12px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 19px 29px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 7px 36px 6px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-18{box-shadow:0 9px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 18px 28px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 7px 34px 6px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-17{box-shadow:0 8px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 17px 26px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 6px 32px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-16{box-shadow:0 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-15{box-shadow:0 8px 9px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 15px 22px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 6px 28px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-14{box-shadow:0 7px 9px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 14px 21px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 5px 26px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-13{box-shadow:0 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 13px 19px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 5px 24px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-12{box-shadow:0 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-11{box-shadow:0 6px 7px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 11px 15px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 4px 20px 3px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-10{box-shadow:0 6px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 10px 14px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 4px 18px 3px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-9{box-shadow:0 5px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 9px 12px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 16px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-8{box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-7{box-shadow:0 4px 5px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 7px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 2px 16px 1px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-6{box-shadow:0 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 6px 10px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 18px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-5{box-shadow:0 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 5px 8px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 14px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-4{box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-3{box-shadow:0 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 3px 4px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 8px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-2{box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-1{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-0{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.d-sr-only,.d-sr-only-focusable:not(:focus){border:0!important;clip:rect(0,0,0,0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-scroll{overflow-y:scroll!important}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.float-none{float:none!important}.float-left{float:left!important}.float-right{float:right!important}.v-locale--is-rtl .float-end{float:left!important}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right!important}.v-locale--is-ltr .float-start{float:left!important}.flex-fill,.flex-1-1{flex:1 1 auto!important}.flex-1-0{flex:1 0 auto!important}.flex-0-1{flex:0 1 auto!important}.flex-0-0{flex:0 0 auto!important}.flex-1-1-100{flex:1 1 100%!important}.flex-1-0-100{flex:1 0 100%!important}.flex-0-1-100{flex:0 1 100%!important}.flex-0-0-100{flex:0 0 100%!important}.flex-1-1-0{flex:1 1 0!important}.flex-1-0-0{flex:1 0 0!important}.flex-0-1-0{flex:0 1 0!important}.flex-0-0-0{flex:0 0 0!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-space-between{justify-content:space-between!important}.justify-space-around{justify-content:space-around!important}.justify-space-evenly{justify-content:space-evenly!important}.align-start{align-items:flex-start!important}.align-end{align-items:flex-end!important}.align-center{align-items:center!important}.align-baseline{align-items:baseline!important}.align-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-space-between{align-content:space-between!important}.align-content-space-around{align-content:space-around!important}.align-content-space-evenly{align-content:space-evenly!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-6{order:6!important}.order-7{order:7!important}.order-8{order:8!important}.order-9{order:9!important}.order-10{order:10!important}.order-11{order:11!important}.order-12{order:12!important}.order-last{order:13!important}.ga-0{gap:0px!important}.ga-1{gap:4px!important}.ga-2{gap:8px!important}.ga-3{gap:12px!important}.ga-4{gap:16px!important}.ga-5{gap:20px!important}.ga-6{gap:24px!important}.ga-7{gap:28px!important}.ga-8{gap:32px!important}.ga-9{gap:36px!important}.ga-10{gap:40px!important}.ga-11{gap:44px!important}.ga-12{gap:48px!important}.ga-13{gap:52px!important}.ga-14{gap:56px!important}.ga-15{gap:60px!important}.ga-16{gap:64px!important}.ga-auto{gap:auto!important}.gr-0{row-gap:0px!important}.gr-1{row-gap:4px!important}.gr-2{row-gap:8px!important}.gr-3{row-gap:12px!important}.gr-4{row-gap:16px!important}.gr-5{row-gap:20px!important}.gr-6{row-gap:24px!important}.gr-7{row-gap:28px!important}.gr-8{row-gap:32px!important}.gr-9{row-gap:36px!important}.gr-10{row-gap:40px!important}.gr-11{row-gap:44px!important}.gr-12{row-gap:48px!important}.gr-13{row-gap:52px!important}.gr-14{row-gap:56px!important}.gr-15{row-gap:60px!important}.gr-16{row-gap:64px!important}.gr-auto{row-gap:auto!important}.gc-0{column-gap:0px!important}.gc-1{column-gap:4px!important}.gc-2{column-gap:8px!important}.gc-3{column-gap:12px!important}.gc-4{column-gap:16px!important}.gc-5{column-gap:20px!important}.gc-6{column-gap:24px!important}.gc-7{column-gap:28px!important}.gc-8{column-gap:32px!important}.gc-9{column-gap:36px!important}.gc-10{column-gap:40px!important}.gc-11{column-gap:44px!important}.gc-12{column-gap:48px!important}.gc-13{column-gap:52px!important}.gc-14{column-gap:56px!important}.gc-15{column-gap:60px!important}.gc-16{column-gap:64px!important}.gc-auto{column-gap:auto!important}.ma-0{margin:0!important}.ma-1{margin:4px!important}.ma-2{margin:8px!important}.ma-3{margin:12px!important}.ma-4{margin:16px!important}.ma-5{margin:20px!important}.ma-6{margin:24px!important}.ma-7{margin:28px!important}.ma-8{margin:32px!important}.ma-9{margin:36px!important}.ma-10{margin:40px!important}.ma-11{margin:44px!important}.ma-12{margin:48px!important}.ma-13{margin:52px!important}.ma-14{margin:56px!important}.ma-15{margin:60px!important}.ma-16{margin:64px!important}.ma-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:4px!important;margin-left:4px!important}.mx-2{margin-right:8px!important;margin-left:8px!important}.mx-3{margin-right:12px!important;margin-left:12px!important}.mx-4{margin-right:16px!important;margin-left:16px!important}.mx-5{margin-right:20px!important;margin-left:20px!important}.mx-6{margin-right:24px!important;margin-left:24px!important}.mx-7{margin-right:28px!important;margin-left:28px!important}.mx-8{margin-right:32px!important;margin-left:32px!important}.mx-9{margin-right:36px!important;margin-left:36px!important}.mx-10{margin-right:40px!important;margin-left:40px!important}.mx-11{margin-right:44px!important;margin-left:44px!important}.mx-12{margin-right:48px!important;margin-left:48px!important}.mx-13{margin-right:52px!important;margin-left:52px!important}.mx-14{margin-right:56px!important;margin-left:56px!important}.mx-15{margin-right:60px!important;margin-left:60px!important}.mx-16{margin-right:64px!important;margin-left:64px!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:4px!important;margin-bottom:4px!important}.my-2{margin-top:8px!important;margin-bottom:8px!important}.my-3{margin-top:12px!important;margin-bottom:12px!important}.my-4{margin-top:16px!important;margin-bottom:16px!important}.my-5{margin-top:20px!important;margin-bottom:20px!important}.my-6{margin-top:24px!important;margin-bottom:24px!important}.my-7{margin-top:28px!important;margin-bottom:28px!important}.my-8{margin-top:32px!important;margin-bottom:32px!important}.my-9{margin-top:36px!important;margin-bottom:36px!important}.my-10{margin-top:40px!important;margin-bottom:40px!important}.my-11{margin-top:44px!important;margin-bottom:44px!important}.my-12{margin-top:48px!important;margin-bottom:48px!important}.my-13{margin-top:52px!important;margin-bottom:52px!important}.my-14{margin-top:56px!important;margin-bottom:56px!important}.my-15{margin-top:60px!important;margin-bottom:60px!important}.my-16{margin-top:64px!important;margin-bottom:64px!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:4px!important}.mt-2{margin-top:8px!important}.mt-3{margin-top:12px!important}.mt-4{margin-top:16px!important}.mt-5{margin-top:20px!important}.mt-6{margin-top:24px!important}.mt-7{margin-top:28px!important}.mt-8{margin-top:32px!important}.mt-9{margin-top:36px!important}.mt-10{margin-top:40px!important}.mt-11{margin-top:44px!important}.mt-12{margin-top:48px!important}.mt-13{margin-top:52px!important}.mt-14{margin-top:56px!important}.mt-15{margin-top:60px!important}.mt-16{margin-top:64px!important}.mt-auto{margin-top:auto!important}.mr-0{margin-right:0!important}.mr-1{margin-right:4px!important}.mr-2{margin-right:8px!important}.mr-3{margin-right:12px!important}.mr-4{margin-right:16px!important}.mr-5{margin-right:20px!important}.mr-6{margin-right:24px!important}.mr-7{margin-right:28px!important}.mr-8{margin-right:32px!important}.mr-9{margin-right:36px!important}.mr-10{margin-right:40px!important}.mr-11{margin-right:44px!important}.mr-12{margin-right:48px!important}.mr-13{margin-right:52px!important}.mr-14{margin-right:56px!important}.mr-15{margin-right:60px!important}.mr-16{margin-right:64px!important}.mr-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:4px!important}.mb-2{margin-bottom:8px!important}.mb-3{margin-bottom:12px!important}.mb-4{margin-bottom:16px!important}.mb-5{margin-bottom:20px!important}.mb-6{margin-bottom:24px!important}.mb-7{margin-bottom:28px!important}.mb-8{margin-bottom:32px!important}.mb-9{margin-bottom:36px!important}.mb-10{margin-bottom:40px!important}.mb-11{margin-bottom:44px!important}.mb-12{margin-bottom:48px!important}.mb-13{margin-bottom:52px!important}.mb-14{margin-bottom:56px!important}.mb-15{margin-bottom:60px!important}.mb-16{margin-bottom:64px!important}.mb-auto{margin-bottom:auto!important}.ml-0{margin-left:0!important}.ml-1{margin-left:4px!important}.ml-2{margin-left:8px!important}.ml-3{margin-left:12px!important}.ml-4{margin-left:16px!important}.ml-5{margin-left:20px!important}.ml-6{margin-left:24px!important}.ml-7{margin-left:28px!important}.ml-8{margin-left:32px!important}.ml-9{margin-left:36px!important}.ml-10{margin-left:40px!important}.ml-11{margin-left:44px!important}.ml-12{margin-left:48px!important}.ml-13{margin-left:52px!important}.ml-14{margin-left:56px!important}.ml-15{margin-left:60px!important}.ml-16{margin-left:64px!important}.ml-auto{margin-left:auto!important}.ms-0{margin-inline-start:0px!important}.ms-1{margin-inline-start:4px!important}.ms-2{margin-inline-start:8px!important}.ms-3{margin-inline-start:12px!important}.ms-4{margin-inline-start:16px!important}.ms-5{margin-inline-start:20px!important}.ms-6{margin-inline-start:24px!important}.ms-7{margin-inline-start:28px!important}.ms-8{margin-inline-start:32px!important}.ms-9{margin-inline-start:36px!important}.ms-10{margin-inline-start:40px!important}.ms-11{margin-inline-start:44px!important}.ms-12{margin-inline-start:48px!important}.ms-13{margin-inline-start:52px!important}.ms-14{margin-inline-start:56px!important}.ms-15{margin-inline-start:60px!important}.ms-16{margin-inline-start:64px!important}.ms-auto{margin-inline-start:auto!important}.me-0{margin-inline-end:0px!important}.me-1{margin-inline-end:4px!important}.me-2{margin-inline-end:8px!important}.me-3{margin-inline-end:12px!important}.me-4{margin-inline-end:16px!important}.me-5{margin-inline-end:20px!important}.me-6{margin-inline-end:24px!important}.me-7{margin-inline-end:28px!important}.me-8{margin-inline-end:32px!important}.me-9{margin-inline-end:36px!important}.me-10{margin-inline-end:40px!important}.me-11{margin-inline-end:44px!important}.me-12{margin-inline-end:48px!important}.me-13{margin-inline-end:52px!important}.me-14{margin-inline-end:56px!important}.me-15{margin-inline-end:60px!important}.me-16{margin-inline-end:64px!important}.me-auto{margin-inline-end:auto!important}.ma-n1{margin:-4px!important}.ma-n2{margin:-8px!important}.ma-n3{margin:-12px!important}.ma-n4{margin:-16px!important}.ma-n5{margin:-20px!important}.ma-n6{margin:-24px!important}.ma-n7{margin:-28px!important}.ma-n8{margin:-32px!important}.ma-n9{margin:-36px!important}.ma-n10{margin:-40px!important}.ma-n11{margin:-44px!important}.ma-n12{margin:-48px!important}.ma-n13{margin:-52px!important}.ma-n14{margin:-56px!important}.ma-n15{margin:-60px!important}.ma-n16{margin:-64px!important}.mx-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-n16{margin-right:-64px!important;margin-left:-64px!important}.my-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-n1{margin-top:-4px!important}.mt-n2{margin-top:-8px!important}.mt-n3{margin-top:-12px!important}.mt-n4{margin-top:-16px!important}.mt-n5{margin-top:-20px!important}.mt-n6{margin-top:-24px!important}.mt-n7{margin-top:-28px!important}.mt-n8{margin-top:-32px!important}.mt-n9{margin-top:-36px!important}.mt-n10{margin-top:-40px!important}.mt-n11{margin-top:-44px!important}.mt-n12{margin-top:-48px!important}.mt-n13{margin-top:-52px!important}.mt-n14{margin-top:-56px!important}.mt-n15{margin-top:-60px!important}.mt-n16{margin-top:-64px!important}.mr-n1{margin-right:-4px!important}.mr-n2{margin-right:-8px!important}.mr-n3{margin-right:-12px!important}.mr-n4{margin-right:-16px!important}.mr-n5{margin-right:-20px!important}.mr-n6{margin-right:-24px!important}.mr-n7{margin-right:-28px!important}.mr-n8{margin-right:-32px!important}.mr-n9{margin-right:-36px!important}.mr-n10{margin-right:-40px!important}.mr-n11{margin-right:-44px!important}.mr-n12{margin-right:-48px!important}.mr-n13{margin-right:-52px!important}.mr-n14{margin-right:-56px!important}.mr-n15{margin-right:-60px!important}.mr-n16{margin-right:-64px!important}.mb-n1{margin-bottom:-4px!important}.mb-n2{margin-bottom:-8px!important}.mb-n3{margin-bottom:-12px!important}.mb-n4{margin-bottom:-16px!important}.mb-n5{margin-bottom:-20px!important}.mb-n6{margin-bottom:-24px!important}.mb-n7{margin-bottom:-28px!important}.mb-n8{margin-bottom:-32px!important}.mb-n9{margin-bottom:-36px!important}.mb-n10{margin-bottom:-40px!important}.mb-n11{margin-bottom:-44px!important}.mb-n12{margin-bottom:-48px!important}.mb-n13{margin-bottom:-52px!important}.mb-n14{margin-bottom:-56px!important}.mb-n15{margin-bottom:-60px!important}.mb-n16{margin-bottom:-64px!important}.ml-n1{margin-left:-4px!important}.ml-n2{margin-left:-8px!important}.ml-n3{margin-left:-12px!important}.ml-n4{margin-left:-16px!important}.ml-n5{margin-left:-20px!important}.ml-n6{margin-left:-24px!important}.ml-n7{margin-left:-28px!important}.ml-n8{margin-left:-32px!important}.ml-n9{margin-left:-36px!important}.ml-n10{margin-left:-40px!important}.ml-n11{margin-left:-44px!important}.ml-n12{margin-left:-48px!important}.ml-n13{margin-left:-52px!important}.ml-n14{margin-left:-56px!important}.ml-n15{margin-left:-60px!important}.ml-n16{margin-left:-64px!important}.ms-n1{margin-inline-start:-4px!important}.ms-n2{margin-inline-start:-8px!important}.ms-n3{margin-inline-start:-12px!important}.ms-n4{margin-inline-start:-16px!important}.ms-n5{margin-inline-start:-20px!important}.ms-n6{margin-inline-start:-24px!important}.ms-n7{margin-inline-start:-28px!important}.ms-n8{margin-inline-start:-32px!important}.ms-n9{margin-inline-start:-36px!important}.ms-n10{margin-inline-start:-40px!important}.ms-n11{margin-inline-start:-44px!important}.ms-n12{margin-inline-start:-48px!important}.ms-n13{margin-inline-start:-52px!important}.ms-n14{margin-inline-start:-56px!important}.ms-n15{margin-inline-start:-60px!important}.ms-n16{margin-inline-start:-64px!important}.me-n1{margin-inline-end:-4px!important}.me-n2{margin-inline-end:-8px!important}.me-n3{margin-inline-end:-12px!important}.me-n4{margin-inline-end:-16px!important}.me-n5{margin-inline-end:-20px!important}.me-n6{margin-inline-end:-24px!important}.me-n7{margin-inline-end:-28px!important}.me-n8{margin-inline-end:-32px!important}.me-n9{margin-inline-end:-36px!important}.me-n10{margin-inline-end:-40px!important}.me-n11{margin-inline-end:-44px!important}.me-n12{margin-inline-end:-48px!important}.me-n13{margin-inline-end:-52px!important}.me-n14{margin-inline-end:-56px!important}.me-n15{margin-inline-end:-60px!important}.me-n16{margin-inline-end:-64px!important}.pa-0{padding:0!important}.pa-1{padding:4px!important}.pa-2{padding:8px!important}.pa-3{padding:12px!important}.pa-4{padding:16px!important}.pa-5{padding:20px!important}.pa-6{padding:24px!important}.pa-7{padding:28px!important}.pa-8{padding:32px!important}.pa-9{padding:36px!important}.pa-10{padding:40px!important}.pa-11{padding:44px!important}.pa-12{padding:48px!important}.pa-13{padding:52px!important}.pa-14{padding:56px!important}.pa-15{padding:60px!important}.pa-16{padding:64px!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:4px!important;padding-left:4px!important}.px-2{padding-right:8px!important;padding-left:8px!important}.px-3{padding-right:12px!important;padding-left:12px!important}.px-4{padding-right:16px!important;padding-left:16px!important}.px-5{padding-right:20px!important;padding-left:20px!important}.px-6{padding-right:24px!important;padding-left:24px!important}.px-7{padding-right:28px!important;padding-left:28px!important}.px-8{padding-right:32px!important;padding-left:32px!important}.px-9{padding-right:36px!important;padding-left:36px!important}.px-10{padding-right:40px!important;padding-left:40px!important}.px-11{padding-right:44px!important;padding-left:44px!important}.px-12{padding-right:48px!important;padding-left:48px!important}.px-13{padding-right:52px!important;padding-left:52px!important}.px-14{padding-right:56px!important;padding-left:56px!important}.px-15{padding-right:60px!important;padding-left:60px!important}.px-16{padding-right:64px!important;padding-left:64px!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:4px!important;padding-bottom:4px!important}.py-2{padding-top:8px!important;padding-bottom:8px!important}.py-3{padding-top:12px!important;padding-bottom:12px!important}.py-4{padding-top:16px!important;padding-bottom:16px!important}.py-5{padding-top:20px!important;padding-bottom:20px!important}.py-6{padding-top:24px!important;padding-bottom:24px!important}.py-7{padding-top:28px!important;padding-bottom:28px!important}.py-8{padding-top:32px!important;padding-bottom:32px!important}.py-9{padding-top:36px!important;padding-bottom:36px!important}.py-10{padding-top:40px!important;padding-bottom:40px!important}.py-11{padding-top:44px!important;padding-bottom:44px!important}.py-12{padding-top:48px!important;padding-bottom:48px!important}.py-13{padding-top:52px!important;padding-bottom:52px!important}.py-14{padding-top:56px!important;padding-bottom:56px!important}.py-15{padding-top:60px!important;padding-bottom:60px!important}.py-16{padding-top:64px!important;padding-bottom:64px!important}.pt-0{padding-top:0!important}.pt-1{padding-top:4px!important}.pt-2{padding-top:8px!important}.pt-3{padding-top:12px!important}.pt-4{padding-top:16px!important}.pt-5{padding-top:20px!important}.pt-6{padding-top:24px!important}.pt-7{padding-top:28px!important}.pt-8{padding-top:32px!important}.pt-9{padding-top:36px!important}.pt-10{padding-top:40px!important}.pt-11{padding-top:44px!important}.pt-12{padding-top:48px!important}.pt-13{padding-top:52px!important}.pt-14{padding-top:56px!important}.pt-15{padding-top:60px!important}.pt-16{padding-top:64px!important}.pr-0{padding-right:0!important}.pr-1{padding-right:4px!important}.pr-2{padding-right:8px!important}.pr-3{padding-right:12px!important}.pr-4{padding-right:16px!important}.pr-5{padding-right:20px!important}.pr-6{padding-right:24px!important}.pr-7{padding-right:28px!important}.pr-8{padding-right:32px!important}.pr-9{padding-right:36px!important}.pr-10{padding-right:40px!important}.pr-11{padding-right:44px!important}.pr-12{padding-right:48px!important}.pr-13{padding-right:52px!important}.pr-14{padding-right:56px!important}.pr-15{padding-right:60px!important}.pr-16{padding-right:64px!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:4px!important}.pb-2{padding-bottom:8px!important}.pb-3{padding-bottom:12px!important}.pb-4{padding-bottom:16px!important}.pb-5{padding-bottom:20px!important}.pb-6{padding-bottom:24px!important}.pb-7{padding-bottom:28px!important}.pb-8{padding-bottom:32px!important}.pb-9{padding-bottom:36px!important}.pb-10{padding-bottom:40px!important}.pb-11{padding-bottom:44px!important}.pb-12{padding-bottom:48px!important}.pb-13{padding-bottom:52px!important}.pb-14{padding-bottom:56px!important}.pb-15{padding-bottom:60px!important}.pb-16{padding-bottom:64px!important}.pl-0{padding-left:0!important}.pl-1{padding-left:4px!important}.pl-2{padding-left:8px!important}.pl-3{padding-left:12px!important}.pl-4{padding-left:16px!important}.pl-5{padding-left:20px!important}.pl-6{padding-left:24px!important}.pl-7{padding-left:28px!important}.pl-8{padding-left:32px!important}.pl-9{padding-left:36px!important}.pl-10{padding-left:40px!important}.pl-11{padding-left:44px!important}.pl-12{padding-left:48px!important}.pl-13{padding-left:52px!important}.pl-14{padding-left:56px!important}.pl-15{padding-left:60px!important}.pl-16{padding-left:64px!important}.ps-0{padding-inline-start:0px!important}.ps-1{padding-inline-start:4px!important}.ps-2{padding-inline-start:8px!important}.ps-3{padding-inline-start:12px!important}.ps-4{padding-inline-start:16px!important}.ps-5{padding-inline-start:20px!important}.ps-6{padding-inline-start:24px!important}.ps-7{padding-inline-start:28px!important}.ps-8{padding-inline-start:32px!important}.ps-9{padding-inline-start:36px!important}.ps-10{padding-inline-start:40px!important}.ps-11{padding-inline-start:44px!important}.ps-12{padding-inline-start:48px!important}.ps-13{padding-inline-start:52px!important}.ps-14{padding-inline-start:56px!important}.ps-15{padding-inline-start:60px!important}.ps-16{padding-inline-start:64px!important}.pe-0{padding-inline-end:0px!important}.pe-1{padding-inline-end:4px!important}.pe-2{padding-inline-end:8px!important}.pe-3{padding-inline-end:12px!important}.pe-4{padding-inline-end:16px!important}.pe-5{padding-inline-end:20px!important}.pe-6{padding-inline-end:24px!important}.pe-7{padding-inline-end:28px!important}.pe-8{padding-inline-end:32px!important}.pe-9{padding-inline-end:36px!important}.pe-10{padding-inline-end:40px!important}.pe-11{padding-inline-end:44px!important}.pe-12{padding-inline-end:48px!important}.pe-13{padding-inline-end:52px!important}.pe-14{padding-inline-end:56px!important}.pe-15{padding-inline-end:60px!important}.pe-16{padding-inline-end:64px!important}.rounded-0{border-radius:0!important}.rounded-sm{border-radius:2px!important}.rounded{border-radius:4px!important}.rounded-lg{border-radius:8px!important}.rounded-xl{border-radius:24px!important}.rounded-pill{border-radius:9999px!important}.rounded-circle{border-radius:50%!important}.rounded-shaped{border-radius:24px 0!important}.rounded-t-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-t-sm{border-top-left-radius:2px!important;border-top-right-radius:2px!important}.rounded-t{border-top-left-radius:4px!important;border-top-right-radius:4px!important}.rounded-t-lg{border-top-left-radius:8px!important;border-top-right-radius:8px!important}.rounded-t-xl{border-top-left-radius:24px!important;border-top-right-radius:24px!important}.rounded-t-pill{border-top-left-radius:9999px!important;border-top-right-radius:9999px!important}.rounded-t-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-t-shaped{border-top-left-radius:24px!important;border-top-right-radius:0!important}.v-locale--is-ltr .rounded-e-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-e-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.v-locale--is-ltr .rounded-e-sm{border-top-right-radius:2px!important;border-bottom-right-radius:2px!important}.v-locale--is-rtl .rounded-e-sm{border-top-left-radius:2px!important;border-bottom-left-radius:2px!important}.v-locale--is-ltr .rounded-e{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.v-locale--is-rtl .rounded-e{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.v-locale--is-ltr .rounded-e-lg{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.v-locale--is-rtl .rounded-e-lg{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.v-locale--is-ltr .rounded-e-xl{border-top-right-radius:24px!important;border-bottom-right-radius:24px!important}.v-locale--is-rtl .rounded-e-xl{border-top-left-radius:24px!important;border-bottom-left-radius:24px!important}.v-locale--is-ltr .rounded-e-pill{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.v-locale--is-rtl .rounded-e-pill{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.v-locale--is-ltr .rounded-e-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.v-locale--is-rtl .rounded-e-circle{border-top-left-radius:50%!important;border-bottom-left-radius:50%!important}.v-locale--is-ltr .rounded-e-shaped{border-top-right-radius:24px!important;border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-e-shaped{border-top-left-radius:24px!important;border-bottom-left-radius:0!important}.rounded-b-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-b-sm{border-bottom-left-radius:2px!important;border-bottom-right-radius:2px!important}.rounded-b{border-bottom-left-radius:4px!important;border-bottom-right-radius:4px!important}.rounded-b-lg{border-bottom-left-radius:8px!important;border-bottom-right-radius:8px!important}.rounded-b-xl{border-bottom-left-radius:24px!important;border-bottom-right-radius:24px!important}.rounded-b-pill{border-bottom-left-radius:9999px!important;border-bottom-right-radius:9999px!important}.rounded-b-circle{border-bottom-left-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-b-shaped{border-bottom-left-radius:24px!important;border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-s-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-s-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-s-sm{border-top-left-radius:2px!important;border-bottom-left-radius:2px!important}.v-locale--is-rtl .rounded-s-sm{border-top-right-radius:2px!important;border-bottom-right-radius:2px!important}.v-locale--is-ltr .rounded-s{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.v-locale--is-rtl .rounded-s{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.v-locale--is-ltr .rounded-s-lg{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.v-locale--is-rtl .rounded-s-lg{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.v-locale--is-ltr .rounded-s-xl{border-top-left-radius:24px!important;border-bottom-left-radius:24px!important}.v-locale--is-rtl .rounded-s-xl{border-top-right-radius:24px!important;border-bottom-right-radius:24px!important}.v-locale--is-ltr .rounded-s-pill{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.v-locale--is-rtl .rounded-s-pill{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.v-locale--is-ltr .rounded-s-circle{border-top-left-radius:50%!important;border-bottom-left-radius:50%!important}.v-locale--is-rtl .rounded-s-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.v-locale--is-ltr .rounded-s-shaped{border-top-left-radius:24px!important;border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-s-shaped{border-top-right-radius:24px!important;border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-ts-0{border-top-left-radius:0!important}.v-locale--is-rtl .rounded-ts-0{border-top-right-radius:0!important}.v-locale--is-ltr .rounded-ts-sm{border-top-left-radius:2px!important}.v-locale--is-rtl .rounded-ts-sm{border-top-right-radius:2px!important}.v-locale--is-ltr .rounded-ts{border-top-left-radius:4px!important}.v-locale--is-rtl .rounded-ts{border-top-right-radius:4px!important}.v-locale--is-ltr .rounded-ts-lg{border-top-left-radius:8px!important}.v-locale--is-rtl .rounded-ts-lg{border-top-right-radius:8px!important}.v-locale--is-ltr .rounded-ts-xl{border-top-left-radius:24px!important}.v-locale--is-rtl .rounded-ts-xl{border-top-right-radius:24px!important}.v-locale--is-ltr .rounded-ts-pill{border-top-left-radius:9999px!important}.v-locale--is-rtl .rounded-ts-pill{border-top-right-radius:9999px!important}.v-locale--is-ltr .rounded-ts-circle{border-top-left-radius:50%!important}.v-locale--is-rtl .rounded-ts-circle{border-top-right-radius:50%!important}.v-locale--is-ltr .rounded-ts-shaped{border-top-left-radius:24px 0!important}.v-locale--is-rtl .rounded-ts-shaped{border-top-right-radius:24px 0!important}.v-locale--is-ltr .rounded-te-0{border-top-right-radius:0!important}.v-locale--is-rtl .rounded-te-0{border-top-left-radius:0!important}.v-locale--is-ltr .rounded-te-sm{border-top-right-radius:2px!important}.v-locale--is-rtl .rounded-te-sm{border-top-left-radius:2px!important}.v-locale--is-ltr .rounded-te{border-top-right-radius:4px!important}.v-locale--is-rtl .rounded-te{border-top-left-radius:4px!important}.v-locale--is-ltr .rounded-te-lg{border-top-right-radius:8px!important}.v-locale--is-rtl .rounded-te-lg{border-top-left-radius:8px!important}.v-locale--is-ltr .rounded-te-xl{border-top-right-radius:24px!important}.v-locale--is-rtl .rounded-te-xl{border-top-left-radius:24px!important}.v-locale--is-ltr .rounded-te-pill{border-top-right-radius:9999px!important}.v-locale--is-rtl .rounded-te-pill{border-top-left-radius:9999px!important}.v-locale--is-ltr .rounded-te-circle{border-top-right-radius:50%!important}.v-locale--is-rtl .rounded-te-circle{border-top-left-radius:50%!important}.v-locale--is-ltr .rounded-te-shaped{border-top-right-radius:24px 0!important}.v-locale--is-rtl .rounded-te-shaped{border-top-left-radius:24px 0!important}.v-locale--is-ltr .rounded-be-0{border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-be-0{border-bottom-left-radius:0!important}.v-locale--is-ltr .rounded-be-sm{border-bottom-right-radius:2px!important}.v-locale--is-rtl .rounded-be-sm{border-bottom-left-radius:2px!important}.v-locale--is-ltr .rounded-be{border-bottom-right-radius:4px!important}.v-locale--is-rtl .rounded-be{border-bottom-left-radius:4px!important}.v-locale--is-ltr .rounded-be-lg{border-bottom-right-radius:8px!important}.v-locale--is-rtl .rounded-be-lg{border-bottom-left-radius:8px!important}.v-locale--is-ltr .rounded-be-xl{border-bottom-right-radius:24px!important}.v-locale--is-rtl .rounded-be-xl{border-bottom-left-radius:24px!important}.v-locale--is-ltr .rounded-be-pill{border-bottom-right-radius:9999px!important}.v-locale--is-rtl .rounded-be-pill{border-bottom-left-radius:9999px!important}.v-locale--is-ltr .rounded-be-circle{border-bottom-right-radius:50%!important}.v-locale--is-rtl .rounded-be-circle{border-bottom-left-radius:50%!important}.v-locale--is-ltr .rounded-be-shaped{border-bottom-right-radius:24px 0!important}.v-locale--is-rtl .rounded-be-shaped{border-bottom-left-radius:24px 0!important}.v-locale--is-ltr .rounded-bs-0{border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-bs-0{border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-bs-sm{border-bottom-left-radius:2px!important}.v-locale--is-rtl .rounded-bs-sm{border-bottom-right-radius:2px!important}.v-locale--is-ltr .rounded-bs{border-bottom-left-radius:4px!important}.v-locale--is-rtl .rounded-bs{border-bottom-right-radius:4px!important}.v-locale--is-ltr .rounded-bs-lg{border-bottom-left-radius:8px!important}.v-locale--is-rtl .rounded-bs-lg{border-bottom-right-radius:8px!important}.v-locale--is-ltr .rounded-bs-xl{border-bottom-left-radius:24px!important}.v-locale--is-rtl .rounded-bs-xl{border-bottom-right-radius:24px!important}.v-locale--is-ltr .rounded-bs-pill{border-bottom-left-radius:9999px!important}.v-locale--is-rtl .rounded-bs-pill{border-bottom-right-radius:9999px!important}.v-locale--is-ltr .rounded-bs-circle{border-bottom-left-radius:50%!important}.v-locale--is-rtl .rounded-bs-circle{border-bottom-right-radius:50%!important}.v-locale--is-ltr .rounded-bs-shaped{border-bottom-left-radius:24px 0!important}.v-locale--is-rtl .rounded-bs-shaped{border-bottom-right-radius:24px 0!important}.border-0{border-width:0!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border,.border-thin{border-width:thin!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-sm{border-width:1px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-md{border-width:2px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-lg{border-width:4px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-xl{border-width:8px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-opacity-0{--v-border-opacity: 0 !important}.border-opacity{--v-border-opacity: .12 !important}.border-opacity-25{--v-border-opacity: .25 !important}.border-opacity-50{--v-border-opacity: .5 !important}.border-opacity-75{--v-border-opacity: .75 !important}.border-opacity-100{--v-border-opacity: 1 !important}.border-t-0{border-block-start-width:0!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t,.border-t-thin{border-block-start-width:thin!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-sm{border-block-start-width:1px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-md{border-block-start-width:2px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-lg{border-block-start-width:4px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-xl{border-block-start-width:8px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-0{border-inline-end-width:0!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e,.border-e-thin{border-inline-end-width:thin!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-sm{border-inline-end-width:1px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-md{border-inline-end-width:2px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-lg{border-inline-end-width:4px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-xl{border-inline-end-width:8px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-0{border-block-end-width:0!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b,.border-b-thin{border-block-end-width:thin!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-sm{border-block-end-width:1px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-md{border-block-end-width:2px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-lg{border-block-end-width:4px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-xl{border-block-end-width:8px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-0{border-inline-start-width:0!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s,.border-s-thin{border-inline-start-width:thin!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-sm{border-inline-start-width:1px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-md{border-inline-start-width:2px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-lg{border-inline-start-width:4px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-xl{border-inline-start-width:8px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-solid{border-style:solid!important}.border-dashed{border-style:dashed!important}.border-dotted{border-style:dotted!important}.border-double{border-style:double!important}.border-none{border-style:none!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-justify{text-align:justify!important}.text-start{text-align:start!important}.text-end{text-align:end!important}.text-decoration-line-through{text-decoration:line-through!important}.text-decoration-none{text-decoration:none!important}.text-decoration-overline{text-decoration:overline!important}.text-decoration-underline{text-decoration:underline!important}.text-wrap{white-space:normal!important}.text-no-wrap{white-space:nowrap!important}.text-pre{white-space:pre!important}.text-pre-line{white-space:pre-line!important}.text-pre-wrap{white-space:pre-wrap!important}.text-break{overflow-wrap:break-word!important;word-break:break-word!important}.opacity-hover{opacity:var(--v-hover-opacity)!important}.opacity-focus{opacity:var(--v-focus-opacity)!important}.opacity-selected{opacity:var(--v-selected-opacity)!important}.opacity-activated{opacity:var(--v-activated-opacity)!important}.opacity-pressed{opacity:var(--v-pressed-opacity)!important}.opacity-dragged{opacity:var(--v-dragged-opacity)!important}.opacity-0{opacity:0!important}.opacity-10{opacity:.1!important}.opacity-20{opacity:.2!important}.opacity-30{opacity:.3!important}.opacity-40{opacity:.4!important}.opacity-50{opacity:.5!important}.opacity-60{opacity:.6!important}.opacity-70{opacity:.7!important}.opacity-80{opacity:.8!important}.opacity-90{opacity:.9!important}.opacity-100{opacity:1!important}.text-high-emphasis{color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity))!important}.text-medium-emphasis{color:rgba(var(--v-theme-on-background),var(--v-medium-emphasis-opacity))!important}.text-disabled{color:rgba(var(--v-theme-on-background),var(--v-disabled-opacity))!important}.text-truncate{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.text-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-none{text-transform:none!important}.text-capitalize{text-transform:capitalize!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.font-weight-thin{font-weight:100!important}.font-weight-light{font-weight:300!important}.font-weight-regular{font-weight:400!important}.font-weight-medium{font-weight:500!important}.font-weight-bold{font-weight:700!important}.font-weight-black{font-weight:900!important}.font-italic{font-style:italic!important}.text-mono{font-family:monospace!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-fixed{position:fixed!important}.position-absolute{position:absolute!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.right-0{right:0!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.cursor-auto{cursor:auto!important}.cursor-default{cursor:default!important}.cursor-pointer{cursor:pointer!important}.cursor-wait{cursor:wait!important}.cursor-text{cursor:text!important}.cursor-move{cursor:move!important}.cursor-help{cursor:help!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-progress{cursor:progress!important}.cursor-grab{cursor:grab!important}.cursor-grabbing{cursor:grabbing!important}.cursor-none{cursor:none!important}.fill-height{height:100%!important}.h-auto{height:auto!important}.h-screen{height:100vh!important}.h-0{height:0!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-screen{height:100dvh!important}.w-auto{width:auto!important}.w-0{width:0!important}.w-25{width:25%!important}.w-33{width:33%!important}.w-50{width:50%!important}.w-66{width:66%!important}.w-75{width:75%!important}.w-100{width:100%!important}@media (min-width: 600px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.float-sm-none{float:none!important}.float-sm-left{float:left!important}.float-sm-right{float:right!important}.v-locale--is-rtl .float-sm-end{float:left!important}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right!important}.v-locale--is-ltr .float-sm-start{float:left!important}.flex-sm-fill,.flex-sm-1-1{flex:1 1 auto!important}.flex-sm-1-0{flex:1 0 auto!important}.flex-sm-0-1{flex:0 1 auto!important}.flex-sm-0-0{flex:0 0 auto!important}.flex-sm-1-1-100{flex:1 1 100%!important}.flex-sm-1-0-100{flex:1 0 100%!important}.flex-sm-0-1-100{flex:0 1 100%!important}.flex-sm-0-0-100{flex:0 0 100%!important}.flex-sm-1-1-0{flex:1 1 0!important}.flex-sm-1-0-0{flex:1 0 0!important}.flex-sm-0-1-0{flex:0 1 0!important}.flex-sm-0-0-0{flex:0 0 0!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-sm-start{justify-content:flex-start!important}.justify-sm-end{justify-content:flex-end!important}.justify-sm-center{justify-content:center!important}.justify-sm-space-between{justify-content:space-between!important}.justify-sm-space-around{justify-content:space-around!important}.justify-sm-space-evenly{justify-content:space-evenly!important}.align-sm-start{align-items:flex-start!important}.align-sm-end{align-items:flex-end!important}.align-sm-center{align-items:center!important}.align-sm-baseline{align-items:baseline!important}.align-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-space-between{align-content:space-between!important}.align-content-sm-space-around{align-content:space-around!important}.align-content-sm-space-evenly{align-content:space-evenly!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-6{order:6!important}.order-sm-7{order:7!important}.order-sm-8{order:8!important}.order-sm-9{order:9!important}.order-sm-10{order:10!important}.order-sm-11{order:11!important}.order-sm-12{order:12!important}.order-sm-last{order:13!important}.ga-sm-0{gap:0px!important}.ga-sm-1{gap:4px!important}.ga-sm-2{gap:8px!important}.ga-sm-3{gap:12px!important}.ga-sm-4{gap:16px!important}.ga-sm-5{gap:20px!important}.ga-sm-6{gap:24px!important}.ga-sm-7{gap:28px!important}.ga-sm-8{gap:32px!important}.ga-sm-9{gap:36px!important}.ga-sm-10{gap:40px!important}.ga-sm-11{gap:44px!important}.ga-sm-12{gap:48px!important}.ga-sm-13{gap:52px!important}.ga-sm-14{gap:56px!important}.ga-sm-15{gap:60px!important}.ga-sm-16{gap:64px!important}.ga-sm-auto{gap:auto!important}.gr-sm-0{row-gap:0px!important}.gr-sm-1{row-gap:4px!important}.gr-sm-2{row-gap:8px!important}.gr-sm-3{row-gap:12px!important}.gr-sm-4{row-gap:16px!important}.gr-sm-5{row-gap:20px!important}.gr-sm-6{row-gap:24px!important}.gr-sm-7{row-gap:28px!important}.gr-sm-8{row-gap:32px!important}.gr-sm-9{row-gap:36px!important}.gr-sm-10{row-gap:40px!important}.gr-sm-11{row-gap:44px!important}.gr-sm-12{row-gap:48px!important}.gr-sm-13{row-gap:52px!important}.gr-sm-14{row-gap:56px!important}.gr-sm-15{row-gap:60px!important}.gr-sm-16{row-gap:64px!important}.gr-sm-auto{row-gap:auto!important}.gc-sm-0{column-gap:0px!important}.gc-sm-1{column-gap:4px!important}.gc-sm-2{column-gap:8px!important}.gc-sm-3{column-gap:12px!important}.gc-sm-4{column-gap:16px!important}.gc-sm-5{column-gap:20px!important}.gc-sm-6{column-gap:24px!important}.gc-sm-7{column-gap:28px!important}.gc-sm-8{column-gap:32px!important}.gc-sm-9{column-gap:36px!important}.gc-sm-10{column-gap:40px!important}.gc-sm-11{column-gap:44px!important}.gc-sm-12{column-gap:48px!important}.gc-sm-13{column-gap:52px!important}.gc-sm-14{column-gap:56px!important}.gc-sm-15{column-gap:60px!important}.gc-sm-16{column-gap:64px!important}.gc-sm-auto{column-gap:auto!important}.ma-sm-0{margin:0!important}.ma-sm-1{margin:4px!important}.ma-sm-2{margin:8px!important}.ma-sm-3{margin:12px!important}.ma-sm-4{margin:16px!important}.ma-sm-5{margin:20px!important}.ma-sm-6{margin:24px!important}.ma-sm-7{margin:28px!important}.ma-sm-8{margin:32px!important}.ma-sm-9{margin:36px!important}.ma-sm-10{margin:40px!important}.ma-sm-11{margin:44px!important}.ma-sm-12{margin:48px!important}.ma-sm-13{margin:52px!important}.ma-sm-14{margin:56px!important}.ma-sm-15{margin:60px!important}.ma-sm-16{margin:64px!important}.ma-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:4px!important;margin-left:4px!important}.mx-sm-2{margin-right:8px!important;margin-left:8px!important}.mx-sm-3{margin-right:12px!important;margin-left:12px!important}.mx-sm-4{margin-right:16px!important;margin-left:16px!important}.mx-sm-5{margin-right:20px!important;margin-left:20px!important}.mx-sm-6{margin-right:24px!important;margin-left:24px!important}.mx-sm-7{margin-right:28px!important;margin-left:28px!important}.mx-sm-8{margin-right:32px!important;margin-left:32px!important}.mx-sm-9{margin-right:36px!important;margin-left:36px!important}.mx-sm-10{margin-right:40px!important;margin-left:40px!important}.mx-sm-11{margin-right:44px!important;margin-left:44px!important}.mx-sm-12{margin-right:48px!important;margin-left:48px!important}.mx-sm-13{margin-right:52px!important;margin-left:52px!important}.mx-sm-14{margin-right:56px!important;margin-left:56px!important}.mx-sm-15{margin-right:60px!important;margin-left:60px!important}.mx-sm-16{margin-right:64px!important;margin-left:64px!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:4px!important;margin-bottom:4px!important}.my-sm-2{margin-top:8px!important;margin-bottom:8px!important}.my-sm-3{margin-top:12px!important;margin-bottom:12px!important}.my-sm-4{margin-top:16px!important;margin-bottom:16px!important}.my-sm-5{margin-top:20px!important;margin-bottom:20px!important}.my-sm-6{margin-top:24px!important;margin-bottom:24px!important}.my-sm-7{margin-top:28px!important;margin-bottom:28px!important}.my-sm-8{margin-top:32px!important;margin-bottom:32px!important}.my-sm-9{margin-top:36px!important;margin-bottom:36px!important}.my-sm-10{margin-top:40px!important;margin-bottom:40px!important}.my-sm-11{margin-top:44px!important;margin-bottom:44px!important}.my-sm-12{margin-top:48px!important;margin-bottom:48px!important}.my-sm-13{margin-top:52px!important;margin-bottom:52px!important}.my-sm-14{margin-top:56px!important;margin-bottom:56px!important}.my-sm-15{margin-top:60px!important;margin-bottom:60px!important}.my-sm-16{margin-top:64px!important;margin-bottom:64px!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:4px!important}.mt-sm-2{margin-top:8px!important}.mt-sm-3{margin-top:12px!important}.mt-sm-4{margin-top:16px!important}.mt-sm-5{margin-top:20px!important}.mt-sm-6{margin-top:24px!important}.mt-sm-7{margin-top:28px!important}.mt-sm-8{margin-top:32px!important}.mt-sm-9{margin-top:36px!important}.mt-sm-10{margin-top:40px!important}.mt-sm-11{margin-top:44px!important}.mt-sm-12{margin-top:48px!important}.mt-sm-13{margin-top:52px!important}.mt-sm-14{margin-top:56px!important}.mt-sm-15{margin-top:60px!important}.mt-sm-16{margin-top:64px!important}.mt-sm-auto{margin-top:auto!important}.mr-sm-0{margin-right:0!important}.mr-sm-1{margin-right:4px!important}.mr-sm-2{margin-right:8px!important}.mr-sm-3{margin-right:12px!important}.mr-sm-4{margin-right:16px!important}.mr-sm-5{margin-right:20px!important}.mr-sm-6{margin-right:24px!important}.mr-sm-7{margin-right:28px!important}.mr-sm-8{margin-right:32px!important}.mr-sm-9{margin-right:36px!important}.mr-sm-10{margin-right:40px!important}.mr-sm-11{margin-right:44px!important}.mr-sm-12{margin-right:48px!important}.mr-sm-13{margin-right:52px!important}.mr-sm-14{margin-right:56px!important}.mr-sm-15{margin-right:60px!important}.mr-sm-16{margin-right:64px!important}.mr-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:4px!important}.mb-sm-2{margin-bottom:8px!important}.mb-sm-3{margin-bottom:12px!important}.mb-sm-4{margin-bottom:16px!important}.mb-sm-5{margin-bottom:20px!important}.mb-sm-6{margin-bottom:24px!important}.mb-sm-7{margin-bottom:28px!important}.mb-sm-8{margin-bottom:32px!important}.mb-sm-9{margin-bottom:36px!important}.mb-sm-10{margin-bottom:40px!important}.mb-sm-11{margin-bottom:44px!important}.mb-sm-12{margin-bottom:48px!important}.mb-sm-13{margin-bottom:52px!important}.mb-sm-14{margin-bottom:56px!important}.mb-sm-15{margin-bottom:60px!important}.mb-sm-16{margin-bottom:64px!important}.mb-sm-auto{margin-bottom:auto!important}.ml-sm-0{margin-left:0!important}.ml-sm-1{margin-left:4px!important}.ml-sm-2{margin-left:8px!important}.ml-sm-3{margin-left:12px!important}.ml-sm-4{margin-left:16px!important}.ml-sm-5{margin-left:20px!important}.ml-sm-6{margin-left:24px!important}.ml-sm-7{margin-left:28px!important}.ml-sm-8{margin-left:32px!important}.ml-sm-9{margin-left:36px!important}.ml-sm-10{margin-left:40px!important}.ml-sm-11{margin-left:44px!important}.ml-sm-12{margin-left:48px!important}.ml-sm-13{margin-left:52px!important}.ml-sm-14{margin-left:56px!important}.ml-sm-15{margin-left:60px!important}.ml-sm-16{margin-left:64px!important}.ml-sm-auto{margin-left:auto!important}.ms-sm-0{margin-inline-start:0px!important}.ms-sm-1{margin-inline-start:4px!important}.ms-sm-2{margin-inline-start:8px!important}.ms-sm-3{margin-inline-start:12px!important}.ms-sm-4{margin-inline-start:16px!important}.ms-sm-5{margin-inline-start:20px!important}.ms-sm-6{margin-inline-start:24px!important}.ms-sm-7{margin-inline-start:28px!important}.ms-sm-8{margin-inline-start:32px!important}.ms-sm-9{margin-inline-start:36px!important}.ms-sm-10{margin-inline-start:40px!important}.ms-sm-11{margin-inline-start:44px!important}.ms-sm-12{margin-inline-start:48px!important}.ms-sm-13{margin-inline-start:52px!important}.ms-sm-14{margin-inline-start:56px!important}.ms-sm-15{margin-inline-start:60px!important}.ms-sm-16{margin-inline-start:64px!important}.ms-sm-auto{margin-inline-start:auto!important}.me-sm-0{margin-inline-end:0px!important}.me-sm-1{margin-inline-end:4px!important}.me-sm-2{margin-inline-end:8px!important}.me-sm-3{margin-inline-end:12px!important}.me-sm-4{margin-inline-end:16px!important}.me-sm-5{margin-inline-end:20px!important}.me-sm-6{margin-inline-end:24px!important}.me-sm-7{margin-inline-end:28px!important}.me-sm-8{margin-inline-end:32px!important}.me-sm-9{margin-inline-end:36px!important}.me-sm-10{margin-inline-end:40px!important}.me-sm-11{margin-inline-end:44px!important}.me-sm-12{margin-inline-end:48px!important}.me-sm-13{margin-inline-end:52px!important}.me-sm-14{margin-inline-end:56px!important}.me-sm-15{margin-inline-end:60px!important}.me-sm-16{margin-inline-end:64px!important}.me-sm-auto{margin-inline-end:auto!important}.ma-sm-n1{margin:-4px!important}.ma-sm-n2{margin:-8px!important}.ma-sm-n3{margin:-12px!important}.ma-sm-n4{margin:-16px!important}.ma-sm-n5{margin:-20px!important}.ma-sm-n6{margin:-24px!important}.ma-sm-n7{margin:-28px!important}.ma-sm-n8{margin:-32px!important}.ma-sm-n9{margin:-36px!important}.ma-sm-n10{margin:-40px!important}.ma-sm-n11{margin:-44px!important}.ma-sm-n12{margin:-48px!important}.ma-sm-n13{margin:-52px!important}.ma-sm-n14{margin:-56px!important}.ma-sm-n15{margin:-60px!important}.ma-sm-n16{margin:-64px!important}.mx-sm-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-sm-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-sm-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-sm-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-sm-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-sm-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-sm-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-sm-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-sm-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-sm-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-sm-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-sm-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-sm-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-sm-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-sm-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-sm-n16{margin-right:-64px!important;margin-left:-64px!important}.my-sm-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-sm-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-sm-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-sm-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-sm-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-sm-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-sm-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-sm-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-sm-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-sm-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-sm-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-sm-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-sm-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-sm-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-sm-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-sm-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-sm-n1{margin-top:-4px!important}.mt-sm-n2{margin-top:-8px!important}.mt-sm-n3{margin-top:-12px!important}.mt-sm-n4{margin-top:-16px!important}.mt-sm-n5{margin-top:-20px!important}.mt-sm-n6{margin-top:-24px!important}.mt-sm-n7{margin-top:-28px!important}.mt-sm-n8{margin-top:-32px!important}.mt-sm-n9{margin-top:-36px!important}.mt-sm-n10{margin-top:-40px!important}.mt-sm-n11{margin-top:-44px!important}.mt-sm-n12{margin-top:-48px!important}.mt-sm-n13{margin-top:-52px!important}.mt-sm-n14{margin-top:-56px!important}.mt-sm-n15{margin-top:-60px!important}.mt-sm-n16{margin-top:-64px!important}.mr-sm-n1{margin-right:-4px!important}.mr-sm-n2{margin-right:-8px!important}.mr-sm-n3{margin-right:-12px!important}.mr-sm-n4{margin-right:-16px!important}.mr-sm-n5{margin-right:-20px!important}.mr-sm-n6{margin-right:-24px!important}.mr-sm-n7{margin-right:-28px!important}.mr-sm-n8{margin-right:-32px!important}.mr-sm-n9{margin-right:-36px!important}.mr-sm-n10{margin-right:-40px!important}.mr-sm-n11{margin-right:-44px!important}.mr-sm-n12{margin-right:-48px!important}.mr-sm-n13{margin-right:-52px!important}.mr-sm-n14{margin-right:-56px!important}.mr-sm-n15{margin-right:-60px!important}.mr-sm-n16{margin-right:-64px!important}.mb-sm-n1{margin-bottom:-4px!important}.mb-sm-n2{margin-bottom:-8px!important}.mb-sm-n3{margin-bottom:-12px!important}.mb-sm-n4{margin-bottom:-16px!important}.mb-sm-n5{margin-bottom:-20px!important}.mb-sm-n6{margin-bottom:-24px!important}.mb-sm-n7{margin-bottom:-28px!important}.mb-sm-n8{margin-bottom:-32px!important}.mb-sm-n9{margin-bottom:-36px!important}.mb-sm-n10{margin-bottom:-40px!important}.mb-sm-n11{margin-bottom:-44px!important}.mb-sm-n12{margin-bottom:-48px!important}.mb-sm-n13{margin-bottom:-52px!important}.mb-sm-n14{margin-bottom:-56px!important}.mb-sm-n15{margin-bottom:-60px!important}.mb-sm-n16{margin-bottom:-64px!important}.ml-sm-n1{margin-left:-4px!important}.ml-sm-n2{margin-left:-8px!important}.ml-sm-n3{margin-left:-12px!important}.ml-sm-n4{margin-left:-16px!important}.ml-sm-n5{margin-left:-20px!important}.ml-sm-n6{margin-left:-24px!important}.ml-sm-n7{margin-left:-28px!important}.ml-sm-n8{margin-left:-32px!important}.ml-sm-n9{margin-left:-36px!important}.ml-sm-n10{margin-left:-40px!important}.ml-sm-n11{margin-left:-44px!important}.ml-sm-n12{margin-left:-48px!important}.ml-sm-n13{margin-left:-52px!important}.ml-sm-n14{margin-left:-56px!important}.ml-sm-n15{margin-left:-60px!important}.ml-sm-n16{margin-left:-64px!important}.ms-sm-n1{margin-inline-start:-4px!important}.ms-sm-n2{margin-inline-start:-8px!important}.ms-sm-n3{margin-inline-start:-12px!important}.ms-sm-n4{margin-inline-start:-16px!important}.ms-sm-n5{margin-inline-start:-20px!important}.ms-sm-n6{margin-inline-start:-24px!important}.ms-sm-n7{margin-inline-start:-28px!important}.ms-sm-n8{margin-inline-start:-32px!important}.ms-sm-n9{margin-inline-start:-36px!important}.ms-sm-n10{margin-inline-start:-40px!important}.ms-sm-n11{margin-inline-start:-44px!important}.ms-sm-n12{margin-inline-start:-48px!important}.ms-sm-n13{margin-inline-start:-52px!important}.ms-sm-n14{margin-inline-start:-56px!important}.ms-sm-n15{margin-inline-start:-60px!important}.ms-sm-n16{margin-inline-start:-64px!important}.me-sm-n1{margin-inline-end:-4px!important}.me-sm-n2{margin-inline-end:-8px!important}.me-sm-n3{margin-inline-end:-12px!important}.me-sm-n4{margin-inline-end:-16px!important}.me-sm-n5{margin-inline-end:-20px!important}.me-sm-n6{margin-inline-end:-24px!important}.me-sm-n7{margin-inline-end:-28px!important}.me-sm-n8{margin-inline-end:-32px!important}.me-sm-n9{margin-inline-end:-36px!important}.me-sm-n10{margin-inline-end:-40px!important}.me-sm-n11{margin-inline-end:-44px!important}.me-sm-n12{margin-inline-end:-48px!important}.me-sm-n13{margin-inline-end:-52px!important}.me-sm-n14{margin-inline-end:-56px!important}.me-sm-n15{margin-inline-end:-60px!important}.me-sm-n16{margin-inline-end:-64px!important}.pa-sm-0{padding:0!important}.pa-sm-1{padding:4px!important}.pa-sm-2{padding:8px!important}.pa-sm-3{padding:12px!important}.pa-sm-4{padding:16px!important}.pa-sm-5{padding:20px!important}.pa-sm-6{padding:24px!important}.pa-sm-7{padding:28px!important}.pa-sm-8{padding:32px!important}.pa-sm-9{padding:36px!important}.pa-sm-10{padding:40px!important}.pa-sm-11{padding:44px!important}.pa-sm-12{padding:48px!important}.pa-sm-13{padding:52px!important}.pa-sm-14{padding:56px!important}.pa-sm-15{padding:60px!important}.pa-sm-16{padding:64px!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:4px!important;padding-left:4px!important}.px-sm-2{padding-right:8px!important;padding-left:8px!important}.px-sm-3{padding-right:12px!important;padding-left:12px!important}.px-sm-4{padding-right:16px!important;padding-left:16px!important}.px-sm-5{padding-right:20px!important;padding-left:20px!important}.px-sm-6{padding-right:24px!important;padding-left:24px!important}.px-sm-7{padding-right:28px!important;padding-left:28px!important}.px-sm-8{padding-right:32px!important;padding-left:32px!important}.px-sm-9{padding-right:36px!important;padding-left:36px!important}.px-sm-10{padding-right:40px!important;padding-left:40px!important}.px-sm-11{padding-right:44px!important;padding-left:44px!important}.px-sm-12{padding-right:48px!important;padding-left:48px!important}.px-sm-13{padding-right:52px!important;padding-left:52px!important}.px-sm-14{padding-right:56px!important;padding-left:56px!important}.px-sm-15{padding-right:60px!important;padding-left:60px!important}.px-sm-16{padding-right:64px!important;padding-left:64px!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:4px!important;padding-bottom:4px!important}.py-sm-2{padding-top:8px!important;padding-bottom:8px!important}.py-sm-3{padding-top:12px!important;padding-bottom:12px!important}.py-sm-4{padding-top:16px!important;padding-bottom:16px!important}.py-sm-5{padding-top:20px!important;padding-bottom:20px!important}.py-sm-6{padding-top:24px!important;padding-bottom:24px!important}.py-sm-7{padding-top:28px!important;padding-bottom:28px!important}.py-sm-8{padding-top:32px!important;padding-bottom:32px!important}.py-sm-9{padding-top:36px!important;padding-bottom:36px!important}.py-sm-10{padding-top:40px!important;padding-bottom:40px!important}.py-sm-11{padding-top:44px!important;padding-bottom:44px!important}.py-sm-12{padding-top:48px!important;padding-bottom:48px!important}.py-sm-13{padding-top:52px!important;padding-bottom:52px!important}.py-sm-14{padding-top:56px!important;padding-bottom:56px!important}.py-sm-15{padding-top:60px!important;padding-bottom:60px!important}.py-sm-16{padding-top:64px!important;padding-bottom:64px!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:4px!important}.pt-sm-2{padding-top:8px!important}.pt-sm-3{padding-top:12px!important}.pt-sm-4{padding-top:16px!important}.pt-sm-5{padding-top:20px!important}.pt-sm-6{padding-top:24px!important}.pt-sm-7{padding-top:28px!important}.pt-sm-8{padding-top:32px!important}.pt-sm-9{padding-top:36px!important}.pt-sm-10{padding-top:40px!important}.pt-sm-11{padding-top:44px!important}.pt-sm-12{padding-top:48px!important}.pt-sm-13{padding-top:52px!important}.pt-sm-14{padding-top:56px!important}.pt-sm-15{padding-top:60px!important}.pt-sm-16{padding-top:64px!important}.pr-sm-0{padding-right:0!important}.pr-sm-1{padding-right:4px!important}.pr-sm-2{padding-right:8px!important}.pr-sm-3{padding-right:12px!important}.pr-sm-4{padding-right:16px!important}.pr-sm-5{padding-right:20px!important}.pr-sm-6{padding-right:24px!important}.pr-sm-7{padding-right:28px!important}.pr-sm-8{padding-right:32px!important}.pr-sm-9{padding-right:36px!important}.pr-sm-10{padding-right:40px!important}.pr-sm-11{padding-right:44px!important}.pr-sm-12{padding-right:48px!important}.pr-sm-13{padding-right:52px!important}.pr-sm-14{padding-right:56px!important}.pr-sm-15{padding-right:60px!important}.pr-sm-16{padding-right:64px!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:4px!important}.pb-sm-2{padding-bottom:8px!important}.pb-sm-3{padding-bottom:12px!important}.pb-sm-4{padding-bottom:16px!important}.pb-sm-5{padding-bottom:20px!important}.pb-sm-6{padding-bottom:24px!important}.pb-sm-7{padding-bottom:28px!important}.pb-sm-8{padding-bottom:32px!important}.pb-sm-9{padding-bottom:36px!important}.pb-sm-10{padding-bottom:40px!important}.pb-sm-11{padding-bottom:44px!important}.pb-sm-12{padding-bottom:48px!important}.pb-sm-13{padding-bottom:52px!important}.pb-sm-14{padding-bottom:56px!important}.pb-sm-15{padding-bottom:60px!important}.pb-sm-16{padding-bottom:64px!important}.pl-sm-0{padding-left:0!important}.pl-sm-1{padding-left:4px!important}.pl-sm-2{padding-left:8px!important}.pl-sm-3{padding-left:12px!important}.pl-sm-4{padding-left:16px!important}.pl-sm-5{padding-left:20px!important}.pl-sm-6{padding-left:24px!important}.pl-sm-7{padding-left:28px!important}.pl-sm-8{padding-left:32px!important}.pl-sm-9{padding-left:36px!important}.pl-sm-10{padding-left:40px!important}.pl-sm-11{padding-left:44px!important}.pl-sm-12{padding-left:48px!important}.pl-sm-13{padding-left:52px!important}.pl-sm-14{padding-left:56px!important}.pl-sm-15{padding-left:60px!important}.pl-sm-16{padding-left:64px!important}.ps-sm-0{padding-inline-start:0px!important}.ps-sm-1{padding-inline-start:4px!important}.ps-sm-2{padding-inline-start:8px!important}.ps-sm-3{padding-inline-start:12px!important}.ps-sm-4{padding-inline-start:16px!important}.ps-sm-5{padding-inline-start:20px!important}.ps-sm-6{padding-inline-start:24px!important}.ps-sm-7{padding-inline-start:28px!important}.ps-sm-8{padding-inline-start:32px!important}.ps-sm-9{padding-inline-start:36px!important}.ps-sm-10{padding-inline-start:40px!important}.ps-sm-11{padding-inline-start:44px!important}.ps-sm-12{padding-inline-start:48px!important}.ps-sm-13{padding-inline-start:52px!important}.ps-sm-14{padding-inline-start:56px!important}.ps-sm-15{padding-inline-start:60px!important}.ps-sm-16{padding-inline-start:64px!important}.pe-sm-0{padding-inline-end:0px!important}.pe-sm-1{padding-inline-end:4px!important}.pe-sm-2{padding-inline-end:8px!important}.pe-sm-3{padding-inline-end:12px!important}.pe-sm-4{padding-inline-end:16px!important}.pe-sm-5{padding-inline-end:20px!important}.pe-sm-6{padding-inline-end:24px!important}.pe-sm-7{padding-inline-end:28px!important}.pe-sm-8{padding-inline-end:32px!important}.pe-sm-9{padding-inline-end:36px!important}.pe-sm-10{padding-inline-end:40px!important}.pe-sm-11{padding-inline-end:44px!important}.pe-sm-12{padding-inline-end:48px!important}.pe-sm-13{padding-inline-end:52px!important}.pe-sm-14{padding-inline-end:56px!important}.pe-sm-15{padding-inline-end:60px!important}.pe-sm-16{padding-inline-end:64px!important}.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}.text-sm-justify{text-align:justify!important}.text-sm-start{text-align:start!important}.text-sm-end{text-align:end!important}.text-sm-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-sm-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.h-sm-auto{height:auto!important}.h-sm-screen{height:100vh!important}.h-sm-0{height:0!important}.h-sm-25{height:25%!important}.h-sm-50{height:50%!important}.h-sm-75{height:75%!important}.h-sm-100{height:100%!important}.w-sm-auto{width:auto!important}.w-sm-0{width:0!important}.w-sm-25{width:25%!important}.w-sm-33{width:33%!important}.w-sm-50{width:50%!important}.w-sm-66{width:66%!important}.w-sm-75{width:75%!important}.w-sm-100{width:100%!important}}@media (min-width: 960px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.float-md-none{float:none!important}.float-md-left{float:left!important}.float-md-right{float:right!important}.v-locale--is-rtl .float-md-end{float:left!important}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right!important}.v-locale--is-ltr .float-md-start{float:left!important}.flex-md-fill,.flex-md-1-1{flex:1 1 auto!important}.flex-md-1-0{flex:1 0 auto!important}.flex-md-0-1{flex:0 1 auto!important}.flex-md-0-0{flex:0 0 auto!important}.flex-md-1-1-100{flex:1 1 100%!important}.flex-md-1-0-100{flex:1 0 100%!important}.flex-md-0-1-100{flex:0 1 100%!important}.flex-md-0-0-100{flex:0 0 100%!important}.flex-md-1-1-0{flex:1 1 0!important}.flex-md-1-0-0{flex:1 0 0!important}.flex-md-0-1-0{flex:0 1 0!important}.flex-md-0-0-0{flex:0 0 0!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-md-start{justify-content:flex-start!important}.justify-md-end{justify-content:flex-end!important}.justify-md-center{justify-content:center!important}.justify-md-space-between{justify-content:space-between!important}.justify-md-space-around{justify-content:space-around!important}.justify-md-space-evenly{justify-content:space-evenly!important}.align-md-start{align-items:flex-start!important}.align-md-end{align-items:flex-end!important}.align-md-center{align-items:center!important}.align-md-baseline{align-items:baseline!important}.align-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-space-between{align-content:space-between!important}.align-content-md-space-around{align-content:space-around!important}.align-content-md-space-evenly{align-content:space-evenly!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-6{order:6!important}.order-md-7{order:7!important}.order-md-8{order:8!important}.order-md-9{order:9!important}.order-md-10{order:10!important}.order-md-11{order:11!important}.order-md-12{order:12!important}.order-md-last{order:13!important}.ga-md-0{gap:0px!important}.ga-md-1{gap:4px!important}.ga-md-2{gap:8px!important}.ga-md-3{gap:12px!important}.ga-md-4{gap:16px!important}.ga-md-5{gap:20px!important}.ga-md-6{gap:24px!important}.ga-md-7{gap:28px!important}.ga-md-8{gap:32px!important}.ga-md-9{gap:36px!important}.ga-md-10{gap:40px!important}.ga-md-11{gap:44px!important}.ga-md-12{gap:48px!important}.ga-md-13{gap:52px!important}.ga-md-14{gap:56px!important}.ga-md-15{gap:60px!important}.ga-md-16{gap:64px!important}.ga-md-auto{gap:auto!important}.gr-md-0{row-gap:0px!important}.gr-md-1{row-gap:4px!important}.gr-md-2{row-gap:8px!important}.gr-md-3{row-gap:12px!important}.gr-md-4{row-gap:16px!important}.gr-md-5{row-gap:20px!important}.gr-md-6{row-gap:24px!important}.gr-md-7{row-gap:28px!important}.gr-md-8{row-gap:32px!important}.gr-md-9{row-gap:36px!important}.gr-md-10{row-gap:40px!important}.gr-md-11{row-gap:44px!important}.gr-md-12{row-gap:48px!important}.gr-md-13{row-gap:52px!important}.gr-md-14{row-gap:56px!important}.gr-md-15{row-gap:60px!important}.gr-md-16{row-gap:64px!important}.gr-md-auto{row-gap:auto!important}.gc-md-0{column-gap:0px!important}.gc-md-1{column-gap:4px!important}.gc-md-2{column-gap:8px!important}.gc-md-3{column-gap:12px!important}.gc-md-4{column-gap:16px!important}.gc-md-5{column-gap:20px!important}.gc-md-6{column-gap:24px!important}.gc-md-7{column-gap:28px!important}.gc-md-8{column-gap:32px!important}.gc-md-9{column-gap:36px!important}.gc-md-10{column-gap:40px!important}.gc-md-11{column-gap:44px!important}.gc-md-12{column-gap:48px!important}.gc-md-13{column-gap:52px!important}.gc-md-14{column-gap:56px!important}.gc-md-15{column-gap:60px!important}.gc-md-16{column-gap:64px!important}.gc-md-auto{column-gap:auto!important}.ma-md-0{margin:0!important}.ma-md-1{margin:4px!important}.ma-md-2{margin:8px!important}.ma-md-3{margin:12px!important}.ma-md-4{margin:16px!important}.ma-md-5{margin:20px!important}.ma-md-6{margin:24px!important}.ma-md-7{margin:28px!important}.ma-md-8{margin:32px!important}.ma-md-9{margin:36px!important}.ma-md-10{margin:40px!important}.ma-md-11{margin:44px!important}.ma-md-12{margin:48px!important}.ma-md-13{margin:52px!important}.ma-md-14{margin:56px!important}.ma-md-15{margin:60px!important}.ma-md-16{margin:64px!important}.ma-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:4px!important;margin-left:4px!important}.mx-md-2{margin-right:8px!important;margin-left:8px!important}.mx-md-3{margin-right:12px!important;margin-left:12px!important}.mx-md-4{margin-right:16px!important;margin-left:16px!important}.mx-md-5{margin-right:20px!important;margin-left:20px!important}.mx-md-6{margin-right:24px!important;margin-left:24px!important}.mx-md-7{margin-right:28px!important;margin-left:28px!important}.mx-md-8{margin-right:32px!important;margin-left:32px!important}.mx-md-9{margin-right:36px!important;margin-left:36px!important}.mx-md-10{margin-right:40px!important;margin-left:40px!important}.mx-md-11{margin-right:44px!important;margin-left:44px!important}.mx-md-12{margin-right:48px!important;margin-left:48px!important}.mx-md-13{margin-right:52px!important;margin-left:52px!important}.mx-md-14{margin-right:56px!important;margin-left:56px!important}.mx-md-15{margin-right:60px!important;margin-left:60px!important}.mx-md-16{margin-right:64px!important;margin-left:64px!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:4px!important;margin-bottom:4px!important}.my-md-2{margin-top:8px!important;margin-bottom:8px!important}.my-md-3{margin-top:12px!important;margin-bottom:12px!important}.my-md-4{margin-top:16px!important;margin-bottom:16px!important}.my-md-5{margin-top:20px!important;margin-bottom:20px!important}.my-md-6{margin-top:24px!important;margin-bottom:24px!important}.my-md-7{margin-top:28px!important;margin-bottom:28px!important}.my-md-8{margin-top:32px!important;margin-bottom:32px!important}.my-md-9{margin-top:36px!important;margin-bottom:36px!important}.my-md-10{margin-top:40px!important;margin-bottom:40px!important}.my-md-11{margin-top:44px!important;margin-bottom:44px!important}.my-md-12{margin-top:48px!important;margin-bottom:48px!important}.my-md-13{margin-top:52px!important;margin-bottom:52px!important}.my-md-14{margin-top:56px!important;margin-bottom:56px!important}.my-md-15{margin-top:60px!important;margin-bottom:60px!important}.my-md-16{margin-top:64px!important;margin-bottom:64px!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:4px!important}.mt-md-2{margin-top:8px!important}.mt-md-3{margin-top:12px!important}.mt-md-4{margin-top:16px!important}.mt-md-5{margin-top:20px!important}.mt-md-6{margin-top:24px!important}.mt-md-7{margin-top:28px!important}.mt-md-8{margin-top:32px!important}.mt-md-9{margin-top:36px!important}.mt-md-10{margin-top:40px!important}.mt-md-11{margin-top:44px!important}.mt-md-12{margin-top:48px!important}.mt-md-13{margin-top:52px!important}.mt-md-14{margin-top:56px!important}.mt-md-15{margin-top:60px!important}.mt-md-16{margin-top:64px!important}.mt-md-auto{margin-top:auto!important}.mr-md-0{margin-right:0!important}.mr-md-1{margin-right:4px!important}.mr-md-2{margin-right:8px!important}.mr-md-3{margin-right:12px!important}.mr-md-4{margin-right:16px!important}.mr-md-5{margin-right:20px!important}.mr-md-6{margin-right:24px!important}.mr-md-7{margin-right:28px!important}.mr-md-8{margin-right:32px!important}.mr-md-9{margin-right:36px!important}.mr-md-10{margin-right:40px!important}.mr-md-11{margin-right:44px!important}.mr-md-12{margin-right:48px!important}.mr-md-13{margin-right:52px!important}.mr-md-14{margin-right:56px!important}.mr-md-15{margin-right:60px!important}.mr-md-16{margin-right:64px!important}.mr-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:4px!important}.mb-md-2{margin-bottom:8px!important}.mb-md-3{margin-bottom:12px!important}.mb-md-4{margin-bottom:16px!important}.mb-md-5{margin-bottom:20px!important}.mb-md-6{margin-bottom:24px!important}.mb-md-7{margin-bottom:28px!important}.mb-md-8{margin-bottom:32px!important}.mb-md-9{margin-bottom:36px!important}.mb-md-10{margin-bottom:40px!important}.mb-md-11{margin-bottom:44px!important}.mb-md-12{margin-bottom:48px!important}.mb-md-13{margin-bottom:52px!important}.mb-md-14{margin-bottom:56px!important}.mb-md-15{margin-bottom:60px!important}.mb-md-16{margin-bottom:64px!important}.mb-md-auto{margin-bottom:auto!important}.ml-md-0{margin-left:0!important}.ml-md-1{margin-left:4px!important}.ml-md-2{margin-left:8px!important}.ml-md-3{margin-left:12px!important}.ml-md-4{margin-left:16px!important}.ml-md-5{margin-left:20px!important}.ml-md-6{margin-left:24px!important}.ml-md-7{margin-left:28px!important}.ml-md-8{margin-left:32px!important}.ml-md-9{margin-left:36px!important}.ml-md-10{margin-left:40px!important}.ml-md-11{margin-left:44px!important}.ml-md-12{margin-left:48px!important}.ml-md-13{margin-left:52px!important}.ml-md-14{margin-left:56px!important}.ml-md-15{margin-left:60px!important}.ml-md-16{margin-left:64px!important}.ml-md-auto{margin-left:auto!important}.ms-md-0{margin-inline-start:0px!important}.ms-md-1{margin-inline-start:4px!important}.ms-md-2{margin-inline-start:8px!important}.ms-md-3{margin-inline-start:12px!important}.ms-md-4{margin-inline-start:16px!important}.ms-md-5{margin-inline-start:20px!important}.ms-md-6{margin-inline-start:24px!important}.ms-md-7{margin-inline-start:28px!important}.ms-md-8{margin-inline-start:32px!important}.ms-md-9{margin-inline-start:36px!important}.ms-md-10{margin-inline-start:40px!important}.ms-md-11{margin-inline-start:44px!important}.ms-md-12{margin-inline-start:48px!important}.ms-md-13{margin-inline-start:52px!important}.ms-md-14{margin-inline-start:56px!important}.ms-md-15{margin-inline-start:60px!important}.ms-md-16{margin-inline-start:64px!important}.ms-md-auto{margin-inline-start:auto!important}.me-md-0{margin-inline-end:0px!important}.me-md-1{margin-inline-end:4px!important}.me-md-2{margin-inline-end:8px!important}.me-md-3{margin-inline-end:12px!important}.me-md-4{margin-inline-end:16px!important}.me-md-5{margin-inline-end:20px!important}.me-md-6{margin-inline-end:24px!important}.me-md-7{margin-inline-end:28px!important}.me-md-8{margin-inline-end:32px!important}.me-md-9{margin-inline-end:36px!important}.me-md-10{margin-inline-end:40px!important}.me-md-11{margin-inline-end:44px!important}.me-md-12{margin-inline-end:48px!important}.me-md-13{margin-inline-end:52px!important}.me-md-14{margin-inline-end:56px!important}.me-md-15{margin-inline-end:60px!important}.me-md-16{margin-inline-end:64px!important}.me-md-auto{margin-inline-end:auto!important}.ma-md-n1{margin:-4px!important}.ma-md-n2{margin:-8px!important}.ma-md-n3{margin:-12px!important}.ma-md-n4{margin:-16px!important}.ma-md-n5{margin:-20px!important}.ma-md-n6{margin:-24px!important}.ma-md-n7{margin:-28px!important}.ma-md-n8{margin:-32px!important}.ma-md-n9{margin:-36px!important}.ma-md-n10{margin:-40px!important}.ma-md-n11{margin:-44px!important}.ma-md-n12{margin:-48px!important}.ma-md-n13{margin:-52px!important}.ma-md-n14{margin:-56px!important}.ma-md-n15{margin:-60px!important}.ma-md-n16{margin:-64px!important}.mx-md-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-md-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-md-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-md-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-md-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-md-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-md-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-md-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-md-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-md-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-md-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-md-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-md-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-md-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-md-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-md-n16{margin-right:-64px!important;margin-left:-64px!important}.my-md-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-md-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-md-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-md-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-md-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-md-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-md-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-md-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-md-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-md-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-md-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-md-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-md-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-md-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-md-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-md-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-md-n1{margin-top:-4px!important}.mt-md-n2{margin-top:-8px!important}.mt-md-n3{margin-top:-12px!important}.mt-md-n4{margin-top:-16px!important}.mt-md-n5{margin-top:-20px!important}.mt-md-n6{margin-top:-24px!important}.mt-md-n7{margin-top:-28px!important}.mt-md-n8{margin-top:-32px!important}.mt-md-n9{margin-top:-36px!important}.mt-md-n10{margin-top:-40px!important}.mt-md-n11{margin-top:-44px!important}.mt-md-n12{margin-top:-48px!important}.mt-md-n13{margin-top:-52px!important}.mt-md-n14{margin-top:-56px!important}.mt-md-n15{margin-top:-60px!important}.mt-md-n16{margin-top:-64px!important}.mr-md-n1{margin-right:-4px!important}.mr-md-n2{margin-right:-8px!important}.mr-md-n3{margin-right:-12px!important}.mr-md-n4{margin-right:-16px!important}.mr-md-n5{margin-right:-20px!important}.mr-md-n6{margin-right:-24px!important}.mr-md-n7{margin-right:-28px!important}.mr-md-n8{margin-right:-32px!important}.mr-md-n9{margin-right:-36px!important}.mr-md-n10{margin-right:-40px!important}.mr-md-n11{margin-right:-44px!important}.mr-md-n12{margin-right:-48px!important}.mr-md-n13{margin-right:-52px!important}.mr-md-n14{margin-right:-56px!important}.mr-md-n15{margin-right:-60px!important}.mr-md-n16{margin-right:-64px!important}.mb-md-n1{margin-bottom:-4px!important}.mb-md-n2{margin-bottom:-8px!important}.mb-md-n3{margin-bottom:-12px!important}.mb-md-n4{margin-bottom:-16px!important}.mb-md-n5{margin-bottom:-20px!important}.mb-md-n6{margin-bottom:-24px!important}.mb-md-n7{margin-bottom:-28px!important}.mb-md-n8{margin-bottom:-32px!important}.mb-md-n9{margin-bottom:-36px!important}.mb-md-n10{margin-bottom:-40px!important}.mb-md-n11{margin-bottom:-44px!important}.mb-md-n12{margin-bottom:-48px!important}.mb-md-n13{margin-bottom:-52px!important}.mb-md-n14{margin-bottom:-56px!important}.mb-md-n15{margin-bottom:-60px!important}.mb-md-n16{margin-bottom:-64px!important}.ml-md-n1{margin-left:-4px!important}.ml-md-n2{margin-left:-8px!important}.ml-md-n3{margin-left:-12px!important}.ml-md-n4{margin-left:-16px!important}.ml-md-n5{margin-left:-20px!important}.ml-md-n6{margin-left:-24px!important}.ml-md-n7{margin-left:-28px!important}.ml-md-n8{margin-left:-32px!important}.ml-md-n9{margin-left:-36px!important}.ml-md-n10{margin-left:-40px!important}.ml-md-n11{margin-left:-44px!important}.ml-md-n12{margin-left:-48px!important}.ml-md-n13{margin-left:-52px!important}.ml-md-n14{margin-left:-56px!important}.ml-md-n15{margin-left:-60px!important}.ml-md-n16{margin-left:-64px!important}.ms-md-n1{margin-inline-start:-4px!important}.ms-md-n2{margin-inline-start:-8px!important}.ms-md-n3{margin-inline-start:-12px!important}.ms-md-n4{margin-inline-start:-16px!important}.ms-md-n5{margin-inline-start:-20px!important}.ms-md-n6{margin-inline-start:-24px!important}.ms-md-n7{margin-inline-start:-28px!important}.ms-md-n8{margin-inline-start:-32px!important}.ms-md-n9{margin-inline-start:-36px!important}.ms-md-n10{margin-inline-start:-40px!important}.ms-md-n11{margin-inline-start:-44px!important}.ms-md-n12{margin-inline-start:-48px!important}.ms-md-n13{margin-inline-start:-52px!important}.ms-md-n14{margin-inline-start:-56px!important}.ms-md-n15{margin-inline-start:-60px!important}.ms-md-n16{margin-inline-start:-64px!important}.me-md-n1{margin-inline-end:-4px!important}.me-md-n2{margin-inline-end:-8px!important}.me-md-n3{margin-inline-end:-12px!important}.me-md-n4{margin-inline-end:-16px!important}.me-md-n5{margin-inline-end:-20px!important}.me-md-n6{margin-inline-end:-24px!important}.me-md-n7{margin-inline-end:-28px!important}.me-md-n8{margin-inline-end:-32px!important}.me-md-n9{margin-inline-end:-36px!important}.me-md-n10{margin-inline-end:-40px!important}.me-md-n11{margin-inline-end:-44px!important}.me-md-n12{margin-inline-end:-48px!important}.me-md-n13{margin-inline-end:-52px!important}.me-md-n14{margin-inline-end:-56px!important}.me-md-n15{margin-inline-end:-60px!important}.me-md-n16{margin-inline-end:-64px!important}.pa-md-0{padding:0!important}.pa-md-1{padding:4px!important}.pa-md-2{padding:8px!important}.pa-md-3{padding:12px!important}.pa-md-4{padding:16px!important}.pa-md-5{padding:20px!important}.pa-md-6{padding:24px!important}.pa-md-7{padding:28px!important}.pa-md-8{padding:32px!important}.pa-md-9{padding:36px!important}.pa-md-10{padding:40px!important}.pa-md-11{padding:44px!important}.pa-md-12{padding:48px!important}.pa-md-13{padding:52px!important}.pa-md-14{padding:56px!important}.pa-md-15{padding:60px!important}.pa-md-16{padding:64px!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:4px!important;padding-left:4px!important}.px-md-2{padding-right:8px!important;padding-left:8px!important}.px-md-3{padding-right:12px!important;padding-left:12px!important}.px-md-4{padding-right:16px!important;padding-left:16px!important}.px-md-5{padding-right:20px!important;padding-left:20px!important}.px-md-6{padding-right:24px!important;padding-left:24px!important}.px-md-7{padding-right:28px!important;padding-left:28px!important}.px-md-8{padding-right:32px!important;padding-left:32px!important}.px-md-9{padding-right:36px!important;padding-left:36px!important}.px-md-10{padding-right:40px!important;padding-left:40px!important}.px-md-11{padding-right:44px!important;padding-left:44px!important}.px-md-12{padding-right:48px!important;padding-left:48px!important}.px-md-13{padding-right:52px!important;padding-left:52px!important}.px-md-14{padding-right:56px!important;padding-left:56px!important}.px-md-15{padding-right:60px!important;padding-left:60px!important}.px-md-16{padding-right:64px!important;padding-left:64px!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:4px!important;padding-bottom:4px!important}.py-md-2{padding-top:8px!important;padding-bottom:8px!important}.py-md-3{padding-top:12px!important;padding-bottom:12px!important}.py-md-4{padding-top:16px!important;padding-bottom:16px!important}.py-md-5{padding-top:20px!important;padding-bottom:20px!important}.py-md-6{padding-top:24px!important;padding-bottom:24px!important}.py-md-7{padding-top:28px!important;padding-bottom:28px!important}.py-md-8{padding-top:32px!important;padding-bottom:32px!important}.py-md-9{padding-top:36px!important;padding-bottom:36px!important}.py-md-10{padding-top:40px!important;padding-bottom:40px!important}.py-md-11{padding-top:44px!important;padding-bottom:44px!important}.py-md-12{padding-top:48px!important;padding-bottom:48px!important}.py-md-13{padding-top:52px!important;padding-bottom:52px!important}.py-md-14{padding-top:56px!important;padding-bottom:56px!important}.py-md-15{padding-top:60px!important;padding-bottom:60px!important}.py-md-16{padding-top:64px!important;padding-bottom:64px!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:4px!important}.pt-md-2{padding-top:8px!important}.pt-md-3{padding-top:12px!important}.pt-md-4{padding-top:16px!important}.pt-md-5{padding-top:20px!important}.pt-md-6{padding-top:24px!important}.pt-md-7{padding-top:28px!important}.pt-md-8{padding-top:32px!important}.pt-md-9{padding-top:36px!important}.pt-md-10{padding-top:40px!important}.pt-md-11{padding-top:44px!important}.pt-md-12{padding-top:48px!important}.pt-md-13{padding-top:52px!important}.pt-md-14{padding-top:56px!important}.pt-md-15{padding-top:60px!important}.pt-md-16{padding-top:64px!important}.pr-md-0{padding-right:0!important}.pr-md-1{padding-right:4px!important}.pr-md-2{padding-right:8px!important}.pr-md-3{padding-right:12px!important}.pr-md-4{padding-right:16px!important}.pr-md-5{padding-right:20px!important}.pr-md-6{padding-right:24px!important}.pr-md-7{padding-right:28px!important}.pr-md-8{padding-right:32px!important}.pr-md-9{padding-right:36px!important}.pr-md-10{padding-right:40px!important}.pr-md-11{padding-right:44px!important}.pr-md-12{padding-right:48px!important}.pr-md-13{padding-right:52px!important}.pr-md-14{padding-right:56px!important}.pr-md-15{padding-right:60px!important}.pr-md-16{padding-right:64px!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:4px!important}.pb-md-2{padding-bottom:8px!important}.pb-md-3{padding-bottom:12px!important}.pb-md-4{padding-bottom:16px!important}.pb-md-5{padding-bottom:20px!important}.pb-md-6{padding-bottom:24px!important}.pb-md-7{padding-bottom:28px!important}.pb-md-8{padding-bottom:32px!important}.pb-md-9{padding-bottom:36px!important}.pb-md-10{padding-bottom:40px!important}.pb-md-11{padding-bottom:44px!important}.pb-md-12{padding-bottom:48px!important}.pb-md-13{padding-bottom:52px!important}.pb-md-14{padding-bottom:56px!important}.pb-md-15{padding-bottom:60px!important}.pb-md-16{padding-bottom:64px!important}.pl-md-0{padding-left:0!important}.pl-md-1{padding-left:4px!important}.pl-md-2{padding-left:8px!important}.pl-md-3{padding-left:12px!important}.pl-md-4{padding-left:16px!important}.pl-md-5{padding-left:20px!important}.pl-md-6{padding-left:24px!important}.pl-md-7{padding-left:28px!important}.pl-md-8{padding-left:32px!important}.pl-md-9{padding-left:36px!important}.pl-md-10{padding-left:40px!important}.pl-md-11{padding-left:44px!important}.pl-md-12{padding-left:48px!important}.pl-md-13{padding-left:52px!important}.pl-md-14{padding-left:56px!important}.pl-md-15{padding-left:60px!important}.pl-md-16{padding-left:64px!important}.ps-md-0{padding-inline-start:0px!important}.ps-md-1{padding-inline-start:4px!important}.ps-md-2{padding-inline-start:8px!important}.ps-md-3{padding-inline-start:12px!important}.ps-md-4{padding-inline-start:16px!important}.ps-md-5{padding-inline-start:20px!important}.ps-md-6{padding-inline-start:24px!important}.ps-md-7{padding-inline-start:28px!important}.ps-md-8{padding-inline-start:32px!important}.ps-md-9{padding-inline-start:36px!important}.ps-md-10{padding-inline-start:40px!important}.ps-md-11{padding-inline-start:44px!important}.ps-md-12{padding-inline-start:48px!important}.ps-md-13{padding-inline-start:52px!important}.ps-md-14{padding-inline-start:56px!important}.ps-md-15{padding-inline-start:60px!important}.ps-md-16{padding-inline-start:64px!important}.pe-md-0{padding-inline-end:0px!important}.pe-md-1{padding-inline-end:4px!important}.pe-md-2{padding-inline-end:8px!important}.pe-md-3{padding-inline-end:12px!important}.pe-md-4{padding-inline-end:16px!important}.pe-md-5{padding-inline-end:20px!important}.pe-md-6{padding-inline-end:24px!important}.pe-md-7{padding-inline-end:28px!important}.pe-md-8{padding-inline-end:32px!important}.pe-md-9{padding-inline-end:36px!important}.pe-md-10{padding-inline-end:40px!important}.pe-md-11{padding-inline-end:44px!important}.pe-md-12{padding-inline-end:48px!important}.pe-md-13{padding-inline-end:52px!important}.pe-md-14{padding-inline-end:56px!important}.pe-md-15{padding-inline-end:60px!important}.pe-md-16{padding-inline-end:64px!important}.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}.text-md-justify{text-align:justify!important}.text-md-start{text-align:start!important}.text-md-end{text-align:end!important}.text-md-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-md-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.h-md-auto{height:auto!important}.h-md-screen{height:100vh!important}.h-md-0{height:0!important}.h-md-25{height:25%!important}.h-md-50{height:50%!important}.h-md-75{height:75%!important}.h-md-100{height:100%!important}.w-md-auto{width:auto!important}.w-md-0{width:0!important}.w-md-25{width:25%!important}.w-md-33{width:33%!important}.w-md-50{width:50%!important}.w-md-66{width:66%!important}.w-md-75{width:75%!important}.w-md-100{width:100%!important}}@media (min-width: 1280px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.float-lg-none{float:none!important}.float-lg-left{float:left!important}.float-lg-right{float:right!important}.v-locale--is-rtl .float-lg-end{float:left!important}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right!important}.v-locale--is-ltr .float-lg-start{float:left!important}.flex-lg-fill,.flex-lg-1-1{flex:1 1 auto!important}.flex-lg-1-0{flex:1 0 auto!important}.flex-lg-0-1{flex:0 1 auto!important}.flex-lg-0-0{flex:0 0 auto!important}.flex-lg-1-1-100{flex:1 1 100%!important}.flex-lg-1-0-100{flex:1 0 100%!important}.flex-lg-0-1-100{flex:0 1 100%!important}.flex-lg-0-0-100{flex:0 0 100%!important}.flex-lg-1-1-0{flex:1 1 0!important}.flex-lg-1-0-0{flex:1 0 0!important}.flex-lg-0-1-0{flex:0 1 0!important}.flex-lg-0-0-0{flex:0 0 0!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-lg-start{justify-content:flex-start!important}.justify-lg-end{justify-content:flex-end!important}.justify-lg-center{justify-content:center!important}.justify-lg-space-between{justify-content:space-between!important}.justify-lg-space-around{justify-content:space-around!important}.justify-lg-space-evenly{justify-content:space-evenly!important}.align-lg-start{align-items:flex-start!important}.align-lg-end{align-items:flex-end!important}.align-lg-center{align-items:center!important}.align-lg-baseline{align-items:baseline!important}.align-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-space-between{align-content:space-between!important}.align-content-lg-space-around{align-content:space-around!important}.align-content-lg-space-evenly{align-content:space-evenly!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-6{order:6!important}.order-lg-7{order:7!important}.order-lg-8{order:8!important}.order-lg-9{order:9!important}.order-lg-10{order:10!important}.order-lg-11{order:11!important}.order-lg-12{order:12!important}.order-lg-last{order:13!important}.ga-lg-0{gap:0px!important}.ga-lg-1{gap:4px!important}.ga-lg-2{gap:8px!important}.ga-lg-3{gap:12px!important}.ga-lg-4{gap:16px!important}.ga-lg-5{gap:20px!important}.ga-lg-6{gap:24px!important}.ga-lg-7{gap:28px!important}.ga-lg-8{gap:32px!important}.ga-lg-9{gap:36px!important}.ga-lg-10{gap:40px!important}.ga-lg-11{gap:44px!important}.ga-lg-12{gap:48px!important}.ga-lg-13{gap:52px!important}.ga-lg-14{gap:56px!important}.ga-lg-15{gap:60px!important}.ga-lg-16{gap:64px!important}.ga-lg-auto{gap:auto!important}.gr-lg-0{row-gap:0px!important}.gr-lg-1{row-gap:4px!important}.gr-lg-2{row-gap:8px!important}.gr-lg-3{row-gap:12px!important}.gr-lg-4{row-gap:16px!important}.gr-lg-5{row-gap:20px!important}.gr-lg-6{row-gap:24px!important}.gr-lg-7{row-gap:28px!important}.gr-lg-8{row-gap:32px!important}.gr-lg-9{row-gap:36px!important}.gr-lg-10{row-gap:40px!important}.gr-lg-11{row-gap:44px!important}.gr-lg-12{row-gap:48px!important}.gr-lg-13{row-gap:52px!important}.gr-lg-14{row-gap:56px!important}.gr-lg-15{row-gap:60px!important}.gr-lg-16{row-gap:64px!important}.gr-lg-auto{row-gap:auto!important}.gc-lg-0{column-gap:0px!important}.gc-lg-1{column-gap:4px!important}.gc-lg-2{column-gap:8px!important}.gc-lg-3{column-gap:12px!important}.gc-lg-4{column-gap:16px!important}.gc-lg-5{column-gap:20px!important}.gc-lg-6{column-gap:24px!important}.gc-lg-7{column-gap:28px!important}.gc-lg-8{column-gap:32px!important}.gc-lg-9{column-gap:36px!important}.gc-lg-10{column-gap:40px!important}.gc-lg-11{column-gap:44px!important}.gc-lg-12{column-gap:48px!important}.gc-lg-13{column-gap:52px!important}.gc-lg-14{column-gap:56px!important}.gc-lg-15{column-gap:60px!important}.gc-lg-16{column-gap:64px!important}.gc-lg-auto{column-gap:auto!important}.ma-lg-0{margin:0!important}.ma-lg-1{margin:4px!important}.ma-lg-2{margin:8px!important}.ma-lg-3{margin:12px!important}.ma-lg-4{margin:16px!important}.ma-lg-5{margin:20px!important}.ma-lg-6{margin:24px!important}.ma-lg-7{margin:28px!important}.ma-lg-8{margin:32px!important}.ma-lg-9{margin:36px!important}.ma-lg-10{margin:40px!important}.ma-lg-11{margin:44px!important}.ma-lg-12{margin:48px!important}.ma-lg-13{margin:52px!important}.ma-lg-14{margin:56px!important}.ma-lg-15{margin:60px!important}.ma-lg-16{margin:64px!important}.ma-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:4px!important;margin-left:4px!important}.mx-lg-2{margin-right:8px!important;margin-left:8px!important}.mx-lg-3{margin-right:12px!important;margin-left:12px!important}.mx-lg-4{margin-right:16px!important;margin-left:16px!important}.mx-lg-5{margin-right:20px!important;margin-left:20px!important}.mx-lg-6{margin-right:24px!important;margin-left:24px!important}.mx-lg-7{margin-right:28px!important;margin-left:28px!important}.mx-lg-8{margin-right:32px!important;margin-left:32px!important}.mx-lg-9{margin-right:36px!important;margin-left:36px!important}.mx-lg-10{margin-right:40px!important;margin-left:40px!important}.mx-lg-11{margin-right:44px!important;margin-left:44px!important}.mx-lg-12{margin-right:48px!important;margin-left:48px!important}.mx-lg-13{margin-right:52px!important;margin-left:52px!important}.mx-lg-14{margin-right:56px!important;margin-left:56px!important}.mx-lg-15{margin-right:60px!important;margin-left:60px!important}.mx-lg-16{margin-right:64px!important;margin-left:64px!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:4px!important;margin-bottom:4px!important}.my-lg-2{margin-top:8px!important;margin-bottom:8px!important}.my-lg-3{margin-top:12px!important;margin-bottom:12px!important}.my-lg-4{margin-top:16px!important;margin-bottom:16px!important}.my-lg-5{margin-top:20px!important;margin-bottom:20px!important}.my-lg-6{margin-top:24px!important;margin-bottom:24px!important}.my-lg-7{margin-top:28px!important;margin-bottom:28px!important}.my-lg-8{margin-top:32px!important;margin-bottom:32px!important}.my-lg-9{margin-top:36px!important;margin-bottom:36px!important}.my-lg-10{margin-top:40px!important;margin-bottom:40px!important}.my-lg-11{margin-top:44px!important;margin-bottom:44px!important}.my-lg-12{margin-top:48px!important;margin-bottom:48px!important}.my-lg-13{margin-top:52px!important;margin-bottom:52px!important}.my-lg-14{margin-top:56px!important;margin-bottom:56px!important}.my-lg-15{margin-top:60px!important;margin-bottom:60px!important}.my-lg-16{margin-top:64px!important;margin-bottom:64px!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:4px!important}.mt-lg-2{margin-top:8px!important}.mt-lg-3{margin-top:12px!important}.mt-lg-4{margin-top:16px!important}.mt-lg-5{margin-top:20px!important}.mt-lg-6{margin-top:24px!important}.mt-lg-7{margin-top:28px!important}.mt-lg-8{margin-top:32px!important}.mt-lg-9{margin-top:36px!important}.mt-lg-10{margin-top:40px!important}.mt-lg-11{margin-top:44px!important}.mt-lg-12{margin-top:48px!important}.mt-lg-13{margin-top:52px!important}.mt-lg-14{margin-top:56px!important}.mt-lg-15{margin-top:60px!important}.mt-lg-16{margin-top:64px!important}.mt-lg-auto{margin-top:auto!important}.mr-lg-0{margin-right:0!important}.mr-lg-1{margin-right:4px!important}.mr-lg-2{margin-right:8px!important}.mr-lg-3{margin-right:12px!important}.mr-lg-4{margin-right:16px!important}.mr-lg-5{margin-right:20px!important}.mr-lg-6{margin-right:24px!important}.mr-lg-7{margin-right:28px!important}.mr-lg-8{margin-right:32px!important}.mr-lg-9{margin-right:36px!important}.mr-lg-10{margin-right:40px!important}.mr-lg-11{margin-right:44px!important}.mr-lg-12{margin-right:48px!important}.mr-lg-13{margin-right:52px!important}.mr-lg-14{margin-right:56px!important}.mr-lg-15{margin-right:60px!important}.mr-lg-16{margin-right:64px!important}.mr-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:4px!important}.mb-lg-2{margin-bottom:8px!important}.mb-lg-3{margin-bottom:12px!important}.mb-lg-4{margin-bottom:16px!important}.mb-lg-5{margin-bottom:20px!important}.mb-lg-6{margin-bottom:24px!important}.mb-lg-7{margin-bottom:28px!important}.mb-lg-8{margin-bottom:32px!important}.mb-lg-9{margin-bottom:36px!important}.mb-lg-10{margin-bottom:40px!important}.mb-lg-11{margin-bottom:44px!important}.mb-lg-12{margin-bottom:48px!important}.mb-lg-13{margin-bottom:52px!important}.mb-lg-14{margin-bottom:56px!important}.mb-lg-15{margin-bottom:60px!important}.mb-lg-16{margin-bottom:64px!important}.mb-lg-auto{margin-bottom:auto!important}.ml-lg-0{margin-left:0!important}.ml-lg-1{margin-left:4px!important}.ml-lg-2{margin-left:8px!important}.ml-lg-3{margin-left:12px!important}.ml-lg-4{margin-left:16px!important}.ml-lg-5{margin-left:20px!important}.ml-lg-6{margin-left:24px!important}.ml-lg-7{margin-left:28px!important}.ml-lg-8{margin-left:32px!important}.ml-lg-9{margin-left:36px!important}.ml-lg-10{margin-left:40px!important}.ml-lg-11{margin-left:44px!important}.ml-lg-12{margin-left:48px!important}.ml-lg-13{margin-left:52px!important}.ml-lg-14{margin-left:56px!important}.ml-lg-15{margin-left:60px!important}.ml-lg-16{margin-left:64px!important}.ml-lg-auto{margin-left:auto!important}.ms-lg-0{margin-inline-start:0px!important}.ms-lg-1{margin-inline-start:4px!important}.ms-lg-2{margin-inline-start:8px!important}.ms-lg-3{margin-inline-start:12px!important}.ms-lg-4{margin-inline-start:16px!important}.ms-lg-5{margin-inline-start:20px!important}.ms-lg-6{margin-inline-start:24px!important}.ms-lg-7{margin-inline-start:28px!important}.ms-lg-8{margin-inline-start:32px!important}.ms-lg-9{margin-inline-start:36px!important}.ms-lg-10{margin-inline-start:40px!important}.ms-lg-11{margin-inline-start:44px!important}.ms-lg-12{margin-inline-start:48px!important}.ms-lg-13{margin-inline-start:52px!important}.ms-lg-14{margin-inline-start:56px!important}.ms-lg-15{margin-inline-start:60px!important}.ms-lg-16{margin-inline-start:64px!important}.ms-lg-auto{margin-inline-start:auto!important}.me-lg-0{margin-inline-end:0px!important}.me-lg-1{margin-inline-end:4px!important}.me-lg-2{margin-inline-end:8px!important}.me-lg-3{margin-inline-end:12px!important}.me-lg-4{margin-inline-end:16px!important}.me-lg-5{margin-inline-end:20px!important}.me-lg-6{margin-inline-end:24px!important}.me-lg-7{margin-inline-end:28px!important}.me-lg-8{margin-inline-end:32px!important}.me-lg-9{margin-inline-end:36px!important}.me-lg-10{margin-inline-end:40px!important}.me-lg-11{margin-inline-end:44px!important}.me-lg-12{margin-inline-end:48px!important}.me-lg-13{margin-inline-end:52px!important}.me-lg-14{margin-inline-end:56px!important}.me-lg-15{margin-inline-end:60px!important}.me-lg-16{margin-inline-end:64px!important}.me-lg-auto{margin-inline-end:auto!important}.ma-lg-n1{margin:-4px!important}.ma-lg-n2{margin:-8px!important}.ma-lg-n3{margin:-12px!important}.ma-lg-n4{margin:-16px!important}.ma-lg-n5{margin:-20px!important}.ma-lg-n6{margin:-24px!important}.ma-lg-n7{margin:-28px!important}.ma-lg-n8{margin:-32px!important}.ma-lg-n9{margin:-36px!important}.ma-lg-n10{margin:-40px!important}.ma-lg-n11{margin:-44px!important}.ma-lg-n12{margin:-48px!important}.ma-lg-n13{margin:-52px!important}.ma-lg-n14{margin:-56px!important}.ma-lg-n15{margin:-60px!important}.ma-lg-n16{margin:-64px!important}.mx-lg-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-lg-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-lg-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-lg-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-lg-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-lg-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-lg-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-lg-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-lg-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-lg-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-lg-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-lg-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-lg-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-lg-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-lg-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-lg-n16{margin-right:-64px!important;margin-left:-64px!important}.my-lg-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-lg-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-lg-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-lg-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-lg-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-lg-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-lg-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-lg-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-lg-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-lg-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-lg-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-lg-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-lg-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-lg-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-lg-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-lg-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-lg-n1{margin-top:-4px!important}.mt-lg-n2{margin-top:-8px!important}.mt-lg-n3{margin-top:-12px!important}.mt-lg-n4{margin-top:-16px!important}.mt-lg-n5{margin-top:-20px!important}.mt-lg-n6{margin-top:-24px!important}.mt-lg-n7{margin-top:-28px!important}.mt-lg-n8{margin-top:-32px!important}.mt-lg-n9{margin-top:-36px!important}.mt-lg-n10{margin-top:-40px!important}.mt-lg-n11{margin-top:-44px!important}.mt-lg-n12{margin-top:-48px!important}.mt-lg-n13{margin-top:-52px!important}.mt-lg-n14{margin-top:-56px!important}.mt-lg-n15{margin-top:-60px!important}.mt-lg-n16{margin-top:-64px!important}.mr-lg-n1{margin-right:-4px!important}.mr-lg-n2{margin-right:-8px!important}.mr-lg-n3{margin-right:-12px!important}.mr-lg-n4{margin-right:-16px!important}.mr-lg-n5{margin-right:-20px!important}.mr-lg-n6{margin-right:-24px!important}.mr-lg-n7{margin-right:-28px!important}.mr-lg-n8{margin-right:-32px!important}.mr-lg-n9{margin-right:-36px!important}.mr-lg-n10{margin-right:-40px!important}.mr-lg-n11{margin-right:-44px!important}.mr-lg-n12{margin-right:-48px!important}.mr-lg-n13{margin-right:-52px!important}.mr-lg-n14{margin-right:-56px!important}.mr-lg-n15{margin-right:-60px!important}.mr-lg-n16{margin-right:-64px!important}.mb-lg-n1{margin-bottom:-4px!important}.mb-lg-n2{margin-bottom:-8px!important}.mb-lg-n3{margin-bottom:-12px!important}.mb-lg-n4{margin-bottom:-16px!important}.mb-lg-n5{margin-bottom:-20px!important}.mb-lg-n6{margin-bottom:-24px!important}.mb-lg-n7{margin-bottom:-28px!important}.mb-lg-n8{margin-bottom:-32px!important}.mb-lg-n9{margin-bottom:-36px!important}.mb-lg-n10{margin-bottom:-40px!important}.mb-lg-n11{margin-bottom:-44px!important}.mb-lg-n12{margin-bottom:-48px!important}.mb-lg-n13{margin-bottom:-52px!important}.mb-lg-n14{margin-bottom:-56px!important}.mb-lg-n15{margin-bottom:-60px!important}.mb-lg-n16{margin-bottom:-64px!important}.ml-lg-n1{margin-left:-4px!important}.ml-lg-n2{margin-left:-8px!important}.ml-lg-n3{margin-left:-12px!important}.ml-lg-n4{margin-left:-16px!important}.ml-lg-n5{margin-left:-20px!important}.ml-lg-n6{margin-left:-24px!important}.ml-lg-n7{margin-left:-28px!important}.ml-lg-n8{margin-left:-32px!important}.ml-lg-n9{margin-left:-36px!important}.ml-lg-n10{margin-left:-40px!important}.ml-lg-n11{margin-left:-44px!important}.ml-lg-n12{margin-left:-48px!important}.ml-lg-n13{margin-left:-52px!important}.ml-lg-n14{margin-left:-56px!important}.ml-lg-n15{margin-left:-60px!important}.ml-lg-n16{margin-left:-64px!important}.ms-lg-n1{margin-inline-start:-4px!important}.ms-lg-n2{margin-inline-start:-8px!important}.ms-lg-n3{margin-inline-start:-12px!important}.ms-lg-n4{margin-inline-start:-16px!important}.ms-lg-n5{margin-inline-start:-20px!important}.ms-lg-n6{margin-inline-start:-24px!important}.ms-lg-n7{margin-inline-start:-28px!important}.ms-lg-n8{margin-inline-start:-32px!important}.ms-lg-n9{margin-inline-start:-36px!important}.ms-lg-n10{margin-inline-start:-40px!important}.ms-lg-n11{margin-inline-start:-44px!important}.ms-lg-n12{margin-inline-start:-48px!important}.ms-lg-n13{margin-inline-start:-52px!important}.ms-lg-n14{margin-inline-start:-56px!important}.ms-lg-n15{margin-inline-start:-60px!important}.ms-lg-n16{margin-inline-start:-64px!important}.me-lg-n1{margin-inline-end:-4px!important}.me-lg-n2{margin-inline-end:-8px!important}.me-lg-n3{margin-inline-end:-12px!important}.me-lg-n4{margin-inline-end:-16px!important}.me-lg-n5{margin-inline-end:-20px!important}.me-lg-n6{margin-inline-end:-24px!important}.me-lg-n7{margin-inline-end:-28px!important}.me-lg-n8{margin-inline-end:-32px!important}.me-lg-n9{margin-inline-end:-36px!important}.me-lg-n10{margin-inline-end:-40px!important}.me-lg-n11{margin-inline-end:-44px!important}.me-lg-n12{margin-inline-end:-48px!important}.me-lg-n13{margin-inline-end:-52px!important}.me-lg-n14{margin-inline-end:-56px!important}.me-lg-n15{margin-inline-end:-60px!important}.me-lg-n16{margin-inline-end:-64px!important}.pa-lg-0{padding:0!important}.pa-lg-1{padding:4px!important}.pa-lg-2{padding:8px!important}.pa-lg-3{padding:12px!important}.pa-lg-4{padding:16px!important}.pa-lg-5{padding:20px!important}.pa-lg-6{padding:24px!important}.pa-lg-7{padding:28px!important}.pa-lg-8{padding:32px!important}.pa-lg-9{padding:36px!important}.pa-lg-10{padding:40px!important}.pa-lg-11{padding:44px!important}.pa-lg-12{padding:48px!important}.pa-lg-13{padding:52px!important}.pa-lg-14{padding:56px!important}.pa-lg-15{padding:60px!important}.pa-lg-16{padding:64px!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:4px!important;padding-left:4px!important}.px-lg-2{padding-right:8px!important;padding-left:8px!important}.px-lg-3{padding-right:12px!important;padding-left:12px!important}.px-lg-4{padding-right:16px!important;padding-left:16px!important}.px-lg-5{padding-right:20px!important;padding-left:20px!important}.px-lg-6{padding-right:24px!important;padding-left:24px!important}.px-lg-7{padding-right:28px!important;padding-left:28px!important}.px-lg-8{padding-right:32px!important;padding-left:32px!important}.px-lg-9{padding-right:36px!important;padding-left:36px!important}.px-lg-10{padding-right:40px!important;padding-left:40px!important}.px-lg-11{padding-right:44px!important;padding-left:44px!important}.px-lg-12{padding-right:48px!important;padding-left:48px!important}.px-lg-13{padding-right:52px!important;padding-left:52px!important}.px-lg-14{padding-right:56px!important;padding-left:56px!important}.px-lg-15{padding-right:60px!important;padding-left:60px!important}.px-lg-16{padding-right:64px!important;padding-left:64px!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:4px!important;padding-bottom:4px!important}.py-lg-2{padding-top:8px!important;padding-bottom:8px!important}.py-lg-3{padding-top:12px!important;padding-bottom:12px!important}.py-lg-4{padding-top:16px!important;padding-bottom:16px!important}.py-lg-5{padding-top:20px!important;padding-bottom:20px!important}.py-lg-6{padding-top:24px!important;padding-bottom:24px!important}.py-lg-7{padding-top:28px!important;padding-bottom:28px!important}.py-lg-8{padding-top:32px!important;padding-bottom:32px!important}.py-lg-9{padding-top:36px!important;padding-bottom:36px!important}.py-lg-10{padding-top:40px!important;padding-bottom:40px!important}.py-lg-11{padding-top:44px!important;padding-bottom:44px!important}.py-lg-12{padding-top:48px!important;padding-bottom:48px!important}.py-lg-13{padding-top:52px!important;padding-bottom:52px!important}.py-lg-14{padding-top:56px!important;padding-bottom:56px!important}.py-lg-15{padding-top:60px!important;padding-bottom:60px!important}.py-lg-16{padding-top:64px!important;padding-bottom:64px!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:4px!important}.pt-lg-2{padding-top:8px!important}.pt-lg-3{padding-top:12px!important}.pt-lg-4{padding-top:16px!important}.pt-lg-5{padding-top:20px!important}.pt-lg-6{padding-top:24px!important}.pt-lg-7{padding-top:28px!important}.pt-lg-8{padding-top:32px!important}.pt-lg-9{padding-top:36px!important}.pt-lg-10{padding-top:40px!important}.pt-lg-11{padding-top:44px!important}.pt-lg-12{padding-top:48px!important}.pt-lg-13{padding-top:52px!important}.pt-lg-14{padding-top:56px!important}.pt-lg-15{padding-top:60px!important}.pt-lg-16{padding-top:64px!important}.pr-lg-0{padding-right:0!important}.pr-lg-1{padding-right:4px!important}.pr-lg-2{padding-right:8px!important}.pr-lg-3{padding-right:12px!important}.pr-lg-4{padding-right:16px!important}.pr-lg-5{padding-right:20px!important}.pr-lg-6{padding-right:24px!important}.pr-lg-7{padding-right:28px!important}.pr-lg-8{padding-right:32px!important}.pr-lg-9{padding-right:36px!important}.pr-lg-10{padding-right:40px!important}.pr-lg-11{padding-right:44px!important}.pr-lg-12{padding-right:48px!important}.pr-lg-13{padding-right:52px!important}.pr-lg-14{padding-right:56px!important}.pr-lg-15{padding-right:60px!important}.pr-lg-16{padding-right:64px!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:4px!important}.pb-lg-2{padding-bottom:8px!important}.pb-lg-3{padding-bottom:12px!important}.pb-lg-4{padding-bottom:16px!important}.pb-lg-5{padding-bottom:20px!important}.pb-lg-6{padding-bottom:24px!important}.pb-lg-7{padding-bottom:28px!important}.pb-lg-8{padding-bottom:32px!important}.pb-lg-9{padding-bottom:36px!important}.pb-lg-10{padding-bottom:40px!important}.pb-lg-11{padding-bottom:44px!important}.pb-lg-12{padding-bottom:48px!important}.pb-lg-13{padding-bottom:52px!important}.pb-lg-14{padding-bottom:56px!important}.pb-lg-15{padding-bottom:60px!important}.pb-lg-16{padding-bottom:64px!important}.pl-lg-0{padding-left:0!important}.pl-lg-1{padding-left:4px!important}.pl-lg-2{padding-left:8px!important}.pl-lg-3{padding-left:12px!important}.pl-lg-4{padding-left:16px!important}.pl-lg-5{padding-left:20px!important}.pl-lg-6{padding-left:24px!important}.pl-lg-7{padding-left:28px!important}.pl-lg-8{padding-left:32px!important}.pl-lg-9{padding-left:36px!important}.pl-lg-10{padding-left:40px!important}.pl-lg-11{padding-left:44px!important}.pl-lg-12{padding-left:48px!important}.pl-lg-13{padding-left:52px!important}.pl-lg-14{padding-left:56px!important}.pl-lg-15{padding-left:60px!important}.pl-lg-16{padding-left:64px!important}.ps-lg-0{padding-inline-start:0px!important}.ps-lg-1{padding-inline-start:4px!important}.ps-lg-2{padding-inline-start:8px!important}.ps-lg-3{padding-inline-start:12px!important}.ps-lg-4{padding-inline-start:16px!important}.ps-lg-5{padding-inline-start:20px!important}.ps-lg-6{padding-inline-start:24px!important}.ps-lg-7{padding-inline-start:28px!important}.ps-lg-8{padding-inline-start:32px!important}.ps-lg-9{padding-inline-start:36px!important}.ps-lg-10{padding-inline-start:40px!important}.ps-lg-11{padding-inline-start:44px!important}.ps-lg-12{padding-inline-start:48px!important}.ps-lg-13{padding-inline-start:52px!important}.ps-lg-14{padding-inline-start:56px!important}.ps-lg-15{padding-inline-start:60px!important}.ps-lg-16{padding-inline-start:64px!important}.pe-lg-0{padding-inline-end:0px!important}.pe-lg-1{padding-inline-end:4px!important}.pe-lg-2{padding-inline-end:8px!important}.pe-lg-3{padding-inline-end:12px!important}.pe-lg-4{padding-inline-end:16px!important}.pe-lg-5{padding-inline-end:20px!important}.pe-lg-6{padding-inline-end:24px!important}.pe-lg-7{padding-inline-end:28px!important}.pe-lg-8{padding-inline-end:32px!important}.pe-lg-9{padding-inline-end:36px!important}.pe-lg-10{padding-inline-end:40px!important}.pe-lg-11{padding-inline-end:44px!important}.pe-lg-12{padding-inline-end:48px!important}.pe-lg-13{padding-inline-end:52px!important}.pe-lg-14{padding-inline-end:56px!important}.pe-lg-15{padding-inline-end:60px!important}.pe-lg-16{padding-inline-end:64px!important}.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}.text-lg-justify{text-align:justify!important}.text-lg-start{text-align:start!important}.text-lg-end{text-align:end!important}.text-lg-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-lg-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.h-lg-auto{height:auto!important}.h-lg-screen{height:100vh!important}.h-lg-0{height:0!important}.h-lg-25{height:25%!important}.h-lg-50{height:50%!important}.h-lg-75{height:75%!important}.h-lg-100{height:100%!important}.w-lg-auto{width:auto!important}.w-lg-0{width:0!important}.w-lg-25{width:25%!important}.w-lg-33{width:33%!important}.w-lg-50{width:50%!important}.w-lg-66{width:66%!important}.w-lg-75{width:75%!important}.w-lg-100{width:100%!important}}@media (min-width: 1920px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.float-xl-none{float:none!important}.float-xl-left{float:left!important}.float-xl-right{float:right!important}.v-locale--is-rtl .float-xl-end{float:left!important}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right!important}.v-locale--is-ltr .float-xl-start{float:left!important}.flex-xl-fill,.flex-xl-1-1{flex:1 1 auto!important}.flex-xl-1-0{flex:1 0 auto!important}.flex-xl-0-1{flex:0 1 auto!important}.flex-xl-0-0{flex:0 0 auto!important}.flex-xl-1-1-100{flex:1 1 100%!important}.flex-xl-1-0-100{flex:1 0 100%!important}.flex-xl-0-1-100{flex:0 1 100%!important}.flex-xl-0-0-100{flex:0 0 100%!important}.flex-xl-1-1-0{flex:1 1 0!important}.flex-xl-1-0-0{flex:1 0 0!important}.flex-xl-0-1-0{flex:0 1 0!important}.flex-xl-0-0-0{flex:0 0 0!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-xl-start{justify-content:flex-start!important}.justify-xl-end{justify-content:flex-end!important}.justify-xl-center{justify-content:center!important}.justify-xl-space-between{justify-content:space-between!important}.justify-xl-space-around{justify-content:space-around!important}.justify-xl-space-evenly{justify-content:space-evenly!important}.align-xl-start{align-items:flex-start!important}.align-xl-end{align-items:flex-end!important}.align-xl-center{align-items:center!important}.align-xl-baseline{align-items:baseline!important}.align-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-space-between{align-content:space-between!important}.align-content-xl-space-around{align-content:space-around!important}.align-content-xl-space-evenly{align-content:space-evenly!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-6{order:6!important}.order-xl-7{order:7!important}.order-xl-8{order:8!important}.order-xl-9{order:9!important}.order-xl-10{order:10!important}.order-xl-11{order:11!important}.order-xl-12{order:12!important}.order-xl-last{order:13!important}.ga-xl-0{gap:0px!important}.ga-xl-1{gap:4px!important}.ga-xl-2{gap:8px!important}.ga-xl-3{gap:12px!important}.ga-xl-4{gap:16px!important}.ga-xl-5{gap:20px!important}.ga-xl-6{gap:24px!important}.ga-xl-7{gap:28px!important}.ga-xl-8{gap:32px!important}.ga-xl-9{gap:36px!important}.ga-xl-10{gap:40px!important}.ga-xl-11{gap:44px!important}.ga-xl-12{gap:48px!important}.ga-xl-13{gap:52px!important}.ga-xl-14{gap:56px!important}.ga-xl-15{gap:60px!important}.ga-xl-16{gap:64px!important}.ga-xl-auto{gap:auto!important}.gr-xl-0{row-gap:0px!important}.gr-xl-1{row-gap:4px!important}.gr-xl-2{row-gap:8px!important}.gr-xl-3{row-gap:12px!important}.gr-xl-4{row-gap:16px!important}.gr-xl-5{row-gap:20px!important}.gr-xl-6{row-gap:24px!important}.gr-xl-7{row-gap:28px!important}.gr-xl-8{row-gap:32px!important}.gr-xl-9{row-gap:36px!important}.gr-xl-10{row-gap:40px!important}.gr-xl-11{row-gap:44px!important}.gr-xl-12{row-gap:48px!important}.gr-xl-13{row-gap:52px!important}.gr-xl-14{row-gap:56px!important}.gr-xl-15{row-gap:60px!important}.gr-xl-16{row-gap:64px!important}.gr-xl-auto{row-gap:auto!important}.gc-xl-0{column-gap:0px!important}.gc-xl-1{column-gap:4px!important}.gc-xl-2{column-gap:8px!important}.gc-xl-3{column-gap:12px!important}.gc-xl-4{column-gap:16px!important}.gc-xl-5{column-gap:20px!important}.gc-xl-6{column-gap:24px!important}.gc-xl-7{column-gap:28px!important}.gc-xl-8{column-gap:32px!important}.gc-xl-9{column-gap:36px!important}.gc-xl-10{column-gap:40px!important}.gc-xl-11{column-gap:44px!important}.gc-xl-12{column-gap:48px!important}.gc-xl-13{column-gap:52px!important}.gc-xl-14{column-gap:56px!important}.gc-xl-15{column-gap:60px!important}.gc-xl-16{column-gap:64px!important}.gc-xl-auto{column-gap:auto!important}.ma-xl-0{margin:0!important}.ma-xl-1{margin:4px!important}.ma-xl-2{margin:8px!important}.ma-xl-3{margin:12px!important}.ma-xl-4{margin:16px!important}.ma-xl-5{margin:20px!important}.ma-xl-6{margin:24px!important}.ma-xl-7{margin:28px!important}.ma-xl-8{margin:32px!important}.ma-xl-9{margin:36px!important}.ma-xl-10{margin:40px!important}.ma-xl-11{margin:44px!important}.ma-xl-12{margin:48px!important}.ma-xl-13{margin:52px!important}.ma-xl-14{margin:56px!important}.ma-xl-15{margin:60px!important}.ma-xl-16{margin:64px!important}.ma-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:4px!important;margin-left:4px!important}.mx-xl-2{margin-right:8px!important;margin-left:8px!important}.mx-xl-3{margin-right:12px!important;margin-left:12px!important}.mx-xl-4{margin-right:16px!important;margin-left:16px!important}.mx-xl-5{margin-right:20px!important;margin-left:20px!important}.mx-xl-6{margin-right:24px!important;margin-left:24px!important}.mx-xl-7{margin-right:28px!important;margin-left:28px!important}.mx-xl-8{margin-right:32px!important;margin-left:32px!important}.mx-xl-9{margin-right:36px!important;margin-left:36px!important}.mx-xl-10{margin-right:40px!important;margin-left:40px!important}.mx-xl-11{margin-right:44px!important;margin-left:44px!important}.mx-xl-12{margin-right:48px!important;margin-left:48px!important}.mx-xl-13{margin-right:52px!important;margin-left:52px!important}.mx-xl-14{margin-right:56px!important;margin-left:56px!important}.mx-xl-15{margin-right:60px!important;margin-left:60px!important}.mx-xl-16{margin-right:64px!important;margin-left:64px!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:4px!important;margin-bottom:4px!important}.my-xl-2{margin-top:8px!important;margin-bottom:8px!important}.my-xl-3{margin-top:12px!important;margin-bottom:12px!important}.my-xl-4{margin-top:16px!important;margin-bottom:16px!important}.my-xl-5{margin-top:20px!important;margin-bottom:20px!important}.my-xl-6{margin-top:24px!important;margin-bottom:24px!important}.my-xl-7{margin-top:28px!important;margin-bottom:28px!important}.my-xl-8{margin-top:32px!important;margin-bottom:32px!important}.my-xl-9{margin-top:36px!important;margin-bottom:36px!important}.my-xl-10{margin-top:40px!important;margin-bottom:40px!important}.my-xl-11{margin-top:44px!important;margin-bottom:44px!important}.my-xl-12{margin-top:48px!important;margin-bottom:48px!important}.my-xl-13{margin-top:52px!important;margin-bottom:52px!important}.my-xl-14{margin-top:56px!important;margin-bottom:56px!important}.my-xl-15{margin-top:60px!important;margin-bottom:60px!important}.my-xl-16{margin-top:64px!important;margin-bottom:64px!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:4px!important}.mt-xl-2{margin-top:8px!important}.mt-xl-3{margin-top:12px!important}.mt-xl-4{margin-top:16px!important}.mt-xl-5{margin-top:20px!important}.mt-xl-6{margin-top:24px!important}.mt-xl-7{margin-top:28px!important}.mt-xl-8{margin-top:32px!important}.mt-xl-9{margin-top:36px!important}.mt-xl-10{margin-top:40px!important}.mt-xl-11{margin-top:44px!important}.mt-xl-12{margin-top:48px!important}.mt-xl-13{margin-top:52px!important}.mt-xl-14{margin-top:56px!important}.mt-xl-15{margin-top:60px!important}.mt-xl-16{margin-top:64px!important}.mt-xl-auto{margin-top:auto!important}.mr-xl-0{margin-right:0!important}.mr-xl-1{margin-right:4px!important}.mr-xl-2{margin-right:8px!important}.mr-xl-3{margin-right:12px!important}.mr-xl-4{margin-right:16px!important}.mr-xl-5{margin-right:20px!important}.mr-xl-6{margin-right:24px!important}.mr-xl-7{margin-right:28px!important}.mr-xl-8{margin-right:32px!important}.mr-xl-9{margin-right:36px!important}.mr-xl-10{margin-right:40px!important}.mr-xl-11{margin-right:44px!important}.mr-xl-12{margin-right:48px!important}.mr-xl-13{margin-right:52px!important}.mr-xl-14{margin-right:56px!important}.mr-xl-15{margin-right:60px!important}.mr-xl-16{margin-right:64px!important}.mr-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:4px!important}.mb-xl-2{margin-bottom:8px!important}.mb-xl-3{margin-bottom:12px!important}.mb-xl-4{margin-bottom:16px!important}.mb-xl-5{margin-bottom:20px!important}.mb-xl-6{margin-bottom:24px!important}.mb-xl-7{margin-bottom:28px!important}.mb-xl-8{margin-bottom:32px!important}.mb-xl-9{margin-bottom:36px!important}.mb-xl-10{margin-bottom:40px!important}.mb-xl-11{margin-bottom:44px!important}.mb-xl-12{margin-bottom:48px!important}.mb-xl-13{margin-bottom:52px!important}.mb-xl-14{margin-bottom:56px!important}.mb-xl-15{margin-bottom:60px!important}.mb-xl-16{margin-bottom:64px!important}.mb-xl-auto{margin-bottom:auto!important}.ml-xl-0{margin-left:0!important}.ml-xl-1{margin-left:4px!important}.ml-xl-2{margin-left:8px!important}.ml-xl-3{margin-left:12px!important}.ml-xl-4{margin-left:16px!important}.ml-xl-5{margin-left:20px!important}.ml-xl-6{margin-left:24px!important}.ml-xl-7{margin-left:28px!important}.ml-xl-8{margin-left:32px!important}.ml-xl-9{margin-left:36px!important}.ml-xl-10{margin-left:40px!important}.ml-xl-11{margin-left:44px!important}.ml-xl-12{margin-left:48px!important}.ml-xl-13{margin-left:52px!important}.ml-xl-14{margin-left:56px!important}.ml-xl-15{margin-left:60px!important}.ml-xl-16{margin-left:64px!important}.ml-xl-auto{margin-left:auto!important}.ms-xl-0{margin-inline-start:0px!important}.ms-xl-1{margin-inline-start:4px!important}.ms-xl-2{margin-inline-start:8px!important}.ms-xl-3{margin-inline-start:12px!important}.ms-xl-4{margin-inline-start:16px!important}.ms-xl-5{margin-inline-start:20px!important}.ms-xl-6{margin-inline-start:24px!important}.ms-xl-7{margin-inline-start:28px!important}.ms-xl-8{margin-inline-start:32px!important}.ms-xl-9{margin-inline-start:36px!important}.ms-xl-10{margin-inline-start:40px!important}.ms-xl-11{margin-inline-start:44px!important}.ms-xl-12{margin-inline-start:48px!important}.ms-xl-13{margin-inline-start:52px!important}.ms-xl-14{margin-inline-start:56px!important}.ms-xl-15{margin-inline-start:60px!important}.ms-xl-16{margin-inline-start:64px!important}.ms-xl-auto{margin-inline-start:auto!important}.me-xl-0{margin-inline-end:0px!important}.me-xl-1{margin-inline-end:4px!important}.me-xl-2{margin-inline-end:8px!important}.me-xl-3{margin-inline-end:12px!important}.me-xl-4{margin-inline-end:16px!important}.me-xl-5{margin-inline-end:20px!important}.me-xl-6{margin-inline-end:24px!important}.me-xl-7{margin-inline-end:28px!important}.me-xl-8{margin-inline-end:32px!important}.me-xl-9{margin-inline-end:36px!important}.me-xl-10{margin-inline-end:40px!important}.me-xl-11{margin-inline-end:44px!important}.me-xl-12{margin-inline-end:48px!important}.me-xl-13{margin-inline-end:52px!important}.me-xl-14{margin-inline-end:56px!important}.me-xl-15{margin-inline-end:60px!important}.me-xl-16{margin-inline-end:64px!important}.me-xl-auto{margin-inline-end:auto!important}.ma-xl-n1{margin:-4px!important}.ma-xl-n2{margin:-8px!important}.ma-xl-n3{margin:-12px!important}.ma-xl-n4{margin:-16px!important}.ma-xl-n5{margin:-20px!important}.ma-xl-n6{margin:-24px!important}.ma-xl-n7{margin:-28px!important}.ma-xl-n8{margin:-32px!important}.ma-xl-n9{margin:-36px!important}.ma-xl-n10{margin:-40px!important}.ma-xl-n11{margin:-44px!important}.ma-xl-n12{margin:-48px!important}.ma-xl-n13{margin:-52px!important}.ma-xl-n14{margin:-56px!important}.ma-xl-n15{margin:-60px!important}.ma-xl-n16{margin:-64px!important}.mx-xl-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-xl-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-xl-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-xl-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-xl-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-xl-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-xl-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-xl-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-xl-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-xl-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-xl-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-xl-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-xl-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-xl-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-xl-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-xl-n16{margin-right:-64px!important;margin-left:-64px!important}.my-xl-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-xl-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-xl-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-xl-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-xl-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-xl-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-xl-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-xl-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-xl-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-xl-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-xl-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-xl-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-xl-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-xl-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-xl-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-xl-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-xl-n1{margin-top:-4px!important}.mt-xl-n2{margin-top:-8px!important}.mt-xl-n3{margin-top:-12px!important}.mt-xl-n4{margin-top:-16px!important}.mt-xl-n5{margin-top:-20px!important}.mt-xl-n6{margin-top:-24px!important}.mt-xl-n7{margin-top:-28px!important}.mt-xl-n8{margin-top:-32px!important}.mt-xl-n9{margin-top:-36px!important}.mt-xl-n10{margin-top:-40px!important}.mt-xl-n11{margin-top:-44px!important}.mt-xl-n12{margin-top:-48px!important}.mt-xl-n13{margin-top:-52px!important}.mt-xl-n14{margin-top:-56px!important}.mt-xl-n15{margin-top:-60px!important}.mt-xl-n16{margin-top:-64px!important}.mr-xl-n1{margin-right:-4px!important}.mr-xl-n2{margin-right:-8px!important}.mr-xl-n3{margin-right:-12px!important}.mr-xl-n4{margin-right:-16px!important}.mr-xl-n5{margin-right:-20px!important}.mr-xl-n6{margin-right:-24px!important}.mr-xl-n7{margin-right:-28px!important}.mr-xl-n8{margin-right:-32px!important}.mr-xl-n9{margin-right:-36px!important}.mr-xl-n10{margin-right:-40px!important}.mr-xl-n11{margin-right:-44px!important}.mr-xl-n12{margin-right:-48px!important}.mr-xl-n13{margin-right:-52px!important}.mr-xl-n14{margin-right:-56px!important}.mr-xl-n15{margin-right:-60px!important}.mr-xl-n16{margin-right:-64px!important}.mb-xl-n1{margin-bottom:-4px!important}.mb-xl-n2{margin-bottom:-8px!important}.mb-xl-n3{margin-bottom:-12px!important}.mb-xl-n4{margin-bottom:-16px!important}.mb-xl-n5{margin-bottom:-20px!important}.mb-xl-n6{margin-bottom:-24px!important}.mb-xl-n7{margin-bottom:-28px!important}.mb-xl-n8{margin-bottom:-32px!important}.mb-xl-n9{margin-bottom:-36px!important}.mb-xl-n10{margin-bottom:-40px!important}.mb-xl-n11{margin-bottom:-44px!important}.mb-xl-n12{margin-bottom:-48px!important}.mb-xl-n13{margin-bottom:-52px!important}.mb-xl-n14{margin-bottom:-56px!important}.mb-xl-n15{margin-bottom:-60px!important}.mb-xl-n16{margin-bottom:-64px!important}.ml-xl-n1{margin-left:-4px!important}.ml-xl-n2{margin-left:-8px!important}.ml-xl-n3{margin-left:-12px!important}.ml-xl-n4{margin-left:-16px!important}.ml-xl-n5{margin-left:-20px!important}.ml-xl-n6{margin-left:-24px!important}.ml-xl-n7{margin-left:-28px!important}.ml-xl-n8{margin-left:-32px!important}.ml-xl-n9{margin-left:-36px!important}.ml-xl-n10{margin-left:-40px!important}.ml-xl-n11{margin-left:-44px!important}.ml-xl-n12{margin-left:-48px!important}.ml-xl-n13{margin-left:-52px!important}.ml-xl-n14{margin-left:-56px!important}.ml-xl-n15{margin-left:-60px!important}.ml-xl-n16{margin-left:-64px!important}.ms-xl-n1{margin-inline-start:-4px!important}.ms-xl-n2{margin-inline-start:-8px!important}.ms-xl-n3{margin-inline-start:-12px!important}.ms-xl-n4{margin-inline-start:-16px!important}.ms-xl-n5{margin-inline-start:-20px!important}.ms-xl-n6{margin-inline-start:-24px!important}.ms-xl-n7{margin-inline-start:-28px!important}.ms-xl-n8{margin-inline-start:-32px!important}.ms-xl-n9{margin-inline-start:-36px!important}.ms-xl-n10{margin-inline-start:-40px!important}.ms-xl-n11{margin-inline-start:-44px!important}.ms-xl-n12{margin-inline-start:-48px!important}.ms-xl-n13{margin-inline-start:-52px!important}.ms-xl-n14{margin-inline-start:-56px!important}.ms-xl-n15{margin-inline-start:-60px!important}.ms-xl-n16{margin-inline-start:-64px!important}.me-xl-n1{margin-inline-end:-4px!important}.me-xl-n2{margin-inline-end:-8px!important}.me-xl-n3{margin-inline-end:-12px!important}.me-xl-n4{margin-inline-end:-16px!important}.me-xl-n5{margin-inline-end:-20px!important}.me-xl-n6{margin-inline-end:-24px!important}.me-xl-n7{margin-inline-end:-28px!important}.me-xl-n8{margin-inline-end:-32px!important}.me-xl-n9{margin-inline-end:-36px!important}.me-xl-n10{margin-inline-end:-40px!important}.me-xl-n11{margin-inline-end:-44px!important}.me-xl-n12{margin-inline-end:-48px!important}.me-xl-n13{margin-inline-end:-52px!important}.me-xl-n14{margin-inline-end:-56px!important}.me-xl-n15{margin-inline-end:-60px!important}.me-xl-n16{margin-inline-end:-64px!important}.pa-xl-0{padding:0!important}.pa-xl-1{padding:4px!important}.pa-xl-2{padding:8px!important}.pa-xl-3{padding:12px!important}.pa-xl-4{padding:16px!important}.pa-xl-5{padding:20px!important}.pa-xl-6{padding:24px!important}.pa-xl-7{padding:28px!important}.pa-xl-8{padding:32px!important}.pa-xl-9{padding:36px!important}.pa-xl-10{padding:40px!important}.pa-xl-11{padding:44px!important}.pa-xl-12{padding:48px!important}.pa-xl-13{padding:52px!important}.pa-xl-14{padding:56px!important}.pa-xl-15{padding:60px!important}.pa-xl-16{padding:64px!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:4px!important;padding-left:4px!important}.px-xl-2{padding-right:8px!important;padding-left:8px!important}.px-xl-3{padding-right:12px!important;padding-left:12px!important}.px-xl-4{padding-right:16px!important;padding-left:16px!important}.px-xl-5{padding-right:20px!important;padding-left:20px!important}.px-xl-6{padding-right:24px!important;padding-left:24px!important}.px-xl-7{padding-right:28px!important;padding-left:28px!important}.px-xl-8{padding-right:32px!important;padding-left:32px!important}.px-xl-9{padding-right:36px!important;padding-left:36px!important}.px-xl-10{padding-right:40px!important;padding-left:40px!important}.px-xl-11{padding-right:44px!important;padding-left:44px!important}.px-xl-12{padding-right:48px!important;padding-left:48px!important}.px-xl-13{padding-right:52px!important;padding-left:52px!important}.px-xl-14{padding-right:56px!important;padding-left:56px!important}.px-xl-15{padding-right:60px!important;padding-left:60px!important}.px-xl-16{padding-right:64px!important;padding-left:64px!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:4px!important;padding-bottom:4px!important}.py-xl-2{padding-top:8px!important;padding-bottom:8px!important}.py-xl-3{padding-top:12px!important;padding-bottom:12px!important}.py-xl-4{padding-top:16px!important;padding-bottom:16px!important}.py-xl-5{padding-top:20px!important;padding-bottom:20px!important}.py-xl-6{padding-top:24px!important;padding-bottom:24px!important}.py-xl-7{padding-top:28px!important;padding-bottom:28px!important}.py-xl-8{padding-top:32px!important;padding-bottom:32px!important}.py-xl-9{padding-top:36px!important;padding-bottom:36px!important}.py-xl-10{padding-top:40px!important;padding-bottom:40px!important}.py-xl-11{padding-top:44px!important;padding-bottom:44px!important}.py-xl-12{padding-top:48px!important;padding-bottom:48px!important}.py-xl-13{padding-top:52px!important;padding-bottom:52px!important}.py-xl-14{padding-top:56px!important;padding-bottom:56px!important}.py-xl-15{padding-top:60px!important;padding-bottom:60px!important}.py-xl-16{padding-top:64px!important;padding-bottom:64px!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:4px!important}.pt-xl-2{padding-top:8px!important}.pt-xl-3{padding-top:12px!important}.pt-xl-4{padding-top:16px!important}.pt-xl-5{padding-top:20px!important}.pt-xl-6{padding-top:24px!important}.pt-xl-7{padding-top:28px!important}.pt-xl-8{padding-top:32px!important}.pt-xl-9{padding-top:36px!important}.pt-xl-10{padding-top:40px!important}.pt-xl-11{padding-top:44px!important}.pt-xl-12{padding-top:48px!important}.pt-xl-13{padding-top:52px!important}.pt-xl-14{padding-top:56px!important}.pt-xl-15{padding-top:60px!important}.pt-xl-16{padding-top:64px!important}.pr-xl-0{padding-right:0!important}.pr-xl-1{padding-right:4px!important}.pr-xl-2{padding-right:8px!important}.pr-xl-3{padding-right:12px!important}.pr-xl-4{padding-right:16px!important}.pr-xl-5{padding-right:20px!important}.pr-xl-6{padding-right:24px!important}.pr-xl-7{padding-right:28px!important}.pr-xl-8{padding-right:32px!important}.pr-xl-9{padding-right:36px!important}.pr-xl-10{padding-right:40px!important}.pr-xl-11{padding-right:44px!important}.pr-xl-12{padding-right:48px!important}.pr-xl-13{padding-right:52px!important}.pr-xl-14{padding-right:56px!important}.pr-xl-15{padding-right:60px!important}.pr-xl-16{padding-right:64px!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:4px!important}.pb-xl-2{padding-bottom:8px!important}.pb-xl-3{padding-bottom:12px!important}.pb-xl-4{padding-bottom:16px!important}.pb-xl-5{padding-bottom:20px!important}.pb-xl-6{padding-bottom:24px!important}.pb-xl-7{padding-bottom:28px!important}.pb-xl-8{padding-bottom:32px!important}.pb-xl-9{padding-bottom:36px!important}.pb-xl-10{padding-bottom:40px!important}.pb-xl-11{padding-bottom:44px!important}.pb-xl-12{padding-bottom:48px!important}.pb-xl-13{padding-bottom:52px!important}.pb-xl-14{padding-bottom:56px!important}.pb-xl-15{padding-bottom:60px!important}.pb-xl-16{padding-bottom:64px!important}.pl-xl-0{padding-left:0!important}.pl-xl-1{padding-left:4px!important}.pl-xl-2{padding-left:8px!important}.pl-xl-3{padding-left:12px!important}.pl-xl-4{padding-left:16px!important}.pl-xl-5{padding-left:20px!important}.pl-xl-6{padding-left:24px!important}.pl-xl-7{padding-left:28px!important}.pl-xl-8{padding-left:32px!important}.pl-xl-9{padding-left:36px!important}.pl-xl-10{padding-left:40px!important}.pl-xl-11{padding-left:44px!important}.pl-xl-12{padding-left:48px!important}.pl-xl-13{padding-left:52px!important}.pl-xl-14{padding-left:56px!important}.pl-xl-15{padding-left:60px!important}.pl-xl-16{padding-left:64px!important}.ps-xl-0{padding-inline-start:0px!important}.ps-xl-1{padding-inline-start:4px!important}.ps-xl-2{padding-inline-start:8px!important}.ps-xl-3{padding-inline-start:12px!important}.ps-xl-4{padding-inline-start:16px!important}.ps-xl-5{padding-inline-start:20px!important}.ps-xl-6{padding-inline-start:24px!important}.ps-xl-7{padding-inline-start:28px!important}.ps-xl-8{padding-inline-start:32px!important}.ps-xl-9{padding-inline-start:36px!important}.ps-xl-10{padding-inline-start:40px!important}.ps-xl-11{padding-inline-start:44px!important}.ps-xl-12{padding-inline-start:48px!important}.ps-xl-13{padding-inline-start:52px!important}.ps-xl-14{padding-inline-start:56px!important}.ps-xl-15{padding-inline-start:60px!important}.ps-xl-16{padding-inline-start:64px!important}.pe-xl-0{padding-inline-end:0px!important}.pe-xl-1{padding-inline-end:4px!important}.pe-xl-2{padding-inline-end:8px!important}.pe-xl-3{padding-inline-end:12px!important}.pe-xl-4{padding-inline-end:16px!important}.pe-xl-5{padding-inline-end:20px!important}.pe-xl-6{padding-inline-end:24px!important}.pe-xl-7{padding-inline-end:28px!important}.pe-xl-8{padding-inline-end:32px!important}.pe-xl-9{padding-inline-end:36px!important}.pe-xl-10{padding-inline-end:40px!important}.pe-xl-11{padding-inline-end:44px!important}.pe-xl-12{padding-inline-end:48px!important}.pe-xl-13{padding-inline-end:52px!important}.pe-xl-14{padding-inline-end:56px!important}.pe-xl-15{padding-inline-end:60px!important}.pe-xl-16{padding-inline-end:64px!important}.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}.text-xl-justify{text-align:justify!important}.text-xl-start{text-align:start!important}.text-xl-end{text-align:end!important}.text-xl-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-xl-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.h-xl-auto{height:auto!important}.h-xl-screen{height:100vh!important}.h-xl-0{height:0!important}.h-xl-25{height:25%!important}.h-xl-50{height:50%!important}.h-xl-75{height:75%!important}.h-xl-100{height:100%!important}.w-xl-auto{width:auto!important}.w-xl-0{width:0!important}.w-xl-25{width:25%!important}.w-xl-33{width:33%!important}.w-xl-50{width:50%!important}.w-xl-66{width:66%!important}.w-xl-75{width:75%!important}.w-xl-100{width:100%!important}}@media (min-width: 2560px){.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.float-xxl-none{float:none!important}.float-xxl-left{float:left!important}.float-xxl-right{float:right!important}.v-locale--is-rtl .float-xxl-end{float:left!important}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right!important}.v-locale--is-ltr .float-xxl-start{float:left!important}.flex-xxl-fill,.flex-xxl-1-1{flex:1 1 auto!important}.flex-xxl-1-0{flex:1 0 auto!important}.flex-xxl-0-1{flex:0 1 auto!important}.flex-xxl-0-0{flex:0 0 auto!important}.flex-xxl-1-1-100{flex:1 1 100%!important}.flex-xxl-1-0-100{flex:1 0 100%!important}.flex-xxl-0-1-100{flex:0 1 100%!important}.flex-xxl-0-0-100{flex:0 0 100%!important}.flex-xxl-1-1-0{flex:1 1 0!important}.flex-xxl-1-0-0{flex:1 0 0!important}.flex-xxl-0-1-0{flex:0 1 0!important}.flex-xxl-0-0-0{flex:0 0 0!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-xxl-start{justify-content:flex-start!important}.justify-xxl-end{justify-content:flex-end!important}.justify-xxl-center{justify-content:center!important}.justify-xxl-space-between{justify-content:space-between!important}.justify-xxl-space-around{justify-content:space-around!important}.justify-xxl-space-evenly{justify-content:space-evenly!important}.align-xxl-start{align-items:flex-start!important}.align-xxl-end{align-items:flex-end!important}.align-xxl-center{align-items:center!important}.align-xxl-baseline{align-items:baseline!important}.align-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-space-between{align-content:space-between!important}.align-content-xxl-space-around{align-content:space-around!important}.align-content-xxl-space-evenly{align-content:space-evenly!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-6{order:6!important}.order-xxl-7{order:7!important}.order-xxl-8{order:8!important}.order-xxl-9{order:9!important}.order-xxl-10{order:10!important}.order-xxl-11{order:11!important}.order-xxl-12{order:12!important}.order-xxl-last{order:13!important}.ga-xxl-0{gap:0px!important}.ga-xxl-1{gap:4px!important}.ga-xxl-2{gap:8px!important}.ga-xxl-3{gap:12px!important}.ga-xxl-4{gap:16px!important}.ga-xxl-5{gap:20px!important}.ga-xxl-6{gap:24px!important}.ga-xxl-7{gap:28px!important}.ga-xxl-8{gap:32px!important}.ga-xxl-9{gap:36px!important}.ga-xxl-10{gap:40px!important}.ga-xxl-11{gap:44px!important}.ga-xxl-12{gap:48px!important}.ga-xxl-13{gap:52px!important}.ga-xxl-14{gap:56px!important}.ga-xxl-15{gap:60px!important}.ga-xxl-16{gap:64px!important}.ga-xxl-auto{gap:auto!important}.gr-xxl-0{row-gap:0px!important}.gr-xxl-1{row-gap:4px!important}.gr-xxl-2{row-gap:8px!important}.gr-xxl-3{row-gap:12px!important}.gr-xxl-4{row-gap:16px!important}.gr-xxl-5{row-gap:20px!important}.gr-xxl-6{row-gap:24px!important}.gr-xxl-7{row-gap:28px!important}.gr-xxl-8{row-gap:32px!important}.gr-xxl-9{row-gap:36px!important}.gr-xxl-10{row-gap:40px!important}.gr-xxl-11{row-gap:44px!important}.gr-xxl-12{row-gap:48px!important}.gr-xxl-13{row-gap:52px!important}.gr-xxl-14{row-gap:56px!important}.gr-xxl-15{row-gap:60px!important}.gr-xxl-16{row-gap:64px!important}.gr-xxl-auto{row-gap:auto!important}.gc-xxl-0{column-gap:0px!important}.gc-xxl-1{column-gap:4px!important}.gc-xxl-2{column-gap:8px!important}.gc-xxl-3{column-gap:12px!important}.gc-xxl-4{column-gap:16px!important}.gc-xxl-5{column-gap:20px!important}.gc-xxl-6{column-gap:24px!important}.gc-xxl-7{column-gap:28px!important}.gc-xxl-8{column-gap:32px!important}.gc-xxl-9{column-gap:36px!important}.gc-xxl-10{column-gap:40px!important}.gc-xxl-11{column-gap:44px!important}.gc-xxl-12{column-gap:48px!important}.gc-xxl-13{column-gap:52px!important}.gc-xxl-14{column-gap:56px!important}.gc-xxl-15{column-gap:60px!important}.gc-xxl-16{column-gap:64px!important}.gc-xxl-auto{column-gap:auto!important}.ma-xxl-0{margin:0!important}.ma-xxl-1{margin:4px!important}.ma-xxl-2{margin:8px!important}.ma-xxl-3{margin:12px!important}.ma-xxl-4{margin:16px!important}.ma-xxl-5{margin:20px!important}.ma-xxl-6{margin:24px!important}.ma-xxl-7{margin:28px!important}.ma-xxl-8{margin:32px!important}.ma-xxl-9{margin:36px!important}.ma-xxl-10{margin:40px!important}.ma-xxl-11{margin:44px!important}.ma-xxl-12{margin:48px!important}.ma-xxl-13{margin:52px!important}.ma-xxl-14{margin:56px!important}.ma-xxl-15{margin:60px!important}.ma-xxl-16{margin:64px!important}.ma-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:4px!important;margin-left:4px!important}.mx-xxl-2{margin-right:8px!important;margin-left:8px!important}.mx-xxl-3{margin-right:12px!important;margin-left:12px!important}.mx-xxl-4{margin-right:16px!important;margin-left:16px!important}.mx-xxl-5{margin-right:20px!important;margin-left:20px!important}.mx-xxl-6{margin-right:24px!important;margin-left:24px!important}.mx-xxl-7{margin-right:28px!important;margin-left:28px!important}.mx-xxl-8{margin-right:32px!important;margin-left:32px!important}.mx-xxl-9{margin-right:36px!important;margin-left:36px!important}.mx-xxl-10{margin-right:40px!important;margin-left:40px!important}.mx-xxl-11{margin-right:44px!important;margin-left:44px!important}.mx-xxl-12{margin-right:48px!important;margin-left:48px!important}.mx-xxl-13{margin-right:52px!important;margin-left:52px!important}.mx-xxl-14{margin-right:56px!important;margin-left:56px!important}.mx-xxl-15{margin-right:60px!important;margin-left:60px!important}.mx-xxl-16{margin-right:64px!important;margin-left:64px!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:4px!important;margin-bottom:4px!important}.my-xxl-2{margin-top:8px!important;margin-bottom:8px!important}.my-xxl-3{margin-top:12px!important;margin-bottom:12px!important}.my-xxl-4{margin-top:16px!important;margin-bottom:16px!important}.my-xxl-5{margin-top:20px!important;margin-bottom:20px!important}.my-xxl-6{margin-top:24px!important;margin-bottom:24px!important}.my-xxl-7{margin-top:28px!important;margin-bottom:28px!important}.my-xxl-8{margin-top:32px!important;margin-bottom:32px!important}.my-xxl-9{margin-top:36px!important;margin-bottom:36px!important}.my-xxl-10{margin-top:40px!important;margin-bottom:40px!important}.my-xxl-11{margin-top:44px!important;margin-bottom:44px!important}.my-xxl-12{margin-top:48px!important;margin-bottom:48px!important}.my-xxl-13{margin-top:52px!important;margin-bottom:52px!important}.my-xxl-14{margin-top:56px!important;margin-bottom:56px!important}.my-xxl-15{margin-top:60px!important;margin-bottom:60px!important}.my-xxl-16{margin-top:64px!important;margin-bottom:64px!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:4px!important}.mt-xxl-2{margin-top:8px!important}.mt-xxl-3{margin-top:12px!important}.mt-xxl-4{margin-top:16px!important}.mt-xxl-5{margin-top:20px!important}.mt-xxl-6{margin-top:24px!important}.mt-xxl-7{margin-top:28px!important}.mt-xxl-8{margin-top:32px!important}.mt-xxl-9{margin-top:36px!important}.mt-xxl-10{margin-top:40px!important}.mt-xxl-11{margin-top:44px!important}.mt-xxl-12{margin-top:48px!important}.mt-xxl-13{margin-top:52px!important}.mt-xxl-14{margin-top:56px!important}.mt-xxl-15{margin-top:60px!important}.mt-xxl-16{margin-top:64px!important}.mt-xxl-auto{margin-top:auto!important}.mr-xxl-0{margin-right:0!important}.mr-xxl-1{margin-right:4px!important}.mr-xxl-2{margin-right:8px!important}.mr-xxl-3{margin-right:12px!important}.mr-xxl-4{margin-right:16px!important}.mr-xxl-5{margin-right:20px!important}.mr-xxl-6{margin-right:24px!important}.mr-xxl-7{margin-right:28px!important}.mr-xxl-8{margin-right:32px!important}.mr-xxl-9{margin-right:36px!important}.mr-xxl-10{margin-right:40px!important}.mr-xxl-11{margin-right:44px!important}.mr-xxl-12{margin-right:48px!important}.mr-xxl-13{margin-right:52px!important}.mr-xxl-14{margin-right:56px!important}.mr-xxl-15{margin-right:60px!important}.mr-xxl-16{margin-right:64px!important}.mr-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:4px!important}.mb-xxl-2{margin-bottom:8px!important}.mb-xxl-3{margin-bottom:12px!important}.mb-xxl-4{margin-bottom:16px!important}.mb-xxl-5{margin-bottom:20px!important}.mb-xxl-6{margin-bottom:24px!important}.mb-xxl-7{margin-bottom:28px!important}.mb-xxl-8{margin-bottom:32px!important}.mb-xxl-9{margin-bottom:36px!important}.mb-xxl-10{margin-bottom:40px!important}.mb-xxl-11{margin-bottom:44px!important}.mb-xxl-12{margin-bottom:48px!important}.mb-xxl-13{margin-bottom:52px!important}.mb-xxl-14{margin-bottom:56px!important}.mb-xxl-15{margin-bottom:60px!important}.mb-xxl-16{margin-bottom:64px!important}.mb-xxl-auto{margin-bottom:auto!important}.ml-xxl-0{margin-left:0!important}.ml-xxl-1{margin-left:4px!important}.ml-xxl-2{margin-left:8px!important}.ml-xxl-3{margin-left:12px!important}.ml-xxl-4{margin-left:16px!important}.ml-xxl-5{margin-left:20px!important}.ml-xxl-6{margin-left:24px!important}.ml-xxl-7{margin-left:28px!important}.ml-xxl-8{margin-left:32px!important}.ml-xxl-9{margin-left:36px!important}.ml-xxl-10{margin-left:40px!important}.ml-xxl-11{margin-left:44px!important}.ml-xxl-12{margin-left:48px!important}.ml-xxl-13{margin-left:52px!important}.ml-xxl-14{margin-left:56px!important}.ml-xxl-15{margin-left:60px!important}.ml-xxl-16{margin-left:64px!important}.ml-xxl-auto{margin-left:auto!important}.ms-xxl-0{margin-inline-start:0px!important}.ms-xxl-1{margin-inline-start:4px!important}.ms-xxl-2{margin-inline-start:8px!important}.ms-xxl-3{margin-inline-start:12px!important}.ms-xxl-4{margin-inline-start:16px!important}.ms-xxl-5{margin-inline-start:20px!important}.ms-xxl-6{margin-inline-start:24px!important}.ms-xxl-7{margin-inline-start:28px!important}.ms-xxl-8{margin-inline-start:32px!important}.ms-xxl-9{margin-inline-start:36px!important}.ms-xxl-10{margin-inline-start:40px!important}.ms-xxl-11{margin-inline-start:44px!important}.ms-xxl-12{margin-inline-start:48px!important}.ms-xxl-13{margin-inline-start:52px!important}.ms-xxl-14{margin-inline-start:56px!important}.ms-xxl-15{margin-inline-start:60px!important}.ms-xxl-16{margin-inline-start:64px!important}.ms-xxl-auto{margin-inline-start:auto!important}.me-xxl-0{margin-inline-end:0px!important}.me-xxl-1{margin-inline-end:4px!important}.me-xxl-2{margin-inline-end:8px!important}.me-xxl-3{margin-inline-end:12px!important}.me-xxl-4{margin-inline-end:16px!important}.me-xxl-5{margin-inline-end:20px!important}.me-xxl-6{margin-inline-end:24px!important}.me-xxl-7{margin-inline-end:28px!important}.me-xxl-8{margin-inline-end:32px!important}.me-xxl-9{margin-inline-end:36px!important}.me-xxl-10{margin-inline-end:40px!important}.me-xxl-11{margin-inline-end:44px!important}.me-xxl-12{margin-inline-end:48px!important}.me-xxl-13{margin-inline-end:52px!important}.me-xxl-14{margin-inline-end:56px!important}.me-xxl-15{margin-inline-end:60px!important}.me-xxl-16{margin-inline-end:64px!important}.me-xxl-auto{margin-inline-end:auto!important}.ma-xxl-n1{margin:-4px!important}.ma-xxl-n2{margin:-8px!important}.ma-xxl-n3{margin:-12px!important}.ma-xxl-n4{margin:-16px!important}.ma-xxl-n5{margin:-20px!important}.ma-xxl-n6{margin:-24px!important}.ma-xxl-n7{margin:-28px!important}.ma-xxl-n8{margin:-32px!important}.ma-xxl-n9{margin:-36px!important}.ma-xxl-n10{margin:-40px!important}.ma-xxl-n11{margin:-44px!important}.ma-xxl-n12{margin:-48px!important}.ma-xxl-n13{margin:-52px!important}.ma-xxl-n14{margin:-56px!important}.ma-xxl-n15{margin:-60px!important}.ma-xxl-n16{margin:-64px!important}.mx-xxl-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-xxl-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-xxl-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-xxl-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-xxl-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-xxl-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-xxl-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-xxl-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-xxl-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-xxl-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-xxl-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-xxl-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-xxl-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-xxl-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-xxl-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-xxl-n16{margin-right:-64px!important;margin-left:-64px!important}.my-xxl-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-xxl-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-xxl-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-xxl-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-xxl-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-xxl-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-xxl-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-xxl-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-xxl-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-xxl-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-xxl-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-xxl-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-xxl-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-xxl-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-xxl-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-xxl-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-xxl-n1{margin-top:-4px!important}.mt-xxl-n2{margin-top:-8px!important}.mt-xxl-n3{margin-top:-12px!important}.mt-xxl-n4{margin-top:-16px!important}.mt-xxl-n5{margin-top:-20px!important}.mt-xxl-n6{margin-top:-24px!important}.mt-xxl-n7{margin-top:-28px!important}.mt-xxl-n8{margin-top:-32px!important}.mt-xxl-n9{margin-top:-36px!important}.mt-xxl-n10{margin-top:-40px!important}.mt-xxl-n11{margin-top:-44px!important}.mt-xxl-n12{margin-top:-48px!important}.mt-xxl-n13{margin-top:-52px!important}.mt-xxl-n14{margin-top:-56px!important}.mt-xxl-n15{margin-top:-60px!important}.mt-xxl-n16{margin-top:-64px!important}.mr-xxl-n1{margin-right:-4px!important}.mr-xxl-n2{margin-right:-8px!important}.mr-xxl-n3{margin-right:-12px!important}.mr-xxl-n4{margin-right:-16px!important}.mr-xxl-n5{margin-right:-20px!important}.mr-xxl-n6{margin-right:-24px!important}.mr-xxl-n7{margin-right:-28px!important}.mr-xxl-n8{margin-right:-32px!important}.mr-xxl-n9{margin-right:-36px!important}.mr-xxl-n10{margin-right:-40px!important}.mr-xxl-n11{margin-right:-44px!important}.mr-xxl-n12{margin-right:-48px!important}.mr-xxl-n13{margin-right:-52px!important}.mr-xxl-n14{margin-right:-56px!important}.mr-xxl-n15{margin-right:-60px!important}.mr-xxl-n16{margin-right:-64px!important}.mb-xxl-n1{margin-bottom:-4px!important}.mb-xxl-n2{margin-bottom:-8px!important}.mb-xxl-n3{margin-bottom:-12px!important}.mb-xxl-n4{margin-bottom:-16px!important}.mb-xxl-n5{margin-bottom:-20px!important}.mb-xxl-n6{margin-bottom:-24px!important}.mb-xxl-n7{margin-bottom:-28px!important}.mb-xxl-n8{margin-bottom:-32px!important}.mb-xxl-n9{margin-bottom:-36px!important}.mb-xxl-n10{margin-bottom:-40px!important}.mb-xxl-n11{margin-bottom:-44px!important}.mb-xxl-n12{margin-bottom:-48px!important}.mb-xxl-n13{margin-bottom:-52px!important}.mb-xxl-n14{margin-bottom:-56px!important}.mb-xxl-n15{margin-bottom:-60px!important}.mb-xxl-n16{margin-bottom:-64px!important}.ml-xxl-n1{margin-left:-4px!important}.ml-xxl-n2{margin-left:-8px!important}.ml-xxl-n3{margin-left:-12px!important}.ml-xxl-n4{margin-left:-16px!important}.ml-xxl-n5{margin-left:-20px!important}.ml-xxl-n6{margin-left:-24px!important}.ml-xxl-n7{margin-left:-28px!important}.ml-xxl-n8{margin-left:-32px!important}.ml-xxl-n9{margin-left:-36px!important}.ml-xxl-n10{margin-left:-40px!important}.ml-xxl-n11{margin-left:-44px!important}.ml-xxl-n12{margin-left:-48px!important}.ml-xxl-n13{margin-left:-52px!important}.ml-xxl-n14{margin-left:-56px!important}.ml-xxl-n15{margin-left:-60px!important}.ml-xxl-n16{margin-left:-64px!important}.ms-xxl-n1{margin-inline-start:-4px!important}.ms-xxl-n2{margin-inline-start:-8px!important}.ms-xxl-n3{margin-inline-start:-12px!important}.ms-xxl-n4{margin-inline-start:-16px!important}.ms-xxl-n5{margin-inline-start:-20px!important}.ms-xxl-n6{margin-inline-start:-24px!important}.ms-xxl-n7{margin-inline-start:-28px!important}.ms-xxl-n8{margin-inline-start:-32px!important}.ms-xxl-n9{margin-inline-start:-36px!important}.ms-xxl-n10{margin-inline-start:-40px!important}.ms-xxl-n11{margin-inline-start:-44px!important}.ms-xxl-n12{margin-inline-start:-48px!important}.ms-xxl-n13{margin-inline-start:-52px!important}.ms-xxl-n14{margin-inline-start:-56px!important}.ms-xxl-n15{margin-inline-start:-60px!important}.ms-xxl-n16{margin-inline-start:-64px!important}.me-xxl-n1{margin-inline-end:-4px!important}.me-xxl-n2{margin-inline-end:-8px!important}.me-xxl-n3{margin-inline-end:-12px!important}.me-xxl-n4{margin-inline-end:-16px!important}.me-xxl-n5{margin-inline-end:-20px!important}.me-xxl-n6{margin-inline-end:-24px!important}.me-xxl-n7{margin-inline-end:-28px!important}.me-xxl-n8{margin-inline-end:-32px!important}.me-xxl-n9{margin-inline-end:-36px!important}.me-xxl-n10{margin-inline-end:-40px!important}.me-xxl-n11{margin-inline-end:-44px!important}.me-xxl-n12{margin-inline-end:-48px!important}.me-xxl-n13{margin-inline-end:-52px!important}.me-xxl-n14{margin-inline-end:-56px!important}.me-xxl-n15{margin-inline-end:-60px!important}.me-xxl-n16{margin-inline-end:-64px!important}.pa-xxl-0{padding:0!important}.pa-xxl-1{padding:4px!important}.pa-xxl-2{padding:8px!important}.pa-xxl-3{padding:12px!important}.pa-xxl-4{padding:16px!important}.pa-xxl-5{padding:20px!important}.pa-xxl-6{padding:24px!important}.pa-xxl-7{padding:28px!important}.pa-xxl-8{padding:32px!important}.pa-xxl-9{padding:36px!important}.pa-xxl-10{padding:40px!important}.pa-xxl-11{padding:44px!important}.pa-xxl-12{padding:48px!important}.pa-xxl-13{padding:52px!important}.pa-xxl-14{padding:56px!important}.pa-xxl-15{padding:60px!important}.pa-xxl-16{padding:64px!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:4px!important;padding-left:4px!important}.px-xxl-2{padding-right:8px!important;padding-left:8px!important}.px-xxl-3{padding-right:12px!important;padding-left:12px!important}.px-xxl-4{padding-right:16px!important;padding-left:16px!important}.px-xxl-5{padding-right:20px!important;padding-left:20px!important}.px-xxl-6{padding-right:24px!important;padding-left:24px!important}.px-xxl-7{padding-right:28px!important;padding-left:28px!important}.px-xxl-8{padding-right:32px!important;padding-left:32px!important}.px-xxl-9{padding-right:36px!important;padding-left:36px!important}.px-xxl-10{padding-right:40px!important;padding-left:40px!important}.px-xxl-11{padding-right:44px!important;padding-left:44px!important}.px-xxl-12{padding-right:48px!important;padding-left:48px!important}.px-xxl-13{padding-right:52px!important;padding-left:52px!important}.px-xxl-14{padding-right:56px!important;padding-left:56px!important}.px-xxl-15{padding-right:60px!important;padding-left:60px!important}.px-xxl-16{padding-right:64px!important;padding-left:64px!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:4px!important;padding-bottom:4px!important}.py-xxl-2{padding-top:8px!important;padding-bottom:8px!important}.py-xxl-3{padding-top:12px!important;padding-bottom:12px!important}.py-xxl-4{padding-top:16px!important;padding-bottom:16px!important}.py-xxl-5{padding-top:20px!important;padding-bottom:20px!important}.py-xxl-6{padding-top:24px!important;padding-bottom:24px!important}.py-xxl-7{padding-top:28px!important;padding-bottom:28px!important}.py-xxl-8{padding-top:32px!important;padding-bottom:32px!important}.py-xxl-9{padding-top:36px!important;padding-bottom:36px!important}.py-xxl-10{padding-top:40px!important;padding-bottom:40px!important}.py-xxl-11{padding-top:44px!important;padding-bottom:44px!important}.py-xxl-12{padding-top:48px!important;padding-bottom:48px!important}.py-xxl-13{padding-top:52px!important;padding-bottom:52px!important}.py-xxl-14{padding-top:56px!important;padding-bottom:56px!important}.py-xxl-15{padding-top:60px!important;padding-bottom:60px!important}.py-xxl-16{padding-top:64px!important;padding-bottom:64px!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:4px!important}.pt-xxl-2{padding-top:8px!important}.pt-xxl-3{padding-top:12px!important}.pt-xxl-4{padding-top:16px!important}.pt-xxl-5{padding-top:20px!important}.pt-xxl-6{padding-top:24px!important}.pt-xxl-7{padding-top:28px!important}.pt-xxl-8{padding-top:32px!important}.pt-xxl-9{padding-top:36px!important}.pt-xxl-10{padding-top:40px!important}.pt-xxl-11{padding-top:44px!important}.pt-xxl-12{padding-top:48px!important}.pt-xxl-13{padding-top:52px!important}.pt-xxl-14{padding-top:56px!important}.pt-xxl-15{padding-top:60px!important}.pt-xxl-16{padding-top:64px!important}.pr-xxl-0{padding-right:0!important}.pr-xxl-1{padding-right:4px!important}.pr-xxl-2{padding-right:8px!important}.pr-xxl-3{padding-right:12px!important}.pr-xxl-4{padding-right:16px!important}.pr-xxl-5{padding-right:20px!important}.pr-xxl-6{padding-right:24px!important}.pr-xxl-7{padding-right:28px!important}.pr-xxl-8{padding-right:32px!important}.pr-xxl-9{padding-right:36px!important}.pr-xxl-10{padding-right:40px!important}.pr-xxl-11{padding-right:44px!important}.pr-xxl-12{padding-right:48px!important}.pr-xxl-13{padding-right:52px!important}.pr-xxl-14{padding-right:56px!important}.pr-xxl-15{padding-right:60px!important}.pr-xxl-16{padding-right:64px!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:4px!important}.pb-xxl-2{padding-bottom:8px!important}.pb-xxl-3{padding-bottom:12px!important}.pb-xxl-4{padding-bottom:16px!important}.pb-xxl-5{padding-bottom:20px!important}.pb-xxl-6{padding-bottom:24px!important}.pb-xxl-7{padding-bottom:28px!important}.pb-xxl-8{padding-bottom:32px!important}.pb-xxl-9{padding-bottom:36px!important}.pb-xxl-10{padding-bottom:40px!important}.pb-xxl-11{padding-bottom:44px!important}.pb-xxl-12{padding-bottom:48px!important}.pb-xxl-13{padding-bottom:52px!important}.pb-xxl-14{padding-bottom:56px!important}.pb-xxl-15{padding-bottom:60px!important}.pb-xxl-16{padding-bottom:64px!important}.pl-xxl-0{padding-left:0!important}.pl-xxl-1{padding-left:4px!important}.pl-xxl-2{padding-left:8px!important}.pl-xxl-3{padding-left:12px!important}.pl-xxl-4{padding-left:16px!important}.pl-xxl-5{padding-left:20px!important}.pl-xxl-6{padding-left:24px!important}.pl-xxl-7{padding-left:28px!important}.pl-xxl-8{padding-left:32px!important}.pl-xxl-9{padding-left:36px!important}.pl-xxl-10{padding-left:40px!important}.pl-xxl-11{padding-left:44px!important}.pl-xxl-12{padding-left:48px!important}.pl-xxl-13{padding-left:52px!important}.pl-xxl-14{padding-left:56px!important}.pl-xxl-15{padding-left:60px!important}.pl-xxl-16{padding-left:64px!important}.ps-xxl-0{padding-inline-start:0px!important}.ps-xxl-1{padding-inline-start:4px!important}.ps-xxl-2{padding-inline-start:8px!important}.ps-xxl-3{padding-inline-start:12px!important}.ps-xxl-4{padding-inline-start:16px!important}.ps-xxl-5{padding-inline-start:20px!important}.ps-xxl-6{padding-inline-start:24px!important}.ps-xxl-7{padding-inline-start:28px!important}.ps-xxl-8{padding-inline-start:32px!important}.ps-xxl-9{padding-inline-start:36px!important}.ps-xxl-10{padding-inline-start:40px!important}.ps-xxl-11{padding-inline-start:44px!important}.ps-xxl-12{padding-inline-start:48px!important}.ps-xxl-13{padding-inline-start:52px!important}.ps-xxl-14{padding-inline-start:56px!important}.ps-xxl-15{padding-inline-start:60px!important}.ps-xxl-16{padding-inline-start:64px!important}.pe-xxl-0{padding-inline-end:0px!important}.pe-xxl-1{padding-inline-end:4px!important}.pe-xxl-2{padding-inline-end:8px!important}.pe-xxl-3{padding-inline-end:12px!important}.pe-xxl-4{padding-inline-end:16px!important}.pe-xxl-5{padding-inline-end:20px!important}.pe-xxl-6{padding-inline-end:24px!important}.pe-xxl-7{padding-inline-end:28px!important}.pe-xxl-8{padding-inline-end:32px!important}.pe-xxl-9{padding-inline-end:36px!important}.pe-xxl-10{padding-inline-end:40px!important}.pe-xxl-11{padding-inline-end:44px!important}.pe-xxl-12{padding-inline-end:48px!important}.pe-xxl-13{padding-inline-end:52px!important}.pe-xxl-14{padding-inline-end:56px!important}.pe-xxl-15{padding-inline-end:60px!important}.pe-xxl-16{padding-inline-end:64px!important}.text-xxl-left{text-align:left!important}.text-xxl-right{text-align:right!important}.text-xxl-center{text-align:center!important}.text-xxl-justify{text-align:justify!important}.text-xxl-start{text-align:start!important}.text-xxl-end{text-align:end!important}.text-xxl-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-xxl-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.h-xxl-auto{height:auto!important}.h-xxl-screen{height:100vh!important}.h-xxl-0{height:0!important}.h-xxl-25{height:25%!important}.h-xxl-50{height:50%!important}.h-xxl-75{height:75%!important}.h-xxl-100{height:100%!important}.w-xxl-auto{width:auto!important}.w-xxl-0{width:0!important}.w-xxl-25{width:25%!important}.w-xxl-33{width:33%!important}.w-xxl-50{width:50%!important}.w-xxl-66{width:66%!important}.w-xxl-75{width:75%!important}.w-xxl-100{width:100%!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.float-print-none{float:none!important}.float-print-left{float:left!important}.float-print-right{float:right!important}.v-locale--is-rtl .float-print-end{float:left!important}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right!important}.v-locale--is-ltr .float-print-start{float:left!important}}.v-application{display:flex;background:rgb(var(--v-theme-background));color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity))}.v-application__wrap{backface-visibility:hidden;display:flex;flex-direction:column;flex:1 1 auto;max-width:100%;min-height:100vh;min-height:100dvh;position:relative}.v-main{flex:1 0 auto;max-width:100%;transition:.2s cubic-bezier(.4,0,.2,1);padding-left:var(--v-layout-left);padding-right:var(--v-layout-right);padding-top:var(--v-layout-top);padding-bottom:var(--v-layout-bottom)}.v-main__scroller{max-width:100%;position:relative}.v-main--scrollable{display:flex}.v-main--scrollable{position:absolute;top:0;left:0;width:100%;height:100%}.v-main--scrollable>.v-main__scroller{flex:1 1 auto;overflow-y:auto;--v-layout-left: 0px;--v-layout-right: 0px;--v-layout-top: 0px;--v-layout-bottom: 0px} diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/index-KF56cXUu.js b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/index-KF56cXUu.js new file mode 100644 index 0000000..12bf0e7 --- /dev/null +++ b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/index-KF56cXUu.js @@ -0,0 +1,187 @@ +const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/about-BzTiXPQO.js","assets/VAvatar-CBxZwzSi.js","assets/VAvatar-B-NrXs_n.css","assets/VRow-eJbrdKF-.js","assets/VRow-DeU12m8D.css","assets/about-mrwtd4Qm.css","assets/infoPage-Ba9YkfcW.js","assets/VSelect-CJVt5QYp.js","assets/app-cT5gNRjW.js","assets/app-CzTw35_a.css","assets/VSelect-GhfgSngX.css","assets/infoPage-KUt33dMP.css","assets/mainWindow-D0spusZf.js","assets/mainWindow-C0Ij-e1H.css","assets/default-xuZtHUos.js","assets/default-BczLU9JX.css"])))=>i.map(i=>d[i]); +(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const u of document.querySelectorAll('link[rel="modulepreload"]'))r(u);new MutationObserver(u=>{for(const a of u)if(a.type==="childList")for(const o of a.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&r(o)}).observe(document,{childList:!0,subtree:!0});function n(u){const a={};return u.integrity&&(a.integrity=u.integrity),u.referrerPolicy&&(a.referrerPolicy=u.referrerPolicy),u.crossOrigin==="use-credentials"?a.credentials="include":u.crossOrigin==="anonymous"?a.credentials="omit":a.credentials="same-origin",a}function r(u){if(u.ep)return;u.ep=!0;const a=n(u);fetch(u.href,a)}})();/** +* @vue/shared v3.5.13 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**//*! #__NO_SIDE_EFFECTS__ */function vu(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const pe={},Yt=[],Ge=()=>{},ud=()=>!1,fr=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),ku=e=>e.startsWith("onUpdate:"),Ce=Object.assign,Su=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},sd=Object.prototype.hasOwnProperty,le=(e,t)=>sd.call(e,t),te=Array.isArray,Zt=e=>hr(e)==="[object Map]",$a=e=>hr(e)==="[object Set]",re=e=>typeof e=="function",ke=e=>typeof e=="string",At=e=>typeof e=="symbol",ye=e=>e!==null&&typeof e=="object",Fa=e=>(ye(e)||re(e))&&re(e.then)&&re(e.catch),Ha=Object.prototype.toString,hr=e=>Ha.call(e),ad=e=>hr(e).slice(8,-1),Ba=e=>hr(e)==="[object Object]",Cu=e=>ke(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,fn=vu(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),pr=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},od=/-(\w)/g,Ke=pr(e=>e.replace(od,(t,n)=>n?n.toUpperCase():"")),id=/\B([A-Z])/g,Vt=pr(e=>e.replace(id,"-$1").toLowerCase()),Ln=pr(e=>e.charAt(0).toUpperCase()+e.slice(1)),Lr=pr(e=>e?`on${Ln(e)}`:""),Pt=(e,t)=>!Object.is(e,t),Dr=(e,...t)=>{for(let n=0;n{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:n})},dd=e=>{const t=parseFloat(e);return isNaN(t)?e:t},cd=e=>{const t=ke(e)?Number(e):NaN;return isNaN(t)?e:t};let rs;const mr=()=>rs||(rs=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Pu(e){if(te(e)){const t={};for(let n=0;n{if(n){const r=n.split(fd);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function Eu(e){let t="";if(ke(e))t=e;else if(te(e))for(let n=0;n!!(e&&e.__v_isRef===!0),_d=e=>ke(e)?e:e==null?"":te(e)||ye(e)&&(e.toString===Ha||!re(e.toString))?Va(e)?_d(e.value):JSON.stringify(e,Ua,2):String(e),Ua=(e,t)=>Va(t)?Ua(e,t.value):Zt(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,u],a)=>(n[jr(r,a)+" =>"]=u,n),{})}:$a(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>jr(n))}:At(t)?jr(t):ye(t)&&!te(t)&&!Ba(t)?String(t):t,jr=(e,t="")=>{var n;return At(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/** +* @vue/reactivity v3.5.13 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/let Re;class Wa{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=Re,!t&&Re&&(this.index=(Re.scopes||(Re.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t0)return;if(pn){let t=pn;for(pn=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;hn;){let t=hn;for(hn=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(r){e||(e=r)}t=n}}if(e)throw e}function Za(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function Qa(e){let t,n=e.depsTail,r=n;for(;r;){const u=r.prevDep;r.version===-1?(r===n&&(n=u),Ru(r),bd(r)):t=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0,r=u}e.deps=t,e.depsTail=n}function Qr(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(Ja(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function Ja(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===kn))return;e.globalVersion=kn;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&e.deps&&!Qr(e)){e.flags&=-3;return}const n=_e,r=qe;_e=e,qe=!0;try{Za(e);const u=e.fn(e._value);(t.version===0||Pt(u,e._value))&&(e._value=u,t.version++)}catch(u){throw t.version++,u}finally{_e=n,qe=r,Qa(e),e.flags&=-3}}function Ru(e,t=!1){const{dep:n,prevSub:r,nextSub:u}=e;if(r&&(r.nextSub=u,e.prevSub=void 0),u&&(u.prevSub=r,e.nextSub=void 0),n.subs===e&&(n.subs=r,!r&&n.computed)){n.computed.flags&=-5;for(let a=n.computed.deps;a;a=a.nextDep)Ru(a,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function bd(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let qe=!0;const Xa=[];function Tt(){Xa.push(qe),qe=!1}function Mt(){const e=Xa.pop();qe=e===void 0?!0:e}function us(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=_e;_e=void 0;try{t()}finally{_e=n}}}let kn=0;class yd{constructor(t,n){this.sub=t,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class Ou{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0}track(t){if(!_e||!qe||_e===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==_e)n=this.activeLink=new yd(_e,this),_e.deps?(n.prevDep=_e.depsTail,_e.depsTail.nextDep=n,_e.depsTail=n):_e.deps=_e.depsTail=n,eo(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const r=n.nextDep;r.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=r),n.prevDep=_e.depsTail,n.nextDep=void 0,_e.depsTail.nextDep=n,_e.depsTail=n,_e.deps===n&&(_e.deps=r)}return n}trigger(t){this.version++,kn++,this.notify(t)}notify(t){Tu();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{Mu()}}}function eo(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let r=t.deps;r;r=r.nextDep)eo(r)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const Qn=new WeakMap,$t=Symbol(""),Jr=Symbol(""),Sn=Symbol("");function Ee(e,t,n){if(qe&&_e){let r=Qn.get(e);r||Qn.set(e,r=new Map);let u=r.get(n);u||(r.set(n,u=new Ou),u.map=r,u.key=n),u.track()}}function lt(e,t,n,r,u,a){const o=Qn.get(e);if(!o){kn++;return}const c=l=>{l&&l.trigger()};if(Tu(),t==="clear")o.forEach(c);else{const l=te(e),h=l&&Cu(n);if(l&&n==="length"){const f=Number(r);o.forEach((p,w)=>{(w==="length"||w===Sn||!At(w)&&w>=f)&&c(p)})}else switch((n!==void 0||o.has(void 0))&&c(o.get(n)),h&&c(o.get(Sn)),t){case"add":l?h&&c(o.get("length")):(c(o.get($t)),Zt(e)&&c(o.get(Jr)));break;case"delete":l||(c(o.get($t)),Zt(e)&&c(o.get(Jr)));break;case"set":Zt(e)&&c(o.get($t));break}}Mu()}function wd(e,t){const n=Qn.get(e);return n&&n.get(t)}function Ut(e){const t=ae(e);return t===e?t:(Ee(t,"iterate",Sn),Ye(e)?t:t.map(Oe))}function Lu(e){return Ee(e=ae(e),"iterate",Sn),e}const vd={__proto__:null,[Symbol.iterator](){return $r(this,Symbol.iterator,Oe)},concat(...e){return Ut(this).concat(...e.map(t=>te(t)?Ut(t):t))},entries(){return $r(this,"entries",e=>(e[1]=Oe(e[1]),e))},every(e,t){return it(this,"every",e,t,void 0,arguments)},filter(e,t){return it(this,"filter",e,t,n=>n.map(Oe),arguments)},find(e,t){return it(this,"find",e,t,Oe,arguments)},findIndex(e,t){return it(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return it(this,"findLast",e,t,Oe,arguments)},findLastIndex(e,t){return it(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return it(this,"forEach",e,t,void 0,arguments)},includes(...e){return Fr(this,"includes",e)},indexOf(...e){return Fr(this,"indexOf",e)},join(e){return Ut(this).join(e)},lastIndexOf(...e){return Fr(this,"lastIndexOf",e)},map(e,t){return it(this,"map",e,t,void 0,arguments)},pop(){return un(this,"pop")},push(...e){return un(this,"push",e)},reduce(e,...t){return ss(this,"reduce",e,t)},reduceRight(e,...t){return ss(this,"reduceRight",e,t)},shift(){return un(this,"shift")},some(e,t){return it(this,"some",e,t,void 0,arguments)},splice(...e){return un(this,"splice",e)},toReversed(){return Ut(this).toReversed()},toSorted(e){return Ut(this).toSorted(e)},toSpliced(...e){return Ut(this).toSpliced(...e)},unshift(...e){return un(this,"unshift",e)},values(){return $r(this,"values",Oe)}};function $r(e,t,n){const r=Lu(e),u=r[t]();return r!==e&&!Ye(e)&&(u._next=u.next,u.next=()=>{const a=u._next();return a.value&&(a.value=n(a.value)),a}),u}const kd=Array.prototype;function it(e,t,n,r,u,a){const o=Lu(e),c=o!==e&&!Ye(e),l=o[t];if(l!==kd[t]){const p=l.apply(e,a);return c?Oe(p):p}let h=n;o!==e&&(c?h=function(p,w){return n.call(this,Oe(p),w,e)}:n.length>2&&(h=function(p,w){return n.call(this,p,w,e)}));const f=l.call(o,h,r);return c&&u?u(f):f}function ss(e,t,n,r){const u=Lu(e);let a=n;return u!==e&&(Ye(e)?n.length>3&&(a=function(o,c,l){return n.call(this,o,c,l,e)}):a=function(o,c,l){return n.call(this,o,Oe(c),l,e)}),u[t](a,...r)}function Fr(e,t,n){const r=ae(e);Ee(r,"iterate",Sn);const u=r[t](...n);return(u===-1||u===!1)&&Iu(n[0])?(n[0]=ae(n[0]),r[t](...n)):u}function un(e,t,n=[]){Tt(),Tu();const r=ae(e)[t].apply(e,n);return Mu(),Mt(),r}const Sd=vu("__proto__,__v_isRef,__isVue"),to=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(At));function Cd(e){At(e)||(e=String(e));const t=ae(this);return Ee(t,"has",e),t.hasOwnProperty(e)}class no{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,r){if(n==="__v_skip")return t.__v_skip;const u=this._isReadonly,a=this._isShallow;if(n==="__v_isReactive")return!u;if(n==="__v_isReadonly")return u;if(n==="__v_isShallow")return a;if(n==="__v_raw")return r===(u?a?jd:ao:a?so:uo).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const o=te(t);if(!u){let l;if(o&&(l=vd[n]))return l;if(n==="hasOwnProperty")return Cd}const c=Reflect.get(t,n,we(t)?t:r);return(At(n)?to.has(n):Sd(n))||(u||Ee(t,"get",n),a)?c:we(c)?o&&Cu(n)?c:c.value:ye(c)?u?gr(c):Fe(c):c}}class ro extends no{constructor(t=!1){super(!1,t)}set(t,n,r,u){let a=t[n];if(!this._isShallow){const l=Nt(a);if(!Ye(r)&&!Nt(r)&&(a=ae(a),r=ae(r)),!te(t)&&we(a)&&!we(r))return l?!1:(a.value=r,!0)}const o=te(t)&&Cu(n)?Number(n)e,Hn=e=>Reflect.getPrototypeOf(e);function Md(e,t,n){return function(...r){const u=this.__v_raw,a=ae(u),o=Zt(a),c=e==="entries"||e===Symbol.iterator&&o,l=e==="keys"&&o,h=u[e](...r),f=n?Xr:t?eu:Oe;return!t&&Ee(a,"iterate",l?Jr:$t),{next(){const{value:p,done:w}=h.next();return w?{value:p,done:w}:{value:c?[f(p[0]),f(p[1])]:f(p),done:w}},[Symbol.iterator](){return this}}}}function Bn(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function Rd(e,t){const n={get(u){const a=this.__v_raw,o=ae(a),c=ae(u);e||(Pt(u,c)&&Ee(o,"get",u),Ee(o,"get",c));const{has:l}=Hn(o),h=t?Xr:e?eu:Oe;if(l.call(o,u))return h(a.get(u));if(l.call(o,c))return h(a.get(c));a!==o&&a.get(u)},get size(){const u=this.__v_raw;return!e&&Ee(ae(u),"iterate",$t),Reflect.get(u,"size",u)},has(u){const a=this.__v_raw,o=ae(a),c=ae(u);return e||(Pt(u,c)&&Ee(o,"has",u),Ee(o,"has",c)),u===c?a.has(u):a.has(u)||a.has(c)},forEach(u,a){const o=this,c=o.__v_raw,l=ae(c),h=t?Xr:e?eu:Oe;return!e&&Ee(l,"iterate",$t),c.forEach((f,p)=>u.call(a,h(f),h(p),o))}};return Ce(n,e?{add:Bn("add"),set:Bn("set"),delete:Bn("delete"),clear:Bn("clear")}:{add(u){!t&&!Ye(u)&&!Nt(u)&&(u=ae(u));const a=ae(this);return Hn(a).has.call(a,u)||(a.add(u),lt(a,"add",u,u)),this},set(u,a){!t&&!Ye(a)&&!Nt(a)&&(a=ae(a));const o=ae(this),{has:c,get:l}=Hn(o);let h=c.call(o,u);h||(u=ae(u),h=c.call(o,u));const f=l.call(o,u);return o.set(u,a),h?Pt(a,f)&<(o,"set",u,a):lt(o,"add",u,a),this},delete(u){const a=ae(this),{has:o,get:c}=Hn(a);let l=o.call(a,u);l||(u=ae(u),l=o.call(a,u)),c&&c.call(a,u);const h=a.delete(u);return l&<(a,"delete",u,void 0),h},clear(){const u=ae(this),a=u.size!==0,o=u.clear();return a&<(u,"clear",void 0,void 0),o}}),["keys","values","entries",Symbol.iterator].forEach(u=>{n[u]=Md(u,e,t)}),n}function Du(e,t){const n=Rd(e,t);return(r,u,a)=>u==="__v_isReactive"?!e:u==="__v_isReadonly"?e:u==="__v_raw"?r:Reflect.get(le(n,u)&&u in r?n:r,u,a)}const Od={get:Du(!1,!1)},Ld={get:Du(!1,!0)},Dd={get:Du(!0,!1)};const uo=new WeakMap,so=new WeakMap,ao=new WeakMap,jd=new WeakMap;function Id(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function $d(e){return e.__v_skip||!Object.isExtensible(e)?0:Id(ad(e))}function Fe(e){return Nt(e)?e:ju(e,!1,Ed,Od,uo)}function oo(e){return ju(e,!1,Td,Ld,so)}function gr(e){return ju(e,!0,Ad,Dd,ao)}function ju(e,t,n,r,u){if(!ye(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const a=u.get(e);if(a)return a;const o=$d(e);if(o===0)return e;const c=new Proxy(e,o===2?r:n);return u.set(e,c),c}function Ft(e){return Nt(e)?Ft(e.__v_raw):!!(e&&e.__v_isReactive)}function Nt(e){return!!(e&&e.__v_isReadonly)}function Ye(e){return!!(e&&e.__v_isShallow)}function Iu(e){return e?!!e.__v_raw:!1}function ae(e){const t=e&&e.__v_raw;return t?ae(t):e}function $u(e){return!le(e,"__v_skip")&&Object.isExtensible(e)&&Na(e,"__v_skip",!0),e}const Oe=e=>ye(e)?Fe(e):e,eu=e=>ye(e)?gr(e):e;function we(e){return e?e.__v_isRef===!0:!1}function Ue(e){return io(e,!1)}function Ze(e){return io(e,!0)}function io(e,t){return we(e)?e:new Fd(e,t)}class Fd{constructor(t,n){this.dep=new Ou,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:ae(t),this._value=n?t:Oe(t),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(t){const n=this._rawValue,r=this.__v_isShallow||Ye(t)||Nt(t);t=r?t:ae(t),Pt(t,n)&&(this._rawValue=t,this._value=r?t:Oe(t),this.dep.trigger())}}function xe(e){return we(e)?e.value:e}const Hd={get:(e,t,n)=>t==="__v_raw"?e:xe(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const u=e[t];return we(u)&&!we(n)?(u.value=n,!0):Reflect.set(e,t,n,r)}};function co(e){return Ft(e)?e:new Proxy(e,Hd)}function Fu(e){const t=te(e)?new Array(e.length):{};for(const n in e)t[n]=lo(e,n);return t}class Bd{constructor(t,n,r){this._object=t,this._key=n,this._defaultValue=r,this.__v_isRef=!0,this._value=void 0}get value(){const t=this._object[this._key];return this._value=t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return wd(ae(this._object),this._key)}}class Nd{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0,this._value=void 0}get value(){return this._value=this._getter()}}function mm(e,t,n){return we(e)?e:re(e)?new Nd(e):ye(e)&&arguments.length>1?lo(e,t,n):Ue(e)}function lo(e,t,n){const r=e[t];return we(r)?r:new Bd(e,t,n)}class zd{constructor(t,n,r){this.fn=t,this.setter=n,this._value=void 0,this.dep=new Ou(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=kn-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=r}notify(){if(this.flags|=16,!(this.flags&8)&&_e!==this)return Ya(this,!0),!0}get value(){const t=this.dep.track();return Ja(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function Vd(e,t,n=!1){let r,u;return re(e)?r=e:(r=e.get,u=e.set),new zd(r,u,n)}const Nn={},Jn=new WeakMap;let jt;function Ud(e,t=!1,n=jt){if(n){let r=Jn.get(n);r||Jn.set(n,r=[]),r.push(e)}}function Wd(e,t,n=pe){const{immediate:r,deep:u,once:a,scheduler:o,augmentJob:c,call:l}=n,h=s=>u?s:Ye(s)||u===!1||u===0?ft(s,1):ft(s);let f,p,w,S,T=!1,A=!1;if(we(e)?(p=()=>e.value,T=Ye(e)):Ft(e)?(p=()=>h(e),T=!0):te(e)?(A=!0,T=e.some(s=>Ft(s)||Ye(s)),p=()=>e.map(s=>{if(we(s))return s.value;if(Ft(s))return h(s);if(re(s))return l?l(s,2):s()})):re(e)?t?p=l?()=>l(e,2):e:p=()=>{if(w){Tt();try{w()}finally{Mt()}}const s=jt;jt=f;try{return l?l(e,3,[S]):e(S)}finally{jt=s}}:p=Ge,t&&u){const s=p,d=u===!0?1/0:u;p=()=>ft(s(),d)}const N=xa(),z=()=>{f.stop(),N&&N.active&&Su(N.effects,f)};if(a&&t){const s=t;t=(...d)=>{s(...d),z()}}let V=A?new Array(e.length).fill(Nn):Nn;const Z=s=>{if(!(!(f.flags&1)||!f.dirty&&!s))if(t){const d=f.run();if(u||T||(A?d.some((i,m)=>Pt(i,V[m])):Pt(d,V))){w&&w();const i=jt;jt=f;try{const m=[d,V===Nn?void 0:A&&V[0]===Nn?[]:V,S];l?l(t,3,m):t(...m),V=d}finally{jt=i}}}else f.run()};return c&&c(Z),f=new Ga(p),f.scheduler=o?()=>o(Z,!1):Z,S=s=>Ud(s,!1,f),w=f.onStop=()=>{const s=Jn.get(f);if(s){if(l)l(s,4);else for(const d of s)d();Jn.delete(f)}},t?r?Z(!0):V=f.run():o?o(Z.bind(null,!0),!0):f.run(),z.pause=f.pause.bind(f),z.resume=f.resume.bind(f),z.stop=z,z}function ft(e,t=1/0,n){if(t<=0||!ye(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,we(e))ft(e.value,t,n);else if(te(e))for(let r=0;r{ft(r,t,n)});else if(Ba(e)){for(const r in e)ft(e[r],t,n);for(const r of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,r)&&ft(e[r],t,n)}return e}/** +* @vue/runtime-core v3.5.13 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/function Dn(e,t,n,r){try{return r?e(...r):e()}catch(u){_r(u,t,n)}}function Qe(e,t,n,r){if(re(e)){const u=Dn(e,t,n,r);return u&&Fa(u)&&u.catch(a=>{_r(a,t,n)}),u}if(te(e)){const u=[];for(let a=0;a>>1,u=Le[r],a=Cn(u);a=Cn(n)?Le.push(e):Le.splice(Kd(t),0,e),e.flags|=1,ho()}}function ho(){Xn||(Xn=fo.then(go))}function po(e){te(e)?Qt.push(...e):vt&&e.id===-1?vt.splice(Gt+1,0,e):e.flags&1||(Qt.push(e),e.flags|=1),ho()}function as(e,t,n=st+1){for(;nCn(n)-Cn(r));if(Qt.length=0,vt){vt.push(...t);return}for(vt=t,Gt=0;Gte.id==null?e.flags&2?-1:1/0:e.id;function go(e){try{for(st=0;st{r._d&&ws(-1);const a=er(t);let o;try{o=e(...u)}finally{er(a),r._d&&ws(1)}return o};return r._n=!0,r._c=!0,r._d=!0,r}function gm(e,t){if(je===null)return e;const n=Er(je),r=e.dirs||(e.dirs=[]);for(let u=0;ue.__isTeleport,mn=e=>e&&(e.disabled||e.disabled===""),os=e=>e&&(e.defer||e.defer===""),is=e=>typeof SVGElement<"u"&&e instanceof SVGElement,ds=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,nu=(e,t)=>{const n=e&&e.to;return ke(n)?t?t(n):null:n},wo={name:"Teleport",__isTeleport:!0,process(e,t,n,r,u,a,o,c,l,h){const{mc:f,pc:p,pbc:w,o:{insert:S,querySelector:T,createText:A,createComment:N}}=h,z=mn(t.props);let{shapeFlag:V,children:Z,dynamicChildren:s}=t;if(e==null){const d=t.el=A(""),i=t.anchor=A("");S(d,n,r),S(i,n,r);const m=(_,g)=>{V&16&&(u&&u.isCE&&(u.ce._teleportTarget=_),f(Z,_,g,u,a,o,c,l))},b=()=>{const _=t.target=nu(t.props,T),g=vo(_,t,A,S);_&&(o!=="svg"&&is(_)?o="svg":o!=="mathml"&&ds(_)&&(o="mathml"),z||(m(_,g),Kn(t,!1)))};z&&(m(n,i),Kn(t,!0)),os(t.props)?Me(()=>{b(),t.el.__isMounted=!0},a):b()}else{if(os(t.props)&&!e.el.__isMounted){Me(()=>{wo.process(e,t,n,r,u,a,o,c,l,h),delete e.el.__isMounted},a);return}t.el=e.el,t.targetStart=e.targetStart;const d=t.anchor=e.anchor,i=t.target=e.target,m=t.targetAnchor=e.targetAnchor,b=mn(e.props),_=b?n:i,g=b?d:m;if(o==="svg"||is(i)?o="svg":(o==="mathml"||ds(i))&&(o="mathml"),s?(w(e.dynamicChildren,s,_,u,a,o,c),Wu(e,t,!0)):l||p(e,t,_,g,u,a,o,c,!1),z)b?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):zn(t,n,d,h,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const C=t.target=nu(t.props,T);C&&zn(t,C,null,h,0)}else b&&zn(t,i,m,h,1);Kn(t,z)}},remove(e,t,n,{um:r,o:{remove:u}},a){const{shapeFlag:o,children:c,anchor:l,targetStart:h,targetAnchor:f,target:p,props:w}=e;if(p&&(u(h),u(f)),a&&u(l),o&16){const S=a||!mn(w);for(let T=0;T{e.isMounted=!0}),kr(()=>{e.isUnmounting=!0}),e}const We=[Function,Array],So={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:We,onEnter:We,onAfterEnter:We,onEnterCancelled:We,onBeforeLeave:We,onLeave:We,onAfterLeave:We,onLeaveCancelled:We,onBeforeAppear:We,onAppear:We,onAfterAppear:We,onAppearCancelled:We},Co=e=>{const t=e.subTree;return t.component?Co(t.component):t},qd={name:"BaseTransition",props:So,setup(e,{slots:t}){const n=Pr(),r=ko();return()=>{const u=t.default&&Bu(t.default(),!0);if(!u||!u.length)return;const a=Po(u),o=ae(e),{mode:c}=o;if(r.isLeaving)return Hr(a);const l=cs(a);if(!l)return Hr(a);let h=Pn(l,o,r,n,p=>h=p);l.type!==De&&zt(l,h);let f=n.subTree&&cs(n.subTree);if(f&&f.type!==De&&!It(l,f)&&Co(n).type!==De){let p=Pn(f,o,r,n);if(zt(f,p),c==="out-in"&&l.type!==De)return r.isLeaving=!0,p.afterLeave=()=>{r.isLeaving=!1,n.job.flags&8||n.update(),delete p.afterLeave,f=void 0},Hr(a);c==="in-out"&&l.type!==De?p.delayLeave=(w,S,T)=>{const A=Eo(r,f);A[String(f.key)]=f,w[kt]=()=>{S(),w[kt]=void 0,delete h.delayedLeave,f=void 0},h.delayedLeave=()=>{T(),delete h.delayedLeave,f=void 0}}:f=void 0}else f&&(f=void 0);return a}}};function Po(e){let t=e[0];if(e.length>1){for(const n of e)if(n.type!==De){t=n;break}}return t}const Yd=qd;function Eo(e,t){const{leavingVNodes:n}=e;let r=n.get(t.type);return r||(r=Object.create(null),n.set(t.type,r)),r}function Pn(e,t,n,r,u){const{appear:a,mode:o,persisted:c=!1,onBeforeEnter:l,onEnter:h,onAfterEnter:f,onEnterCancelled:p,onBeforeLeave:w,onLeave:S,onAfterLeave:T,onLeaveCancelled:A,onBeforeAppear:N,onAppear:z,onAfterAppear:V,onAppearCancelled:Z}=t,s=String(e.key),d=Eo(n,e),i=(_,g)=>{_&&Qe(_,r,9,g)},m=(_,g)=>{const C=g[1];i(_,g),te(_)?_.every(E=>E.length<=1)&&C():_.length<=1&&C()},b={mode:o,persisted:c,beforeEnter(_){let g=l;if(!n.isMounted)if(a)g=N||l;else return;_[kt]&&_[kt](!0);const C=d[s];C&&It(e,C)&&C.el[kt]&&C.el[kt](),i(g,[_])},enter(_){let g=h,C=f,E=p;if(!n.isMounted)if(a)g=z||h,C=V||f,E=Z||p;else return;let R=!1;const L=_[Vn]=I=>{R||(R=!0,I?i(E,[_]):i(C,[_]),b.delayedLeave&&b.delayedLeave(),_[Vn]=void 0)};g?m(g,[_,L]):L()},leave(_,g){const C=String(e.key);if(_[Vn]&&_[Vn](!0),n.isUnmounting)return g();i(w,[_]);let E=!1;const R=_[kt]=L=>{E||(E=!0,g(),L?i(A,[_]):i(T,[_]),_[kt]=void 0,d[C]===e&&delete d[C])};d[C]=e,S?m(S,[_,R]):R()},clone(_){const g=Pn(_,t,n,r,u);return u&&u(g),g}};return b}function Hr(e){if(wr(e))return e=Et(e),e.children=null,e}function cs(e){if(!wr(e))return yo(e.type)&&e.children?Po(e.children):e;const{shapeFlag:t,children:n}=e;if(n){if(t&16)return n[0];if(t&32&&re(n.default))return n.default()}}function zt(e,t){e.shapeFlag&6&&e.component?(e.transition=t,zt(e.component.subTree,t)):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function Bu(e,t=!1,n){let r=[],u=0;for(let a=0;a1)for(let a=0;atr(T,t&&(te(t)?t[A]:t),n,r,u));return}if(gn(r)&&!u){r.shapeFlag&512&&r.type.__asyncResolved&&r.component.subTree.component&&tr(e,t,n,r.component.subTree);return}const a=r.shapeFlag&4?Er(r.component):r.el,o=u?null:a,{i:c,r:l}=e,h=t&&t.r,f=c.refs===pe?c.refs={}:c.refs,p=c.setupState,w=ae(p),S=p===pe?()=>!1:T=>le(w,T);if(h!=null&&h!==l&&(ke(h)?(f[h]=null,S(h)&&(p[h]=null)):we(h)&&(h.value=null)),re(l))Dn(l,c,12,[o,f]);else{const T=ke(l),A=we(l);if(T||A){const N=()=>{if(e.f){const z=T?S(l)?p[l]:f[l]:l.value;u?te(z)&&Su(z,a):te(z)?z.includes(a)||z.push(a):T?(f[l]=[a],S(l)&&(p[l]=f[l])):(l.value=[a],e.k&&(f[e.k]=l.value))}else T?(f[l]=o,S(l)&&(p[l]=o)):A&&(l.value=o,e.k&&(f[e.k]=o))};o?(N.id=-1,Me(N,n)):N()}}}mr().requestIdleCallback;mr().cancelIdleCallback;const gn=e=>!!e.type.__asyncLoader,wr=e=>e.type.__isKeepAlive;function To(e,t){Ro(e,"a",t)}function Mo(e,t){Ro(e,"da",t)}function Ro(e,t,n=Pe){const r=e.__wdc||(e.__wdc=()=>{let u=n;for(;u;){if(u.isDeactivated)return;u=u.parent}return e()});if(vr(t,r,n),n){let u=n.parent;for(;u&&u.parent;)wr(u.parent.vnode)&&Zd(r,t,n,u),u=u.parent}}function Zd(e,t,n,r){const u=vr(t,e,r,!0);Nu(()=>{Su(r[t],u)},n)}function vr(e,t,n=Pe,r=!1){if(n){const u=n[e]||(n[e]=[]),a=t.__weh||(t.__weh=(...o)=>{Tt();const c=$n(n),l=Qe(t,n,e,o);return c(),Mt(),l});return r?u.unshift(a):u.push(a),a}}const mt=e=>(t,n=Pe)=>{(!Tn||e==="sp")&&vr(e,(...r)=>t(...r),n)},Qd=mt("bm"),jn=mt("m"),Oo=mt("bu"),Lo=mt("u"),kr=mt("bum"),Nu=mt("um"),Jd=mt("sp"),Xd=mt("rtg"),ec=mt("rtc");function tc(e,t=Pe){vr("ec",e,t)}const zu="components",nc="directives";function rc(e,t){return Vu(zu,e,!0,t)||e}const uc=Symbol.for("v-ndc");function bm(e){return ke(e)&&Vu(zu,e,!1)||e}function ym(e){return Vu(nc,e)}function Vu(e,t,n=!0,r=!1){const u=je||Pe;if(u){const a=u.type;if(e===zu){const c=xc(a,!1);if(c&&(c===t||c===Ke(t)||c===Ln(Ke(t))))return a}const o=ls(u[e]||a[e],t)||ls(u.appContext[e],t);return!o&&r?a:o}}function ls(e,t){return e&&(e[t]||e[Ke(t)]||e[Ln(Ke(t))])}const ru=e=>e?ti(e)?Er(e):ru(e.parent):null,_n=Ce(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>ru(e.parent),$root:e=>ru(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>jo(e),$forceUpdate:e=>e.f||(e.f=()=>{Hu(e.update)}),$nextTick:e=>e.n||(e.n=br.bind(e.proxy)),$watch:e=>Ec.bind(e)}),Br=(e,t)=>e!==pe&&!e.__isScriptSetup&&le(e,t),sc={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:r,data:u,props:a,accessCache:o,type:c,appContext:l}=e;let h;if(t[0]!=="$"){const S=o[t];if(S!==void 0)switch(S){case 1:return r[t];case 2:return u[t];case 4:return n[t];case 3:return a[t]}else{if(Br(r,t))return o[t]=1,r[t];if(u!==pe&&le(u,t))return o[t]=2,u[t];if((h=e.propsOptions[0])&&le(h,t))return o[t]=3,a[t];if(n!==pe&&le(n,t))return o[t]=4,n[t];uu&&(o[t]=0)}}const f=_n[t];let p,w;if(f)return t==="$attrs"&&Ee(e.attrs,"get",""),f(e);if((p=c.__cssModules)&&(p=p[t]))return p;if(n!==pe&&le(n,t))return o[t]=4,n[t];if(w=l.config.globalProperties,le(w,t))return w[t]},set({_:e},t,n){const{data:r,setupState:u,ctx:a}=e;return Br(u,t)?(u[t]=n,!0):r!==pe&&le(r,t)?(r[t]=n,!0):le(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(a[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:u,propsOptions:a}},o){let c;return!!n[o]||e!==pe&&le(e,o)||Br(t,o)||(c=a[0])&&le(c,o)||le(r,o)||le(_n,o)||le(u.config.globalProperties,o)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:le(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function fs(e){return te(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let uu=!0;function ac(e){const t=jo(e),n=e.proxy,r=e.ctx;uu=!1,t.beforeCreate&&hs(t.beforeCreate,e,"bc");const{data:u,computed:a,methods:o,watch:c,provide:l,inject:h,created:f,beforeMount:p,mounted:w,beforeUpdate:S,updated:T,activated:A,deactivated:N,beforeDestroy:z,beforeUnmount:V,destroyed:Z,unmounted:s,render:d,renderTracked:i,renderTriggered:m,errorCaptured:b,serverPrefetch:_,expose:g,inheritAttrs:C,components:E,directives:R,filters:L}=t;if(h&&oc(h,r,null),o)for(const M in o){const F=o[M];re(F)&&(r[M]=F.bind(n))}if(u){const M=u.call(n,n);ye(M)&&(e.data=Fe(M))}if(uu=!0,a)for(const M in a){const F=a[M],G=re(F)?F.bind(n,n):re(F.get)?F.get.bind(n,n):Ge,ue=!re(F)&&re(F.set)?F.set.bind(n):Ge,Y=X({get:G,set:ue});Object.defineProperty(r,M,{enumerable:!0,configurable:!0,get:()=>Y.value,set:se=>Y.value=se})}if(c)for(const M in c)Do(c[M],r,n,M);if(l){const M=re(l)?l.call(n):l;Reflect.ownKeys(M).forEach(F=>{pt(F,M[F])})}f&&hs(f,e,"c");function y(M,F){te(F)?F.forEach(G=>M(G.bind(n))):F&&M(F.bind(n))}if(y(Qd,p),y(jn,w),y(Oo,S),y(Lo,T),y(To,A),y(Mo,N),y(tc,b),y(ec,i),y(Xd,m),y(kr,V),y(Nu,s),y(Jd,_),te(g))if(g.length){const M=e.exposed||(e.exposed={});g.forEach(F=>{Object.defineProperty(M,F,{get:()=>n[F],set:G=>n[F]=G})})}else e.exposed||(e.exposed={});d&&e.render===Ge&&(e.render=d),C!=null&&(e.inheritAttrs=C),E&&(e.components=E),R&&(e.directives=R),_&&Ao(e)}function oc(e,t,n=Ge){te(e)&&(e=su(e));for(const r in e){const u=e[r];let a;ye(u)?"default"in u?a=ve(u.from||r,u.default,!0):a=ve(u.from||r):a=ve(u),we(a)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>a.value,set:o=>a.value=o}):t[r]=a}}function hs(e,t,n){Qe(te(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function Do(e,t,n,r){let u=r.includes(".")?Ko(n,r):()=>n[r];if(ke(e)){const a=t[e];re(a)&&Ve(u,a)}else if(re(e))Ve(u,e.bind(n));else if(ye(e))if(te(e))e.forEach(a=>Do(a,t,n,r));else{const a=re(e.handler)?e.handler.bind(n):t[e.handler];re(a)&&Ve(u,a,e)}}function jo(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:u,optionsCache:a,config:{optionMergeStrategies:o}}=e.appContext,c=a.get(t);let l;return c?l=c:!u.length&&!n&&!r?l=t:(l={},u.length&&u.forEach(h=>nr(l,h,o,!0)),nr(l,t,o)),ye(t)&&a.set(t,l),l}function nr(e,t,n,r=!1){const{mixins:u,extends:a}=t;a&&nr(e,a,n,!0),u&&u.forEach(o=>nr(e,o,n,!0));for(const o in t)if(!(r&&o==="expose")){const c=ic[o]||n&&n[o];e[o]=c?c(e[o],t[o]):t[o]}return e}const ic={data:ps,props:ms,emits:ms,methods:dn,computed:dn,beforeCreate:Te,created:Te,beforeMount:Te,mounted:Te,beforeUpdate:Te,updated:Te,beforeDestroy:Te,beforeUnmount:Te,destroyed:Te,unmounted:Te,activated:Te,deactivated:Te,errorCaptured:Te,serverPrefetch:Te,components:dn,directives:dn,watch:cc,provide:ps,inject:dc};function ps(e,t){return t?e?function(){return Ce(re(e)?e.call(this,this):e,re(t)?t.call(this,this):t)}:t:e}function dc(e,t){return dn(su(e),su(t))}function su(e){if(te(e)){const t={};for(let n=0;n1)return n&&re(t)?t.call(r&&r.proxy):t}}function hc(){return!!(Pe||je||Ht)}const $o={},Fo=()=>Object.create($o),Ho=e=>Object.getPrototypeOf(e)===$o;function pc(e,t,n,r=!1){const u={},a=Fo();e.propsDefaults=Object.create(null),Bo(e,t,u,a);for(const o in e.propsOptions[0])o in u||(u[o]=void 0);n?e.props=r?u:oo(u):e.type.props?e.props=u:e.props=a,e.attrs=a}function mc(e,t,n,r){const{props:u,attrs:a,vnode:{patchFlag:o}}=e,c=ae(u),[l]=e.propsOptions;let h=!1;if((r||o>0)&&!(o&16)){if(o&8){const f=e.vnode.dynamicProps;for(let p=0;p{l=!0;const[w,S]=No(p,t,!0);Ce(o,w),S&&c.push(...S)};!n&&t.mixins.length&&t.mixins.forEach(f),e.extends&&f(e.extends),e.mixins&&e.mixins.forEach(f)}if(!a&&!l)return ye(e)&&r.set(e,Yt),Yt;if(te(a))for(let f=0;fe[0]==="_"||e==="$stable",Uu=e=>te(e)?e.map(at):[at(e)],_c=(e,t,n)=>{if(t._n)return t;const r=tu((...u)=>Uu(t(...u)),n);return r._c=!1,r},Vo=(e,t,n)=>{const r=e._ctx;for(const u in e){if(zo(u))continue;const a=e[u];if(re(a))t[u]=_c(u,a,r);else if(a!=null){const o=Uu(a);t[u]=()=>o}}},Uo=(e,t)=>{const n=Uu(t);e.slots.default=()=>n},Wo=(e,t,n)=>{for(const r in t)(n||r!=="_")&&(e[r]=t[r])},bc=(e,t,n)=>{const r=e.slots=Fo();if(e.vnode.shapeFlag&32){const u=t._;u?(Wo(r,t,n),n&&Na(r,"_",u,!0)):Vo(t,r)}else t&&Uo(e,t)},yc=(e,t,n)=>{const{vnode:r,slots:u}=e;let a=!0,o=pe;if(r.shapeFlag&32){const c=t._;c?n&&c===1?a=!1:Wo(u,t,n):(a=!t.$stable,Vo(t,u)),o=t}else t&&(Uo(e,t),o={default:1});if(a)for(const c in u)!zo(c)&&o[c]==null&&delete u[c]},Me=Dc;function wc(e){return vc(e)}function vc(e,t){const n=mr();n.__VUE__=!0;const{insert:r,remove:u,patchProp:a,createElement:o,createText:c,createComment:l,setText:h,setElementText:f,parentNode:p,nextSibling:w,setScopeId:S=Ge,insertStaticContent:T}=e,A=(v,k,P,D=null,$=null,j=null,K=void 0,x=null,W=!!k.dynamicChildren)=>{if(v===k)return;v&&!It(v,k)&&(D=O(v),se(v,$,j,!0),v=null),k.patchFlag===-2&&(W=!1,k.dynamicChildren=null);const{type:H,ref:ee,shapeFlag:q}=k;switch(H){case In:N(v,k,P,D);break;case De:z(v,k,P,D);break;case Gn:v==null&&V(k,P,D,K);break;case $e:E(v,k,P,D,$,j,K,x,W);break;default:q&1?d(v,k,P,D,$,j,K,x,W):q&6?R(v,k,P,D,$,j,K,x,W):(q&64||q&128)&&H.process(v,k,P,D,$,j,K,x,W,Q)}ee!=null&&$&&tr(ee,v&&v.ref,j,k||v,!k)},N=(v,k,P,D)=>{if(v==null)r(k.el=c(k.children),P,D);else{const $=k.el=v.el;k.children!==v.children&&h($,k.children)}},z=(v,k,P,D)=>{v==null?r(k.el=l(k.children||""),P,D):k.el=v.el},V=(v,k,P,D)=>{[v.el,v.anchor]=T(v.children,k,P,D,v.el,v.anchor)},Z=({el:v,anchor:k},P,D)=>{let $;for(;v&&v!==k;)$=w(v),r(v,P,D),v=$;r(k,P,D)},s=({el:v,anchor:k})=>{let P;for(;v&&v!==k;)P=w(v),u(v),v=P;u(k)},d=(v,k,P,D,$,j,K,x,W)=>{k.type==="svg"?K="svg":k.type==="math"&&(K="mathml"),v==null?i(k,P,D,$,j,K,x,W):_(v,k,$,j,K,x,W)},i=(v,k,P,D,$,j,K,x)=>{let W,H;const{props:ee,shapeFlag:q,transition:J,dirs:ne}=v;if(W=v.el=o(v.type,j,ee&&ee.is,ee),q&8?f(W,v.children):q&16&&b(v.children,W,null,D,$,Nr(v,j),K,x),ne&&Rt(v,null,D,"created"),m(W,v,v.scopeId,K,D),ee){for(const ge in ee)ge!=="value"&&!fn(ge)&&a(W,ge,null,ee[ge],j,D);"value"in ee&&a(W,"value",null,ee.value,j),(H=ee.onVnodeBeforeMount)&&rt(H,D,v)}ne&&Rt(v,null,D,"beforeMount");const oe=kc($,J);oe&&J.beforeEnter(W),r(W,k,P),((H=ee&&ee.onVnodeMounted)||oe||ne)&&Me(()=>{H&&rt(H,D,v),oe&&J.enter(W),ne&&Rt(v,null,D,"mounted")},$)},m=(v,k,P,D,$)=>{if(P&&S(v,P),D)for(let j=0;j{for(let H=W;H{const x=k.el=v.el;let{patchFlag:W,dynamicChildren:H,dirs:ee}=k;W|=v.patchFlag&16;const q=v.props||pe,J=k.props||pe;let ne;if(P&&Ot(P,!1),(ne=J.onVnodeBeforeUpdate)&&rt(ne,P,k,v),ee&&Rt(k,v,P,"beforeUpdate"),P&&Ot(P,!0),(q.innerHTML&&J.innerHTML==null||q.textContent&&J.textContent==null)&&f(x,""),H?g(v.dynamicChildren,H,x,P,D,Nr(k,$),j):K||F(v,k,x,null,P,D,Nr(k,$),j,!1),W>0){if(W&16)C(x,q,J,P,$);else if(W&2&&q.class!==J.class&&a(x,"class",null,J.class,$),W&4&&a(x,"style",q.style,J.style,$),W&8){const oe=k.dynamicProps;for(let ge=0;ge{ne&&rt(ne,P,k,v),ee&&Rt(k,v,P,"updated")},D)},g=(v,k,P,D,$,j,K)=>{for(let x=0;x{if(k!==P){if(k!==pe)for(const j in k)!fn(j)&&!(j in P)&&a(v,j,k[j],null,$,D);for(const j in P){if(fn(j))continue;const K=P[j],x=k[j];K!==x&&j!=="value"&&a(v,j,x,K,$,D)}"value"in P&&a(v,"value",k.value,P.value,$)}},E=(v,k,P,D,$,j,K,x,W)=>{const H=k.el=v?v.el:c(""),ee=k.anchor=v?v.anchor:c("");let{patchFlag:q,dynamicChildren:J,slotScopeIds:ne}=k;ne&&(x=x?x.concat(ne):ne),v==null?(r(H,P,D),r(ee,P,D),b(k.children||[],P,ee,$,j,K,x,W)):q>0&&q&64&&J&&v.dynamicChildren?(g(v.dynamicChildren,J,P,$,j,K,x),(k.key!=null||$&&k===$.subTree)&&Wu(v,k,!0)):F(v,k,P,ee,$,j,K,x,W)},R=(v,k,P,D,$,j,K,x,W)=>{k.slotScopeIds=x,v==null?k.shapeFlag&512?$.ctx.activate(k,P,D,K,W):L(k,P,D,$,j,K,W):I(v,k,W)},L=(v,k,P,D,$,j,K)=>{const x=v.component=Nc(v,D,$);if(wr(v)&&(x.ctx.renderer=Q),zc(x,!1,K),x.asyncDep){if($&&$.registerDep(x,y,K),!v.el){const W=x.subTree=he(De);z(null,W,k,P)}}else y(x,v,k,P,$,j,K)},I=(v,k,P)=>{const D=k.component=v.component;if(Oc(v,k,P))if(D.asyncDep&&!D.asyncResolved){M(D,k,P);return}else D.next=k,D.update();else k.el=v.el,D.vnode=k},y=(v,k,P,D,$,j,K)=>{const x=()=>{if(v.isMounted){let{next:q,bu:J,u:ne,parent:oe,vnode:ge}=v;{const tt=xo(v);if(tt){q&&(q.el=ge.el,M(v,q,K)),tt.asyncDep.then(()=>{v.isUnmounted||x()});return}}let fe=q,Be;Ot(v,!1),q?(q.el=ge.el,M(v,q,K)):q=ge,J&&Dr(J),(Be=q.props&&q.props.onVnodeBeforeUpdate)&&rt(Be,oe,q,ge),Ot(v,!0);const Ie=bs(v),et=v.subTree;v.subTree=Ie,A(et,Ie,p(et.el),O(et),v,$,j),q.el=Ie.el,fe===null&&Lc(v,Ie.el),ne&&Me(ne,$),(Be=q.props&&q.props.onVnodeUpdated)&&Me(()=>rt(Be,oe,q,ge),$)}else{let q;const{el:J,props:ne}=k,{bm:oe,m:ge,parent:fe,root:Be,type:Ie}=v,et=gn(k);Ot(v,!1),oe&&Dr(oe),!et&&(q=ne&&ne.onVnodeBeforeMount)&&rt(q,fe,k),Ot(v,!0);{Be.ce&&Be.ce._injectChildStyle(Ie);const tt=v.subTree=bs(v);A(null,tt,P,D,v,$,j),k.el=tt.el}if(ge&&Me(ge,$),!et&&(q=ne&&ne.onVnodeMounted)){const tt=k;Me(()=>rt(q,fe,tt),$)}(k.shapeFlag&256||fe&&gn(fe.vnode)&&fe.vnode.shapeFlag&256)&&v.a&&Me(v.a,$),v.isMounted=!0,k=P=D=null}};v.scope.on();const W=v.effect=new Ga(x);v.scope.off();const H=v.update=W.run.bind(W),ee=v.job=W.runIfDirty.bind(W);ee.i=v,ee.id=v.uid,W.scheduler=()=>Hu(ee),Ot(v,!0),H()},M=(v,k,P)=>{k.component=v;const D=v.vnode.props;v.vnode=k,v.next=null,mc(v,k.props,D,P),yc(v,k.children,P),Tt(),as(v),Mt()},F=(v,k,P,D,$,j,K,x,W=!1)=>{const H=v&&v.children,ee=v?v.shapeFlag:0,q=k.children,{patchFlag:J,shapeFlag:ne}=k;if(J>0){if(J&128){ue(H,q,P,D,$,j,K,x,W);return}else if(J&256){G(H,q,P,D,$,j,K,x,W);return}}ne&8?(ee&16&&ie(H,$,j),q!==H&&f(P,q)):ee&16?ne&16?ue(H,q,P,D,$,j,K,x,W):ie(H,$,j,!0):(ee&8&&f(P,""),ne&16&&b(q,P,D,$,j,K,x,W))},G=(v,k,P,D,$,j,K,x,W)=>{v=v||Yt,k=k||Yt;const H=v.length,ee=k.length,q=Math.min(H,ee);let J;for(J=0;Jee?ie(v,$,j,!0,!1,q):b(k,P,D,$,j,K,x,W,q)},ue=(v,k,P,D,$,j,K,x,W)=>{let H=0;const ee=k.length;let q=v.length-1,J=ee-1;for(;H<=q&&H<=J;){const ne=v[H],oe=k[H]=W?St(k[H]):at(k[H]);if(It(ne,oe))A(ne,oe,P,null,$,j,K,x,W);else break;H++}for(;H<=q&&H<=J;){const ne=v[q],oe=k[J]=W?St(k[J]):at(k[J]);if(It(ne,oe))A(ne,oe,P,null,$,j,K,x,W);else break;q--,J--}if(H>q){if(H<=J){const ne=J+1,oe=neJ)for(;H<=q;)se(v[H],$,j,!0),H++;else{const ne=H,oe=H,ge=new Map;for(H=oe;H<=J;H++){const Ne=k[H]=W?St(k[H]):at(k[H]);Ne.key!=null&&ge.set(Ne.key,H)}let fe,Be=0;const Ie=J-oe+1;let et=!1,tt=0;const rn=new Array(Ie);for(H=0;H=Ie){se(Ne,$,j,!0);continue}let nt;if(Ne.key!=null)nt=ge.get(Ne.key);else for(fe=oe;fe<=J;fe++)if(rn[fe-oe]===0&&It(Ne,k[fe])){nt=fe;break}nt===void 0?se(Ne,$,j,!0):(rn[nt-oe]=H+1,nt>=tt?tt=nt:et=!0,A(Ne,k[nt],P,null,$,j,K,x,W),Be++)}const ts=et?Sc(rn):Yt;for(fe=ts.length-1,H=Ie-1;H>=0;H--){const Ne=oe+H,nt=k[Ne],ns=Ne+1{const{el:j,type:K,transition:x,children:W,shapeFlag:H}=v;if(H&6){Y(v.component.subTree,k,P,D);return}if(H&128){v.suspense.move(k,P,D);return}if(H&64){K.move(v,k,P,Q);return}if(K===$e){r(j,k,P);for(let q=0;qx.enter(j),$);else{const{leave:q,delayLeave:J,afterLeave:ne}=x,oe=()=>r(j,k,P),ge=()=>{q(j,()=>{oe(),ne&&ne()})};J?J(j,oe,ge):ge()}else r(j,k,P)},se=(v,k,P,D=!1,$=!1)=>{const{type:j,props:K,ref:x,children:W,dynamicChildren:H,shapeFlag:ee,patchFlag:q,dirs:J,cacheIndex:ne}=v;if(q===-2&&($=!1),x!=null&&tr(x,null,P,v,!0),ne!=null&&(k.renderCache[ne]=void 0),ee&256){k.ctx.deactivate(v);return}const oe=ee&1&&J,ge=!gn(v);let fe;if(ge&&(fe=K&&K.onVnodeBeforeUnmount)&&rt(fe,k,v),ee&6)me(v.component,P,D);else{if(ee&128){v.suspense.unmount(P,D);return}oe&&Rt(v,null,k,"beforeUnmount"),ee&64?v.type.remove(v,k,P,Q,D):H&&!H.hasOnce&&(j!==$e||q>0&&q&64)?ie(H,k,P,!1,!0):(j===$e&&q&384||!$&&ee&16)&&ie(W,k,P),D&&be(v)}(ge&&(fe=K&&K.onVnodeUnmounted)||oe)&&Me(()=>{fe&&rt(fe,k,v),oe&&Rt(v,null,k,"unmounted")},P)},be=v=>{const{type:k,el:P,anchor:D,transition:$}=v;if(k===$e){Se(P,D);return}if(k===Gn){s(v);return}const j=()=>{u(P),$&&!$.persisted&&$.afterLeave&&$.afterLeave()};if(v.shapeFlag&1&&$&&!$.persisted){const{leave:K,delayLeave:x}=$,W=()=>K(P,j);x?x(v.el,j,W):W()}else j()},Se=(v,k)=>{let P;for(;v!==k;)P=w(v),u(v),v=P;u(k)},me=(v,k,P)=>{const{bum:D,scope:$,job:j,subTree:K,um:x,m:W,a:H}=v;_s(W),_s(H),D&&Dr(D),$.stop(),j&&(j.flags|=8,se(K,v,k,P)),x&&Me(x,k),Me(()=>{v.isUnmounted=!0},k),k&&k.pendingBranch&&!k.isUnmounted&&v.asyncDep&&!v.asyncResolved&&v.suspenseId===k.pendingId&&(k.deps--,k.deps===0&&k.resolve())},ie=(v,k,P,D=!1,$=!1,j=0)=>{for(let K=j;K{if(v.shapeFlag&6)return O(v.component.subTree);if(v.shapeFlag&128)return v.suspense.next();const k=w(v.anchor||v.el),P=k&&k[bo];return P?w(P):k};let B=!1;const U=(v,k,P)=>{v==null?k._vnode&&se(k._vnode,null,null,!0):A(k._vnode||null,v,k,null,null,null,P),k._vnode=v,B||(B=!0,as(),mo(),B=!1)},Q={p:A,um:se,m:Y,r:be,mt:L,mc:b,pc:F,pbc:g,n:O,o:e};return{render:U,hydrate:void 0,createApp:fc(U)}}function Nr({type:e,props:t},n){return n==="svg"&&e==="foreignObject"||n==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function Ot({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function kc(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function Wu(e,t,n=!1){const r=e.children,u=t.children;if(te(r)&&te(u))for(let a=0;a>1,e[n[c]]0&&(t[r]=n[a-1]),n[a]=r)}}for(a=n.length,o=n[a-1];a-- >0;)n[a]=o,o=t[o];return n}function xo(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:xo(t)}function _s(e){if(e)for(let t=0;tve(Cc);function Sr(e,t){return xu(e,null,t)}function Ve(e,t,n){return xu(e,t,n)}function xu(e,t,n=pe){const{immediate:r,deep:u,flush:a,once:o}=n,c=Ce({},n),l=t&&r||!t&&a!=="post";let h;if(Tn){if(a==="sync"){const S=Pc();h=S.__watcherHandles||(S.__watcherHandles=[])}else if(!l){const S=()=>{};return S.stop=Ge,S.resume=Ge,S.pause=Ge,S}}const f=Pe;c.call=(S,T,A)=>Qe(S,f,T,A);let p=!1;a==="post"?c.scheduler=S=>{Me(S,f&&f.suspense)}:a!=="sync"&&(p=!0,c.scheduler=(S,T)=>{T?S():Hu(S)}),c.augmentJob=S=>{t&&(S.flags|=4),p&&(S.flags|=2,f&&(S.id=f.uid,S.i=f))};const w=Wd(e,t,c);return Tn&&(h?h.push(w):l&&w()),w}function Ec(e,t,n){const r=this.proxy,u=ke(e)?e.includes(".")?Ko(r,e):()=>r[e]:e.bind(r,r);let a;re(t)?a=t:(a=t.handler,n=t);const o=$n(this),c=xu(u,a.bind(r),n);return o(),c}function Ko(e,t){const n=t.split(".");return()=>{let r=e;for(let u=0;ut==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${Ke(t)}Modifiers`]||e[`${Vt(t)}Modifiers`];function Tc(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||pe;let u=n;const a=t.startsWith("update:"),o=a&&Ac(r,t.slice(7));o&&(o.trim&&(u=n.map(f=>ke(f)?f.trim():f)),o.number&&(u=n.map(dd)));let c,l=r[c=Lr(t)]||r[c=Lr(Ke(t))];!l&&a&&(l=r[c=Lr(Vt(t))]),l&&Qe(l,e,6,u);const h=r[c+"Once"];if(h){if(!e.emitted)e.emitted={};else if(e.emitted[c])return;e.emitted[c]=!0,Qe(h,e,6,u)}}function Go(e,t,n=!1){const r=t.emitsCache,u=r.get(e);if(u!==void 0)return u;const a=e.emits;let o={},c=!1;if(!re(e)){const l=h=>{const f=Go(h,t,!0);f&&(c=!0,Ce(o,f))};!n&&t.mixins.length&&t.mixins.forEach(l),e.extends&&l(e.extends),e.mixins&&e.mixins.forEach(l)}return!a&&!c?(ye(e)&&r.set(e,null),null):(te(a)?a.forEach(l=>o[l]=null):Ce(o,a),ye(e)&&r.set(e,o),o)}function Cr(e,t){return!e||!fr(t)?!1:(t=t.slice(2).replace(/Once$/,""),le(e,t[0].toLowerCase()+t.slice(1))||le(e,Vt(t))||le(e,t))}function bs(e){const{type:t,vnode:n,proxy:r,withProxy:u,propsOptions:[a],slots:o,attrs:c,emit:l,render:h,renderCache:f,props:p,data:w,setupState:S,ctx:T,inheritAttrs:A}=e,N=er(e);let z,V;try{if(n.shapeFlag&4){const s=u||r,d=s;z=at(h.call(d,s,f,p,S,w,T)),V=c}else{const s=t;z=at(s.length>1?s(p,{attrs:c,slots:o,emit:l}):s(p,null)),V=t.props?c:Mc(c)}}catch(s){bn.length=0,_r(s,e,1),z=he(De)}let Z=z;if(V&&A!==!1){const s=Object.keys(V),{shapeFlag:d}=Z;s.length&&d&7&&(a&&s.some(ku)&&(V=Rc(V,a)),Z=Et(Z,V,!1,!0))}return n.dirs&&(Z=Et(Z,null,!1,!0),Z.dirs=Z.dirs?Z.dirs.concat(n.dirs):n.dirs),n.transition&&zt(Z,n.transition),z=Z,er(N),z}const Mc=e=>{let t;for(const n in e)(n==="class"||n==="style"||fr(n))&&((t||(t={}))[n]=e[n]);return t},Rc=(e,t)=>{const n={};for(const r in e)(!ku(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function Oc(e,t,n){const{props:r,children:u,component:a}=e,{props:o,children:c,patchFlag:l}=t,h=a.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&l>=0){if(l&1024)return!0;if(l&16)return r?ys(r,o,h):!!o;if(l&8){const f=t.dynamicProps;for(let p=0;pe.__isSuspense;function Dc(e,t){t&&t.pendingBranch?te(e)?t.effects.push(...e):t.effects.push(e):po(e)}const $e=Symbol.for("v-fgt"),In=Symbol.for("v-txt"),De=Symbol.for("v-cmt"),Gn=Symbol.for("v-stc"),bn=[];let ze=null;function Yo(e=!1){bn.push(ze=e?null:[])}function jc(){bn.pop(),ze=bn[bn.length-1]||null}let En=1;function ws(e,t=!1){En+=e,e<0&&ze&&t&&(ze.hasOnce=!0)}function Zo(e){return e.dynamicChildren=En>0?ze||Yt:null,jc(),En>0&&ze&&ze.push(e),e}function wm(e,t,n,r,u,a){return Zo(Xo(e,t,n,r,u,a,!0))}function Qo(e,t,n,r,u){return Zo(he(e,t,n,r,u,!0))}function An(e){return e?e.__v_isVNode===!0:!1}function It(e,t){return e.type===t.type&&e.key===t.key}const Jo=({key:e})=>e??null,qn=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?ke(e)||we(e)||re(e)?{i:je,r:e,k:t,f:!!n}:e:null);function Xo(e,t=null,n=null,r=0,u=null,a=e===$e?0:1,o=!1,c=!1){const l={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Jo(t),ref:t&&qn(t),scopeId:_o,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:a,patchFlag:r,dynamicProps:u,dynamicChildren:null,appContext:null,ctx:je};return c?(Ku(l,n),a&128&&e.normalize(l)):n&&(l.shapeFlag|=ke(n)?8:16),En>0&&!o&&ze&&(l.patchFlag>0||a&6)&&l.patchFlag!==32&&ze.push(l),l}const he=Ic;function Ic(e,t=null,n=null,r=0,u=null,a=!1){if((!e||e===uc)&&(e=De),An(e)){const c=Et(e,t,!0);return n&&Ku(c,n),En>0&&!a&&ze&&(c.shapeFlag&6?ze[ze.indexOf(e)]=c:ze.push(c)),c.patchFlag=-2,c}if(Kc(e)&&(e=e.__vccOpts),t){t=$c(t);let{class:c,style:l}=t;c&&!ke(c)&&(t.class=Eu(c)),ye(l)&&(Iu(l)&&!te(l)&&(l=Ce({},l)),t.style=Pu(l))}const o=ke(e)?1:qo(e)?128:yo(e)?64:ye(e)?4:re(e)?2:0;return Xo(e,t,n,r,u,o,a,!0)}function $c(e){return e?Iu(e)||Ho(e)?Ce({},e):e:null}function Et(e,t,n=!1,r=!1){const{props:u,ref:a,patchFlag:o,children:c,transition:l}=e,h=t?ei(u||{},t):u,f={__v_isVNode:!0,__v_skip:!0,type:e.type,props:h,key:h&&Jo(h),ref:t&&t.ref?n&&a?te(a)?a.concat(qn(t)):[a,qn(t)]:qn(t):a,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:c,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==$e?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:l,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Et(e.ssContent),ssFallback:e.ssFallback&&Et(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return l&&r&&zt(f,l.clone(f)),f}function Fc(e=" ",t=0){return he(In,null,e,t)}function vm(e="",t=!1){return t?(Yo(),Qo(De,null,e)):he(De,null,e)}function at(e){return e==null||typeof e=="boolean"?he(De):te(e)?he($e,null,e.slice()):An(e)?St(e):he(In,null,String(e))}function St(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:Et(e)}function Ku(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(te(t))n=16;else if(typeof t=="object")if(r&65){const u=t.default;u&&(u._c&&(u._d=!1),Ku(e,u()),u._c&&(u._d=!0));return}else{n=32;const u=t._;!u&&!Ho(t)?t._ctx=je:u===3&&je&&(je.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else re(t)?(t={default:t,_ctx:je},n=32):(t=String(t),r&64?(n=16,t=[Fc(t)]):n=8);e.children=t,e.shapeFlag|=n}function ei(...e){const t={};for(let n=0;nPe||je;let rr,ou;{const e=mr(),t=(n,r)=>{let u;return(u=e[n])||(u=e[n]=[]),u.push(r),a=>{u.length>1?u.forEach(o=>o(a)):u[0](a)}};rr=t("__VUE_INSTANCE_SETTERS__",n=>Pe=n),ou=t("__VUE_SSR_SETTERS__",n=>Tn=n)}const $n=e=>{const t=Pe;return rr(e),e.scope.on(),()=>{e.scope.off(),rr(t)}},vs=()=>{Pe&&Pe.scope.off(),rr(null)};function ti(e){return e.vnode.shapeFlag&4}let Tn=!1;function zc(e,t=!1,n=!1){t&&ou(t);const{props:r,children:u}=e.vnode,a=ti(e);pc(e,r,a,t),bc(e,u,n);const o=a?Vc(e,t):void 0;return t&&ou(!1),o}function Vc(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,sc);const{setup:r}=n;if(r){Tt();const u=e.setupContext=r.length>1?Wc(e):null,a=$n(e),o=Dn(r,e,0,[e.props,u]),c=Fa(o);if(Mt(),a(),(c||e.sp)&&!gn(e)&&Ao(e),c){if(o.then(vs,vs),t)return o.then(l=>{ks(e,l)}).catch(l=>{_r(l,e,0)});e.asyncDep=o}else ks(e,o)}else ni(e)}function ks(e,t,n){re(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:ye(t)&&(e.setupState=co(t)),ni(e)}function ni(e,t,n){const r=e.type;e.render||(e.render=r.render||Ge);{const u=$n(e);Tt();try{ac(e)}finally{Mt(),u()}}}const Uc={get(e,t){return Ee(e,"get",""),e[t]}};function Wc(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,Uc),slots:e.slots,emit:e.emit,expose:t}}function Er(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(co($u(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in _n)return _n[n](e)},has(t,n){return n in t||n in _n}})):e.proxy}function xc(e,t=!0){return re(e)?e.displayName||e.name:e.name||t&&e.__name}function Kc(e){return re(e)&&"__vccOpts"in e}const X=(e,t)=>Vd(e,t,Tn);function Jt(e,t,n){const r=arguments.length;return r===2?ye(t)&&!te(t)?An(t)?he(e,null,[t]):he(e,t):he(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&An(n)&&(n=[n]),he(e,t,n))}const Gc="3.5.13";/** +* @vue/runtime-dom v3.5.13 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/let iu;const Ss=typeof window<"u"&&window.trustedTypes;if(Ss)try{iu=Ss.createPolicy("vue",{createHTML:e=>e})}catch{}const ri=iu?e=>iu.createHTML(e):e=>e,qc="http://www.w3.org/2000/svg",Yc="http://www.w3.org/1998/Math/MathML",ct=typeof document<"u"?document:null,Cs=ct&&ct.createElement("template"),Zc={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const u=t==="svg"?ct.createElementNS(qc,e):t==="mathml"?ct.createElementNS(Yc,e):n?ct.createElement(e,{is:n}):ct.createElement(e);return e==="select"&&r&&r.multiple!=null&&u.setAttribute("multiple",r.multiple),u},createText:e=>ct.createTextNode(e),createComment:e=>ct.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>ct.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,u,a){const o=n?n.previousSibling:t.lastChild;if(u&&(u===a||u.nextSibling))for(;t.insertBefore(u.cloneNode(!0),n),!(u===a||!(u=u.nextSibling)););else{Cs.innerHTML=ri(r==="svg"?`${e}`:r==="mathml"?`${e}`:e);const c=Cs.content;if(r==="svg"||r==="mathml"){const l=c.firstChild;for(;l.firstChild;)c.appendChild(l.firstChild);c.removeChild(l)}t.insertBefore(c,n)}return[o?o.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},_t="transition",sn="animation",Xt=Symbol("_vtc"),ui={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},si=Ce({},So,ui),Qc=e=>(e.displayName="Transition",e.props=si,e),km=Qc((e,{slots:t})=>Jt(Yd,ai(e),t)),Lt=(e,t=[])=>{te(e)?e.forEach(n=>n(...t)):e&&e(...t)},Ps=e=>e?te(e)?e.some(t=>t.length>1):e.length>1:!1;function ai(e){const t={};for(const E in e)E in ui||(t[E]=e[E]);if(e.css===!1)return t;const{name:n="v",type:r,duration:u,enterFromClass:a=`${n}-enter-from`,enterActiveClass:o=`${n}-enter-active`,enterToClass:c=`${n}-enter-to`,appearFromClass:l=a,appearActiveClass:h=o,appearToClass:f=c,leaveFromClass:p=`${n}-leave-from`,leaveActiveClass:w=`${n}-leave-active`,leaveToClass:S=`${n}-leave-to`}=e,T=Jc(u),A=T&&T[0],N=T&&T[1],{onBeforeEnter:z,onEnter:V,onEnterCancelled:Z,onLeave:s,onLeaveCancelled:d,onBeforeAppear:i=z,onAppear:m=V,onAppearCancelled:b=Z}=t,_=(E,R,L,I)=>{E._enterCancelled=I,yt(E,R?f:c),yt(E,R?h:o),L&&L()},g=(E,R)=>{E._isLeaving=!1,yt(E,p),yt(E,S),yt(E,w),R&&R()},C=E=>(R,L)=>{const I=E?m:V,y=()=>_(R,E,L);Lt(I,[R,y]),Es(()=>{yt(R,E?l:a),ut(R,E?f:c),Ps(I)||As(R,r,A,y)})};return Ce(t,{onBeforeEnter(E){Lt(z,[E]),ut(E,a),ut(E,o)},onBeforeAppear(E){Lt(i,[E]),ut(E,l),ut(E,h)},onEnter:C(!1),onAppear:C(!0),onLeave(E,R){E._isLeaving=!0;const L=()=>g(E,R);ut(E,p),E._enterCancelled?(ut(E,w),du()):(du(),ut(E,w)),Es(()=>{E._isLeaving&&(yt(E,p),ut(E,S),Ps(s)||As(E,r,N,L))}),Lt(s,[E,L])},onEnterCancelled(E){_(E,!1,void 0,!0),Lt(Z,[E])},onAppearCancelled(E){_(E,!0,void 0,!0),Lt(b,[E])},onLeaveCancelled(E){g(E),Lt(d,[E])}})}function Jc(e){if(e==null)return null;if(ye(e))return[zr(e.enter),zr(e.leave)];{const t=zr(e);return[t,t]}}function zr(e){return cd(e)}function ut(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[Xt]||(e[Xt]=new Set)).add(t)}function yt(e,t){t.split(/\s+/).forEach(r=>r&&e.classList.remove(r));const n=e[Xt];n&&(n.delete(t),n.size||(e[Xt]=void 0))}function Es(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let Xc=0;function As(e,t,n,r){const u=e._endId=++Xc,a=()=>{u===e._endId&&r()};if(n!=null)return setTimeout(a,n);const{type:o,timeout:c,propCount:l}=oi(e,t);if(!o)return r();const h=o+"end";let f=0;const p=()=>{e.removeEventListener(h,w),a()},w=S=>{S.target===e&&++f>=l&&p()};setTimeout(()=>{f(n[T]||"").split(", "),u=r(`${_t}Delay`),a=r(`${_t}Duration`),o=Ts(u,a),c=r(`${sn}Delay`),l=r(`${sn}Duration`),h=Ts(c,l);let f=null,p=0,w=0;t===_t?o>0&&(f=_t,p=o,w=a.length):t===sn?h>0&&(f=sn,p=h,w=l.length):(p=Math.max(o,h),f=p>0?o>h?_t:sn:null,w=f?f===_t?a.length:l.length:0);const S=f===_t&&/\b(transform|all)(,|$)/.test(r(`${_t}Property`).toString());return{type:f,timeout:p,propCount:w,hasTransform:S}}function Ts(e,t){for(;e.lengthMs(n)+Ms(e[r])))}function Ms(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function du(){return document.body.offsetHeight}function el(e,t,n){const r=e[Xt];r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const ur=Symbol("_vod"),ii=Symbol("_vsh"),Sm={beforeMount(e,{value:t},{transition:n}){e[ur]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):an(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:r}){!t!=!n&&(r?t?(r.beforeEnter(e),an(e,!0),r.enter(e)):r.leave(e,()=>{an(e,!1)}):an(e,t))},beforeUnmount(e,{value:t}){an(e,t)}};function an(e,t){e.style.display=t?e[ur]:"none",e[ii]=!t}const di=Symbol("");function Cm(e){const t=Pr();if(!t)return;const n=t.ut=(u=e(t.proxy))=>{Array.from(document.querySelectorAll(`[data-v-owner="${t.uid}"]`)).forEach(a=>sr(a,u))},r=()=>{const u=e(t.proxy);t.ce?sr(t.ce,u):cu(t.subTree,u),n(u)};Oo(()=>{po(r)}),jn(()=>{Ve(r,Ge,{flush:"post"});const u=new MutationObserver(r);u.observe(t.subTree.el.parentNode,{childList:!0}),Nu(()=>u.disconnect())})}function cu(e,t){if(e.shapeFlag&128){const n=e.suspense;e=n.activeBranch,n.pendingBranch&&!n.isHydrating&&n.effects.push(()=>{cu(n.activeBranch,t)})}for(;e.component;)e=e.component.subTree;if(e.shapeFlag&1&&e.el)sr(e.el,t);else if(e.type===$e)e.children.forEach(n=>cu(n,t));else if(e.type===Gn){let{el:n,anchor:r}=e;for(;n&&(sr(n,t),n!==r);)n=n.nextSibling}}function sr(e,t){if(e.nodeType===1){const n=e.style;let r="";for(const u in t)n.setProperty(`--${u}`,t[u]),r+=`--${u}: ${t[u]};`;n[di]=r}}const tl=/(^|;)\s*display\s*:/;function nl(e,t,n){const r=e.style,u=ke(n);let a=!1;if(n&&!u){if(t)if(ke(t))for(const o of t.split(";")){const c=o.slice(0,o.indexOf(":")).trim();n[c]==null&&Yn(r,c,"")}else for(const o in t)n[o]==null&&Yn(r,o,"");for(const o in n)o==="display"&&(a=!0),Yn(r,o,n[o])}else if(u){if(t!==n){const o=r[di];o&&(n+=";"+o),r.cssText=n,a=tl.test(n)}}else t&&e.removeAttribute("style");ur in e&&(e[ur]=a?r.display:"",e[ii]&&(r.display="none"))}const Rs=/\s*!important$/;function Yn(e,t,n){if(te(n))n.forEach(r=>Yn(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=rl(e,t);Rs.test(n)?e.setProperty(Vt(r),n.replace(Rs,""),"important"):e[r]=n}}const Os=["Webkit","Moz","ms"],Vr={};function rl(e,t){const n=Vr[t];if(n)return n;let r=Ke(t);if(r!=="filter"&&r in e)return Vr[t]=r;r=Ln(r);for(let u=0;uUr||(il.then(()=>Ur=0),Ur=Date.now());function cl(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;Qe(ll(r,n.value),t,5,[r])};return n.value=e,n.attached=dl(),n}function ll(e,t){if(te(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(r=>u=>!u._stopped&&r&&r(u))}else return t}const Fs=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,fl=(e,t,n,r,u,a)=>{const o=u==="svg";t==="class"?el(e,r,o):t==="style"?nl(e,n,r):fr(t)?ku(t)||al(e,t,n,r,a):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):hl(e,t,r,o))?(js(e,t,r),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&Ds(e,t,r,o,a,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!ke(r))?js(e,Ke(t),r,a,t):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),Ds(e,t,r,o))};function hl(e,t,n,r){if(r)return!!(t==="innerHTML"||t==="textContent"||t in e&&Fs(t)&&re(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const u=e.tagName;if(u==="IMG"||u==="VIDEO"||u==="CANVAS"||u==="SOURCE")return!1}return Fs(t)&&ke(n)?!1:t in e}const ci=new WeakMap,li=new WeakMap,ar=Symbol("_moveCb"),Hs=Symbol("_enterCb"),pl=e=>(delete e.props.mode,e),ml=pl({name:"TransitionGroup",props:Ce({},si,{tag:String,moveClass:String}),setup(e,{slots:t}){const n=Pr(),r=ko();let u,a;return Lo(()=>{if(!u.length)return;const o=e.moveClass||`${e.name||"v"}-move`;if(!yl(u[0].el,n.vnode.el,o))return;u.forEach(gl),u.forEach(_l);const c=u.filter(bl);du(),c.forEach(l=>{const h=l.el,f=h.style;ut(h,o),f.transform=f.webkitTransform=f.transitionDuration="";const p=h[ar]=w=>{w&&w.target!==h||(!w||/transform$/.test(w.propertyName))&&(h.removeEventListener("transitionend",p),h[ar]=null,yt(h,o))};h.addEventListener("transitionend",p)})}),()=>{const o=ae(e),c=ai(o);let l=o.tag||$e;if(u=[],a)for(let h=0;h{c.split(/\s+/).forEach(l=>l&&r.classList.remove(l))}),n.split(/\s+/).forEach(c=>c&&r.classList.add(c)),r.style.display="none";const a=t.nodeType===1?t:t.parentNode;a.appendChild(r);const{hasTransform:o}=oi(r);return a.removeChild(r),o}const wl=["ctrl","shift","alt","meta"],vl={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>wl.some(n=>e[`${n}Key`]&&!t.includes(n))},Em=(e,t)=>{const n=e._withMods||(e._withMods={}),r=t.join(".");return n[r]||(n[r]=(u,...a)=>{for(let o=0;o{const t=Sl().createApp(...e),{mount:n}=t;return t.mount=r=>{const u=El(r);if(!u)return;const a=t._component;!re(a)&&!a.render&&!a.template&&(a.template=u.innerHTML),u.nodeType===1&&(u.textContent="");const o=n(u,!1,Pl(u));return u instanceof Element&&(u.removeAttribute("v-cloak"),u.setAttribute("data-v-app","")),o},t};function Pl(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function El(e){return ke(e)?document.querySelector(e):e}function Al(e,t){let n;function r(){n=Au(),n.run(()=>t.length?t(()=>{n==null||n.stop(),r()}):t())}Ve(e,u=>{u&&!n?r():u||(n==null||n.stop(),n=void 0)},{immediate:!0}),Ka(()=>{n==null||n.stop()})}const He=typeof window<"u",Am=He&&"IntersectionObserver"in window,Tl=He&&("ontouchstart"in window||window.navigator.maxTouchPoints>0);function fi(e,t,n){const r=t.length-1;if(r<0)return e===void 0?n:e;for(let u=0;uMl(e[r],t[r]))}function lu(e,t,n){return e==null||!t||typeof t!="string"?n:e[t]!==void 0?e[t]:(t=t.replace(/\[(\w+)\]/g,".$1"),t=t.replace(/^\./,""),fi(e,t.split("."),n))}function Tm(e,t,n){if(t===!0)return e===void 0?n:e;if(t==null||typeof t=="boolean")return n;if(e!==Object(e)){if(typeof t!="function")return n;const u=t(e,n);return typeof u>"u"?n:u}if(typeof t=="string")return lu(e,t,n);if(Array.isArray(t))return fi(e,t,n);if(typeof t!="function")return n;const r=t(e,n);return typeof r>"u"?n:r}function hi(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return Array.from({length:e},(n,r)=>t+r)}function ot(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"px";if(!(e==null||e===""))return isNaN(+e)?String(e):isFinite(+e)?`${Number(e)}${t}`:void 0}function Mm(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}function Ns(e){let t;return e!==null&&typeof e=="object"&&((t=Object.getPrototypeOf(e))===Object.prototype||t===null)}function pi(e){if(e&&"$el"in e){const t=e.$el;return(t==null?void 0:t.nodeType)===Node.TEXT_NODE?t.nextElementSibling:t}return e}const Rm=Object.freeze({enter:13,tab:9,delete:46,esc:27,space:32,up:38,down:40,left:37,right:39,end:35,home:36,del:46,backspace:8,insert:45,pageup:33,pagedown:34,shift:16}),Om=Object.freeze({enter:"Enter",tab:"Tab",delete:"Delete",esc:"Escape",space:"Space",up:"ArrowUp",down:"ArrowDown",left:"ArrowLeft",right:"ArrowRight",end:"End",home:"Home",del:"Delete",backspace:"Backspace",insert:"Insert",pageup:"PageUp",pagedown:"PageDown",shift:"Shift"});function Wr(e,t){return t.every(n=>e.hasOwnProperty(n))}function Rl(e,t){const n={},r=new Set(Object.keys(e));for(const u of t)r.has(u)&&(n[u]=e[u]);return n}function zs(e,t,n){const r=Object.create(null),u=Object.create(null);for(const a in e)t.some(o=>o instanceof RegExp?o.test(a):o===a)?r[a]=e[a]:u[a]=e[a];return[r,u]}function Ol(e,t){const n={...e};return t.forEach(r=>delete n[r]),n}function Lm(e,t){const n={};return t.forEach(r=>n[r]=e[r]),n}const mi=/^on[^a-z]/,Dm=e=>mi.test(e),Ll=["onAfterscriptexecute","onAnimationcancel","onAnimationend","onAnimationiteration","onAnimationstart","onAuxclick","onBeforeinput","onBeforescriptexecute","onChange","onClick","onCompositionend","onCompositionstart","onCompositionupdate","onContextmenu","onCopy","onCut","onDblclick","onFocusin","onFocusout","onFullscreenchange","onFullscreenerror","onGesturechange","onGestureend","onGesturestart","onGotpointercapture","onInput","onKeydown","onKeypress","onKeyup","onLostpointercapture","onMousedown","onMousemove","onMouseout","onMouseover","onMouseup","onMousewheel","onPaste","onPointercancel","onPointerdown","onPointerenter","onPointerleave","onPointermove","onPointerout","onPointerover","onPointerup","onReset","onSelect","onSubmit","onTouchcancel","onTouchend","onTouchmove","onTouchstart","onTransitioncancel","onTransitionend","onTransitionrun","onTransitionstart","onWheel"];function jm(e){const[t,n]=zs(e,[mi]),r=Ol(t,Ll),[u,a]=zs(n,["class","style","id",/^data-/]);return Object.assign(u,t),Object.assign(a,r),[u,a]}function Im(e){return e==null?[]:Array.isArray(e)?e:[e]}function $m(e,t){let n=0;const r=function(){for(var u=arguments.length,a=new Array(u),o=0;oe(...a),xe(t))};return r.clear=()=>{clearTimeout(n)},r.immediate=e,r}function gi(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1;return Math.max(t,Math.min(n,e))}function Vs(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"0";return e+n.repeat(Math.max(0,t-e.length))}function Us(e,t){return(arguments.length>2&&arguments[2]!==void 0?arguments[2]:"0").repeat(Math.max(0,t-e.length))+e}function Dl(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;const n=[];let r=0;for(;r0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;const r={};for(const u in e)r[u]=e[u];for(const u in t){const a=e[u],o=t[u];if(Ns(a)&&Ns(o)){r[u]=Ae(a,o,n);continue}if(n&&Array.isArray(a)&&Array.isArray(o)){r[u]=n(a,o);continue}r[u]=o}return r}function jl(e){return e.map(t=>t.type===$e?jl(t.children):t).flat()}function Bt(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";if(Bt.cache.has(e))return Bt.cache.get(e);const t=e.replace(/[^a-z]/gi,"-").replace(/\B([A-Z])/g,"-$1").toLowerCase();return Bt.cache.set(e,t),t}Bt.cache=new Map;function cn(e,t){if(!t||typeof t!="object")return[];if(Array.isArray(t))return t.map(n=>cn(e,n)).flat(1);if(t.suspense)return cn(e,t.ssContent);if(Array.isArray(t.children))return t.children.map(n=>cn(e,n)).flat(1);if(t.component){if(Object.getOwnPropertySymbols(t.component.provides).includes(e))return[t.component];if(t.component.subTree)return cn(e,t.component.subTree).flat(1)}return[]}function Fm(e){const t=Fe({}),n=X(e);return Sr(()=>{for(const r in n.value)t[r]=n.value[r]},{flush:"sync"}),Fu(t)}function Hm(e,t){return e.includes(t)}function Bm(e){return e[2].toLowerCase()+e.slice(3)}const Nm=()=>[Function,Array];function zm(e,t){return t="on"+Ln(t),!!(e[t]||e[`${t}Once`]||e[`${t}Capture`]||e[`${t}OnceCapture`]||e[`${t}CaptureOnce`])}function Vm(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r1&&arguments[1]!==void 0?arguments[1]:!0;const n=["button","[href]",'input:not([type="hidden"])',"select","textarea","[tabindex]"].map(r=>`${r}${t?':not([tabindex="-1"])':""}:not([disabled])`).join(", ");return[...e.querySelectorAll(n)]}function $l(e,t,n){let r,u=e.indexOf(document.activeElement);const a=t==="next"?1:-1;do u+=a,r=e[u];while((!r||r.offsetParent==null||!((n==null?void 0:n(r))??!0))&&u=0);return r}function Fl(e,t){var r,u,a,o;const n=Il(e);if(!t)(e===document.activeElement||!e.contains(document.activeElement))&&((r=n[0])==null||r.focus());else if(t==="first")(u=n[0])==null||u.focus();else if(t==="last")(a=n.at(-1))==null||a.focus();else if(typeof t=="number")(o=n[t])==null||o.focus();else{const c=$l(n,t);c?c.focus():Fl(e,t==="next"?"first":"last")}}function Um(e){return e==null||typeof e=="string"&&e.trim()===""}function Wm(e,t){if(!(He&&typeof CSS<"u"&&typeof CSS.supports<"u"&&CSS.supports(`selector(${t})`)))return null;try{return!!e&&e.matches(t)}catch{return null}}function Hl(e){return e.some(t=>An(t)?t.type===De?!1:t.type!==$e||Hl(t.children):!0)?e:null}function xm(e,t){if(!He||e===0)return t(),()=>{};const n=window.setTimeout(t,e);return()=>window.clearTimeout(n)}function Km(e,t){const n=e.clientX,r=e.clientY,u=t.getBoundingClientRect(),a=u.left,o=u.top,c=u.right,l=u.bottom;return n>=a&&n<=c&&r>=o&&r<=l}function Bl(){const e=Ze(),t=n=>{e.value=n};return Object.defineProperty(t,"value",{enumerable:!0,get:()=>e.value,set:n=>e.value=n}),Object.defineProperty(t,"el",{enumerable:!0,get:()=>pi(e.value)}),t}function Gm(e){const t=e.key.length===1,n=!e.ctrlKey&&!e.metaKey&&!e.altKey;return t&&n}const Wt=2.4,Ws=.2126729,xs=.7151522,Ks=.072175,Nl=.55,zl=.58,Vl=.57,Ul=.62,Un=.03,Gs=1.45,Wl=5e-4,xl=1.25,Kl=1.25,Gl=.078,qs=12.82051282051282,Wn=.06,ql=.001;function Ys(e,t){const n=(e.r/255)**Wt,r=(e.g/255)**Wt,u=(e.b/255)**Wt,a=(t.r/255)**Wt,o=(t.g/255)**Wt,c=(t.b/255)**Wt;let l=n*Ws+r*xs+u*Ks,h=a*Ws+o*xs+c*Ks;if(l<=Un&&(l+=(Un-l)**Gs),h<=Un&&(h+=(Un-h)**Gs),Math.abs(h-l)l){const p=(h**Nl-l**zl)*xl;f=p-.001?0:p>-.078?p-p*qs*Wn:p+Wn}return f*100}function qm(e){}function Ym(e,t){t=Array.isArray(t)?t.slice(0,-1).map(n=>`'${n}'`).join(", ")+` or '${t.at(-1)}'`:`'${t}'`}const or=.20689655172413793,Yl=e=>e>or**3?Math.cbrt(e):e/(3*or**2)+4/29,Zl=e=>e>or?e**3:3*or**2*(e-4/29);function _i(e){const t=Yl,n=t(e[1]);return[116*n-16,500*(t(e[0]/.95047)-n),200*(n-t(e[2]/1.08883))]}function bi(e){const t=Zl,n=(e[0]+16)/116;return[t(n+e[1]/500)*.95047,t(n),t(n-e[2]/200)*1.08883]}const Ql=[[3.2406,-1.5372,-.4986],[-.9689,1.8758,.0415],[.0557,-.204,1.057]],Jl=e=>e<=.0031308?e*12.92:1.055*e**(1/2.4)-.055,Xl=[[.4124,.3576,.1805],[.2126,.7152,.0722],[.0193,.1192,.9505]],ef=e=>e<=.04045?e/12.92:((e+.055)/1.055)**2.4;function yi(e){const t=Array(3),n=Jl,r=Ql;for(let u=0;u<3;++u)t[u]=Math.round(gi(n(r[u][0]*e[0]+r[u][1]*e[1]+r[u][2]*e[2]))*255);return{r:t[0],g:t[1],b:t[2]}}function Gu(e){let{r:t,g:n,b:r}=e;const u=[0,0,0],a=ef,o=Xl;t=a(t/255),n=a(n/255),r=a(r/255);for(let c=0;c<3;++c)u[c]=o[c][0]*t+o[c][1]*n+o[c][2]*r;return u}function tf(e){return!!e&&/^(#|var\(--|(rgb|hsl)a?\()/.test(e)}function Zm(e){return tf(e)&&!/^((rgb|hsl)a?\()?var\(--/.test(e)}const Zs=/^(?(?:rgb|hsl)a?)\((?.+)\)/,nf={rgb:(e,t,n,r)=>({r:e,g:t,b:n,a:r}),rgba:(e,t,n,r)=>({r:e,g:t,b:n,a:r}),hsl:(e,t,n,r)=>Qs({h:e,s:t,l:n,a:r}),hsla:(e,t,n,r)=>Qs({h:e,s:t,l:n,a:r}),hsv:(e,t,n,r)=>Mn({h:e,s:t,v:n,a:r}),hsva:(e,t,n,r)=>Mn({h:e,s:t,v:n,a:r})};function ht(e){if(typeof e=="number")return{r:(e&16711680)>>16,g:(e&65280)>>8,b:e&255};if(typeof e=="string"&&Zs.test(e)){const{groups:t}=e.match(Zs),{fn:n,values:r}=t,u=r.split(/,\s*/).map(a=>a.endsWith("%")&&["hsl","hsla","hsv","hsva"].includes(n)?parseFloat(a)/100:parseFloat(a));return nf[n](...u)}else if(typeof e=="string"){let t=e.startsWith("#")?e.slice(1):e;return[3,4].includes(t.length)?t=t.split("").map(n=>n+n).join(""):[6,8].includes(t.length),uf(t)}else if(typeof e=="object"){if(Wr(e,["r","g","b"]))return e;if(Wr(e,["h","s","l"]))return Mn(wi(e));if(Wr(e,["h","s","v"]))return Mn(e)}throw new TypeError(`Invalid color: ${e==null?e:String(e)||e.constructor.name} +Expected #hex, #hexa, rgb(), rgba(), hsl(), hsla(), object or number`)}function Mn(e){const{h:t,s:n,v:r,a:u}=e,a=c=>{const l=(c+t/60)%6;return r-r*n*Math.max(Math.min(l,4-l,1),0)},o=[a(5),a(3),a(1)].map(c=>Math.round(c*255));return{r:o[0],g:o[1],b:o[2],a:u}}function Qs(e){return Mn(wi(e))}function wi(e){const{h:t,s:n,l:r,a:u}=e,a=r+n*Math.min(r,1-r),o=a===0?0:2-2*r/a;return{h:t,s:o,v:a,a:u}}function xn(e){const t=Math.round(e).toString(16);return("00".substr(0,2-t.length)+t).toUpperCase()}function rf(e){let{r:t,g:n,b:r,a:u}=e;return`#${[xn(t),xn(n),xn(r),u!==void 0?xn(Math.round(u*255)):""].join("")}`}function uf(e){e=sf(e);let[t,n,r,u]=Dl(e,2).map(a=>parseInt(a,16));return u=u===void 0?u:u/255,{r:t,g:n,b:r,a:u}}function sf(e){return e.startsWith("#")&&(e=e.slice(1)),e=e.replace(/([^0-9a-f])/gi,"F"),(e.length===3||e.length===4)&&(e=e.split("").map(t=>t+t).join("")),e.length!==6&&(e=Vs(Vs(e,6),8,"F")),e}function af(e,t){const n=_i(Gu(e));return n[0]=n[0]+t*10,yi(bi(n))}function of(e,t){const n=_i(Gu(e));return n[0]=n[0]-t*10,yi(bi(n))}function df(e){const t=ht(e);return Gu(t)[1]}function cf(e){const t=Math.abs(Ys(ht(0),ht(e)));return Math.abs(Ys(ht(16777215),ht(e)))>Math.min(t,50)?"#fff":"#000"}function Xe(e,t){return n=>Object.keys(e).reduce((r,u)=>{const o=typeof e[u]=="object"&&e[u]!=null&&!Array.isArray(e[u])?e[u]:{type:e[u]};return n&&u in n?r[u]={...o,default:n[u]}:r[u]=o,t&&!r[u].source&&(r[u].source=t),r},{})}const vi=Xe({class:[String,Array,Object],style:{type:[String,Array,Object],default:null}},"component");function gt(e,t){const n=Pr();if(!n)throw new Error(`[Vuetify] ${e} must be called from inside a setup function`);return n}function lf(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"composables";const t=gt(e).type;return Bt((t==null?void 0:t.aliasName)||(t==null?void 0:t.name))}let ki=0,Zn=new WeakMap;function qu(){const e=gt("getUid");if(Zn.has(e))return Zn.get(e);{const t=ki++;return Zn.set(e,t),t}}qu.reset=()=>{ki=0,Zn=new WeakMap};function ff(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:gt("injectSelf");const{provides:n}=t;if(n&&e in n)return n[e]}const en=Symbol.for("vuetify:defaults");function hf(e){return Ue(e)}function Yu(){const e=ve(en);if(!e)throw new Error("[Vuetify] Could not find defaults instance");return e}function Qm(e,t){const n=Yu(),r=Ue(e),u=X(()=>{if(xe(t==null?void 0:t.disabled))return n.value;const o=xe(t==null?void 0:t.scoped),c=xe(t==null?void 0:t.reset),l=xe(t==null?void 0:t.root);if(r.value==null&&!(o||c||l))return n.value;let h=Ae(r.value,{prev:n.value});if(o)return h;if(c||l){const f=Number(c||1/0);for(let p=0;p<=f&&!(!h||!("prev"in h));p++)h=h.prev;return h&&typeof l=="string"&&l in h&&(h=Ae(Ae(h,{prev:h}),h[l])),h}return h.prev?Ae(h.prev,h):h});return pt(en,u),u}function pf(e,t){var n,r;return typeof((n=e.props)==null?void 0:n[t])<"u"||typeof((r=e.props)==null?void 0:r[Bt(t)])<"u"}function mf(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Yu();const r=gt("useDefaults");if(t=t??r.type.name??r.type.__name,!t)throw new Error("[Vuetify] Could not determine component name");const u=X(()=>{var l;return(l=n.value)==null?void 0:l[e._as??t]}),a=new Proxy(e,{get(l,h){var p,w,S,T,A,N,z;const f=Reflect.get(l,h);return h==="class"||h==="style"?[(p=u.value)==null?void 0:p[h],f].filter(V=>V!=null):typeof h=="string"&&!pf(r.vnode,h)?((w=u.value)==null?void 0:w[h])!==void 0?(S=u.value)==null?void 0:S[h]:((A=(T=n.value)==null?void 0:T.global)==null?void 0:A[h])!==void 0?(z=(N=n.value)==null?void 0:N.global)==null?void 0:z[h]:f:f}}),o=Ze();Sr(()=>{if(u.value){const l=Object.entries(u.value).filter(h=>{let[f]=h;return f.startsWith(f[0].toUpperCase())});o.value=l.length?Object.fromEntries(l):void 0}else o.value=void 0});function c(){const l=ff(en,r);pt(en,X(()=>o.value?Ae((l==null?void 0:l.value)??{},o.value):l==null?void 0:l.value))}return{props:a,provideSubDefaults:c}}function Fn(e){if(e._setup=e._setup??e.setup,!e.name)return e;if(e._setup){e.props=Xe(e.props??{},e.name)();const t=Object.keys(e.props).filter(n=>n!=="class"&&n!=="style");e.filterProps=function(r){return Rl(r,t)},e.props._as=String,e.setup=function(r,u){const a=Yu();if(!a.value)return e._setup(r,u);const{props:o,provideSubDefaults:c}=mf(r,r._as??e.name,a),l=e._setup(o,u);return c(),l}}return e}function Zu(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0;return t=>(e?Fn:yr)(t)}function Jm(e,t){return t.props=e,t}function Si(e){const t=gt("useRender");t.render=e}function gf(e,t,n){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:p=>p,u=arguments.length>4&&arguments[4]!==void 0?arguments[4]:p=>p;const a=gt("useProxiedModel"),o=Ue(e[t]!==void 0?e[t]:n),c=Bt(t),h=X(c!==t?()=>{var p,w,S,T;return e[t],!!(((p=a.vnode.props)!=null&&p.hasOwnProperty(t)||(w=a.vnode.props)!=null&&w.hasOwnProperty(c))&&((S=a.vnode.props)!=null&&S.hasOwnProperty(`onUpdate:${t}`)||(T=a.vnode.props)!=null&&T.hasOwnProperty(`onUpdate:${c}`)))}:()=>{var p,w;return e[t],!!((p=a.vnode.props)!=null&&p.hasOwnProperty(t)&&((w=a.vnode.props)!=null&&w.hasOwnProperty(`onUpdate:${t}`)))});Al(()=>!h.value,()=>{Ve(()=>e[t],p=>{o.value=p})});const f=X({get(){const p=e[t];return r(h.value?p:o.value)},set(p){const w=u(p),S=ae(h.value?e[t]:o.value);S===w||r(S)===p||(o.value=w,a==null||a.emit(`update:${t}`,w))}});return Object.defineProperty(f,"externalValue",{get:()=>h.value?e[t]:o.value}),f}const _f={badge:"Badge",open:"Open",close:"Close",dismiss:"Dismiss",confirmEdit:{ok:"OK",cancel:"Cancel"},dataIterator:{noResultsText:"No matching records found",loadingText:"Loading items..."},dataTable:{itemsPerPageText:"Rows per page:",ariaLabel:{sortDescending:"Sorted descending.",sortAscending:"Sorted ascending.",sortNone:"Not sorted.",activateNone:"Activate to remove sorting.",activateDescending:"Activate to sort descending.",activateAscending:"Activate to sort ascending."},sortBy:"Sort by"},dataFooter:{itemsPerPageText:"Items per page:",itemsPerPageAll:"All",nextPage:"Next page",prevPage:"Previous page",firstPage:"First page",lastPage:"Last page",pageText:"{0}-{1} of {2}"},dateRangeInput:{divider:"to"},datePicker:{itemsSelected:"{0} selected",range:{title:"Select dates",header:"Enter dates"},title:"Select date",header:"Enter date",input:{placeholder:"Enter date"}},noDataText:"No data available",carousel:{prev:"Previous visual",next:"Next visual",ariaLabel:{delimiter:"Carousel slide {0} of {1}"}},calendar:{moreEvents:"{0} more",today:"Today"},input:{clear:"Clear {0}",prependAction:"{0} prepended action",appendAction:"{0} appended action",otp:"Please enter OTP character {0}"},fileInput:{counter:"{0} files",counterSize:"{0} files ({1} in total)"},fileUpload:{title:"Drag and drop files here",divider:"or",browse:"Browse Files"},timePicker:{am:"AM",pm:"PM",title:"Select Time"},pagination:{ariaLabel:{root:"Pagination Navigation",next:"Next page",previous:"Previous page",page:"Go to page {0}",currentPage:"Page {0}, Current page",first:"First page",last:"Last page"}},stepper:{next:"Next",prev:"Previous"},rating:{ariaLabel:{item:"Rating {0} of {1}"}},loading:"Loading...",infiniteScroll:{loadMore:"Load more",empty:"No more"}},Js="$vuetify.",Xs=(e,t)=>e.replace(/\{(\d+)\}/g,(n,r)=>String(t[+r])),Ci=(e,t,n)=>function(r){for(var u=arguments.length,a=new Array(u>1?u-1:0),o=1;onew Intl.NumberFormat([e.value,t.value],r).format(n)}function xr(e,t,n){const r=gf(e,t,e[t]??n.value);return r.value=e[t]??n.value,Ve(n,u=>{e[t]==null&&(r.value=n.value)}),r}function Ei(e){return t=>{const n=xr(t,"locale",e.current),r=xr(t,"fallback",e.fallback),u=xr(t,"messages",e.messages);return{name:"vuetify",current:n,fallback:r,messages:u,t:Ci(n,r,u),n:Pi(n,r),provide:Ei({current:n,fallback:r,messages:u})}}}function bf(e){const t=Ze((e==null?void 0:e.locale)??"en"),n=Ze((e==null?void 0:e.fallback)??"en"),r=Ue({en:_f,...e==null?void 0:e.messages});return{name:"vuetify",current:t,fallback:n,messages:r,t:Ci(t,n,r),n:Pi(t,n),provide:Ei({current:t,fallback:n,messages:r})}}const ir=Symbol.for("vuetify:locale");function yf(e){return e.name!=null}function wf(e){const t=e!=null&&e.adapter&&yf(e==null?void 0:e.adapter)?e==null?void 0:e.adapter:bf(e),n=kf(t,e);return{...t,...n}}function Xm(){const e=ve(ir);if(!e)throw new Error("[Vuetify] Could not find injected locale instance");return e}function vf(){return{af:!1,ar:!0,bg:!1,ca:!1,ckb:!1,cs:!1,de:!1,el:!1,en:!1,es:!1,et:!1,fa:!0,fi:!1,fr:!1,hr:!1,hu:!1,he:!0,id:!1,it:!1,ja:!1,km:!1,ko:!1,lv:!1,lt:!1,nl:!1,no:!1,pl:!1,pt:!1,ro:!1,ru:!1,sk:!1,sl:!1,srCyrl:!1,srLatn:!1,sv:!1,th:!1,tr:!1,az:!1,uk:!1,vi:!1,zhHans:!1,zhHant:!1}}function kf(e,t){const n=Ue((t==null?void 0:t.rtl)??vf()),r=X(()=>n.value[e.current.value]??!1);return{isRtl:r,rtl:n,rtlClasses:X(()=>`v-locale--is-${r.value?"rtl":"ltr"}`)}}function Ai(){const e=ve(ir);if(!e)throw new Error("[Vuetify] Could not find injected rtl instance");return{isRtl:e.isRtl,rtlClasses:e.rtlClasses}}const Ar={"001":1,AD:1,AE:6,AF:6,AG:0,AI:1,AL:1,AM:1,AN:1,AR:1,AS:0,AT:1,AU:1,AX:1,AZ:1,BA:1,BD:0,BE:1,BG:1,BH:6,BM:1,BN:1,BR:0,BS:0,BT:0,BW:0,BY:1,BZ:0,CA:0,CH:1,CL:1,CM:1,CN:1,CO:0,CR:1,CY:1,CZ:1,DE:1,DJ:6,DK:1,DM:0,DO:0,DZ:6,EC:1,EE:1,EG:6,ES:1,ET:0,FI:1,FJ:1,FO:1,FR:1,GB:1,"GB-alt-variant":0,GE:1,GF:1,GP:1,GR:1,GT:0,GU:0,HK:0,HN:0,HR:1,HU:1,ID:0,IE:1,IL:0,IN:0,IQ:6,IR:6,IS:1,IT:1,JM:0,JO:6,JP:0,KE:0,KG:1,KH:0,KR:0,KW:6,KZ:1,LA:0,LB:1,LI:1,LK:1,LT:1,LU:1,LV:1,LY:6,MC:1,MD:1,ME:1,MH:0,MK:1,MM:0,MN:1,MO:0,MQ:1,MT:0,MV:5,MX:0,MY:1,MZ:0,NI:0,NL:1,NO:1,NP:0,NZ:1,OM:6,PA:0,PE:0,PH:0,PK:0,PL:1,PR:0,PT:0,PY:0,QA:6,RE:1,RO:1,RS:1,RU:1,SA:0,SD:6,SE:1,SG:0,SI:1,SK:1,SM:1,SV:0,SY:6,TH:0,TJ:1,TM:1,TR:1,TT:0,TW:0,UA:1,UM:0,US:0,UY:1,UZ:1,VA:1,VE:0,VI:0,VN:1,WS:0,XK:1,YE:0,ZA:0,ZW:0};function Sf(e,t,n){const r=[];let u=[];const a=Ti(e),o=Mi(e),c=n??Ar[t.slice(-2).toUpperCase()]??0,l=(a.getDay()-c+7)%7,h=(o.getDay()-c+7)%7;for(let f=0;f0&&r.push(u),r}function Cf(e,t,n){const r=n??Ar[t.slice(-2).toUpperCase()]??0,u=new Date(e);for(;u.getDay()!==r;)u.setDate(u.getDate()-1);return u}function Pf(e,t){const n=new Date(e),r=((Ar[t.slice(-2).toUpperCase()]??0)+6)%7;for(;n.getDay()!==r;)n.setDate(n.getDate()+1);return n}function Ti(e){return new Date(e.getFullYear(),e.getMonth(),1)}function Mi(e){return new Date(e.getFullYear(),e.getMonth()+1,0)}function Ef(e){const t=e.split("-").map(Number);return new Date(t[0],t[1]-1,t[2])}const Af=/^([12]\d{3}-([1-9]|0[1-9]|1[0-2])-([1-9]|0[1-9]|[12]\d|3[01]))$/;function Ri(e){if(e==null)return new Date;if(e instanceof Date)return e;if(typeof e=="string"){let t;if(Af.test(e))return Ef(e);if(t=Date.parse(e),!isNaN(t))return new Date(t)}return null}const ea=new Date(2e3,0,2);function Tf(e,t){const n=t??Ar[e.slice(-2).toUpperCase()]??0;return hi(7).map(r=>{const u=new Date(ea);return u.setDate(ea.getDate()+n+r),new Intl.DateTimeFormat(e,{weekday:"narrow"}).format(u)})}function Mf(e,t,n,r){const u=Ri(e)??new Date,a=r==null?void 0:r[t];if(typeof a=="function")return a(u,t,n);let o={};switch(t){case"fullDate":o={year:"numeric",month:"long",day:"numeric"};break;case"fullDateWithWeekday":o={weekday:"long",year:"numeric",month:"long",day:"numeric"};break;case"normalDate":const c=u.getDate(),l=new Intl.DateTimeFormat(n,{month:"long"}).format(u);return`${c} ${l}`;case"normalDateWithWeekday":o={weekday:"short",day:"numeric",month:"short"};break;case"shortDate":o={month:"short",day:"numeric"};break;case"year":o={year:"numeric"};break;case"month":o={month:"long"};break;case"monthShort":o={month:"short"};break;case"monthAndYear":o={month:"long",year:"numeric"};break;case"monthAndDate":o={month:"long",day:"numeric"};break;case"weekday":o={weekday:"long"};break;case"weekdayShort":o={weekday:"short"};break;case"dayOfMonth":return new Intl.NumberFormat(n).format(u.getDate());case"hours12h":o={hour:"numeric",hour12:!0};break;case"hours24h":o={hour:"numeric",hour12:!1};break;case"minutes":o={minute:"numeric"};break;case"seconds":o={second:"numeric"};break;case"fullTime":o={hour:"numeric",minute:"numeric",second:"numeric",hour12:!0};break;case"fullTime12h":o={hour:"numeric",minute:"numeric",second:"numeric",hour12:!0};break;case"fullTime24h":o={hour:"numeric",minute:"numeric",second:"numeric",hour12:!1};break;case"fullDateTime":o={year:"numeric",month:"long",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:!0};break;case"fullDateTime12h":o={year:"numeric",month:"long",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:!0};break;case"fullDateTime24h":o={year:"numeric",month:"long",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:!1};break;case"keyboardDate":o={year:"numeric",month:"2-digit",day:"2-digit"};break;case"keyboardDateTime":o={year:"numeric",month:"2-digit",day:"2-digit",hour:"numeric",minute:"numeric",second:"numeric",hour12:!1};break;case"keyboardDateTime12h":o={year:"numeric",month:"2-digit",day:"2-digit",hour:"numeric",minute:"numeric",second:"numeric",hour12:!0};break;case"keyboardDateTime24h":o={year:"numeric",month:"2-digit",day:"2-digit",hour:"numeric",minute:"numeric",second:"numeric",hour12:!1};break;default:o=a??{timeZone:"UTC",timeZoneName:"short"}}return new Intl.DateTimeFormat(n,o).format(u)}function Rf(e,t){const n=e.toJsDate(t),r=n.getFullYear(),u=Us(String(n.getMonth()+1),2,"0"),a=Us(String(n.getDate()),2,"0");return`${r}-${u}-${a}`}function Of(e){const[t,n,r]=e.split("-").map(Number);return new Date(t,n-1,r)}function Lf(e,t){const n=new Date(e);return n.setMinutes(n.getMinutes()+t),n}function Df(e,t){const n=new Date(e);return n.setHours(n.getHours()+t),n}function jf(e,t){const n=new Date(e);return n.setDate(n.getDate()+t),n}function If(e,t){const n=new Date(e);return n.setDate(n.getDate()+t*7),n}function $f(e,t){const n=new Date(e);return n.setDate(1),n.setMonth(n.getMonth()+t),n}function Ff(e){return e.getFullYear()}function Hf(e){return e.getMonth()}function Bf(e){return e.getDate()}function Nf(e){return new Date(e.getFullYear(),e.getMonth()+1,1)}function zf(e){return new Date(e.getFullYear(),e.getMonth()-1,1)}function Vf(e){return e.getHours()}function Uf(e){return e.getMinutes()}function Wf(e){return new Date(e.getFullYear(),0,1)}function xf(e){return new Date(e.getFullYear(),11,31)}function Kf(e,t){return dr(e,t[0])&&Yf(e,t[1])}function Gf(e){const t=new Date(e);return t instanceof Date&&!isNaN(t.getTime())}function dr(e,t){return e.getTime()>t.getTime()}function qf(e,t){return dr(fu(e),fu(t))}function Yf(e,t){return e.getTime(){n.locale=e.locale[r]??r??n.locale}),n}const eg=["sm","md","lg","xl","xxl"],hu=Symbol.for("vuetify:display"),ra={mobileBreakpoint:"lg",thresholds:{xs:0,sm:600,md:960,lg:1280,xl:1920,xxl:2560}},ch=function(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:ra;return Ae(ra,e)};function ua(e){return He&&!e?window.innerWidth:typeof e=="object"&&e.clientWidth||0}function sa(e){return He&&!e?window.innerHeight:typeof e=="object"&&e.clientHeight||0}function aa(e){const t=He&&!e?window.navigator.userAgent:"ssr";function n(T){return!!t.match(T)}const r=n(/android/i),u=n(/iphone|ipad|ipod/i),a=n(/cordova/i),o=n(/electron/i),c=n(/chrome/i),l=n(/edge/i),h=n(/firefox/i),f=n(/opera/i),p=n(/win/i),w=n(/mac/i),S=n(/linux/i);return{android:r,ios:u,cordova:a,electron:o,chrome:c,edge:l,firefox:h,opera:f,win:p,mac:w,linux:S,touch:Tl,ssr:t==="ssr"}}function lh(e,t){const{thresholds:n,mobileBreakpoint:r}=ch(e),u=Ze(sa(t)),a=Ze(aa(t)),o=Fe({}),c=Ze(ua(t));function l(){u.value=sa(),c.value=ua()}function h(){l(),a.value=aa()}return Sr(()=>{const f=c.value=n.xxl,N=f?"xs":p?"sm":w?"md":S?"lg":T?"xl":"xxl",z=typeof r=="number"?r:n[r],V=c.value0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:lf();const n=ve(hu);if(!n)throw new Error("Could not find Vuetify display injection");const r=X(()=>{if(e.mobile!=null)return e.mobile;if(!e.mobileBreakpoint)return n.mobile.value;const a=typeof e.mobileBreakpoint=="number"?e.mobileBreakpoint:n.thresholds.value[e.mobileBreakpoint];return n.width.valuet?{[`${t}--mobile`]:r.value}:{});return{...n,displayClasses:u,mobile:r}}const Oi=Symbol.for("vuetify:goto");function Li(){return{container:void 0,duration:300,layout:!1,offset:0,easing:"easeInOutCubic",patterns:{linear:e=>e,easeInQuad:e=>e**2,easeOutQuad:e=>e*(2-e),easeInOutQuad:e=>e<.5?2*e**2:-1+(4-2*e)*e,easeInCubic:e=>e**3,easeOutCubic:e=>--e**3+1,easeInOutCubic:e=>e<.5?4*e**3:(e-1)*(2*e-2)*(2*e-2)+1,easeInQuart:e=>e**4,easeOutQuart:e=>1- --e**4,easeInOutQuart:e=>e<.5?8*e**4:1-8*--e**4,easeInQuint:e=>e**5,easeOutQuint:e=>1+--e**5,easeInOutQuint:e=>e<.5?16*e**5:1+16*--e**5}}}function fh(e){return Qu(e)??(document.scrollingElement||document.body)}function Qu(e){return typeof e=="string"?document.querySelector(e):pi(e)}function Kr(e,t,n){if(typeof e=="number")return t&&n?-e:e;let r=Qu(e),u=0;for(;r;)u+=t?r.offsetLeft:r.offsetTop,r=r.offsetParent;return u}function hh(e,t){return{rtl:t.isRtl,options:Ae(Li(),e)}}async function oa(e,t,n,r){const u=n?"scrollLeft":"scrollTop",a=Ae((r==null?void 0:r.options)??Li(),t),o=r==null?void 0:r.rtl.value,c=(typeof e=="number"?e:Qu(e))??0,l=a.container==="parent"&&c instanceof HTMLElement?c.parentElement:fh(a.container),h=typeof a.easing=="function"?a.easing:a.patterns[a.easing];if(!h)throw new TypeError(`Easing function "${a.easing}" not found.`);let f;if(typeof c=="number")f=Kr(c,n,o);else if(f=Kr(c,n,o)-Kr(l,n,o),a.layout){const T=window.getComputedStyle(c).getPropertyValue("--v-layout-top");T&&(f-=parseInt(T,10))}f+=a.offset,f=ph(l,f,!!o,!!n);const p=l[u]??0;if(f===p)return Promise.resolve(f);const w=performance.now();return new Promise(S=>requestAnimationFrame(function T(A){const z=(A-w)/a.duration,V=Math.floor(p+(f-p)*h(gi(z,0,1)));if(l[u]=V,z>=1&&Math.abs(V-l[u])<10)return S(f);if(z>2)return S(l[u]);requestAnimationFrame(T)}))}function rg(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};const t=ve(Oi),{isRtl:n}=Ai();if(!t)throw new Error("[Vuetify] Could not find injected goto instance");const r={...t,rtl:X(()=>t.rtl.value||n.value)};async function u(a,o){return oa(a,Ae(e,o),!1,r)}return u.horizontal=async(a,o)=>oa(a,Ae(e,o),!0,r),u}function ph(e,t,n,r){const{scrollWidth:u,scrollHeight:a}=e,[o,c]=e===document.scrollingElement?[window.innerWidth,window.innerHeight]:[e.offsetWidth,e.offsetHeight];let l,h;return r?n?(l=-(u-o),h=0):(l=0,h=u-o):(l=0,h=a+-c),Math.max(Math.min(t,h),l)}const mh={collapse:"mdi-chevron-up",complete:"mdi-check",cancel:"mdi-close-circle",close:"mdi-close",delete:"mdi-close-circle",clear:"mdi-close-circle",success:"mdi-check-circle",info:"mdi-information",warning:"mdi-alert-circle",error:"mdi-close-circle",prev:"mdi-chevron-left",next:"mdi-chevron-right",checkboxOn:"mdi-checkbox-marked",checkboxOff:"mdi-checkbox-blank-outline",checkboxIndeterminate:"mdi-minus-box",delimiter:"mdi-circle",sortAsc:"mdi-arrow-up",sortDesc:"mdi-arrow-down",expand:"mdi-chevron-down",menu:"mdi-menu",subgroup:"mdi-menu-down",dropdown:"mdi-menu-down",radioOn:"mdi-radiobox-marked",radioOff:"mdi-radiobox-blank",edit:"mdi-pencil",ratingEmpty:"mdi-star-outline",ratingFull:"mdi-star",ratingHalf:"mdi-star-half-full",loading:"mdi-cached",first:"mdi-page-first",last:"mdi-page-last",unfold:"mdi-unfold-more-horizontal",file:"mdi-paperclip",plus:"mdi-plus",minus:"mdi-minus",calendar:"mdi-calendar",treeviewCollapse:"mdi-menu-down",treeviewExpand:"mdi-menu-right",eyeDropper:"mdi-eyedropper",upload:"mdi-cloud-upload"},Di={component:e=>Jt(Ii,{...e,class:"mdi"})},gh=[String,Function,Object,Array],pu=Symbol.for("vuetify:icons"),Tr=Xe({icon:{type:gh},tag:{type:String,required:!0}},"icon"),ia=Zu()({name:"VComponentIcon",props:Tr(),setup(e,t){let{slots:n}=t;return()=>{const r=e.icon;return he(e.tag,null,{default:()=>{var u;return[e.icon?he(r,null,null):(u=n.default)==null?void 0:u.call(n)]}})}}}),ji=Fn({name:"VSvgIcon",inheritAttrs:!1,props:Tr(),setup(e,t){let{attrs:n}=t;return()=>he(e.tag,ei(n,{style:null}),{default:()=>[he("svg",{class:"v-icon__svg",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",role:"img","aria-hidden":"true"},[Array.isArray(e.icon)?e.icon.map(r=>Array.isArray(r)?he("path",{d:r[0],"fill-opacity":r[1]},null):he("path",{d:r},null)):he("path",{d:e.icon},null)])]})}});Fn({name:"VLigatureIcon",props:Tr(),setup(e){return()=>he(e.tag,null,{default:()=>[e.icon]})}});const Ii=Fn({name:"VClassIcon",props:Tr(),setup(e){return()=>he(e.tag,{class:e.icon},null)}});function _h(){return{svg:{component:ji},class:{component:Ii}}}function bh(e){const t=_h(),n=(e==null?void 0:e.defaultSet)??"mdi";return n==="mdi"&&!t.mdi&&(t.mdi=Di),Ae({defaultSet:n,sets:t,aliases:{...mh,vuetify:["M8.2241 14.2009L12 21L22 3H14.4459L8.2241 14.2009Z",["M7.26303 12.4733L7.00113 12L2 3H12.5261C12.5261 3 12.5261 3 12.5261 3L7.26303 12.4733Z",.6]],"vuetify-outline":"svg:M7.26 12.47 12.53 3H2L7.26 12.47ZM14.45 3 8.22 14.2 12 21 22 3H14.45ZM18.6 5 12 16.88 10.51 14.2 15.62 5ZM7.26 8.35 5.4 5H9.13L7.26 8.35Z","vuetify-play":["m6.376 13.184-4.11-7.192C1.505 4.66 2.467 3 4.003 3h8.532l-.953 1.576-.006.01-.396.677c-.429.732-.214 1.507.194 2.015.404.503 1.092.878 1.869.806a3.72 3.72 0 0 1 1.005.022c.276.053.434.143.523.237.138.146.38.635-.25 2.09-.893 1.63-1.553 1.722-1.847 1.677-.213-.033-.468-.158-.756-.406a4.95 4.95 0 0 1-.8-.927c-.39-.564-1.04-.84-1.66-.846-.625-.006-1.316.27-1.693.921l-.478.826-.911 1.506Z",["M9.093 11.552c.046-.079.144-.15.32-.148a.53.53 0 0 1 .43.207c.285.414.636.847 1.046 1.2.405.35.914.662 1.516.754 1.334.205 2.502-.698 3.48-2.495l.014-.028.013-.03c.687-1.574.774-2.852-.005-3.675-.37-.391-.861-.586-1.333-.676a5.243 5.243 0 0 0-1.447-.044c-.173.016-.393-.073-.54-.257-.145-.18-.127-.316-.082-.392l.393-.672L14.287 3h5.71c1.536 0 2.499 1.659 1.737 2.992l-7.997 13.996c-.768 1.344-2.706 1.344-3.473 0l-3.037-5.314 1.377-2.278.004-.006.004-.007.481-.831Z",.6]]}},e)}const ug=e=>{const t=ve(pu);if(!t)throw new Error("Missing Vuetify Icons provide!");return{iconData:X(()=>{var l;const r=xe(e);if(!r)return{component:ia};let u=r;if(typeof u=="string"&&(u=u.trim(),u.startsWith("$")&&(u=(l=t.aliases)==null?void 0:l[u.slice(1)])),Array.isArray(u))return{component:ji,icon:u};if(typeof u!="string")return{component:ia,icon:u};const a=Object.keys(t.sets).find(h=>typeof u=="string"&&u.startsWith(`${h}:`)),o=a?u.slice(a.length+1):u;return{component:t.sets[a??t.defaultSet].component,icon:o}})}},cr=Symbol.for("vuetify:theme"),yh=Xe({theme:String},"theme");function da(){return{defaultTheme:"light",variations:{colors:[],lighten:0,darken:0},themes:{light:{dark:!1,colors:{background:"#FFFFFF",surface:"#FFFFFF","surface-bright":"#FFFFFF","surface-light":"#EEEEEE","surface-variant":"#424242","on-surface-variant":"#EEEEEE",primary:"#1867C0","primary-darken-1":"#1F5592",secondary:"#48A9A6","secondary-darken-1":"#018786",error:"#B00020",info:"#2196F3",success:"#4CAF50",warning:"#FB8C00"},variables:{"border-color":"#000000","border-opacity":.12,"high-emphasis-opacity":.87,"medium-emphasis-opacity":.6,"disabled-opacity":.38,"idle-opacity":.04,"hover-opacity":.04,"focus-opacity":.12,"selected-opacity":.08,"activated-opacity":.12,"pressed-opacity":.12,"dragged-opacity":.08,"theme-kbd":"#212529","theme-on-kbd":"#FFFFFF","theme-code":"#F5F5F5","theme-on-code":"#000000"}},dark:{dark:!0,colors:{background:"#121212",surface:"#212121","surface-bright":"#ccbfd6","surface-light":"#424242","surface-variant":"#a3a3a3","on-surface-variant":"#424242",primary:"#2196F3","primary-darken-1":"#277CC1",secondary:"#54B6B2","secondary-darken-1":"#48A9A6",error:"#CF6679",info:"#2196F3",success:"#4CAF50",warning:"#FB8C00"},variables:{"border-color":"#FFFFFF","border-opacity":.12,"high-emphasis-opacity":1,"medium-emphasis-opacity":.7,"disabled-opacity":.5,"idle-opacity":.1,"hover-opacity":.04,"focus-opacity":.12,"selected-opacity":.08,"activated-opacity":.12,"pressed-opacity":.16,"dragged-opacity":.08,"theme-kbd":"#212529","theme-on-kbd":"#FFFFFF","theme-code":"#343434","theme-on-code":"#CCCCCC"}}}}}function wh(){var r,u;let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:da();const t=da();if(!e)return{...t,isDisabled:!0};const n={};for(const[a,o]of Object.entries(e.themes??{})){const c=o.dark||a==="dark"?(r=t.themes)==null?void 0:r.dark:(u=t.themes)==null?void 0:u.light;n[a]=Ae(c,o)}return Ae(t,{...e,themes:n})}function vh(e){const t=wh(e),n=Ue(t.defaultTheme),r=Ue(t.themes),u=X(()=>{const f={};for(const[p,w]of Object.entries(r.value)){const S=f[p]={...w,colors:{...w.colors}};if(t.variations)for(const T of t.variations.colors){const A=S.colors[T];if(A)for(const N of["lighten","darken"]){const z=N==="lighten"?af:of;for(const V of hi(t.variations[N],1))S.colors[`${T}-${N}-${V}`]=rf(z(ht(A),V))}}for(const T of Object.keys(S.colors)){if(/^on-[a-z]/.test(T)||S.colors[`on-${T}`])continue;const A=`on-${T}`,N=ht(S.colors[T]);S.colors[A]=cf(N)}}return f}),a=X(()=>u.value[n.value]),o=X(()=>{var T;const f=[];(T=a.value)!=null&&T.dark&&Dt(f,":root",["color-scheme: dark"]),Dt(f,":root",ca(a.value));for(const[A,N]of Object.entries(u.value))Dt(f,`.v-theme--${A}`,[`color-scheme: ${N.dark?"dark":"normal"}`,...ca(N)]);const p=[],w=[],S=new Set(Object.values(u.value).flatMap(A=>Object.keys(A.colors)));for(const A of S)/^on-[a-z]/.test(A)?Dt(w,`.${A}`,[`color: rgb(var(--v-theme-${A})) !important`]):(Dt(p,`.bg-${A}`,[`--v-theme-overlay-multiplier: var(--v-theme-${A}-overlay-multiplier)`,`background-color: rgb(var(--v-theme-${A})) !important`,`color: rgb(var(--v-theme-on-${A})) !important`]),Dt(w,`.text-${A}`,[`color: rgb(var(--v-theme-${A})) !important`]),Dt(w,`.border-${A}`,[`--v-border-color: var(--v-theme-${A})`]));return f.push(...p,...w),f.map((A,N)=>N===0?A:` ${A}`).join("")});function c(){return{style:[{children:o.value,id:"vuetify-theme-stylesheet",nonce:t.cspNonce||!1}]}}function l(f){if(t.isDisabled)return;const p=f._context.provides.usehead;if(p)if(p.push){const w=p.push(c);He&&Ve(o,()=>{w.patch(c)})}else He?(p.addHeadObjs(X(c)),Sr(()=>p.updateDOM())):p.addHeadObjs(c());else{let S=function(){if(typeof document<"u"&&!w){const T=document.createElement("style");T.type="text/css",T.id="vuetify-theme-stylesheet",t.cspNonce&&T.setAttribute("nonce",t.cspNonce),w=T,document.head.appendChild(w)}w&&(w.innerHTML=o.value)},w=He?document.getElementById("vuetify-theme-stylesheet"):null;He?Ve(o,S,{immediate:!0}):S()}}const h=X(()=>t.isDisabled?void 0:`v-theme--${n.value}`);return{install:l,isDisabled:t.isDisabled,name:n,themes:r,current:a,computedThemes:u,themeClasses:h,styles:o,global:{name:n,current:a}}}function kh(e){gt("provideTheme");const t=ve(cr,null);if(!t)throw new Error("Could not find Vuetify theme injection");const n=X(()=>e.theme??t.name.value),r=X(()=>t.themes.value[n.value]),u=X(()=>t.isDisabled?void 0:`v-theme--${n.value}`),a={...t,name:n,current:r,themeClasses:u};return pt(cr,a),a}function Dt(e,t,n){e.push(`${t} { +`,...n.map(r=>` ${r}; +`),`} +`)}function ca(e){const t=e.dark?2:1,n=e.dark?1:2,r=[];for(const[u,a]of Object.entries(e.colors)){const o=ht(a);r.push(`--v-theme-${u}: ${o.r},${o.g},${o.b}`),u.startsWith("on-")||r.push(`--v-theme-${u}-overlay-multiplier: ${df(a)>.18?t:n}`)}for(const[u,a]of Object.entries(e.variables)){const o=typeof a=="string"&&a.startsWith("#")?ht(a):void 0,c=o?`${o.r}, ${o.g}, ${o.b}`:void 0;r.push(`--v-${u}: ${c??a}`)}return r}function Sh(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"content";const n=Bl(),r=Ue();if(He){const u=new ResizeObserver(a=>{e==null||e(a,u),a.length&&(t==="content"?r.value=a[0].contentRect:r.value=a[0].target.getBoundingClientRect())});kr(()=>{u.disconnect()}),Ve(()=>n.el,(a,o)=>{o&&(u.unobserve(o),r.value=void 0),a&&u.observe(a)},{flush:"post"})}return{resizeRef:n,contentRect:gr(r)}}const lr=Symbol.for("vuetify:layout"),$i=Symbol.for("vuetify:layout-item"),la=1e3,Ch=Xe({overlaps:{type:Array,default:()=>[]},fullHeight:Boolean},"layout"),sg=Xe({name:{type:String},order:{type:[Number,String],default:0},absolute:Boolean},"layout-item");function Ph(){const e=ve(lr);if(!e)throw new Error("[Vuetify] Could not find injected layout");return{getLayoutItem:e.getLayoutItem,mainRect:e.mainRect,mainStyles:e.mainStyles}}function ag(e){const t=ve(lr);if(!t)throw new Error("[Vuetify] Could not find injected layout");const n=e.id??`layout-item-${qu()}`,r=gt("useLayoutItem");pt($i,{id:n});const u=Ze(!1);Mo(()=>u.value=!0),To(()=>u.value=!1);const{layoutItemStyles:a,layoutItemScrimStyles:o}=t.register(r,{...e,active:X(()=>u.value?!1:e.active.value),id:n});return kr(()=>t.unregister(n)),{layoutItemStyles:a,layoutRect:t.layoutRect,layoutItemScrimStyles:o}}const Eh=(e,t,n,r)=>{let u={top:0,left:0,right:0,bottom:0};const a=[{id:"",layer:{...u}}];for(const o of e){const c=t.get(o),l=n.get(o),h=r.get(o);if(!c||!l||!h)continue;const f={...u,[c.value]:parseInt(u[c.value],10)+(h.value?parseInt(l.value,10):0)};a.push({id:o,layer:f}),u=f}return a};function Ah(e){const t=ve(lr,null),n=X(()=>t?t.rootZIndex.value-100:la),r=Ue([]),u=Fe(new Map),a=Fe(new Map),o=Fe(new Map),c=Fe(new Map),l=Fe(new Map),{resizeRef:h,contentRect:f}=Sh(),p=X(()=>{const i=new Map,m=e.overlaps??[];for(const b of m.filter(_=>_.includes(":"))){const[_,g]=b.split(":");if(!r.value.includes(_)||!r.value.includes(g))continue;const C=u.get(_),E=u.get(g),R=a.get(_),L=a.get(g);!C||!E||!R||!L||(i.set(g,{position:C.value,amount:parseInt(R.value,10)}),i.set(_,{position:E.value,amount:-parseInt(L.value,10)}))}return i}),w=X(()=>{const i=[...new Set([...o.values()].map(b=>b.value))].sort((b,_)=>b-_),m=[];for(const b of i){const _=r.value.filter(g=>{var C;return((C=o.get(g))==null?void 0:C.value)===b});m.push(..._)}return Eh(m,u,a,c)}),S=X(()=>!Array.from(l.values()).some(i=>i.value)),T=X(()=>w.value[w.value.length-1].layer),A=X(()=>({"--v-layout-left":ot(T.value.left),"--v-layout-right":ot(T.value.right),"--v-layout-top":ot(T.value.top),"--v-layout-bottom":ot(T.value.bottom),...S.value?void 0:{transition:"none"}})),N=X(()=>w.value.slice(1).map((i,m)=>{let{id:b}=i;const{layer:_}=w.value[m],g=a.get(b),C=u.get(b);return{id:b,..._,size:Number(g.value),position:C.value}})),z=i=>N.value.find(m=>m.id===i),V=gt("createLayout"),Z=Ze(!1);jn(()=>{Z.value=!0}),pt(lr,{register:(i,m)=>{let{id:b,order:_,position:g,layoutSize:C,elementSize:E,active:R,disableTransitions:L,absolute:I}=m;o.set(b,_),u.set(b,g),a.set(b,C),c.set(b,R),L&&l.set(b,L);const M=cn($i,V==null?void 0:V.vnode).indexOf(i);M>-1?r.value.splice(M,0,b):r.value.push(b);const F=X(()=>N.value.findIndex(se=>se.id===b)),G=X(()=>n.value+w.value.length*2-F.value*2),ue=X(()=>{const se=g.value==="left"||g.value==="right",be=g.value==="right",Se=g.value==="bottom",me=E.value??C.value,ie=me===0?"%":"px",O={[g.value]:0,zIndex:G.value,transform:`translate${se?"X":"Y"}(${(R.value?0:-(me===0?100:me))*(be||Se?-1:1)}${ie})`,position:I.value||n.value!==la?"absolute":"fixed",...S.value?void 0:{transition:"none"}};if(!Z.value)return O;const B=N.value[F.value];if(!B)throw new Error(`[Vuetify] Could not find layout item "${b}"`);const U=p.value.get(b);return U&&(B[U.position]+=U.amount),{...O,height:se?`calc(100% - ${B.top}px - ${B.bottom}px)`:E.value?`${E.value}px`:void 0,left:be?void 0:`${B.left}px`,right:be?`${B.right}px`:void 0,top:g.value!=="bottom"?`${B.top}px`:void 0,bottom:g.value!=="top"?`${B.bottom}px`:void 0,width:se?E.value?`${E.value}px`:void 0:`calc(100% - ${B.left}px - ${B.right}px)`}}),Y=X(()=>({zIndex:G.value-1}));return{layoutItemStyles:ue,layoutItemScrimStyles:Y,zIndex:G}},unregister:i=>{o.delete(i),u.delete(i),a.delete(i),c.delete(i),l.delete(i),r.value=r.value.filter(m=>m!==i)},mainRect:T,mainStyles:A,getLayoutItem:z,items:N,layoutRect:f,rootZIndex:n});const s=X(()=>["v-layout",{"v-layout--full-height":e.fullHeight}]),d=X(()=>({zIndex:t?n.value:void 0,position:t?"relative":void 0,overflow:t?"hidden":void 0}));return{layoutClasses:s,layoutStyles:d,getLayoutItem:z,items:N,layoutRect:f,layoutRef:h}}function Fi(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};const{blueprint:t,...n}=e,r=Ae(t,n),{aliases:u={},components:a={},directives:o={}}=r,c=hf(r.defaults),l=lh(r.display,r.ssr),h=vh(r.theme),f=bh(r.icons),p=wf(r.locale),w=ih(r.date,p),S=hh(r.goTo,p);return{install:A=>{for(const N in o)A.directive(N,o[N]);for(const N in a)A.component(N,a[N]);for(const N in u)A.component(N,Fn({...u[N],name:N,aliasName:u[N].name}));if(h.install(A),A.provide(en,c),A.provide(hu,l),A.provide(cr,h),A.provide(pu,f),A.provide(ir,p),A.provide(oh,w.options),A.provide(na,w.instance),A.provide(Oi,S),He&&r.ssr)if(A.$nuxt)A.$nuxt.hook("app:suspense:resolve",()=>{l.update()});else{const{mount:N}=A;A.mount=function(){const z=N(...arguments);return br(()=>l.update()),A.mount=N,z}}qu.reset(),A.mixin({computed:{$vuetify(){return Fe({defaults:xt.call(this,en),display:xt.call(this,hu),theme:xt.call(this,cr),icons:xt.call(this,pu),locale:xt.call(this,ir),date:xt.call(this,na)})}}})},defaults:c,display:l,theme:h,icons:f,locale:p,date:w,goTo:S}}const Th="3.7.6";Fi.version=Th;function xt(e){var r,u;const t=this.$,n=((r=t.parent)==null?void 0:r.provides)??((u=t.vnode.appContext)==null?void 0:u.provides);if(n&&e in n)return n[e]}const Mh={defaults:{VAppBar:{flat:!0},VAutocomplete:{variant:"filled"},VBanner:{color:"primary"},VBottomSheet:{contentClass:"rounded-t-xl overflow-hidden"},VBtn:{color:"primary",rounded:"xl"},VBtnGroup:{rounded:"xl",VBtn:{rounded:null}},VCard:{rounded:"lg"},VCheckbox:{color:"secondary",inset:!0},VChip:{rounded:"sm"},VCombobox:{variant:"filled"},VNavigationDrawer:{},VSelect:{variant:"filled"},VSlider:{color:"primary"},VTabs:{color:"primary"},VTextarea:{variant:"filled"},VTextField:{variant:"filled"},VToolbar:{VBtn:{color:null}}},icons:{defaultSet:"mdi",sets:{mdi:Di}},theme:{themes:{light:{colors:{primary:"#6750a4",secondary:"#b4b0bb",tertiary:"#7d5260",error:"#b3261e",surface:"#fffbfe"}}}}},Hi=document.createElement("style");Hi.innerHTML=` + body { + overflow: hidden; + } + .no-scrollbar { + overflow: hidden; + } + * { + scrollbar-width: none; /* Firefox */ + -ms-overflow-style: none; /* Internet Explorer 10+ */ + } + *::-webkit-scrollbar { + display: none; /* Safari and Chrome */ + } +`;document.head.appendChild(Hi);const Rh=Fi({theme:{defaultTheme:"dark"},blueprint:Mh});/*! + * pinia v2.3.0 + * (c) 2024 Eduardo San Martin Morote + * @license MIT + */let Bi;const Mr=e=>Bi=e,Ni=Symbol();function mu(e){return e&&typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"&&typeof e.toJSON!="function"}var yn;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(yn||(yn={}));function Oh(){const e=Au(!0),t=e.run(()=>Ue({}));let n=[],r=[];const u=$u({install(a){Mr(u),u._a=a,a.provide(Ni,u),a.config.globalProperties.$pinia=u,r.forEach(o=>n.push(o)),r=[]},use(a){return this._a?n.push(a):r.push(a),this},_p:n,_a:null,_e:e,_s:new Map,state:t});return u}const zi=()=>{};function fa(e,t,n,r=zi){e.push(t);const u=()=>{const a=e.indexOf(t);a>-1&&(e.splice(a,1),r())};return!n&&xa()&&Ka(u),u}function Kt(e,...t){e.slice().forEach(n=>{n(...t)})}const Lh=e=>e(),ha=Symbol(),Gr=Symbol();function gu(e,t){e instanceof Map&&t instanceof Map?t.forEach((n,r)=>e.set(r,n)):e instanceof Set&&t instanceof Set&&t.forEach(e.add,e);for(const n in t){if(!t.hasOwnProperty(n))continue;const r=t[n],u=e[n];mu(u)&&mu(r)&&e.hasOwnProperty(n)&&!we(r)&&!Ft(r)?e[n]=gu(u,r):e[n]=r}return e}const Dh=Symbol();function jh(e){return!mu(e)||!e.hasOwnProperty(Dh)}const{assign:wt}=Object;function Ih(e){return!!(we(e)&&e.effect)}function $h(e,t,n,r){const{state:u,actions:a,getters:o}=t,c=n.state.value[e];let l;function h(){c||(n.state.value[e]=u?u():{});const f=Fu(n.state.value[e]);return wt(f,a,Object.keys(o||{}).reduce((p,w)=>(p[w]=$u(X(()=>{Mr(n);const S=n._s.get(e);return o[w].call(S,S)})),p),{}))}return l=Vi(e,h,t,n,r,!0),l}function Vi(e,t,n={},r,u,a){let o;const c=wt({actions:{}},n),l={deep:!0};let h,f,p=[],w=[],S;const T=r.state.value[e];!a&&!T&&(r.state.value[e]={}),Ue({});let A;function N(b){let _;h=f=!1,typeof b=="function"?(b(r.state.value[e]),_={type:yn.patchFunction,storeId:e,events:S}):(gu(r.state.value[e],b),_={type:yn.patchObject,payload:b,storeId:e,events:S});const g=A=Symbol();br().then(()=>{A===g&&(h=!0)}),f=!0,Kt(p,_,r.state.value[e])}const z=a?function(){const{state:_}=n,g=_?_():{};this.$patch(C=>{wt(C,g)})}:zi;function V(){o.stop(),p=[],w=[],r._s.delete(e)}const Z=(b,_="")=>{if(ha in b)return b[Gr]=_,b;const g=function(){Mr(r);const C=Array.from(arguments),E=[],R=[];function L(M){E.push(M)}function I(M){R.push(M)}Kt(w,{args:C,name:g[Gr],store:d,after:L,onError:I});let y;try{y=b.apply(this&&this.$id===e?this:d,C)}catch(M){throw Kt(R,M),M}return y instanceof Promise?y.then(M=>(Kt(E,M),M)).catch(M=>(Kt(R,M),Promise.reject(M))):(Kt(E,y),y)};return g[ha]=!0,g[Gr]=_,g},s={_p:r,$id:e,$onAction:fa.bind(null,w),$patch:N,$reset:z,$subscribe(b,_={}){const g=fa(p,b,_.detached,()=>C()),C=o.run(()=>Ve(()=>r.state.value[e],E=>{(_.flush==="sync"?f:h)&&b({storeId:e,type:yn.direct,events:S},E)},wt({},l,_)));return g},$dispose:V},d=Fe(s);r._s.set(e,d);const m=(r._a&&r._a.runWithContext||Lh)(()=>r._e.run(()=>(o=Au()).run(()=>t({action:Z}))));for(const b in m){const _=m[b];if(we(_)&&!Ih(_)||Ft(_))a||(T&&jh(_)&&(we(_)?_.value=T[b]:gu(_,T[b])),r.state.value[e][b]=_);else if(typeof _=="function"){const g=Z(_,b);m[b]=g,c.actions[b]=_}}return wt(d,m),wt(ae(d),m),Object.defineProperty(d,"$state",{get:()=>r.state.value[e],set:b=>{N(_=>{wt(_,b)})}}),r._p.forEach(b=>{wt(d,o.run(()=>b({store:d,app:r._a,pinia:r,options:c})))}),T&&a&&n.hydrate&&n.hydrate(d.$state,T),h=!0,f=!0,d}/*! #__NO_SIDE_EFFECTS__ */function og(e,t,n){let r,u;const a=typeof t=="function";r=e,u=a?n:t;function o(c,l){const h=hc();return c=c||(h?ve(Ni,null):null),c&&Mr(c),c=Bi,c._s.has(r)||(a?Vi(r,t,u,c):$h(r,u,c)),c._s.get(r)}return o.$id=r,o}function Fh(e){return typeof e=="object"&&e!==null}function pa(e,t){return e=Fh(e)?e:Object.create(null),new Proxy(e,{get(n,r,u){return r==="key"?Reflect.get(n,r,u):Reflect.get(n,r,u)||Reflect.get(t,r,u)}})}function Hh(e,t){return t.reduce((n,r)=>n==null?void 0:n[r],e)}function Bh(e,t,n){return t.slice(0,-1).reduce((r,u)=>/^(__proto__)$/.test(u)?{}:r[u]=r[u]||{},e)[t[t.length-1]]=n,e}function Nh(e,t){return t.reduce((n,r)=>{const u=r.split(".");return Bh(n,u,Hh(e,u))},{})}function zh(e,t){return n=>{var r;try{const{storage:u=localStorage,beforeRestore:a=void 0,afterRestore:o=void 0,serializer:c={serialize:JSON.stringify,deserialize:JSON.parse},key:l=t.$id,paths:h=null,debug:f=!1}=n;return{storage:u,beforeRestore:a,afterRestore:o,serializer:c,key:((r=e.key)!=null?r:p=>p)(typeof l=="string"?l:l(t.$id)),paths:h,debug:f}}catch(u){return n.debug&&console.error("[pinia-plugin-persistedstate]",u),null}}}function ma(e,{storage:t,serializer:n,key:r,debug:u}){try{const a=t==null?void 0:t.getItem(r);a&&e.$patch(n==null?void 0:n.deserialize(a))}catch(a){u&&console.error("[pinia-plugin-persistedstate]",a)}}function ga(e,{storage:t,serializer:n,key:r,paths:u,debug:a}){try{const o=Array.isArray(u)?Nh(e,u):e;t.setItem(r,n.serialize(o))}catch(o){a&&console.error("[pinia-plugin-persistedstate]",o)}}function Vh(e={}){return t=>{const{auto:n=!1}=e,{options:{persist:r=n},store:u,pinia:a}=t;if(!r)return;if(!(u.$id in a.state.value)){const c=a._s.get(u.$id.replace("__hot:",""));c&&Promise.resolve().then(()=>c.$persist());return}const o=(Array.isArray(r)?r.map(c=>pa(c,e)):[pa(r,e)]).map(zh(e,u)).filter(Boolean);u.$persist=()=>{o.forEach(c=>{ga(u.$state,c)})},u.$hydrate=({runHooks:c=!0}={})=>{o.forEach(l=>{const{beforeRestore:h,afterRestore:f}=l;c&&(h==null||h(t)),ma(u,l),c&&(f==null||f(t))})},o.forEach(c=>{const{beforeRestore:l,afterRestore:h}=c;l==null||l(t),ma(u,c),h==null||h(t),u.$subscribe((f,p)=>{ga(p,c)},{detached:!0})})}}var Uh=Vh();const Ui=Oh();Ui.use(Uh);const Wh="modulepreload",xh=function(e){return"/"+e},_a={},ln=function(t,n,r){let u=Promise.resolve();if(n&&n.length>0){document.getElementsByTagName("link");const o=document.querySelector("meta[property=csp-nonce]"),c=(o==null?void 0:o.nonce)||(o==null?void 0:o.getAttribute("nonce"));u=Promise.allSettled(n.map(l=>{if(l=xh(l),l in _a)return;_a[l]=!0;const h=l.endsWith(".css"),f=h?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${l}"]${f}`))return;const p=document.createElement("link");if(p.rel=h?"stylesheet":Wh,h||(p.as="script"),p.crossOrigin="",p.href=l,c&&p.setAttribute("nonce",c),document.head.appendChild(p),h)return new Promise((w,S)=>{p.addEventListener("load",w),p.addEventListener("error",()=>S(new Error(`Unable to preload CSS for ${l}`)))})}))}function a(o){const c=new Event("vite:preloadError",{cancelable:!0});if(c.payload=o,window.dispatchEvent(c),!c.defaultPrevented)throw o}return u.then(o=>{for(const c of o||[])c.status==="rejected"&&a(c.reason);return t().catch(a)})},ba=[{path:"/",name:"/",component:()=>ln(()=>import("./index-jMwk6Flb.js"),[])},{path:"/about",name:"/about",component:()=>ln(()=>import("./about-BzTiXPQO.js"),__vite__mapDeps([0,1,2,3,4,5]))},{path:"/infoPage",name:"/infoPage",component:()=>ln(()=>import("./infoPage-Ba9YkfcW.js"),__vite__mapDeps([6,3,1,2,4,7,8,9,10,11]))},{path:"/mainWindow",name:"/mainWindow",component:()=>ln(()=>import("./mainWindow-D0spusZf.js"),__vite__mapDeps([12,8,1,2,9,3,4,13]))}];/*! + * vue-router v4.5.0 + * (c) 2024 Eduardo San Martin Morote + * @license MIT + */const qt=typeof document<"u";function Wi(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function Kh(e){return e.__esModule||e[Symbol.toStringTag]==="Module"||e.default&&Wi(e.default)}const ce=Object.assign;function qr(e,t){const n={};for(const r in t){const u=t[r];n[r]=Je(u)?u.map(e):e(u)}return n}const wn=()=>{},Je=Array.isArray,xi=/#/g,Gh=/&/g,qh=/\//g,Yh=/=/g,Zh=/\?/g,Ki=/\+/g,Qh=/%5B/g,Jh=/%5D/g,Gi=/%5E/g,Xh=/%60/g,qi=/%7B/g,ep=/%7C/g,Yi=/%7D/g,tp=/%20/g;function Ju(e){return encodeURI(""+e).replace(ep,"|").replace(Qh,"[").replace(Jh,"]")}function np(e){return Ju(e).replace(qi,"{").replace(Yi,"}").replace(Gi,"^")}function _u(e){return Ju(e).replace(Ki,"%2B").replace(tp,"+").replace(xi,"%23").replace(Gh,"%26").replace(Xh,"`").replace(qi,"{").replace(Yi,"}").replace(Gi,"^")}function rp(e){return _u(e).replace(Yh,"%3D")}function up(e){return Ju(e).replace(xi,"%23").replace(Zh,"%3F")}function sp(e){return e==null?"":up(e).replace(qh,"%2F")}function Rn(e){try{return decodeURIComponent(""+e)}catch{}return""+e}const ap=/\/$/,op=e=>e.replace(ap,"");function Yr(e,t,n="/"){let r,u={},a="",o="";const c=t.indexOf("#");let l=t.indexOf("?");return c=0&&(l=-1),l>-1&&(r=t.slice(0,l),a=t.slice(l+1,c>-1?c:t.length),u=e(a)),c>-1&&(r=r||t.slice(0,c),o=t.slice(c,t.length)),r=lp(r??t,n),{fullPath:r+(a&&"?")+a+o,path:r,query:u,hash:Rn(o)}}function ip(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function ya(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function dp(e,t,n){const r=t.matched.length-1,u=n.matched.length-1;return r>-1&&r===u&&tn(t.matched[r],n.matched[u])&&Zi(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function tn(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function Zi(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!cp(e[n],t[n]))return!1;return!0}function cp(e,t){return Je(e)?wa(e,t):Je(t)?wa(t,e):e===t}function wa(e,t){return Je(t)?e.length===t.length&&e.every((n,r)=>n===t[r]):e.length===1&&e[0]===t}function lp(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),r=e.split("/"),u=r[r.length-1];(u===".."||u===".")&&r.push("");let a=n.length-1,o,c;for(o=0;o1&&a--;else break;return n.slice(0,a).join("/")+"/"+r.slice(o).join("/")}const bt={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0};var On;(function(e){e.pop="pop",e.push="push"})(On||(On={}));var vn;(function(e){e.back="back",e.forward="forward",e.unknown=""})(vn||(vn={}));function fp(e){if(!e)if(qt){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),op(e)}const hp=/^[^#]+#/;function pp(e,t){return e.replace(hp,"#")+t}function mp(e,t){const n=document.documentElement.getBoundingClientRect(),r=e.getBoundingClientRect();return{behavior:t.behavior,left:r.left-n.left-(t.left||0),top:r.top-n.top-(t.top||0)}}const Rr=()=>({left:window.scrollX,top:window.scrollY});function gp(e){let t;if("el"in e){const n=e.el,r=typeof n=="string"&&n.startsWith("#"),u=typeof n=="string"?r?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!u)return;t=mp(u,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.scrollX,t.top!=null?t.top:window.scrollY)}function va(e,t){return(history.state?history.state.position-t:-1)+e}const bu=new Map;function _p(e,t){bu.set(e,t)}function bp(e){const t=bu.get(e);return bu.delete(e),t}let yp=()=>location.protocol+"//"+location.host;function Qi(e,t){const{pathname:n,search:r,hash:u}=t,a=e.indexOf("#");if(a>-1){let c=u.includes(e.slice(a))?e.slice(a).length:1,l=u.slice(c);return l[0]!=="/"&&(l="/"+l),ya(l,"")}return ya(n,e)+r+u}function wp(e,t,n,r){let u=[],a=[],o=null;const c=({state:w})=>{const S=Qi(e,location),T=n.value,A=t.value;let N=0;if(w){if(n.value=S,t.value=w,o&&o===T){o=null;return}N=A?w.position-A.position:0}else r(S);u.forEach(z=>{z(n.value,T,{delta:N,type:On.pop,direction:N?N>0?vn.forward:vn.back:vn.unknown})})};function l(){o=n.value}function h(w){u.push(w);const S=()=>{const T=u.indexOf(w);T>-1&&u.splice(T,1)};return a.push(S),S}function f(){const{history:w}=window;w.state&&w.replaceState(ce({},w.state,{scroll:Rr()}),"")}function p(){for(const w of a)w();a=[],window.removeEventListener("popstate",c),window.removeEventListener("beforeunload",f)}return window.addEventListener("popstate",c),window.addEventListener("beforeunload",f,{passive:!0}),{pauseListeners:l,listen:h,destroy:p}}function ka(e,t,n,r=!1,u=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:u?Rr():null}}function vp(e){const{history:t,location:n}=window,r={value:Qi(e,n)},u={value:t.state};u.value||a(r.value,{back:null,current:r.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function a(l,h,f){const p=e.indexOf("#"),w=p>-1?(n.host&&document.querySelector("base")?e:e.slice(p))+l:yp()+e+l;try{t[f?"replaceState":"pushState"](h,"",w),u.value=h}catch(S){console.error(S),n[f?"replace":"assign"](w)}}function o(l,h){const f=ce({},t.state,ka(u.value.back,l,u.value.forward,!0),h,{position:u.value.position});a(l,f,!0),r.value=l}function c(l,h){const f=ce({},u.value,t.state,{forward:l,scroll:Rr()});a(f.current,f,!0);const p=ce({},ka(r.value,l,null),{position:f.position+1},h);a(l,p,!1),r.value=l}return{location:r,state:u,push:c,replace:o}}function kp(e){e=fp(e);const t=vp(e),n=wp(e,t.state,t.location,t.replace);function r(a,o=!0){o||n.pauseListeners(),history.go(a)}const u=ce({location:"",base:e,go:r,createHref:pp.bind(null,e)},t,n);return Object.defineProperty(u,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(u,"state",{enumerable:!0,get:()=>t.state.value}),u}function Sp(e){return e=location.host?e||location.pathname+location.search:"",e.includes("#")||(e+="#"),kp(e)}function Cp(e){return typeof e=="string"||e&&typeof e=="object"}function Ji(e){return typeof e=="string"||typeof e=="symbol"}const Xi=Symbol("");var Sa;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(Sa||(Sa={}));function nn(e,t){return ce(new Error,{type:e,[Xi]:!0},t)}function dt(e,t){return e instanceof Error&&Xi in e&&(t==null||!!(e.type&t))}const Ca="[^/]+?",Pp={sensitive:!1,strict:!1,start:!0,end:!0},Ep=/[.+*?^${}()[\]/\\]/g;function Ap(e,t){const n=ce({},Pp,t),r=[];let u=n.start?"^":"";const a=[];for(const h of e){const f=h.length?[]:[90];n.strict&&!h.length&&(u+="/");for(let p=0;pt.length?t.length===1&&t[0]===80?1:-1:0}function ed(e,t){let n=0;const r=e.score,u=t.score;for(;n0&&t[t.length-1]<0}const Mp={type:0,value:""},Rp=/[a-zA-Z0-9_]/;function Op(e){if(!e)return[[]];if(e==="/")return[[Mp]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(S){throw new Error(`ERR (${n})/"${h}": ${S}`)}let n=0,r=n;const u=[];let a;function o(){a&&u.push(a),a=[]}let c=0,l,h="",f="";function p(){h&&(n===0?a.push({type:0,value:h}):n===1||n===2||n===3?(a.length>1&&(l==="*"||l==="+")&&t(`A repeatable param (${h}) must be alone in its segment. eg: '/:ids+.`),a.push({type:1,value:h,regexp:f,repeatable:l==="*"||l==="+",optional:l==="*"||l==="?"})):t("Invalid state to consume buffer"),h="")}function w(){h+=l}for(;c{o(Z)}:wn}function o(p){if(Ji(p)){const w=r.get(p);w&&(r.delete(p),n.splice(n.indexOf(w),1),w.children.forEach(o),w.alias.forEach(o))}else{const w=n.indexOf(p);w>-1&&(n.splice(w,1),p.record.name&&r.delete(p.record.name),p.children.forEach(o),p.alias.forEach(o))}}function c(){return n}function l(p){const w=$p(p,n);n.splice(w,0,p),p.record.name&&!Ta(p)&&r.set(p.record.name,p)}function h(p,w){let S,T={},A,N;if("name"in p&&p.name){if(S=r.get(p.name),!S)throw nn(1,{location:p});N=S.record.name,T=ce(Ea(w.params,S.keys.filter(Z=>!Z.optional).concat(S.parent?S.parent.keys.filter(Z=>Z.optional):[]).map(Z=>Z.name)),p.params&&Ea(p.params,S.keys.map(Z=>Z.name))),A=S.stringify(T)}else if(p.path!=null)A=p.path,S=n.find(Z=>Z.re.test(A)),S&&(T=S.parse(A),N=S.record.name);else{if(S=w.name?r.get(w.name):n.find(Z=>Z.re.test(w.path)),!S)throw nn(1,{location:p,currentLocation:w});N=S.record.name,T=ce({},w.params,p.params),A=S.stringify(T)}const z=[];let V=S;for(;V;)z.unshift(V.record),V=V.parent;return{name:N,path:A,params:T,matched:z,meta:Ip(z)}}e.forEach(p=>a(p));function f(){n.length=0,r.clear()}return{addRoute:a,resolve:h,removeRoute:o,clearRoutes:f,getRoutes:c,getRecordMatcher:u}}function Ea(e,t){const n={};for(const r of t)r in e&&(n[r]=e[r]);return n}function Aa(e){const t={path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:e.aliasOf,beforeEnter:e.beforeEnter,props:jp(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}};return Object.defineProperty(t,"mods",{value:{}}),t}function jp(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(const r in e.components)t[r]=typeof n=="object"?n[r]:n;return t}function Ta(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function Ip(e){return e.reduce((t,n)=>ce(t,n.meta),{})}function Ma(e,t){const n={};for(const r in e)n[r]=r in t?t[r]:e[r];return n}function $p(e,t){let n=0,r=t.length;for(;n!==r;){const a=n+r>>1;ed(e,t[a])<0?r=a:n=a+1}const u=Fp(e);return u&&(r=t.lastIndexOf(u,r-1)),r}function Fp(e){let t=e;for(;t=t.parent;)if(td(t)&&ed(e,t)===0)return t}function td({record:e}){return!!(e.name||e.components&&Object.keys(e.components).length||e.redirect)}function Hp(e){const t={};if(e===""||e==="?")return t;const r=(e[0]==="?"?e.slice(1):e).split("&");for(let u=0;ua&&_u(a)):[r&&_u(r)]).forEach(a=>{a!==void 0&&(t+=(t.length?"&":"")+n,a!=null&&(t+="="+a))})}return t}function Bp(e){const t={};for(const n in e){const r=e[n];r!==void 0&&(t[n]=Je(r)?r.map(u=>u==null?null:""+u):r==null?r:""+r)}return t}const Np=Symbol(""),Oa=Symbol(""),Or=Symbol(""),Xu=Symbol(""),yu=Symbol("");function on(){let e=[];function t(r){return e.push(r),()=>{const u=e.indexOf(r);u>-1&&e.splice(u,1)}}function n(){e=[]}return{add:t,list:()=>e.slice(),reset:n}}function Ct(e,t,n,r,u,a=o=>o()){const o=r&&(r.enterCallbacks[u]=r.enterCallbacks[u]||[]);return()=>new Promise((c,l)=>{const h=w=>{w===!1?l(nn(4,{from:n,to:t})):w instanceof Error?l(w):Cp(w)?l(nn(2,{from:t,to:w})):(o&&r.enterCallbacks[u]===o&&typeof w=="function"&&o.push(w),c())},f=a(()=>e.call(r&&r.instances[u],t,n,h));let p=Promise.resolve(f);e.length<3&&(p=p.then(h)),p.catch(w=>l(w))})}function Zr(e,t,n,r,u=a=>a()){const a=[];for(const o of e)for(const c in o.components){let l=o.components[c];if(!(t!=="beforeRouteEnter"&&!o.instances[c]))if(Wi(l)){const f=(l.__vccOpts||l)[t];f&&a.push(Ct(f,n,r,o,c,u))}else{let h=l();a.push(()=>h.then(f=>{if(!f)throw new Error(`Couldn't resolve component "${c}" at "${o.path}"`);const p=Kh(f)?f.default:f;o.mods[c]=f,o.components[c]=p;const S=(p.__vccOpts||p)[t];return S&&Ct(S,n,r,o,c,u)()}))}}return a}function La(e){const t=ve(Or),n=ve(Xu),r=X(()=>{const l=xe(e.to);return t.resolve(l)}),u=X(()=>{const{matched:l}=r.value,{length:h}=l,f=l[h-1],p=n.matched;if(!f||!p.length)return-1;const w=p.findIndex(tn.bind(null,f));if(w>-1)return w;const S=Da(l[h-2]);return h>1&&Da(f)===S&&p[p.length-1].path!==S?p.findIndex(tn.bind(null,l[h-2])):w}),a=X(()=>u.value>-1&&xp(n.params,r.value.params)),o=X(()=>u.value>-1&&u.value===n.matched.length-1&&Zi(n.params,r.value.params));function c(l={}){if(Wp(l)){const h=t[xe(e.replace)?"replace":"push"](xe(e.to)).catch(wn);return e.viewTransition&&typeof document<"u"&&"startViewTransition"in document&&document.startViewTransition(()=>h),h}return Promise.resolve()}return{route:r,href:X(()=>r.value.href),isActive:a,isExactActive:o,navigate:c}}function zp(e){return e.length===1?e[0]:e}const Vp=yr({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:La,setup(e,{slots:t}){const n=Fe(La(e)),{options:r}=ve(Or),u=X(()=>({[ja(e.activeClass,r.linkActiveClass,"router-link-active")]:n.isActive,[ja(e.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const a=t.default&&zp(t.default(n));return e.custom?a:Jt("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:u.value},a)}}}),Up=Vp;function Wp(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function xp(e,t){for(const n in t){const r=t[n],u=e[n];if(typeof r=="string"){if(r!==u)return!1}else if(!Je(u)||u.length!==r.length||r.some((a,o)=>a!==u[o]))return!1}return!0}function Da(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const ja=(e,t,n)=>e??t??n,Kp=yr({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const r=ve(yu),u=X(()=>e.route||r.value),a=ve(Oa,0),o=X(()=>{let h=xe(a);const{matched:f}=u.value;let p;for(;(p=f[h])&&!p.components;)h++;return h}),c=X(()=>u.value.matched[o.value]);pt(Oa,X(()=>o.value+1)),pt(Np,c),pt(yu,u);const l=Ue();return Ve(()=>[l.value,c.value,e.name],([h,f,p],[w,S,T])=>{f&&(f.instances[p]=h,S&&S!==f&&h&&h===w&&(f.leaveGuards.size||(f.leaveGuards=S.leaveGuards),f.updateGuards.size||(f.updateGuards=S.updateGuards))),h&&f&&(!S||!tn(f,S)||!w)&&(f.enterCallbacks[p]||[]).forEach(A=>A(h))},{flush:"post"}),()=>{const h=u.value,f=e.name,p=c.value,w=p&&p.components[f];if(!w)return Ia(n.default,{Component:w,route:h});const S=p.props[f],T=S?S===!0?h.params:typeof S=="function"?S(h):S:null,N=Jt(w,ce({},T,t,{onVnodeUnmounted:z=>{z.component.isUnmounted&&(p.instances[f]=null)},ref:l}));return Ia(n.default,{Component:N,route:h})||N}}});function Ia(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const Gp=Kp;function qp(e){const t=Dp(e.routes,e),n=e.parseQuery||Hp,r=e.stringifyQuery||Ra,u=e.history,a=on(),o=on(),c=on(),l=Ze(bt);let h=bt;qt&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const f=qr.bind(null,O=>""+O),p=qr.bind(null,sp),w=qr.bind(null,Rn);function S(O,B){let U,Q;return Ji(O)?(U=t.getRecordMatcher(O),Q=B):Q=O,t.addRoute(Q,U)}function T(O){const B=t.getRecordMatcher(O);B&&t.removeRoute(B)}function A(){return t.getRoutes().map(O=>O.record)}function N(O){return!!t.getRecordMatcher(O)}function z(O,B){if(B=ce({},B||l.value),typeof O=="string"){const P=Yr(n,O,B.path),D=t.resolve({path:P.path},B),$=u.createHref(P.fullPath);return ce(P,D,{params:w(D.params),hash:Rn(P.hash),redirectedFrom:void 0,href:$})}let U;if(O.path!=null)U=ce({},O,{path:Yr(n,O.path,B.path).path});else{const P=ce({},O.params);for(const D in P)P[D]==null&&delete P[D];U=ce({},O,{params:p(P)}),B.params=p(B.params)}const Q=t.resolve(U,B),de=O.hash||"";Q.params=f(w(Q.params));const v=ip(r,ce({},O,{hash:np(de),path:Q.path})),k=u.createHref(v);return ce({fullPath:v,hash:de,query:r===Ra?Bp(O.query):O.query||{}},Q,{redirectedFrom:void 0,href:k})}function V(O){return typeof O=="string"?Yr(n,O,l.value.path):ce({},O)}function Z(O,B){if(h!==O)return nn(8,{from:B,to:O})}function s(O){return m(O)}function d(O){return s(ce(V(O),{replace:!0}))}function i(O){const B=O.matched[O.matched.length-1];if(B&&B.redirect){const{redirect:U}=B;let Q=typeof U=="function"?U(O):U;return typeof Q=="string"&&(Q=Q.includes("?")||Q.includes("#")?Q=V(Q):{path:Q},Q.params={}),ce({query:O.query,hash:O.hash,params:Q.path!=null?{}:O.params},Q)}}function m(O,B){const U=h=z(O),Q=l.value,de=O.state,v=O.force,k=O.replace===!0,P=i(U);if(P)return m(ce(V(P),{state:typeof P=="object"?ce({},de,P.state):de,force:v,replace:k}),B||U);const D=U;D.redirectedFrom=B;let $;return!v&&dp(r,Q,U)&&($=nn(16,{to:D,from:Q}),Y(Q,Q,!0,!1)),($?Promise.resolve($):g(D,Q)).catch(j=>dt(j)?dt(j,2)?j:ue(j):F(j,D,Q)).then(j=>{if(j){if(dt(j,2))return m(ce({replace:k},V(j.to),{state:typeof j.to=="object"?ce({},de,j.to.state):de,force:v}),B||D)}else j=E(D,Q,!0,k,de);return C(D,Q,j),j})}function b(O,B){const U=Z(O,B);return U?Promise.reject(U):Promise.resolve()}function _(O){const B=Se.values().next().value;return B&&typeof B.runWithContext=="function"?B.runWithContext(O):O()}function g(O,B){let U;const[Q,de,v]=Yp(O,B);U=Zr(Q.reverse(),"beforeRouteLeave",O,B);for(const P of Q)P.leaveGuards.forEach(D=>{U.push(Ct(D,O,B))});const k=b.bind(null,O,B);return U.push(k),ie(U).then(()=>{U=[];for(const P of a.list())U.push(Ct(P,O,B));return U.push(k),ie(U)}).then(()=>{U=Zr(de,"beforeRouteUpdate",O,B);for(const P of de)P.updateGuards.forEach(D=>{U.push(Ct(D,O,B))});return U.push(k),ie(U)}).then(()=>{U=[];for(const P of v)if(P.beforeEnter)if(Je(P.beforeEnter))for(const D of P.beforeEnter)U.push(Ct(D,O,B));else U.push(Ct(P.beforeEnter,O,B));return U.push(k),ie(U)}).then(()=>(O.matched.forEach(P=>P.enterCallbacks={}),U=Zr(v,"beforeRouteEnter",O,B,_),U.push(k),ie(U))).then(()=>{U=[];for(const P of o.list())U.push(Ct(P,O,B));return U.push(k),ie(U)}).catch(P=>dt(P,8)?P:Promise.reject(P))}function C(O,B,U){c.list().forEach(Q=>_(()=>Q(O,B,U)))}function E(O,B,U,Q,de){const v=Z(O,B);if(v)return v;const k=B===bt,P=qt?history.state:{};U&&(Q||k?u.replace(O.fullPath,ce({scroll:k&&P&&P.scroll},de)):u.push(O.fullPath,de)),l.value=O,Y(O,B,U,k),ue()}let R;function L(){R||(R=u.listen((O,B,U)=>{if(!me.listening)return;const Q=z(O),de=i(Q);if(de){m(ce(de,{replace:!0,force:!0}),Q).catch(wn);return}h=Q;const v=l.value;qt&&_p(va(v.fullPath,U.delta),Rr()),g(Q,v).catch(k=>dt(k,12)?k:dt(k,2)?(m(ce(V(k.to),{force:!0}),Q).then(P=>{dt(P,20)&&!U.delta&&U.type===On.pop&&u.go(-1,!1)}).catch(wn),Promise.reject()):(U.delta&&u.go(-U.delta,!1),F(k,Q,v))).then(k=>{k=k||E(Q,v,!1),k&&(U.delta&&!dt(k,8)?u.go(-U.delta,!1):U.type===On.pop&&dt(k,20)&&u.go(-1,!1)),C(Q,v,k)}).catch(wn)}))}let I=on(),y=on(),M;function F(O,B,U){ue(O);const Q=y.list();return Q.length?Q.forEach(de=>de(O,B,U)):console.error(O),Promise.reject(O)}function G(){return M&&l.value!==bt?Promise.resolve():new Promise((O,B)=>{I.add([O,B])})}function ue(O){return M||(M=!O,L(),I.list().forEach(([B,U])=>O?U(O):B()),I.reset()),O}function Y(O,B,U,Q){const{scrollBehavior:de}=e;if(!qt||!de)return Promise.resolve();const v=!U&&bp(va(O.fullPath,0))||(Q||!U)&&history.state&&history.state.scroll||null;return br().then(()=>de(O,B,v)).then(k=>k&&gp(k)).catch(k=>F(k,O,B))}const se=O=>u.go(O);let be;const Se=new Set,me={currentRoute:l,listening:!0,addRoute:S,removeRoute:T,clearRoutes:t.clearRoutes,hasRoute:N,getRoutes:A,resolve:z,options:e,push:s,replace:d,go:se,back:()=>se(-1),forward:()=>se(1),beforeEach:a.add,beforeResolve:o.add,afterEach:c.add,onError:y.add,isReady:G,install(O){const B=this;O.component("RouterLink",Up),O.component("RouterView",Gp),O.config.globalProperties.$router=B,Object.defineProperty(O.config.globalProperties,"$route",{enumerable:!0,get:()=>xe(l)}),qt&&!be&&l.value===bt&&(be=!0,s(u.location).catch(de=>{}));const U={};for(const de in bt)Object.defineProperty(U,de,{get:()=>l.value[de],enumerable:!0});O.provide(Or,B),O.provide(Xu,oo(U)),O.provide(yu,l);const Q=O.unmount;Se.add(O),O.unmount=function(){Se.delete(O),Se.size<1&&(h=bt,R&&R(),R=null,l.value=bt,be=!1,M=!1),Q()}}};function ie(O){return O.reduce((B,U)=>B.then(()=>_(U)),Promise.resolve())}return me}function Yp(e,t){const n=[],r=[],u=[],a=Math.max(t.matched.length,e.matched.length);for(let o=0;otn(h,c))?r.push(c):n.push(c));const l=e.matched[o];l&&(t.matched.find(h=>tn(h,l))||u.push(l))}return[n,r,u]}function Zp(){return ve(Or)}function ig(e){return ve(Xu)}function Qp(e){const{extendRoutes:t}=e;return qp(Object.assign(e,{routes:typeof t=="function"?t(ba):ba}))}const Jp=e=>{const t={};Object.entries(Object.assign({"/src/layouts/default.vue":()=>ln(()=>import("./default-xuZtHUos.js"),__vite__mapDeps([14,8,1,2,9,7,10,15]))})).forEach(([u,a])=>{let o=u.replace("/src/layouts/","").replace(".vue","");t[o]=a});function r(u,a=!0){return u.map(o=>{var c,l,h,f,p,w;if(((c=o.children)==null?void 0:c.length)>0&&(o.children=r(o.children,!1)),a){if(!o.component&&((l=o.children)==null?void 0:l.find(T=>{var A;return(T.path===""||T.path==="/")&&((A=T.meta)==null?void 0:A.isLayout)})))return o;if(((h=o.meta)==null?void 0:h.layout)!==!1)return{path:o.path,component:t[((f=o.meta)==null?void 0:f.layout)||"default"],children:o.path==="/"?[o]:[{...o,path:""}],meta:{isLayout:!0}}}return(p=o.meta)!=null&&p.layout?{path:o.path,component:t[(w=o.meta)==null?void 0:w.layout],children:[{...o,path:""}],meta:{isLayout:!0}}:o})}return r(e)},Xp=Qp({history:Sp(),extendRoutes:Jp});function em(e){e.use(Rh).use(Xp).use(Ui)}const tm=Xe({...vi(),...Ch({fullHeight:!0}),...yh()},"VApp"),nm=Zu()({name:"VApp",props:tm(),setup(e,t){let{slots:n}=t;const r=kh(e),{layoutClasses:u,getLayoutItem:a,items:o,layoutRef:c}=Ah(e),{rtlClasses:l}=Ai();return Si(()=>{var h;return he("div",{ref:c,class:["v-application",r.themeClasses.value,u.value,l.value,e.class],style:[e.style]},[he("div",{class:"v-application__wrap"},[(h=n.default)==null?void 0:h.call(n)])])}),{getLayoutItem:a,items:o,theme:r}}}),rm=Xe({height:[Number,String],maxHeight:[Number,String],maxWidth:[Number,String],minHeight:[Number,String],minWidth:[Number,String],width:[Number,String]},"dimension");function um(e){return{dimensionStyles:X(()=>{const n={},r=ot(e.height),u=ot(e.maxHeight),a=ot(e.maxWidth),o=ot(e.minHeight),c=ot(e.minWidth),l=ot(e.width);return r!=null&&(n.height=r),u!=null&&(n.maxHeight=u),a!=null&&(n.maxWidth=a),o!=null&&(n.minHeight=o),c!=null&&(n.minWidth=c),l!=null&&(n.width=l),n})}}function sm(){const e=Ze(!1);return jn(()=>{window.requestAnimationFrame(()=>{e.value=!0})}),{ssrBootStyles:X(()=>e.value?void 0:{transition:"none !important"}),isBooted:gr(e)}}const am=Xe({tag:{type:String,default:"div"}},"tag"),om=Xe({scrollable:Boolean,...vi(),...rm(),...am({tag:"main"})},"VMain"),im=Zu()({name:"VMain",props:om(),setup(e,t){let{slots:n}=t;const{dimensionStyles:r}=um(e),{mainStyles:u}=Ph(),{ssrBootStyles:a}=sm();return Si(()=>he(e.tag,{class:["v-main",{"v-main--scrollable":e.scrollable},e.class],style:[u.value,a.value,r.value,e.style]},{default:()=>{var o,c;return[e.scrollable?he("div",{class:"v-main__scroller"},[(o=n.default)==null?void 0:o.call(n)]):(c=n.default)==null?void 0:c.call(n)]}})),{}}}),dm={__name:"App",setup(e){const t=Zp();return console.log(t.options.routes),(n,r)=>{const u=rc("router-view");return Yo(),Qo(nm,null,{default:tu(()=>[he(im,null,{default:tu(()=>[he(u)]),_:1})]),_:1})}}};var cm=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function lm(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var nd={exports:{}};(function(e){(function(){function t(s){var d={omitExtraWLInCodeBlocks:{defaultValue:!1,describe:"Omit the default extra whiteline added to code blocks",type:"boolean"},noHeaderId:{defaultValue:!1,describe:"Turn on/off generated header id",type:"boolean"},prefixHeaderId:{defaultValue:!1,describe:"Add a prefix to the generated header ids. Passing a string will prefix that string to the header id. Setting to true will add a generic 'section-' prefix",type:"string"},rawPrefixHeaderId:{defaultValue:!1,describe:'Setting this option to true will prevent showdown from modifying the prefix. This might result in malformed IDs (if, for instance, the " char is used in the prefix)',type:"boolean"},ghCompatibleHeaderId:{defaultValue:!1,describe:"Generate header ids compatible with github style (spaces are replaced with dashes, a bunch of non alphanumeric chars are removed)",type:"boolean"},rawHeaderId:{defaultValue:!1,describe:`Remove only spaces, ' and " from generated header ids (including prefixes), replacing them with dashes (-). WARNING: This might result in malformed ids`,type:"boolean"},headerLevelStart:{defaultValue:!1,describe:"The header blocks level start",type:"integer"},parseImgDimensions:{defaultValue:!1,describe:"Turn on/off image dimension parsing",type:"boolean"},simplifiedAutoLink:{defaultValue:!1,describe:"Turn on/off GFM autolink style",type:"boolean"},excludeTrailingPunctuationFromURLs:{defaultValue:!1,describe:"Excludes trailing punctuation from links generated with autoLinking",type:"boolean"},literalMidWordUnderscores:{defaultValue:!1,describe:"Parse midword underscores as literal underscores",type:"boolean"},literalMidWordAsterisks:{defaultValue:!1,describe:"Parse midword asterisks as literal asterisks",type:"boolean"},strikethrough:{defaultValue:!1,describe:"Turn on/off strikethrough support",type:"boolean"},tables:{defaultValue:!1,describe:"Turn on/off tables support",type:"boolean"},tablesHeaderId:{defaultValue:!1,describe:"Add an id to table headers",type:"boolean"},ghCodeBlocks:{defaultValue:!0,describe:"Turn on/off GFM fenced code blocks support",type:"boolean"},tasklists:{defaultValue:!1,describe:"Turn on/off GFM tasklist support",type:"boolean"},smoothLivePreview:{defaultValue:!1,describe:"Prevents weird effects in live previews due to incomplete input",type:"boolean"},smartIndentationFix:{defaultValue:!1,describe:"Tries to smartly fix indentation in es6 strings",type:"boolean"},disableForced4SpacesIndentedSublists:{defaultValue:!1,describe:"Disables the requirement of indenting nested sublists by 4 spaces",type:"boolean"},simpleLineBreaks:{defaultValue:!1,describe:"Parses simple line breaks as
(GFM Style)",type:"boolean"},requireSpaceBeforeHeadingText:{defaultValue:!1,describe:"Makes adding a space between `#` and the header text mandatory (GFM Style)",type:"boolean"},ghMentions:{defaultValue:!1,describe:"Enables github @mentions",type:"boolean"},ghMentionsLink:{defaultValue:"https://github.com/{u}",describe:"Changes the link generated by @mentions. Only applies if ghMentions option is enabled.",type:"string"},encodeEmails:{defaultValue:!0,describe:"Encode e-mail addresses through the use of Character Entities, transforming ASCII e-mail addresses into its equivalent decimal entities",type:"boolean"},openLinksInNewWindow:{defaultValue:!1,describe:"Open all links in new windows",type:"boolean"},backslashEscapesHTMLTags:{defaultValue:!1,describe:"Support for HTML Tag escaping. ex:
foo
",type:"boolean"},emoji:{defaultValue:!1,describe:"Enable emoji support. Ex: `this is a :smile: emoji`",type:"boolean"},underline:{defaultValue:!1,describe:"Enable support for underline. Syntax is double or triple underscores: `__underline word__`. With this option enabled, underscores no longer parses into `` and ``",type:"boolean"},ellipsis:{defaultValue:!0,describe:"Replaces three dots with the ellipsis unicode character",type:"boolean"},completeHTMLDocument:{defaultValue:!1,describe:"Outputs a complete html document, including ``, `` and `` tags",type:"boolean"},metadata:{defaultValue:!1,describe:"Enable support for document metadata (defined at the top of the document between `«««` and `»»»` or between `---` and `---`).",type:"boolean"},splitAdjacentBlockquotes:{defaultValue:!1,describe:"Split adjacent blockquote blocks",type:"boolean"}};if(s===!1)return JSON.parse(JSON.stringify(d));var i={};for(var m in d)d.hasOwnProperty(m)&&(i[m]=d[m].defaultValue);return i}function n(){var s=t(!0),d={};for(var i in s)s.hasOwnProperty(i)&&(d[i]=!0);return d}var r={},u={},a={},o=t(!0),c="vanilla",l={github:{omitExtraWLInCodeBlocks:!0,simplifiedAutoLink:!0,excludeTrailingPunctuationFromURLs:!0,literalMidWordUnderscores:!0,strikethrough:!0,tables:!0,tablesHeaderId:!0,ghCodeBlocks:!0,tasklists:!0,disableForced4SpacesIndentedSublists:!0,simpleLineBreaks:!0,requireSpaceBeforeHeadingText:!0,ghCompatibleHeaderId:!0,ghMentions:!0,backslashEscapesHTMLTags:!0,emoji:!0,splitAdjacentBlockquotes:!0},original:{noHeaderId:!0,ghCodeBlocks:!1},ghost:{omitExtraWLInCodeBlocks:!0,parseImgDimensions:!0,simplifiedAutoLink:!0,excludeTrailingPunctuationFromURLs:!0,literalMidWordUnderscores:!0,strikethrough:!0,tables:!0,tablesHeaderId:!0,ghCodeBlocks:!0,tasklists:!0,smoothLivePreview:!0,simpleLineBreaks:!0,requireSpaceBeforeHeadingText:!0,ghMentions:!1,encodeEmails:!0},vanilla:t(!0),allOn:n()};r.helper={},r.extensions={},r.setOption=function(s,d){return o[s]=d,this},r.getOption=function(s){return o[s]},r.getOptions=function(){return o},r.resetOptions=function(){o=t(!0)},r.setFlavor=function(s){if(!l.hasOwnProperty(s))throw Error(s+" flavor was not found");r.resetOptions();var d=l[s];c=s;for(var i in d)d.hasOwnProperty(i)&&(o[i]=d[i])},r.getFlavor=function(){return c},r.getFlavorOptions=function(s){if(l.hasOwnProperty(s))return l[s]},r.getDefaultOptions=function(s){return t(s)},r.subParser=function(s,d){if(r.helper.isString(s))if(typeof d<"u")u[s]=d;else{if(u.hasOwnProperty(s))return u[s];throw Error("SubParser named "+s+" not registered!")}},r.extension=function(s,d){if(!r.helper.isString(s))throw Error("Extension 'name' must be a string");if(s=r.helper.stdExtName(s),r.helper.isUndefined(d)){if(!a.hasOwnProperty(s))throw Error("Extension named "+s+" is not registered!");return a[s]}else{typeof d=="function"&&(d=d()),r.helper.isArray(d)||(d=[d]);var i=h(d,s);if(i.valid)a[s]=d;else throw Error(i.error)}},r.getAllExtensions=function(){return a},r.removeExtension=function(s){delete a[s]},r.resetExtensions=function(){a={}};function h(s,d){var i=d?"Error in "+d+" extension->":"Error in unnamed extension",m={valid:!0,error:""};r.helper.isArray(s)||(s=[s]);for(var b=0;b"u"},r.helper.forEach=function(s,d){if(r.helper.isUndefined(s))throw new Error("obj param is required");if(r.helper.isUndefined(d))throw new Error("callback param is required");if(!r.helper.isFunction(d))throw new Error("callback param must be a function/closure");if(typeof s.forEach=="function")s.forEach(d);else if(r.helper.isArray(s))for(var i=0;i").replace(/&/g,"&")};var p=function(s,d,i,m){var b=m||"",_=b.indexOf("g")>-1,g=new RegExp(d+"|"+i,"g"+b.replace(/g/g,"")),C=new RegExp(d,b.replace(/g/g,"")),E=[],R,L,I,y,M;do for(R=0;I=g.exec(s);)if(C.test(I[0]))R++||(L=g.lastIndex,y=L-I[0].length);else if(R&&!--R){M=I.index+I[0].length;var F={left:{start:y,end:L},match:{start:L,end:I.index},right:{start:I.index,end:M},wholeMatch:{start:y,end:M}};if(E.push(F),!_)return E}while(R&&(g.lastIndex=L));return E};r.helper.matchRecursiveRegExp=function(s,d,i,m){for(var b=p(s,d,i,m),_=[],g=0;g0){var R=[];g[0].wholeMatch.start!==0&&R.push(s.slice(0,g[0].wholeMatch.start));for(var L=0;L=0?m+(i||0):m},r.helper.splitAtIndex=function(s,d){if(!r.helper.isString(s))throw"InvalidArgumentError: first parameter of showdown.helper.regexIndexOf function must be a string";return[s.substring(0,d),s.substring(d)]},r.helper.encodeEmailAddress=function(s){var d=[function(i){return"&#"+i.charCodeAt(0)+";"},function(i){return"&#x"+i.charCodeAt(0).toString(16)+";"},function(i){return i}];return s=s.replace(/./g,function(i){if(i==="@")i=d[Math.floor(Math.random()*2)](i);else{var m=Math.random();i=m>.9?d[2](i):m>.45?d[1](i):d[0](i)}return i}),s},r.helper.padEnd=function(d,i,m){return i=i>>0,m=String(m||" "),d.length>i?String(d):(i=i-d.length,i>m.length&&(m+=m.repeat(i/m.length)),String(d)+m.slice(0,i))},typeof console>"u"&&(console={warn:function(s){alert(s)},log:function(s){alert(s)},error:function(s){throw s}}),r.helper.regexes={asteriskDashAndColon:/([*_:~])/g},r.helper.emojis={"+1":"👍","-1":"👎",100:"💯",1234:"🔢","1st_place_medal":"🥇","2nd_place_medal":"🥈","3rd_place_medal":"🥉","8ball":"🎱",a:"🅰️",ab:"🆎",abc:"🔤",abcd:"🔡",accept:"🉑",aerial_tramway:"🚡",airplane:"✈️",alarm_clock:"⏰",alembic:"⚗️",alien:"👽",ambulance:"🚑",amphora:"🏺",anchor:"⚓️",angel:"👼",anger:"💢",angry:"😠",anguished:"😧",ant:"🐜",apple:"🍎",aquarius:"♒️",aries:"♈️",arrow_backward:"◀️",arrow_double_down:"⏬",arrow_double_up:"⏫",arrow_down:"⬇️",arrow_down_small:"🔽",arrow_forward:"▶️",arrow_heading_down:"⤵️",arrow_heading_up:"⤴️",arrow_left:"⬅️",arrow_lower_left:"↙️",arrow_lower_right:"↘️",arrow_right:"➡️",arrow_right_hook:"↪️",arrow_up:"⬆️",arrow_up_down:"↕️",arrow_up_small:"🔼",arrow_upper_left:"↖️",arrow_upper_right:"↗️",arrows_clockwise:"🔃",arrows_counterclockwise:"🔄",art:"🎨",articulated_lorry:"🚛",artificial_satellite:"🛰",astonished:"😲",athletic_shoe:"👟",atm:"🏧",atom_symbol:"⚛️",avocado:"🥑",b:"🅱️",baby:"👶",baby_bottle:"🍼",baby_chick:"🐤",baby_symbol:"🚼",back:"🔙",bacon:"🥓",badminton:"🏸",baggage_claim:"🛄",baguette_bread:"🥖",balance_scale:"⚖️",balloon:"🎈",ballot_box:"🗳",ballot_box_with_check:"☑️",bamboo:"🎍",banana:"🍌",bangbang:"‼️",bank:"🏦",bar_chart:"📊",barber:"💈",baseball:"⚾️",basketball:"🏀",basketball_man:"⛹️",basketball_woman:"⛹️‍♀️",bat:"🦇",bath:"🛀",bathtub:"🛁",battery:"🔋",beach_umbrella:"🏖",bear:"🐻",bed:"🛏",bee:"🐝",beer:"🍺",beers:"🍻",beetle:"🐞",beginner:"🔰",bell:"🔔",bellhop_bell:"🛎",bento:"🍱",biking_man:"🚴",bike:"🚲",biking_woman:"🚴‍♀️",bikini:"👙",biohazard:"☣️",bird:"🐦",birthday:"🎂",black_circle:"⚫️",black_flag:"🏴",black_heart:"🖤",black_joker:"🃏",black_large_square:"⬛️",black_medium_small_square:"◾️",black_medium_square:"◼️",black_nib:"✒️",black_small_square:"▪️",black_square_button:"🔲",blonde_man:"👱",blonde_woman:"👱‍♀️",blossom:"🌼",blowfish:"🐡",blue_book:"📘",blue_car:"🚙",blue_heart:"💙",blush:"😊",boar:"🐗",boat:"⛵️",bomb:"💣",book:"📖",bookmark:"🔖",bookmark_tabs:"📑",books:"📚",boom:"💥",boot:"👢",bouquet:"💐",bowing_man:"🙇",bow_and_arrow:"🏹",bowing_woman:"🙇‍♀️",bowling:"🎳",boxing_glove:"🥊",boy:"👦",bread:"🍞",bride_with_veil:"👰",bridge_at_night:"🌉",briefcase:"💼",broken_heart:"💔",bug:"🐛",building_construction:"🏗",bulb:"💡",bullettrain_front:"🚅",bullettrain_side:"🚄",burrito:"🌯",bus:"🚌",business_suit_levitating:"🕴",busstop:"🚏",bust_in_silhouette:"👤",busts_in_silhouette:"👥",butterfly:"🦋",cactus:"🌵",cake:"🍰",calendar:"📆",call_me_hand:"🤙",calling:"📲",camel:"🐫",camera:"📷",camera_flash:"📸",camping:"🏕",cancer:"♋️",candle:"🕯",candy:"🍬",canoe:"🛶",capital_abcd:"🔠",capricorn:"♑️",car:"🚗",card_file_box:"🗃",card_index:"📇",card_index_dividers:"🗂",carousel_horse:"🎠",carrot:"🥕",cat:"🐱",cat2:"🐈",cd:"💿",chains:"⛓",champagne:"🍾",chart:"💹",chart_with_downwards_trend:"📉",chart_with_upwards_trend:"📈",checkered_flag:"🏁",cheese:"🧀",cherries:"🍒",cherry_blossom:"🌸",chestnut:"🌰",chicken:"🐔",children_crossing:"🚸",chipmunk:"🐿",chocolate_bar:"🍫",christmas_tree:"🎄",church:"⛪️",cinema:"🎦",circus_tent:"🎪",city_sunrise:"🌇",city_sunset:"🌆",cityscape:"🏙",cl:"🆑",clamp:"🗜",clap:"👏",clapper:"🎬",classical_building:"🏛",clinking_glasses:"🥂",clipboard:"📋",clock1:"🕐",clock10:"🕙",clock1030:"🕥",clock11:"🕚",clock1130:"🕦",clock12:"🕛",clock1230:"🕧",clock130:"🕜",clock2:"🕑",clock230:"🕝",clock3:"🕒",clock330:"🕞",clock4:"🕓",clock430:"🕟",clock5:"🕔",clock530:"🕠",clock6:"🕕",clock630:"🕡",clock7:"🕖",clock730:"🕢",clock8:"🕗",clock830:"🕣",clock9:"🕘",clock930:"🕤",closed_book:"📕",closed_lock_with_key:"🔐",closed_umbrella:"🌂",cloud:"☁️",cloud_with_lightning:"🌩",cloud_with_lightning_and_rain:"⛈",cloud_with_rain:"🌧",cloud_with_snow:"🌨",clown_face:"🤡",clubs:"♣️",cocktail:"🍸",coffee:"☕️",coffin:"⚰️",cold_sweat:"😰",comet:"☄️",computer:"💻",computer_mouse:"🖱",confetti_ball:"🎊",confounded:"😖",confused:"😕",congratulations:"㊗️",construction:"🚧",construction_worker_man:"👷",construction_worker_woman:"👷‍♀️",control_knobs:"🎛",convenience_store:"🏪",cookie:"🍪",cool:"🆒",policeman:"👮",copyright:"©️",corn:"🌽",couch_and_lamp:"🛋",couple:"👫",couple_with_heart_woman_man:"💑",couple_with_heart_man_man:"👨‍❤️‍👨",couple_with_heart_woman_woman:"👩‍❤️‍👩",couplekiss_man_man:"👨‍❤️‍💋‍👨",couplekiss_man_woman:"💏",couplekiss_woman_woman:"👩‍❤️‍💋‍👩",cow:"🐮",cow2:"🐄",cowboy_hat_face:"🤠",crab:"🦀",crayon:"🖍",credit_card:"💳",crescent_moon:"🌙",cricket:"🏏",crocodile:"🐊",croissant:"🥐",crossed_fingers:"🤞",crossed_flags:"🎌",crossed_swords:"⚔️",crown:"👑",cry:"😢",crying_cat_face:"😿",crystal_ball:"🔮",cucumber:"🥒",cupid:"💘",curly_loop:"➰",currency_exchange:"💱",curry:"🍛",custard:"🍮",customs:"🛃",cyclone:"🌀",dagger:"🗡",dancer:"💃",dancing_women:"👯",dancing_men:"👯‍♂️",dango:"🍡",dark_sunglasses:"🕶",dart:"🎯",dash:"💨",date:"📅",deciduous_tree:"🌳",deer:"🦌",department_store:"🏬",derelict_house:"🏚",desert:"🏜",desert_island:"🏝",desktop_computer:"🖥",male_detective:"🕵️",diamond_shape_with_a_dot_inside:"💠",diamonds:"♦️",disappointed:"😞",disappointed_relieved:"😥",dizzy:"💫",dizzy_face:"😵",do_not_litter:"🚯",dog:"🐶",dog2:"🐕",dollar:"💵",dolls:"🎎",dolphin:"🐬",door:"🚪",doughnut:"🍩",dove:"🕊",dragon:"🐉",dragon_face:"🐲",dress:"👗",dromedary_camel:"🐪",drooling_face:"🤤",droplet:"💧",drum:"🥁",duck:"🦆",dvd:"📀","e-mail":"📧",eagle:"🦅",ear:"👂",ear_of_rice:"🌾",earth_africa:"🌍",earth_americas:"🌎",earth_asia:"🌏",egg:"🥚",eggplant:"🍆",eight_pointed_black_star:"✴️",eight_spoked_asterisk:"✳️",electric_plug:"🔌",elephant:"🐘",email:"✉️",end:"🔚",envelope_with_arrow:"📩",euro:"💶",european_castle:"🏰",european_post_office:"🏤",evergreen_tree:"🌲",exclamation:"❗️",expressionless:"😑",eye:"👁",eye_speech_bubble:"👁‍🗨",eyeglasses:"👓",eyes:"👀",face_with_head_bandage:"🤕",face_with_thermometer:"🤒",fist_oncoming:"👊",factory:"🏭",fallen_leaf:"🍂",family_man_woman_boy:"👪",family_man_boy:"👨‍👦",family_man_boy_boy:"👨‍👦‍👦",family_man_girl:"👨‍👧",family_man_girl_boy:"👨‍👧‍👦",family_man_girl_girl:"👨‍👧‍👧",family_man_man_boy:"👨‍👨‍👦",family_man_man_boy_boy:"👨‍👨‍👦‍👦",family_man_man_girl:"👨‍👨‍👧",family_man_man_girl_boy:"👨‍👨‍👧‍👦",family_man_man_girl_girl:"👨‍👨‍👧‍👧",family_man_woman_boy_boy:"👨‍👩‍👦‍👦",family_man_woman_girl:"👨‍👩‍👧",family_man_woman_girl_boy:"👨‍👩‍👧‍👦",family_man_woman_girl_girl:"👨‍👩‍👧‍👧",family_woman_boy:"👩‍👦",family_woman_boy_boy:"👩‍👦‍👦",family_woman_girl:"👩‍👧",family_woman_girl_boy:"👩‍👧‍👦",family_woman_girl_girl:"👩‍👧‍👧",family_woman_woman_boy:"👩‍👩‍👦",family_woman_woman_boy_boy:"👩‍👩‍👦‍👦",family_woman_woman_girl:"👩‍👩‍👧",family_woman_woman_girl_boy:"👩‍👩‍👧‍👦",family_woman_woman_girl_girl:"👩‍👩‍👧‍👧",fast_forward:"⏩",fax:"📠",fearful:"😨",feet:"🐾",female_detective:"🕵️‍♀️",ferris_wheel:"🎡",ferry:"⛴",field_hockey:"🏑",file_cabinet:"🗄",file_folder:"📁",film_projector:"📽",film_strip:"🎞",fire:"🔥",fire_engine:"🚒",fireworks:"🎆",first_quarter_moon:"🌓",first_quarter_moon_with_face:"🌛",fish:"🐟",fish_cake:"🍥",fishing_pole_and_fish:"🎣",fist_raised:"✊",fist_left:"🤛",fist_right:"🤜",flags:"🎏",flashlight:"🔦",fleur_de_lis:"⚜️",flight_arrival:"🛬",flight_departure:"🛫",floppy_disk:"💾",flower_playing_cards:"🎴",flushed:"😳",fog:"🌫",foggy:"🌁",football:"🏈",footprints:"👣",fork_and_knife:"🍴",fountain:"⛲️",fountain_pen:"🖋",four_leaf_clover:"🍀",fox_face:"🦊",framed_picture:"🖼",free:"🆓",fried_egg:"🍳",fried_shrimp:"🍤",fries:"🍟",frog:"🐸",frowning:"😦",frowning_face:"☹️",frowning_man:"🙍‍♂️",frowning_woman:"🙍",middle_finger:"🖕",fuelpump:"⛽️",full_moon:"🌕",full_moon_with_face:"🌝",funeral_urn:"⚱️",game_die:"🎲",gear:"⚙️",gem:"💎",gemini:"♊️",ghost:"👻",gift:"🎁",gift_heart:"💝",girl:"👧",globe_with_meridians:"🌐",goal_net:"🥅",goat:"🐐",golf:"⛳️",golfing_man:"🏌️",golfing_woman:"🏌️‍♀️",gorilla:"🦍",grapes:"🍇",green_apple:"🍏",green_book:"📗",green_heart:"💚",green_salad:"🥗",grey_exclamation:"❕",grey_question:"❔",grimacing:"😬",grin:"😁",grinning:"😀",guardsman:"💂",guardswoman:"💂‍♀️",guitar:"🎸",gun:"🔫",haircut_woman:"💇",haircut_man:"💇‍♂️",hamburger:"🍔",hammer:"🔨",hammer_and_pick:"⚒",hammer_and_wrench:"🛠",hamster:"🐹",hand:"✋",handbag:"👜",handshake:"🤝",hankey:"💩",hatched_chick:"🐥",hatching_chick:"🐣",headphones:"🎧",hear_no_evil:"🙉",heart:"❤️",heart_decoration:"💟",heart_eyes:"😍",heart_eyes_cat:"😻",heartbeat:"💓",heartpulse:"💗",hearts:"♥️",heavy_check_mark:"✔️",heavy_division_sign:"➗",heavy_dollar_sign:"💲",heavy_heart_exclamation:"❣️",heavy_minus_sign:"➖",heavy_multiplication_x:"✖️",heavy_plus_sign:"➕",helicopter:"🚁",herb:"🌿",hibiscus:"🌺",high_brightness:"🔆",high_heel:"👠",hocho:"🔪",hole:"🕳",honey_pot:"🍯",horse:"🐴",horse_racing:"🏇",hospital:"🏥",hot_pepper:"🌶",hotdog:"🌭",hotel:"🏨",hotsprings:"♨️",hourglass:"⌛️",hourglass_flowing_sand:"⏳",house:"🏠",house_with_garden:"🏡",houses:"🏘",hugs:"🤗",hushed:"😯",ice_cream:"🍨",ice_hockey:"🏒",ice_skate:"⛸",icecream:"🍦",id:"🆔",ideograph_advantage:"🉐",imp:"👿",inbox_tray:"📥",incoming_envelope:"📨",tipping_hand_woman:"💁",information_source:"ℹ️",innocent:"😇",interrobang:"⁉️",iphone:"📱",izakaya_lantern:"🏮",jack_o_lantern:"🎃",japan:"🗾",japanese_castle:"🏯",japanese_goblin:"👺",japanese_ogre:"👹",jeans:"👖",joy:"😂",joy_cat:"😹",joystick:"🕹",kaaba:"🕋",key:"🔑",keyboard:"⌨️",keycap_ten:"🔟",kick_scooter:"🛴",kimono:"👘",kiss:"💋",kissing:"😗",kissing_cat:"😽",kissing_closed_eyes:"😚",kissing_heart:"😘",kissing_smiling_eyes:"😙",kiwi_fruit:"🥝",koala:"🐨",koko:"🈁",label:"🏷",large_blue_circle:"🔵",large_blue_diamond:"🔷",large_orange_diamond:"🔶",last_quarter_moon:"🌗",last_quarter_moon_with_face:"🌜",latin_cross:"✝️",laughing:"😆",leaves:"🍃",ledger:"📒",left_luggage:"🛅",left_right_arrow:"↔️",leftwards_arrow_with_hook:"↩️",lemon:"🍋",leo:"♌️",leopard:"🐆",level_slider:"🎚",libra:"♎️",light_rail:"🚈",link:"🔗",lion:"🦁",lips:"👄",lipstick:"💄",lizard:"🦎",lock:"🔒",lock_with_ink_pen:"🔏",lollipop:"🍭",loop:"➿",loud_sound:"🔊",loudspeaker:"📢",love_hotel:"🏩",love_letter:"💌",low_brightness:"🔅",lying_face:"🤥",m:"Ⓜ️",mag:"🔍",mag_right:"🔎",mahjong:"🀄️",mailbox:"📫",mailbox_closed:"📪",mailbox_with_mail:"📬",mailbox_with_no_mail:"📭",man:"👨",man_artist:"👨‍🎨",man_astronaut:"👨‍🚀",man_cartwheeling:"🤸‍♂️",man_cook:"👨‍🍳",man_dancing:"🕺",man_facepalming:"🤦‍♂️",man_factory_worker:"👨‍🏭",man_farmer:"👨‍🌾",man_firefighter:"👨‍🚒",man_health_worker:"👨‍⚕️",man_in_tuxedo:"🤵",man_judge:"👨‍⚖️",man_juggling:"🤹‍♂️",man_mechanic:"👨‍🔧",man_office_worker:"👨‍💼",man_pilot:"👨‍✈️",man_playing_handball:"🤾‍♂️",man_playing_water_polo:"🤽‍♂️",man_scientist:"👨‍🔬",man_shrugging:"🤷‍♂️",man_singer:"👨‍🎤",man_student:"👨‍🎓",man_teacher:"👨‍🏫",man_technologist:"👨‍💻",man_with_gua_pi_mao:"👲",man_with_turban:"👳",tangerine:"🍊",mans_shoe:"👞",mantelpiece_clock:"🕰",maple_leaf:"🍁",martial_arts_uniform:"🥋",mask:"😷",massage_woman:"💆",massage_man:"💆‍♂️",meat_on_bone:"🍖",medal_military:"🎖",medal_sports:"🏅",mega:"📣",melon:"🍈",memo:"📝",men_wrestling:"🤼‍♂️",menorah:"🕎",mens:"🚹",metal:"🤘",metro:"🚇",microphone:"🎤",microscope:"🔬",milk_glass:"🥛",milky_way:"🌌",minibus:"🚐",minidisc:"💽",mobile_phone_off:"📴",money_mouth_face:"🤑",money_with_wings:"💸",moneybag:"💰",monkey:"🐒",monkey_face:"🐵",monorail:"🚝",moon:"🌔",mortar_board:"🎓",mosque:"🕌",motor_boat:"🛥",motor_scooter:"🛵",motorcycle:"🏍",motorway:"🛣",mount_fuji:"🗻",mountain:"⛰",mountain_biking_man:"🚵",mountain_biking_woman:"🚵‍♀️",mountain_cableway:"🚠",mountain_railway:"🚞",mountain_snow:"🏔",mouse:"🐭",mouse2:"🐁",movie_camera:"🎥",moyai:"🗿",mrs_claus:"🤶",muscle:"💪",mushroom:"🍄",musical_keyboard:"🎹",musical_note:"🎵",musical_score:"🎼",mute:"🔇",nail_care:"💅",name_badge:"📛",national_park:"🏞",nauseated_face:"🤢",necktie:"👔",negative_squared_cross_mark:"❎",nerd_face:"🤓",neutral_face:"😐",new:"🆕",new_moon:"🌑",new_moon_with_face:"🌚",newspaper:"📰",newspaper_roll:"🗞",next_track_button:"⏭",ng:"🆖",no_good_man:"🙅‍♂️",no_good_woman:"🙅",night_with_stars:"🌃",no_bell:"🔕",no_bicycles:"🚳",no_entry:"⛔️",no_entry_sign:"🚫",no_mobile_phones:"📵",no_mouth:"😶",no_pedestrians:"🚷",no_smoking:"🚭","non-potable_water":"🚱",nose:"👃",notebook:"📓",notebook_with_decorative_cover:"📔",notes:"🎶",nut_and_bolt:"🔩",o:"⭕️",o2:"🅾️",ocean:"🌊",octopus:"🐙",oden:"🍢",office:"🏢",oil_drum:"🛢",ok:"🆗",ok_hand:"👌",ok_man:"🙆‍♂️",ok_woman:"🙆",old_key:"🗝",older_man:"👴",older_woman:"👵",om:"🕉",on:"🔛",oncoming_automobile:"🚘",oncoming_bus:"🚍",oncoming_police_car:"🚔",oncoming_taxi:"🚖",open_file_folder:"📂",open_hands:"👐",open_mouth:"😮",open_umbrella:"☂️",ophiuchus:"⛎",orange_book:"📙",orthodox_cross:"☦️",outbox_tray:"📤",owl:"🦉",ox:"🐂",package:"📦",page_facing_up:"📄",page_with_curl:"📃",pager:"📟",paintbrush:"🖌",palm_tree:"🌴",pancakes:"🥞",panda_face:"🐼",paperclip:"📎",paperclips:"🖇",parasol_on_ground:"⛱",parking:"🅿️",part_alternation_mark:"〽️",partly_sunny:"⛅️",passenger_ship:"🛳",passport_control:"🛂",pause_button:"⏸",peace_symbol:"☮️",peach:"🍑",peanuts:"🥜",pear:"🍐",pen:"🖊",pencil2:"✏️",penguin:"🐧",pensive:"😔",performing_arts:"🎭",persevere:"😣",person_fencing:"🤺",pouting_woman:"🙎",phone:"☎️",pick:"⛏",pig:"🐷",pig2:"🐖",pig_nose:"🐽",pill:"💊",pineapple:"🍍",ping_pong:"🏓",pisces:"♓️",pizza:"🍕",place_of_worship:"🛐",plate_with_cutlery:"🍽",play_or_pause_button:"⏯",point_down:"👇",point_left:"👈",point_right:"👉",point_up:"☝️",point_up_2:"👆",police_car:"🚓",policewoman:"👮‍♀️",poodle:"🐩",popcorn:"🍿",post_office:"🏣",postal_horn:"📯",postbox:"📮",potable_water:"🚰",potato:"🥔",pouch:"👝",poultry_leg:"🍗",pound:"💷",rage:"😡",pouting_cat:"😾",pouting_man:"🙎‍♂️",pray:"🙏",prayer_beads:"📿",pregnant_woman:"🤰",previous_track_button:"⏮",prince:"🤴",princess:"👸",printer:"🖨",purple_heart:"💜",purse:"👛",pushpin:"📌",put_litter_in_its_place:"🚮",question:"❓",rabbit:"🐰",rabbit2:"🐇",racehorse:"🐎",racing_car:"🏎",radio:"📻",radio_button:"🔘",radioactive:"☢️",railway_car:"🚃",railway_track:"🛤",rainbow:"🌈",rainbow_flag:"🏳️‍🌈",raised_back_of_hand:"🤚",raised_hand_with_fingers_splayed:"🖐",raised_hands:"🙌",raising_hand_woman:"🙋",raising_hand_man:"🙋‍♂️",ram:"🐏",ramen:"🍜",rat:"🐀",record_button:"⏺",recycle:"♻️",red_circle:"🔴",registered:"®️",relaxed:"☺️",relieved:"😌",reminder_ribbon:"🎗",repeat:"🔁",repeat_one:"🔂",rescue_worker_helmet:"⛑",restroom:"🚻",revolving_hearts:"💞",rewind:"⏪",rhinoceros:"🦏",ribbon:"🎀",rice:"🍚",rice_ball:"🍙",rice_cracker:"🍘",rice_scene:"🎑",right_anger_bubble:"🗯",ring:"💍",robot:"🤖",rocket:"🚀",rofl:"🤣",roll_eyes:"🙄",roller_coaster:"🎢",rooster:"🐓",rose:"🌹",rosette:"🏵",rotating_light:"🚨",round_pushpin:"📍",rowing_man:"🚣",rowing_woman:"🚣‍♀️",rugby_football:"🏉",running_man:"🏃",running_shirt_with_sash:"🎽",running_woman:"🏃‍♀️",sa:"🈂️",sagittarius:"♐️",sake:"🍶",sandal:"👡",santa:"🎅",satellite:"📡",saxophone:"🎷",school:"🏫",school_satchel:"🎒",scissors:"✂️",scorpion:"🦂",scorpius:"♏️",scream:"😱",scream_cat:"🙀",scroll:"📜",seat:"💺",secret:"㊙️",see_no_evil:"🙈",seedling:"🌱",selfie:"🤳",shallow_pan_of_food:"🥘",shamrock:"☘️",shark:"🦈",shaved_ice:"🍧",sheep:"🐑",shell:"🐚",shield:"🛡",shinto_shrine:"⛩",ship:"🚢",shirt:"👕",shopping:"🛍",shopping_cart:"🛒",shower:"🚿",shrimp:"🦐",signal_strength:"📶",six_pointed_star:"🔯",ski:"🎿",skier:"⛷",skull:"💀",skull_and_crossbones:"☠️",sleeping:"😴",sleeping_bed:"🛌",sleepy:"😪",slightly_frowning_face:"🙁",slightly_smiling_face:"🙂",slot_machine:"🎰",small_airplane:"🛩",small_blue_diamond:"🔹",small_orange_diamond:"🔸",small_red_triangle:"🔺",small_red_triangle_down:"🔻",smile:"😄",smile_cat:"😸",smiley:"😃",smiley_cat:"😺",smiling_imp:"😈",smirk:"😏",smirk_cat:"😼",smoking:"🚬",snail:"🐌",snake:"🐍",sneezing_face:"🤧",snowboarder:"🏂",snowflake:"❄️",snowman:"⛄️",snowman_with_snow:"☃️",sob:"😭",soccer:"⚽️",soon:"🔜",sos:"🆘",sound:"🔉",space_invader:"👾",spades:"♠️",spaghetti:"🍝",sparkle:"❇️",sparkler:"🎇",sparkles:"✨",sparkling_heart:"💖",speak_no_evil:"🙊",speaker:"🔈",speaking_head:"🗣",speech_balloon:"💬",speedboat:"🚤",spider:"🕷",spider_web:"🕸",spiral_calendar:"🗓",spiral_notepad:"🗒",spoon:"🥄",squid:"🦑",stadium:"🏟",star:"⭐️",star2:"🌟",star_and_crescent:"☪️",star_of_david:"✡️",stars:"🌠",station:"🚉",statue_of_liberty:"🗽",steam_locomotive:"🚂",stew:"🍲",stop_button:"⏹",stop_sign:"🛑",stopwatch:"⏱",straight_ruler:"📏",strawberry:"🍓",stuck_out_tongue:"😛",stuck_out_tongue_closed_eyes:"😝",stuck_out_tongue_winking_eye:"😜",studio_microphone:"🎙",stuffed_flatbread:"🥙",sun_behind_large_cloud:"🌥",sun_behind_rain_cloud:"🌦",sun_behind_small_cloud:"🌤",sun_with_face:"🌞",sunflower:"🌻",sunglasses:"😎",sunny:"☀️",sunrise:"🌅",sunrise_over_mountains:"🌄",surfing_man:"🏄",surfing_woman:"🏄‍♀️",sushi:"🍣",suspension_railway:"🚟",sweat:"😓",sweat_drops:"💦",sweat_smile:"😅",sweet_potato:"🍠",swimming_man:"🏊",swimming_woman:"🏊‍♀️",symbols:"🔣",synagogue:"🕍",syringe:"💉",taco:"🌮",tada:"🎉",tanabata_tree:"🎋",taurus:"♉️",taxi:"🚕",tea:"🍵",telephone_receiver:"📞",telescope:"🔭",tennis:"🎾",tent:"⛺️",thermometer:"🌡",thinking:"🤔",thought_balloon:"💭",ticket:"🎫",tickets:"🎟",tiger:"🐯",tiger2:"🐅",timer_clock:"⏲",tipping_hand_man:"💁‍♂️",tired_face:"😫",tm:"™️",toilet:"🚽",tokyo_tower:"🗼",tomato:"🍅",tongue:"👅",top:"🔝",tophat:"🎩",tornado:"🌪",trackball:"🖲",tractor:"🚜",traffic_light:"🚥",train:"🚋",train2:"🚆",tram:"🚊",triangular_flag_on_post:"🚩",triangular_ruler:"📐",trident:"🔱",triumph:"😤",trolleybus:"🚎",trophy:"🏆",tropical_drink:"🍹",tropical_fish:"🐠",truck:"🚚",trumpet:"🎺",tulip:"🌷",tumbler_glass:"🥃",turkey:"🦃",turtle:"🐢",tv:"📺",twisted_rightwards_arrows:"🔀",two_hearts:"💕",two_men_holding_hands:"👬",two_women_holding_hands:"👭",u5272:"🈹",u5408:"🈴",u55b6:"🈺",u6307:"🈯️",u6708:"🈷️",u6709:"🈶",u6e80:"🈵",u7121:"🈚️",u7533:"🈸",u7981:"🈲",u7a7a:"🈳",umbrella:"☔️",unamused:"😒",underage:"🔞",unicorn:"🦄",unlock:"🔓",up:"🆙",upside_down_face:"🙃",v:"✌️",vertical_traffic_light:"🚦",vhs:"📼",vibration_mode:"📳",video_camera:"📹",video_game:"🎮",violin:"🎻",virgo:"♍️",volcano:"🌋",volleyball:"🏐",vs:"🆚",vulcan_salute:"🖖",walking_man:"🚶",walking_woman:"🚶‍♀️",waning_crescent_moon:"🌘",waning_gibbous_moon:"🌖",warning:"⚠️",wastebasket:"🗑",watch:"⌚️",water_buffalo:"🐃",watermelon:"🍉",wave:"👋",wavy_dash:"〰️",waxing_crescent_moon:"🌒",wc:"🚾",weary:"😩",wedding:"💒",weight_lifting_man:"🏋️",weight_lifting_woman:"🏋️‍♀️",whale:"🐳",whale2:"🐋",wheel_of_dharma:"☸️",wheelchair:"♿️",white_check_mark:"✅",white_circle:"⚪️",white_flag:"🏳️",white_flower:"💮",white_large_square:"⬜️",white_medium_small_square:"◽️",white_medium_square:"◻️",white_small_square:"▫️",white_square_button:"🔳",wilted_flower:"🥀",wind_chime:"🎐",wind_face:"🌬",wine_glass:"🍷",wink:"😉",wolf:"🐺",woman:"👩",woman_artist:"👩‍🎨",woman_astronaut:"👩‍🚀",woman_cartwheeling:"🤸‍♀️",woman_cook:"👩‍🍳",woman_facepalming:"🤦‍♀️",woman_factory_worker:"👩‍🏭",woman_farmer:"👩‍🌾",woman_firefighter:"👩‍🚒",woman_health_worker:"👩‍⚕️",woman_judge:"👩‍⚖️",woman_juggling:"🤹‍♀️",woman_mechanic:"👩‍🔧",woman_office_worker:"👩‍💼",woman_pilot:"👩‍✈️",woman_playing_handball:"🤾‍♀️",woman_playing_water_polo:"🤽‍♀️",woman_scientist:"👩‍🔬",woman_shrugging:"🤷‍♀️",woman_singer:"👩‍🎤",woman_student:"👩‍🎓",woman_teacher:"👩‍🏫",woman_technologist:"👩‍💻",woman_with_turban:"👳‍♀️",womans_clothes:"👚",womans_hat:"👒",women_wrestling:"🤼‍♀️",womens:"🚺",world_map:"🗺",worried:"😟",wrench:"🔧",writing_hand:"✍️",x:"❌",yellow_heart:"💛",yen:"💴",yin_yang:"☯️",yum:"😋",zap:"⚡️",zipper_mouth_face:"🤐",zzz:"💤",octocat:':octocat:',showdown:`S`},r.Converter=function(s){var d={},i=[],m=[],b={},_=c,g={parsed:{},raw:"",format:""};C();function C(){s=s||{};for(var y in o)o.hasOwnProperty(y)&&(d[y]=o[y]);if(typeof s=="object")for(var M in s)s.hasOwnProperty(M)&&(d[M]=s[M]);else throw Error("Converter expects the passed parameter to be an object, but "+typeof s+" was passed instead.");d.extensions&&r.helper.forEach(d.extensions,E)}function E(y,M){if(M=M||null,r.helper.isString(y))if(y=r.helper.stdExtName(y),M=y,r.extensions[y]){console.warn("DEPRECATION WARNING: "+y+" is an old extension that uses a deprecated loading method.Please inform the developer that the extension should be updated!"),R(r.extensions[y],y);return}else if(!r.helper.isUndefined(a[y]))y=a[y];else throw Error('Extension "'+y+'" could not be loaded. It was either not found or is not a valid extension.');typeof y=="function"&&(y=y()),r.helper.isArray(y)||(y=[y]);var F=h(y,M);if(!F.valid)throw Error(F.error);for(var G=0;G[ \t]+¨NBSP;<"),!M)if(window&&window.document)M=window.document;else throw new Error("HTMLParser is undefined. If in a webworker or nodejs environment, you need to provide a WHATWG DOM and HTML such as JSDOM");var F=M.createElement("div");F.innerHTML=y;var G={preList:Se(F)};be(F);for(var ue=F.childNodes,Y="",se=0;se'}else O.push(ie[B].innerHTML),ie[B].innerHTML="",ie[B].setAttribute("prenum",B.toString());return O}return Y},this.setOption=function(y,M){d[y]=M},this.getOption=function(y){return d[y]},this.getOptions=function(){return d},this.addExtension=function(y,M){M=M||null,E(y,M)},this.useExtension=function(y){E(y)},this.setFlavor=function(y){if(!l.hasOwnProperty(y))throw Error(y+" flavor was not found");var M=l[y];_=y;for(var F in M)M.hasOwnProperty(F)&&(d[F]=M[F])},this.getFlavor=function(){return _},this.removeExtension=function(y){r.helper.isArray(y)||(y=[y]);for(var M=0;M? ?(['"].*['"])?\)$/m)>-1)C="";else if(!C)if(g||(g=_.toLowerCase().replace(/ ?\n/g," ")),C="#"+g,!r.helper.isUndefined(i.gUrls[g]))C=i.gUrls[g],r.helper.isUndefined(i.gTitles[g])||(L=i.gTitles[g]);else return b;C=C.replace(r.helper.regexes.asteriskDashAndColon,r.helper.escapeCharactersCallback);var I='",I};return s=s.replace(/\[((?:\[[^\]]*]|[^\[\]])*)] ?(?:\n *)?\[(.*?)]()()()()/g,m),s=s.replace(/\[((?:\[[^\]]*]|[^\[\]])*)]()[ \t]*\([ \t]?<([^>]*)>(?:[ \t]*((["'])([^"]*?)\5))?[ \t]?\)/g,m),s=s.replace(/\[((?:\[[^\]]*]|[^\[\]])*)]()[ \t]*\([ \t]??(?:[ \t]*((["'])([^"]*?)\5))?[ \t]?\)/g,m),s=s.replace(/\[([^\[\]]+)]()()()()()/g,m),d.ghMentions&&(s=s.replace(/(^|\s)(\\)?(@([a-z\d]+(?:[a-z\d.-]+?[a-z\d]+)*))/gmi,function(b,_,g,C,E){if(g==="\\")return _+C;if(!r.helper.isString(d.ghMentionsLink))throw new Error("ghMentionsLink option must be a string");var R=d.ghMentionsLink.replace(/\{u}/g,E),L="";return d.openLinksInNewWindow&&(L=' rel="noopener noreferrer" target="¨E95Eblank"'),_+'"+C+""})),s=i.converter._dispatch("anchors.after",s,d,i),s});var w=/([*~_]+|\b)(((https?|ftp|dict):\/\/|www\.)[^'">\s]+?\.[^'">\s]+?)()(\1)?(?=\s|$)(?!["<>])/gi,S=/([*~_]+|\b)(((https?|ftp|dict):\/\/|www\.)[^'">\s]+\.[^'">\s]+?)([.!?,()\[\]])?(\1)?(?=\s|$)(?!["<>])/gi,T=/()<(((https?|ftp|dict):\/\/|www\.)[^'">\s]+)()>()/gi,A=/(^|\s)(?:mailto:)?([A-Za-z0-9!#$%&'*+-/=?^_`{|}~.]+@[-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+)(?=$|\s)/gmi,N=/<()(?:mailto:)?([-.\w]+@[-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+)>/gi,z=function(s){return function(d,i,m,b,_,g,C){m=m.replace(r.helper.regexes.asteriskDashAndColon,r.helper.escapeCharactersCallback);var E=m,R="",L="",I=i||"",y=C||"";return/^www\./i.test(m)&&(m=m.replace(/^www\./i,"http://www.")),s.excludeTrailingPunctuationFromURLs&&g&&(R=g),s.openLinksInNewWindow&&(L=' rel="noopener noreferrer" target="¨E95Eblank"'),I+'"+E+""+R+y}},V=function(s,d){return function(i,m,b){var _="mailto:";return m=m||"",b=r.subParser("unescapeSpecialChars")(b,s,d),s.encodeEmails?(_=r.helper.encodeEmailAddress(_+b),b=r.helper.encodeEmailAddress(b)):_=_+b,m+''+b+""}};r.subParser("autoLinks",function(s,d,i){return s=i.converter._dispatch("autoLinks.before",s,d,i),s=s.replace(T,z(d)),s=s.replace(N,V(d,i)),s=i.converter._dispatch("autoLinks.after",s,d,i),s}),r.subParser("simplifiedAutoLinks",function(s,d,i){return d.simplifiedAutoLink&&(s=i.converter._dispatch("simplifiedAutoLinks.before",s,d,i),d.excludeTrailingPunctuationFromURLs?s=s.replace(S,z(d)):s=s.replace(w,z(d)),s=s.replace(A,V(d,i)),s=i.converter._dispatch("simplifiedAutoLinks.after",s,d,i)),s}),r.subParser("blockGamut",function(s,d,i){return s=i.converter._dispatch("blockGamut.before",s,d,i),s=r.subParser("blockQuotes")(s,d,i),s=r.subParser("headers")(s,d,i),s=r.subParser("horizontalRule")(s,d,i),s=r.subParser("lists")(s,d,i),s=r.subParser("codeBlocks")(s,d,i),s=r.subParser("tables")(s,d,i),s=r.subParser("hashHTMLBlocks")(s,d,i),s=r.subParser("paragraphs")(s,d,i),s=i.converter._dispatch("blockGamut.after",s,d,i),s}),r.subParser("blockQuotes",function(s,d,i){s=i.converter._dispatch("blockQuotes.before",s,d,i),s=s+` + +`;var m=/(^ {0,3}>[ \t]?.+\n(.+\n)*\n*)+/gm;return d.splitAdjacentBlockquotes&&(m=/^ {0,3}>[\s\S]*?(?:\n\n)/gm),s=s.replace(m,function(b){return b=b.replace(/^[ \t]*>[ \t]?/gm,""),b=b.replace(/¨0/g,""),b=b.replace(/^[ \t]+$/gm,""),b=r.subParser("githubCodeBlocks")(b,d,i),b=r.subParser("blockGamut")(b,d,i),b=b.replace(/(^|\n)/g,"$1 "),b=b.replace(/(\s*
[^\r]+?<\/pre>)/gm,function(_,g){var C=g;return C=C.replace(/^  /mg,"¨0"),C=C.replace(/¨0/g,""),C}),r.subParser("hashBlock")(`
+`+b+` +
`,d,i)}),s=i.converter._dispatch("blockQuotes.after",s,d,i),s}),r.subParser("codeBlocks",function(s,d,i){s=i.converter._dispatch("codeBlocks.before",s,d,i),s+="¨0";var m=/(?:\n\n|^)((?:(?:[ ]{4}|\t).*\n+)+)(\n*[ ]{0,3}[^ \t\n]|(?=¨0))/g;return s=s.replace(m,function(b,_,g){var C=_,E=g,R=` +`;return C=r.subParser("outdent")(C,d,i),C=r.subParser("encodeCode")(C,d,i),C=r.subParser("detab")(C,d,i),C=C.replace(/^\n+/g,""),C=C.replace(/\n+$/g,""),d.omitExtraWLInCodeBlocks&&(R=""),C="
"+C+R+"
",r.subParser("hashBlock")(C,d,i)+E}),s=s.replace(/¨0/,""),s=i.converter._dispatch("codeBlocks.after",s,d,i),s}),r.subParser("codeSpans",function(s,d,i){return s=i.converter._dispatch("codeSpans.before",s,d,i),typeof s>"u"&&(s=""),s=s.replace(/(^|[^\\])(`+)([^\r]*?[^`])\2(?!`)/gm,function(m,b,_,g){var C=g;return C=C.replace(/^([ \t]*)/g,""),C=C.replace(/[ \t]*$/g,""),C=r.subParser("encodeCode")(C,d,i),C=b+""+C+"",C=r.subParser("hashHTMLSpans")(C,d,i),C}),s=i.converter._dispatch("codeSpans.after",s,d,i),s}),r.subParser("completeHTMLDocument",function(s,d,i){if(!d.completeHTMLDocument)return s;s=i.converter._dispatch("completeHTMLDocument.before",s,d,i);var m="html",b=` +`,_="",g=` +`,C="",E="";typeof i.metadata.parsed.doctype<"u"&&(b=" +`,m=i.metadata.parsed.doctype.toString().toLowerCase(),(m==="html"||m==="html5")&&(g=''));for(var R in i.metadata.parsed)if(i.metadata.parsed.hasOwnProperty(R))switch(R.toLowerCase()){case"doctype":break;case"title":_=""+i.metadata.parsed.title+` +`;break;case"charset":m==="html"||m==="html5"?g=' +`:g=' +`;break;case"language":case"lang":C=' lang="'+i.metadata.parsed[R]+'"',E+=' +`;break;default:E+=' +`}return s=b+" + +`+_+g+E+` + +`+s.trim()+` + +`,s=i.converter._dispatch("completeHTMLDocument.after",s,d,i),s}),r.subParser("detab",function(s,d,i){return s=i.converter._dispatch("detab.before",s,d,i),s=s.replace(/\t(?=\t)/g," "),s=s.replace(/\t/g,"¨A¨B"),s=s.replace(/¨B(.+?)¨A/g,function(m,b){for(var _=b,g=4-_.length%4,C=0;C/g,">"),s=i.converter._dispatch("encodeAmpsAndAngles.after",s,d,i),s}),r.subParser("encodeBackslashEscapes",function(s,d,i){return s=i.converter._dispatch("encodeBackslashEscapes.before",s,d,i),s=s.replace(/\\(\\)/g,r.helper.escapeCharactersCallback),s=s.replace(/\\([`*_{}\[\]()>#+.!~=|:-])/g,r.helper.escapeCharactersCallback),s=i.converter._dispatch("encodeBackslashEscapes.after",s,d,i),s}),r.subParser("encodeCode",function(s,d,i){return s=i.converter._dispatch("encodeCode.before",s,d,i),s=s.replace(/&/g,"&").replace(//g,">").replace(/([*_{}\[\]\\=~-])/g,r.helper.escapeCharactersCallback),s=i.converter._dispatch("encodeCode.after",s,d,i),s}),r.subParser("escapeSpecialCharsWithinTagAttributes",function(s,d,i){s=i.converter._dispatch("escapeSpecialCharsWithinTagAttributes.before",s,d,i);var m=/<\/?[a-z\d_:-]+(?:[\s]+[\s\S]+?)?>/gi,b=/-]|-[^>])(?:[^-]|-[^-])*)--)>/gi;return s=s.replace(m,function(_){return _.replace(/(.)<\/?code>(?=.)/g,"$1`").replace(/([\\`*_~=|])/g,r.helper.escapeCharactersCallback)}),s=s.replace(b,function(_){return _.replace(/([\\`*_~=|])/g,r.helper.escapeCharactersCallback)}),s=i.converter._dispatch("escapeSpecialCharsWithinTagAttributes.after",s,d,i),s}),r.subParser("githubCodeBlocks",function(s,d,i){return d.ghCodeBlocks?(s=i.converter._dispatch("githubCodeBlocks.before",s,d,i),s+="¨0",s=s.replace(/(?:^|\n)(?: {0,3})(```+|~~~+)(?: *)([^\s`~]*)\n([\s\S]*?)\n(?: {0,3})\1/g,function(m,b,_,g){var C=d.omitExtraWLInCodeBlocks?"":` +`;return g=r.subParser("encodeCode")(g,d,i),g=r.subParser("detab")(g,d,i),g=g.replace(/^\n+/g,""),g=g.replace(/\n+$/g,""),g="
"+g+C+"
",g=r.subParser("hashBlock")(g,d,i),` + +¨G`+(i.ghCodeBlocks.push({text:m,codeblock:g})-1)+`G + +`}),s=s.replace(/¨0/,""),i.converter._dispatch("githubCodeBlocks.after",s,d,i)):s}),r.subParser("hashBlock",function(s,d,i){return s=i.converter._dispatch("hashBlock.before",s,d,i),s=s.replace(/(^\n+|\n+$)/g,""),s=` + +¨K`+(i.gHtmlBlocks.push(s)-1)+`K + +`,s=i.converter._dispatch("hashBlock.after",s,d,i),s}),r.subParser("hashCodeTags",function(s,d,i){s=i.converter._dispatch("hashCodeTags.before",s,d,i);var m=function(b,_,g,C){var E=g+r.subParser("encodeCode")(_,d,i)+C;return"¨C"+(i.gHtmlSpans.push(E)-1)+"C"};return s=r.helper.replaceRecursiveRegExp(s,m,"]*>","","gim"),s=i.converter._dispatch("hashCodeTags.after",s,d,i),s}),r.subParser("hashElement",function(s,d,i){return function(m,b){var _=b;return _=_.replace(/\n\n/g,` +`),_=_.replace(/^\n/,""),_=_.replace(/\n+$/g,""),_=` + +¨K`+(i.gHtmlBlocks.push(_)-1)+`K + +`,_}}),r.subParser("hashHTMLBlocks",function(s,d,i){s=i.converter._dispatch("hashHTMLBlocks.before",s,d,i);var m=["pre","div","h1","h2","h3","h4","h5","h6","blockquote","table","dl","ol","ul","script","noscript","form","fieldset","iframe","math","style","section","header","footer","nav","article","aside","address","audio","canvas","figure","hgroup","output","video","p"],b=function(y,M,F,G){var ue=y;return F.search(/\bmarkdown\b/)!==-1&&(ue=F+i.converter.makeHtml(M)+G),` + +¨K`+(i.gHtmlBlocks.push(ue)-1)+`K + +`};d.backslashEscapesHTMLTags&&(s=s.replace(/\\<(\/?[^>]+?)>/g,function(y,M){return"<"+M+">"}));for(var _=0;_]*>)","im"),E="<"+m[_]+"\\b[^>]*>",R="";(g=r.helper.regexIndexOf(s,C))!==-1;){var L=r.helper.splitAtIndex(s,g),I=r.helper.replaceRecursiveRegExp(L[1],b,E,R,"im");if(I===L[1])break;s=L[0].concat(I)}return s=s.replace(/(\n {0,3}(<(hr)\b([^<>])*?\/?>)[ \t]*(?=\n{2,}))/g,r.subParser("hashElement")(s,d,i)),s=r.helper.replaceRecursiveRegExp(s,function(y){return` + +¨K`+(i.gHtmlBlocks.push(y)-1)+`K + +`},"^ {0,3}","gm"),s=s.replace(/(?:\n\n)( {0,3}(?:<([?%])[^\r]*?\2>)[ \t]*(?=\n{2,}))/g,r.subParser("hashElement")(s,d,i)),s=i.converter._dispatch("hashHTMLBlocks.after",s,d,i),s}),r.subParser("hashHTMLSpans",function(s,d,i){s=i.converter._dispatch("hashHTMLSpans.before",s,d,i);function m(b){return"¨C"+(i.gHtmlSpans.push(b)-1)+"C"}return s=s.replace(/<[^>]+?\/>/gi,function(b){return m(b)}),s=s.replace(/<([^>]+?)>[\s\S]*?<\/\1>/g,function(b){return m(b)}),s=s.replace(/<([^>]+?)\s[^>]+?>[\s\S]*?<\/\1>/g,function(b){return m(b)}),s=s.replace(/<[^>]+?>/gi,function(b){return m(b)}),s=i.converter._dispatch("hashHTMLSpans.after",s,d,i),s}),r.subParser("unhashHTMLSpans",function(s,d,i){s=i.converter._dispatch("unhashHTMLSpans.before",s,d,i);for(var m=0;m]*>\\s*]*>","^ {0,3}\\s*
","gim"),s=i.converter._dispatch("hashPreCodeTags.after",s,d,i),s}),r.subParser("headers",function(s,d,i){s=i.converter._dispatch("headers.before",s,d,i);var m=isNaN(parseInt(d.headerLevelStart))?1:parseInt(d.headerLevelStart),b=d.smoothLivePreview?/^(.+)[ \t]*\n={2,}[ \t]*\n+/gm:/^(.+)[ \t]*\n=+[ \t]*\n+/gm,_=d.smoothLivePreview?/^(.+)[ \t]*\n-{2,}[ \t]*\n+/gm:/^(.+)[ \t]*\n-+[ \t]*\n+/gm;s=s.replace(b,function(E,R){var L=r.subParser("spanGamut")(R,d,i),I=d.noHeaderId?"":' id="'+C(R)+'"',y=m,M=""+L+"";return r.subParser("hashBlock")(M,d,i)}),s=s.replace(_,function(E,R){var L=r.subParser("spanGamut")(R,d,i),I=d.noHeaderId?"":' id="'+C(R)+'"',y=m+1,M=""+L+"";return r.subParser("hashBlock")(M,d,i)});var g=d.requireSpaceBeforeHeadingText?/^(#{1,6})[ \t]+(.+?)[ \t]*#*\n+/gm:/^(#{1,6})[ \t]*(.+?)[ \t]*#*\n+/gm;s=s.replace(g,function(E,R,L){var I=L;d.customizedHeaderId&&(I=L.replace(/\s?\{([^{]+?)}\s*$/,""));var y=r.subParser("spanGamut")(I,d,i),M=d.noHeaderId?"":' id="'+C(L)+'"',F=m-1+R.length,G=""+y+"";return r.subParser("hashBlock")(G,d,i)});function C(E){var R,L;if(d.customizedHeaderId){var I=E.match(/\{([^{]+?)}\s*$/);I&&I[1]&&(E=I[1])}return R=E,r.helper.isString(d.prefixHeaderId)?L=d.prefixHeaderId:d.prefixHeaderId===!0?L="section-":L="",d.rawPrefixHeaderId||(R=L+R),d.ghCompatibleHeaderId?R=R.replace(/ /g,"-").replace(/&/g,"").replace(/¨T/g,"").replace(/¨D/g,"").replace(/[&+$,\/:;=?@"#{}|^¨~\[\]`\\*)(%.!'<>]/g,"").toLowerCase():d.rawHeaderId?R=R.replace(/ /g,"-").replace(/&/g,"&").replace(/¨T/g,"¨").replace(/¨D/g,"$").replace(/["']/g,"-").toLowerCase():R=R.replace(/[^\w]/g,"").toLowerCase(),d.rawPrefixHeaderId&&(R=L+R),i.hashLinkCounts[R]?R=R+"-"+i.hashLinkCounts[R]++:i.hashLinkCounts[R]=1,R}return s=i.converter._dispatch("headers.after",s,d,i),s}),r.subParser("horizontalRule",function(s,d,i){s=i.converter._dispatch("horizontalRule.before",s,d,i);var m=r.subParser("hashBlock")("
",d,i);return s=s.replace(/^ {0,2}( ?-){3,}[ \t]*$/gm,m),s=s.replace(/^ {0,2}( ?\*){3,}[ \t]*$/gm,m),s=s.replace(/^ {0,2}( ?_){3,}[ \t]*$/gm,m),s=i.converter._dispatch("horizontalRule.after",s,d,i),s}),r.subParser("images",function(s,d,i){s=i.converter._dispatch("images.before",s,d,i);var m=/!\[([^\]]*?)][ \t]*()\([ \t]??(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(["'])([^"]*?)\6)?[ \t]?\)/g,b=/!\[([^\]]*?)][ \t]*()\([ \t]?<([^>]*)>(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(?:(["'])([^"]*?)\6))?[ \t]?\)/g,_=/!\[([^\]]*?)][ \t]*()\([ \t]??(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(["'])([^"]*?)\6)?[ \t]?\)/g,g=/!\[([^\]]*?)] ?(?:\n *)?\[([\s\S]*?)]()()()()()/g,C=/!\[([^\[\]]+)]()()()()()/g;function E(L,I,y,M,F,G,ue,Y){return M=M.replace(/\s/g,""),R(L,I,y,M,F,G,ue,Y)}function R(L,I,y,M,F,G,ue,Y){var se=i.gUrls,be=i.gTitles,Se=i.gDimensions;if(y=y.toLowerCase(),Y||(Y=""),L.search(/\(? ?(['"].*['"])?\)$/m)>-1)M="";else if(M===""||M===null)if((y===""||y===null)&&(y=I.toLowerCase().replace(/ ?\n/g," ")),M="#"+y,!r.helper.isUndefined(se[y]))M=se[y],r.helper.isUndefined(be[y])||(Y=be[y]),r.helper.isUndefined(Se[y])||(F=Se[y].width,G=Se[y].height);else return L;I=I.replace(/"/g,""").replace(r.helper.regexes.asteriskDashAndColon,r.helper.escapeCharactersCallback),M=M.replace(r.helper.regexes.asteriskDashAndColon,r.helper.escapeCharactersCallback);var me=''+I+'","
")}),s=s.replace(/\b__(\S[\s\S]*?)__\b/g,function(b,_){return m(_,"","")}),s=s.replace(/\b_(\S[\s\S]*?)_\b/g,function(b,_){return m(_,"","")})):(s=s.replace(/___(\S[\s\S]*?)___/g,function(b,_){return/\S$/.test(_)?m(_,"",""):b}),s=s.replace(/__(\S[\s\S]*?)__/g,function(b,_){return/\S$/.test(_)?m(_,"",""):b}),s=s.replace(/_([^\s_][\s\S]*?)_/g,function(b,_){return/\S$/.test(_)?m(_,"",""):b})),d.literalMidWordAsterisks?(s=s.replace(/([^*]|^)\B\*\*\*(\S[\s\S]*?)\*\*\*\B(?!\*)/g,function(b,_,g){return m(g,_+"","")}),s=s.replace(/([^*]|^)\B\*\*(\S[\s\S]*?)\*\*\B(?!\*)/g,function(b,_,g){return m(g,_+"","")}),s=s.replace(/([^*]|^)\B\*(\S[\s\S]*?)\*\B(?!\*)/g,function(b,_,g){return m(g,_+"","")})):(s=s.replace(/\*\*\*(\S[\s\S]*?)\*\*\*/g,function(b,_){return/\S$/.test(_)?m(_,"",""):b}),s=s.replace(/\*\*(\S[\s\S]*?)\*\*/g,function(b,_){return/\S$/.test(_)?m(_,"",""):b}),s=s.replace(/\*([^\s*][\s\S]*?)\*/g,function(b,_){return/\S$/.test(_)?m(_,"",""):b})),s=i.converter._dispatch("italicsAndBold.after",s,d,i),s}),r.subParser("lists",function(s,d,i){function m(g,C){i.gListLevel++,g=g.replace(/\n{2,}$/,` +`),g+="¨0";var E=/(\n)?(^ {0,3})([*+-]|\d+[.])[ \t]+((\[(x|X| )?])?[ \t]*[^\r]+?(\n{1,2}))(?=\n*(¨0| {0,3}([*+-]|\d+[.])[ \t]+))/gm,R=/\n[ \t]*\n(?!¨0)/.test(g);return d.disableForced4SpacesIndentedSublists&&(E=/(\n)?(^ {0,3})([*+-]|\d+[.])[ \t]+((\[(x|X| )?])?[ \t]*[^\r]+?(\n{1,2}))(?=\n*(¨0|\2([*+-]|\d+[.])[ \t]+))/gm),g=g.replace(E,function(L,I,y,M,F,G,ue){ue=ue&&ue.trim()!=="";var Y=r.subParser("outdent")(F,d,i),se="";return G&&d.tasklists&&(se=' class="task-list-item" style="list-style-type: none;"',Y=Y.replace(/^[ \t]*\[(x|X| )?]/m,function(){var be='-1?(Y=r.subParser("githubCodeBlocks")(Y,d,i),Y=r.subParser("blockGamut")(Y,d,i)):(Y=r.subParser("lists")(Y,d,i),Y=Y.replace(/\n$/,""),Y=r.subParser("hashHTMLBlocks")(Y,d,i),Y=Y.replace(/\n\n+/g,` + +`),R?Y=r.subParser("paragraphs")(Y,d,i):Y=r.subParser("spanGamut")(Y,d,i)),Y=Y.replace("¨A",""),Y=""+Y+` +`,Y}),g=g.replace(/¨0/g,""),i.gListLevel--,C&&(g=g.replace(/\s+$/,"")),g}function b(g,C){if(C==="ol"){var E=g.match(/^ *(\d+)\./);if(E&&E[1]!=="1")return' start="'+E[1]+'"'}return""}function _(g,C,E){var R=d.disableForced4SpacesIndentedSublists?/^ ?\d+\.[ \t]/gm:/^ {0,3}\d+\.[ \t]/gm,L=d.disableForced4SpacesIndentedSublists?/^ ?[*+-][ \t]/gm:/^ {0,3}[*+-][ \t]/gm,I=C==="ul"?R:L,y="";if(g.search(I)!==-1)(function F(G){var ue=G.search(I),Y=b(g,C);ue!==-1?(y+=` + +<`+C+Y+`> +`+m(G.slice(0,ue),!!E)+" +`,C=C==="ul"?"ol":"ul",I=C==="ul"?R:L,F(G.slice(ue))):y+=` + +<`+C+Y+`> +`+m(G,!!E)+" +`})(g);else{var M=b(g,C);y=` + +<`+C+M+`> +`+m(g,!!E)+" +`}return y}return s=i.converter._dispatch("lists.before",s,d,i),s+="¨0",i.gListLevel?s=s.replace(/^(( {0,3}([*+-]|\d+[.])[ \t]+)[^\r]+?(¨0|\n{2,}(?=\S)(?![ \t]*(?:[*+-]|\d+[.])[ \t]+)))/gm,function(g,C,E){var R=E.search(/[*+-]/g)>-1?"ul":"ol";return _(C,R,!0)}):s=s.replace(/(\n\n|^\n?)(( {0,3}([*+-]|\d+[.])[ \t]+)[^\r]+?(¨0|\n{2,}(?=\S)(?![ \t]*(?:[*+-]|\d+[.])[ \t]+)))/gm,function(g,C,E,R){var L=R.search(/[*+-]/g)>-1?"ul":"ol";return _(E,L,!1)}),s=s.replace(/¨0/,""),s=i.converter._dispatch("lists.after",s,d,i),s}),r.subParser("metadata",function(s,d,i){if(!d.metadata)return s;s=i.converter._dispatch("metadata.before",s,d,i);function m(b){i.metadata.raw=b,b=b.replace(/&/g,"&").replace(/"/g,"""),b=b.replace(/\n {4}/g," "),b.replace(/^([\S ]+): +([\s\S]+?)$/gm,function(_,g,C){return i.metadata.parsed[g]=C,""})}return s=s.replace(/^\s*«««+(\S*?)\n([\s\S]+?)\n»»»+\n/,function(b,_,g){return m(g),"¨M"}),s=s.replace(/^\s*---+(\S*?)\n([\s\S]+?)\n---+\n/,function(b,_,g){return _&&(i.metadata.format=_),m(g),"¨M"}),s=s.replace(/¨M/g,""),s=i.converter._dispatch("metadata.after",s,d,i),s}),r.subParser("outdent",function(s,d,i){return s=i.converter._dispatch("outdent.before",s,d,i),s=s.replace(/^(\t|[ ]{1,4})/gm,"¨0"),s=s.replace(/¨0/g,""),s=i.converter._dispatch("outdent.after",s,d,i),s}),r.subParser("paragraphs",function(s,d,i){s=i.converter._dispatch("paragraphs.before",s,d,i),s=s.replace(/^\n+/g,""),s=s.replace(/\n+$/g,"");for(var m=s.split(/\n{2,}/g),b=[],_=m.length,g=0;g<_;g++){var C=m[g];C.search(/¨(K|G)(\d+)\1/g)>=0?b.push(C):C.search(/\S/)>=0&&(C=r.subParser("spanGamut")(C,d,i),C=C.replace(/^([ \t]*)/g,"

"),C+="

",b.push(C))}for(_=b.length,g=0;g<_;g++){for(var E="",R=b[g],L=!1;/¨(K|G)(\d+)\1/.test(R);){var I=RegExp.$1,y=RegExp.$2;I==="K"?E=i.gHtmlBlocks[y]:L?E=r.subParser("encodeCode")(i.ghCodeBlocks[y].text,d,i):E=i.ghCodeBlocks[y].codeblock,E=E.replace(/\$/g,"$$$$"),R=R.replace(/(\n\n)?¨(K|G)\d+\2(\n\n)?/,E),/^]*>\s*]*>/.test(R)&&(L=!0)}b[g]=R}return s=b.join(` +`),s=s.replace(/^\n+/g,""),s=s.replace(/\n+$/g,""),i.converter._dispatch("paragraphs.after",s,d,i)}),r.subParser("runExtension",function(s,d,i,m){if(s.filter)d=s.filter(d,m.converter,i);else if(s.regex){var b=s.regex;b instanceof RegExp||(b=new RegExp(b,"g")),d=d.replace(b,s.replace)}return d}),r.subParser("spanGamut",function(s,d,i){return s=i.converter._dispatch("spanGamut.before",s,d,i),s=r.subParser("codeSpans")(s,d,i),s=r.subParser("escapeSpecialCharsWithinTagAttributes")(s,d,i),s=r.subParser("encodeBackslashEscapes")(s,d,i),s=r.subParser("images")(s,d,i),s=r.subParser("anchors")(s,d,i),s=r.subParser("autoLinks")(s,d,i),s=r.subParser("simplifiedAutoLinks")(s,d,i),s=r.subParser("emoji")(s,d,i),s=r.subParser("underline")(s,d,i),s=r.subParser("italicsAndBold")(s,d,i),s=r.subParser("strikethrough")(s,d,i),s=r.subParser("ellipsis")(s,d,i),s=r.subParser("hashHTMLSpans")(s,d,i),s=r.subParser("encodeAmpsAndAngles")(s,d,i),d.simpleLineBreaks?/\n\n¨K/.test(s)||(s=s.replace(/\n+/g,`
+`)):s=s.replace(/ +\n/g,`
+`),s=i.converter._dispatch("spanGamut.after",s,d,i),s}),r.subParser("strikethrough",function(s,d,i){function m(b){return d.simplifiedAutoLink&&(b=r.subParser("simplifiedAutoLinks")(b,d,i)),""+b+""}return d.strikethrough&&(s=i.converter._dispatch("strikethrough.before",s,d,i),s=s.replace(/(?:~){2}([\s\S]+?)(?:~){2}/g,function(b,_){return m(_)}),s=i.converter._dispatch("strikethrough.after",s,d,i)),s}),r.subParser("stripLinkDefinitions",function(s,d,i){var m=/^ {0,3}\[([^\]]+)]:[ \t]*\n?[ \t]*\s]+)>?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*\n?[ \t]*(?:(\n*)["|'(](.+?)["|')][ \t]*)?(?:\n+|(?=¨0))/gm,b=/^ {0,3}\[([^\]]+)]:[ \t]*\n?[ \t]*?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*\n?[ \t]*(?:(\n*)["|'(](.+?)["|')][ \t]*)?(?:\n\n|(?=¨0)|(?=\n\[))/gm;s+="¨0";var _=function(g,C,E,R,L,I,y){return C=C.toLowerCase(),s.toLowerCase().split(C).length-1<2?g:(E.match(/^data:.+?\/.+?;base64,/)?i.gUrls[C]=E.replace(/\s/g,""):i.gUrls[C]=r.subParser("encodeAmpsAndAngles")(E,d,i),I?I+y:(y&&(i.gTitles[C]=y.replace(/"|'/g,""")),d.parseImgDimensions&&R&&L&&(i.gDimensions[C]={width:R,height:L}),""))};return s=s.replace(b,_),s=s.replace(m,_),s=s.replace(/¨0/,""),s}),r.subParser("tables",function(s,d,i){if(!d.tables)return s;var m=/^ {0,3}\|?.+\|.+\n {0,3}\|?[ \t]*:?[ \t]*(?:[-=]){2,}[ \t]*:?[ \t]*\|[ \t]*:?[ \t]*(?:[-=]){2,}[\s\S]+?(?:\n\n|¨0)/gm,b=/^ {0,3}\|.+\|[ \t]*\n {0,3}\|[ \t]*:?[ \t]*(?:[-=]){2,}[ \t]*:?[ \t]*\|[ \t]*\n( {0,3}\|.+\|[ \t]*\n)*(?:\n|¨0)/gm;function _(L){return/^:[ \t]*--*$/.test(L)?' style="text-align:left;"':/^--*[ \t]*:[ \t]*$/.test(L)?' style="text-align:right;"':/^:[ \t]*--*[ \t]*:$/.test(L)?' style="text-align:center;"':""}function g(L,I){var y="";return L=L.trim(),(d.tablesHeaderId||d.tableHeaderId)&&(y=' id="'+L.replace(/ /g,"_").toLowerCase()+'"'),L=r.subParser("spanGamut")(L,d,i),""+L+` +`}function C(L,I){var y=r.subParser("spanGamut")(L,d,i);return""+y+` +`}function E(L,I){for(var y=` + + +`,M=L.length,F=0;F + + +`,F=0;F +`;for(var G=0;G +`}return y+=` +
+`,y}function R(L){var I,y=L.split(` +`);for(I=0;I"+b+""}),s=s.replace(/\b__(\S[\s\S]*?)__\b/g,function(m,b){return""+b+""})):(s=s.replace(/___(\S[\s\S]*?)___/g,function(m,b){return/\S$/.test(b)?""+b+"":m}),s=s.replace(/__(\S[\s\S]*?)__/g,function(m,b){return/\S$/.test(b)?""+b+"":m})),s=s.replace(/(_)/g,r.helper.escapeCharactersCallback),s=i.converter._dispatch("underline.after",s,d,i)),s}),r.subParser("unescapeSpecialChars",function(s,d,i){return s=i.converter._dispatch("unescapeSpecialChars.before",s,d,i),s=s.replace(/¨E(\d+)E/g,function(m,b){var _=parseInt(b);return String.fromCharCode(_)}),s=i.converter._dispatch("unescapeSpecialChars.after",s,d,i),s}),r.subParser("makeMarkdown.blockquote",function(s,d){var i="";if(s.hasChildNodes())for(var m=s.childNodes,b=m.length,_=0;_ "+i.split(` +`).join(` +> `),i}),r.subParser("makeMarkdown.codeBlock",function(s,d){var i=s.getAttribute("language"),m=s.getAttribute("precodenum");return"```"+i+` +`+d.preList[m]+"\n```"}),r.subParser("makeMarkdown.codeSpan",function(s){return"`"+s.innerHTML+"`"}),r.subParser("makeMarkdown.emphasis",function(s,d){var i="";if(s.hasChildNodes()){i+="*";for(var m=s.childNodes,b=m.length,_=0;_",s.hasAttribute("width")&&s.hasAttribute("height")&&(d+=" ="+s.getAttribute("width")+"x"+s.getAttribute("height")),s.hasAttribute("title")&&(d+=' "'+s.getAttribute("title")+'"'),d+=")"),d}),r.subParser("makeMarkdown.links",function(s,d){var i="";if(s.hasChildNodes()&&s.hasAttribute("href")){var m=s.childNodes,b=m.length;i="[";for(var _=0;_",s.hasAttribute("title")&&(i+=' "'+s.getAttribute("title")+'"'),i+=")"}return i}),r.subParser("makeMarkdown.list",function(s,d,i){var m="";if(!s.hasChildNodes())return"";for(var b=s.childNodes,_=b.length,g=s.getAttribute("start")||1,C=0;C<_;++C)if(!(typeof b[C].tagName>"u"||b[C].tagName.toLowerCase()!=="li")){var E="";i==="ol"?E=g.toString()+". ":E="- ",m+=E+r.subParser("makeMarkdown.listItem")(b[C],d),++g}return m+=` + +`,m.trim()}),r.subParser("makeMarkdown.listItem",function(s,d){for(var i="",m=s.childNodes,b=m.length,_=0;_ + +`;if(s.nodeType!==1)return"";var b=s.tagName.toLowerCase();switch(b){case"h1":i||(m=r.subParser("makeMarkdown.header")(s,d,1)+` + +`);break;case"h2":i||(m=r.subParser("makeMarkdown.header")(s,d,2)+` + +`);break;case"h3":i||(m=r.subParser("makeMarkdown.header")(s,d,3)+` + +`);break;case"h4":i||(m=r.subParser("makeMarkdown.header")(s,d,4)+` + +`);break;case"h5":i||(m=r.subParser("makeMarkdown.header")(s,d,5)+` + +`);break;case"h6":i||(m=r.subParser("makeMarkdown.header")(s,d,6)+` + +`);break;case"p":i||(m=r.subParser("makeMarkdown.paragraph")(s,d)+` + +`);break;case"blockquote":i||(m=r.subParser("makeMarkdown.blockquote")(s,d)+` + +`);break;case"hr":i||(m=r.subParser("makeMarkdown.hr")(s,d)+` + +`);break;case"ol":i||(m=r.subParser("makeMarkdown.list")(s,d,"ol")+` + +`);break;case"ul":i||(m=r.subParser("makeMarkdown.list")(s,d,"ul")+` + +`);break;case"precode":i||(m=r.subParser("makeMarkdown.codeBlock")(s,d)+` + +`);break;case"pre":i||(m=r.subParser("makeMarkdown.pre")(s,d)+` + +`);break;case"table":i||(m=r.subParser("makeMarkdown.table")(s,d)+` + +`);break;case"code":m=r.subParser("makeMarkdown.codeSpan")(s,d);break;case"em":case"i":m=r.subParser("makeMarkdown.emphasis")(s,d);break;case"strong":case"b":m=r.subParser("makeMarkdown.strong")(s,d);break;case"del":m=r.subParser("makeMarkdown.strikethrough")(s,d);break;case"a":m=r.subParser("makeMarkdown.links")(s,d);break;case"img":m=r.subParser("makeMarkdown.image")(s,d);break;default:m=s.outerHTML+` + +`}return m}),r.subParser("makeMarkdown.paragraph",function(s,d){var i="";if(s.hasChildNodes())for(var m=s.childNodes,b=m.length,_=0;_"+d.preList[i]+""}),r.subParser("makeMarkdown.strikethrough",function(s,d){var i="";if(s.hasChildNodes()){i+="~~";for(var m=s.childNodes,b=m.length,_=0;_tr>th"),_=s.querySelectorAll("tbody>tr"),g,C;for(g=0;gF&&(F=G)}for(g=0;g/g,"\\$1>"),d=d.replace(/^#/gm,"\\#"),d=d.replace(/^(\s*)([-=]{3,})(\s*)$/,"$1\\$2$3"),d=d.replace(/^( {0,3}\d+)\./gm,"$1\\."),d=d.replace(/^( {0,3})([+-])/gm,"$1\\$2"),d=d.replace(/]([\s]*)\(/g,"\\]$1\\("),d=d.replace(/^ {0,3}\[([\S \t]*?)]:/gm,"\\[$1]:"),d});var Z=this;e.exports?e.exports=r:Z.showdown=r}).call(cm)})(nd);var fm=nd.exports;const wu=lm(fm);/*! + * vue-showdown - Use showdown as a vue component + * + * @version v4.2.0 + * @link https://vue-showdown.js.org + * @license MIT + * @copyright 2018-2023 meteorlxy + */const hm=yr({name:"VueShowdown",props:{markdown:{type:String,required:!1,default:null},tag:{type:String,required:!1,default:"div"},flavor:{type:String,required:!1,default:null},options:{type:Object,required:!1,default:()=>({})},extensions:{type:Array,required:!1,default:null},vueTemplate:{type:Boolean,required:!1,default:!1},vueTemplateComponents:{type:Object,required:!1,default:()=>({})},vueTemplateData:{type:Object,required:!1,default:()=>({})}},setup(e,{slots:t}){const n=X(()=>{const a=new wu.Converter({extensions:e.extensions??void 0});return e.flavor!==null&&a.setFlavor(e.flavor),Object.entries(e.options).forEach(([o,c])=>{a.setOption(o,c)}),a}),r=X(()=>{var o;if(e.markdown!==null)return e.markdown;const a=(o=t.default)==null?void 0:o.call(t)[0];return(a==null?void 0:a.type)===In?a.children:""}),u=X(()=>n.value.makeHtml(r.value));return()=>e.vueTemplate?Jt({components:e.vueTemplateComponents,setup:()=>e.vueTemplateData,template:`<${e.tag}>${u.value}`}):Jt(e.tag,{innerHTML:u.value})}}),pm={install(e,{flavor:t=null,options:n={}}={}){t!==null&&wu.setFlavor(t),Object.entries(n).forEach(([r,u])=>{wu.setOption(r,u)}),e.component("VueShowdown",hm)}};if(typeof window<"u"){let e=function(){var t=document.body,n=document.getElementById("__svg__icons__dom__");n||(n=document.createElementNS("http://www.w3.org/2000/svg","svg"),n.style.position="absolute",n.style.width="0",n.style.height="0",n.id="__svg__icons__dom__",n.setAttribute("xmlns","http://www.w3.org/2000/svg"),n.setAttribute("xmlns:link","http://www.w3.org/1999/xlink")),n.innerHTML="",t.insertBefore(n,t.lastChild)};document.readyState==="loading"?document.addEventListener("DOMContentLoaded",e):e()}const es=Cl(dm);es.use(pm,{flavor:"github"});em(es);const rd=document.createElement("style");rd.innerHTML=` + body { + overflow: hidden; + } + .no-scrollbar { + overflow: hidden; + } +`;document.head.appendChild(rd);es.mount("#app");export{qm as $,Zp as A,Yo as B,Qo as C,tu as D,Xo as E,Fc as F,xe as G,_d as H,yr as I,rc as J,nm as K,wm as L,Dm as M,Oo as N,gh as O,Xm as P,ng as Q,Sh as R,hi as S,Om as T,br as U,im as V,pt as W,gt as X,ve as Y,Jm as Z,Ln as _,am as a,tf as a$,Ml as a0,Im as a1,lu as a2,Um as a3,tg as a4,$e as a5,Nm as a6,Em as a7,Tm as a8,Fu as a9,$l as aA,Mm as aB,$m as aC,Hl as aD,Gm as aE,Wm as aF,jm as aG,ig as aH,Bm as aI,Pm as aJ,km as aK,Jt as aL,Ke as aM,lf as aN,Lm as aO,Fm as aP,Au as aQ,xm as aR,Bl as aS,gr as aT,_m as aU,Rl as aV,Et as aW,Vm as aX,og as aY,eg as aZ,Hm as a_,Fe as aa,Nu as ab,Pu as ac,vm as ad,Eu as ae,we as af,xa as ag,Ka as ah,Cm as ai,rg as aj,He as ak,Il as al,gm as am,ym as an,Sm as ao,Ol as ap,ae as aq,qu as ar,Qd as as,Fn as at,rm as au,um as av,Ym as aw,Fl as ax,Km as ay,Mo as az,yh as b,Zm as b0,ht as b1,cf as b2,Lo as b3,cn as b4,ug as b5,jl as b6,In as b7,Am as b8,bm as b9,zm as ba,Rm as bb,he as c,kh as d,Ai as e,X as f,Zu as g,Qm as h,ot as i,gi as j,kr as k,sg as l,vi as m,gf as n,jn as o,Xe as p,Al as q,Ue as r,Ze as s,mm as t,Si as u,sm as v,Ve as w,ag as x,ei as y,Sr as z}; diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/index-jMwk6Flb.js b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/index-jMwk6Flb.js new file mode 100644 index 0000000..72e06a1 --- /dev/null +++ b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/index-jMwk6Flb.js @@ -0,0 +1 @@ +import{A as o,o as n,L as t,B as r}from"./index-KF56cXUu.js";const p={__name:"index",setup(s){const e=o();return n(()=>{e.push("/mainWindow")}),(a,u)=>(r(),t("p",null,"跳转首页中"))}};export{p as default}; diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/infoPage-Ba9YkfcW.js b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/infoPage-Ba9YkfcW.js new file mode 100644 index 0000000..d2830ae --- /dev/null +++ b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/infoPage-Ba9YkfcW.js @@ -0,0 +1,10 @@ +import{V as Sn,e as da,a as lt,b as Nt,d as bn,c as sr}from"./VRow-eJbrdKF-.js";import{M as rr,r as Q,N as ir,p as z,O as fe,m as kn,a as pn,b as Dn,g as Ie,n as Ae,P as gt,e as lr,d as xn,Q as Ut,s as or,h as ca,R as ur,f as T,S as pt,t as B,u as Ee,c as m,y as K,T as Qa,U as Xa,w as Ht,W as Je,X as Mn,Y as Qe,j as na,Z as dr,i as _e,z as Tn,_ as cr,$ as fr,a0 as Pn,a1 as ut,a2 as It,a3 as Dt,a4 as Sa,a5 as qe,F as Ye,a6 as sa,a7 as en,H as G,a8 as ot,G as se,a9 as hr,I as ba,aa as mr,o as ka,ab as On,B as re,C as Ke,D as E,E as H,ac as yr,L as dt,ad as Ft,ae as tn,af as vr,ag as gr,ah as _r,ai as wr}from"./index-KF56cXUu.js";import{m as Sr,i as Yn,a as br,b as kr,j as pr,k as Dr,g as We,l as xr,n as Mr,u as Tr,L as Pr,h as an,o as Or,_ as $t}from"./VAvatar-CBxZwzSi.js";import{V as Nn,a as pa,b as In,c as Yr}from"./VSelect-CJVt5QYp.js";import{u as Nr}from"./app-cT5gNRjW.js";function nn(e,t,a){return Object.keys(e).filter(n=>rr(n)&&n.endsWith(t)).reduce((n,s)=>(n[s.slice(0,-t.length)]=r=>e[s](r,a(r)),n),{})}function Ir(){const e=Q([]);ir(()=>e.value=[]);function t(a,n){e.value[n]=a}return{refs:e,updateRef:t}}const Fr=z({activeColor:String,start:{type:[Number,String],default:1},modelValue:{type:Number,default:e=>e.start},disabled:Boolean,length:{type:[Number,String],default:1,validator:e=>e%1===0},totalVisible:[Number,String],firstIcon:{type:fe,default:"$first"},prevIcon:{type:fe,default:"$prev"},nextIcon:{type:fe,default:"$next"},lastIcon:{type:fe,default:"$last"},ariaLabel:{type:String,default:"$vuetify.pagination.ariaLabel.root"},pageAriaLabel:{type:String,default:"$vuetify.pagination.ariaLabel.page"},currentPageAriaLabel:{type:String,default:"$vuetify.pagination.ariaLabel.currentPage"},firstAriaLabel:{type:String,default:"$vuetify.pagination.ariaLabel.first"},previousAriaLabel:{type:String,default:"$vuetify.pagination.ariaLabel.previous"},nextAriaLabel:{type:String,default:"$vuetify.pagination.ariaLabel.next"},lastAriaLabel:{type:String,default:"$vuetify.pagination.ariaLabel.last"},ellipsis:{type:String,default:"..."},showFirstLastPage:Boolean,...Sr(),...kn(),...Yn(),...br(),...kr(),...pr(),...pn({tag:"nav"}),...Dn(),...Dr({variant:"text"})},"VPagination"),sn=Ie()({name:"VPagination",props:Fr(),emits:{"update:modelValue":e=>!0,first:e=>!0,prev:e=>!0,next:e=>!0,last:e=>!0},setup(e,t){let{slots:a,emit:n}=t;const s=Ae(e,"modelValue"),{t:r,n:i}=gt(),{isRtl:l}=lr(),{themeClasses:o}=xn(e),{width:u}=Ut(),c=or(-1);ca(void 0,{scoped:!0});const{resizeRef:f}=ur(x=>{if(!x.length)return;const{target:S,contentRect:Y}=x[0],N=S.querySelector(".v-pagination__list > *");if(!N)return;const U=Y.width,q=N.offsetWidth+parseFloat(getComputedStyle(N).marginRight)*2;c.value=D(U,q)}),d=T(()=>parseInt(e.length,10)),y=T(()=>parseInt(e.start,10)),b=T(()=>e.totalVisible!=null?parseInt(e.totalVisible,10):c.value>=0?c.value:D(u.value,58));function D(x,S){const Y=e.showFirstLastPage?5:3;return Math.max(0,Math.floor(+((x-S*Y)/S).toFixed(2)))}const w=T(()=>{if(d.value<=0||isNaN(d.value)||d.value>Number.MAX_SAFE_INTEGER)return[];if(b.value<=0)return[];if(b.value===1)return[s.value];if(d.value<=b.value)return pt(d.value,y.value);const x=b.value%2===0,S=x?b.value/2:Math.floor(b.value/2),Y=x?S:S+1,N=d.value-S;if(Y-s.value>=0)return[...pt(Math.max(1,b.value-1),y.value),e.ellipsis,d.value];if(s.value-N>=(x?1:0)){const U=b.value-1,q=d.value-U+y.value;return[y.value,e.ellipsis,...pt(U,q)]}else{const U=Math.max(1,b.value-3),q=U===1?s.value:s.value-Math.ceil(U/2)+y.value;return[y.value,e.ellipsis,...pt(U,q),e.ellipsis,d.value]}});function k(x,S,Y){x.preventDefault(),s.value=S,Y&&n(Y,S)}const{refs:_,updateRef:W}=Ir();ca({VPaginationBtn:{color:B(e,"color"),border:B(e,"border"),density:B(e,"density"),size:B(e,"size"),variant:B(e,"variant"),rounded:B(e,"rounded"),elevation:B(e,"elevation")}});const ee=T(()=>w.value.map((x,S)=>{const Y=N=>W(N,S);if(typeof x=="string")return{isActive:!1,key:`ellipsis-${S}`,page:x,props:{ref:Y,ellipsis:!0,icon:!0,disabled:!0}};{const N=x===s.value;return{isActive:N,key:x,page:i(x),props:{ref:Y,ellipsis:!1,icon:!0,disabled:!!e.disabled||+e.length<2,color:N?e.activeColor:e.color,"aria-current":N,"aria-label":r(N?e.currentPageAriaLabel:e.pageAriaLabel,x),onClick:U=>k(U,x)}}}})),C=T(()=>{const x=!!e.disabled||s.value<=y.value,S=!!e.disabled||s.value>=y.value+d.value-1;return{first:e.showFirstLastPage?{icon:l.value?e.lastIcon:e.firstIcon,onClick:Y=>k(Y,y.value,"first"),disabled:x,"aria-label":r(e.firstAriaLabel),"aria-disabled":x}:void 0,prev:{icon:l.value?e.nextIcon:e.prevIcon,onClick:Y=>k(Y,s.value-1,"prev"),disabled:x,"aria-label":r(e.previousAriaLabel),"aria-disabled":x},next:{icon:l.value?e.prevIcon:e.nextIcon,onClick:Y=>k(Y,s.value+1,"next"),disabled:S,"aria-label":r(e.nextAriaLabel),"aria-disabled":S},last:e.showFirstLastPage?{icon:l.value?e.firstIcon:e.lastIcon,onClick:Y=>k(Y,y.value+d.value-1,"last"),disabled:S,"aria-label":r(e.lastAriaLabel),"aria-disabled":S}:void 0}});function Me(){var S;const x=s.value-y.value;(S=_.value[x])==null||S.$el.focus()}function Fe(x){x.key===Qa.left&&!e.disabled&&s.value>+e.start?(s.value=s.value-1,Xa(Me)):x.key===Qa.right&&!e.disabled&&s.valuem(e.tag,{ref:f,class:["v-pagination",o.value,e.class],style:e.style,role:"navigation","aria-label":r(e.ariaLabel),onKeydown:Fe,"data-test":"v-pagination-root"},{default:()=>[m("ul",{class:"v-pagination__list"},[e.showFirstLastPage&&m("li",{key:"first",class:"v-pagination__first","data-test":"v-pagination-first"},[a.first?a.first(C.value.first):m(We,K({_as:"VPaginationBtn"},C.value.first),null)]),m("li",{key:"prev",class:"v-pagination__prev","data-test":"v-pagination-prev"},[a.prev?a.prev(C.value.prev):m(We,K({_as:"VPaginationBtn"},C.value.prev),null)]),ee.value.map((x,S)=>m("li",{key:x.key,class:["v-pagination__item",{"v-pagination__item--is-active":x.isActive}],"data-test":"v-pagination-item"},[a.item?a.item(x):m(We,K({_as:"VPaginationBtn"},x.props),{default:()=>[x.page]})])),m("li",{key:"next",class:"v-pagination__next","data-test":"v-pagination-next"},[a.next?a.next(C.value.next):m(We,K({_as:"VPaginationBtn"},C.value.next),null)]),e.showFirstLastPage&&m("li",{key:"last",class:"v-pagination__last","data-test":"v-pagination-last"},[a.last?a.last(C.value.last):m(We,K({_as:"VPaginationBtn"},C.value.last),null)])])]})),{}}}),Cr=z({page:{type:[Number,String],default:1},itemsPerPage:{type:[Number,String],default:10}},"DataTable-paginate"),Fn=Symbol.for("vuetify:data-table-pagination");function Rr(e){const t=Ae(e,"page",void 0,n=>+(n??1)),a=Ae(e,"itemsPerPage",void 0,n=>+(n??10));return{page:t,itemsPerPage:a}}function Wr(e){const{page:t,itemsPerPage:a,itemsLength:n}=e,s=T(()=>a.value===-1?0:a.value*(t.value-1)),r=T(()=>a.value===-1?n.value:Math.min(n.value,s.value+a.value)),i=T(()=>a.value===-1||n.value===0?1:Math.ceil(n.value/a.value));Ht([t,i],()=>{t.value>i.value&&(t.value=i.value)});function l(d){a.value=d,t.value=1}function o(){t.value=na(t.value+1,1,i.value)}function u(){t.value=na(t.value-1,1,i.value)}function c(d){t.value=na(d,1,i.value)}const f={page:t,itemsPerPage:a,startIndex:s,stopIndex:r,pageCount:i,itemsLength:n,nextPage:o,prevPage:u,setPage:c,setItemsPerPage:l};return Je(Fn,f),f}function Vr(){const e=Qe(Fn);if(!e)throw new Error("Missing pagination!");return e}function Lr(e){const t=Mn("usePaginatedItems"),{items:a,startIndex:n,stopIndex:s,itemsPerPage:r}=e,i=T(()=>r.value<=0?a.value:a.value.slice(n.value,s.value));return Ht(i,l=>{t.emit("update:currentItems",l)}),{paginatedItems:i}}const Cn=z({prevIcon:{type:fe,default:"$prev"},nextIcon:{type:fe,default:"$next"},firstIcon:{type:fe,default:"$first"},lastIcon:{type:fe,default:"$last"},itemsPerPageText:{type:String,default:"$vuetify.dataFooter.itemsPerPageText"},pageText:{type:String,default:"$vuetify.dataFooter.pageText"},firstPageLabel:{type:String,default:"$vuetify.dataFooter.firstPage"},prevPageLabel:{type:String,default:"$vuetify.dataFooter.prevPage"},nextPageLabel:{type:String,default:"$vuetify.dataFooter.nextPage"},lastPageLabel:{type:String,default:"$vuetify.dataFooter.lastPage"},itemsPerPageOptions:{type:Array,default:()=>[{value:10,title:"10"},{value:25,title:"25"},{value:50,title:"50"},{value:100,title:"100"},{value:-1,title:"$vuetify.dataFooter.itemsPerPageAll"}]},showCurrentPage:Boolean},"VDataTableFooter"),rn=Ie()({name:"VDataTableFooter",props:Cn(),setup(e,t){let{slots:a}=t;const{t:n}=gt(),{page:s,pageCount:r,startIndex:i,stopIndex:l,itemsLength:o,itemsPerPage:u,setItemsPerPage:c}=Vr(),f=T(()=>e.itemsPerPageOptions.map(d=>typeof d=="number"?{value:d,title:d===-1?n("$vuetify.dataFooter.itemsPerPageAll"):String(d)}:{...d,title:isNaN(Number(d.title))?n(d.title):d.title}));return Ee(()=>{var y;const d=sn.filterProps(e);return m("div",{class:"v-data-table-footer"},[(y=a.prepend)==null?void 0:y.call(a),m("div",{class:"v-data-table-footer__items-per-page"},[m("span",null,[n(e.itemsPerPageText)]),m(Nn,{items:f.value,modelValue:u.value,"onUpdate:modelValue":b=>c(Number(b)),density:"compact",variant:"outlined","hide-details":!0},null)]),m("div",{class:"v-data-table-footer__info"},[m("div",null,[n(e.pageText,o.value?i.value+1:0,l.value,o.value)])]),m("div",{class:"v-data-table-footer__pagination"},[m(sn,K({modelValue:s.value,"onUpdate:modelValue":b=>s.value=b,density:"comfortable","first-aria-label":e.firstPageLabel,"last-aria-label":e.lastPageLabel,length:r.value,"next-aria-label":e.nextPageLabel,"previous-aria-label":e.prevPageLabel,rounded:!0,"show-first-last-page":!0,"total-visible":e.showCurrentPage?1:0,variant:"plain"},d),null)])])}),{}}}),Ct=dr({align:{type:String,default:"start"},fixed:Boolean,fixedOffset:[Number,String],height:[Number,String],lastFixed:Boolean,noPadding:Boolean,tag:String,width:[Number,String],maxWidth:[Number,String],nowrap:Boolean},(e,t)=>{let{slots:a}=t;const n=e.tag??"td";return m(n,{class:["v-data-table__td",{"v-data-table-column--fixed":e.fixed,"v-data-table-column--last-fixed":e.lastFixed,"v-data-table-column--no-padding":e.noPadding,"v-data-table-column--nowrap":e.nowrap},`v-data-table-column--align-${e.align}`],style:{height:_e(e.height),width:_e(e.width),maxWidth:_e(e.maxWidth),left:_e(e.fixedOffset||null)}},{default:()=>{var s;return[(s=a.default)==null?void 0:s.call(a)]}})}),Ar=z({headers:Array},"DataTable-header"),Rn=Symbol.for("vuetify:data-table-headers"),Wn={title:"",sortable:!1},Er={...Wn,width:48};function Ur(){const t=(arguments.length>0&&arguments[0]!==void 0?arguments[0]:[]).map(a=>({element:a,priority:0}));return{enqueue:(a,n)=>{let s=!1;for(let r=0;rn){t.splice(r,0,{element:a,priority:n}),s=!0;break}s||t.push({element:a,priority:n})},size:()=>t.length,count:()=>{let a=0;if(!t.length)return 0;const n=Math.floor(t[0].priority);for(let s=0;st.shift()}}function fa(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[];if(!e.children)t.push(e);else for(const a of e.children)fa(a,t);return t}function Vn(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:new Set;for(const a of e)a.key&&t.add(a.key),a.children&&Vn(a.children,t);return t}function Hr(e){if(e.key){if(e.key==="data-table-group")return Wn;if(["data-table-expand","data-table-select"].includes(e.key))return Er}}function Da(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return e.children?Math.max(t,...e.children.map(a=>Da(a,t+1))):t}function $r(e){let t=!1;function a(r){let i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;if(r)if(i&&(r.fixed=!0),r.fixed)if(r.children)for(let l=r.children.length-1;l>=0;l--)a(r.children[l],!0);else t?isNaN(+r.width)&&fr(`Multiple fixed columns should have a static width (key: ${r.key})`):r.lastFixed=!0,t=!0;else if(r.children)for(let l=r.children.length-1;l>=0;l--)a(r.children[l]);else t=!1}for(let r=e.length-1;r>=0;r--)a(e[r]);function n(r){let i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;if(!r)return i;if(r.children){r.fixedOffset=i;for(const l of r.children)i=n(l,i)}else r.fixed&&(r.fixedOffset=i,i+=parseFloat(r.width||"0")||0);return i}let s=0;for(const r of e)s=n(r,s)}function Gr(e,t){const a=[];let n=0;const s=Ur(e);for(;s.size()>0;){let i=s.count();const l=[];let o=1;for(;i>0;){const{element:u,priority:c}=s.dequeue(),f=t-n-Da(u);if(l.push({...u,rowspan:f??1,colspan:u.children?fa(u).length:1}),u.children)for(const d of u.children){const y=c%1+o/Math.pow(10,n+2);s.enqueue(d,n+f+y)}o+=1,i-=1}n+=1,a.push(l)}return{columns:e.map(i=>fa(i)).flat(),headers:a}}function Ln(e){const t=[];for(const a of e){const n={...Hr(a),...a},s=n.key??(typeof n.value=="string"?n.value:null),r=n.value??s??null,i={...n,key:s,value:r,sortable:n.sortable??(n.key!=null||!!n.sort),children:n.children?Ln(n.children):void 0};t.push(i)}return t}function jr(e,t){const a=Q([]),n=Q([]),s=Q({}),r=Q({}),i=Q({});Tn(()=>{var D,w,k;const u=(e.headers||Object.keys(e.items[0]??{}).map(_=>({key:_,title:cr(_)}))).slice(),c=Vn(u);(D=t==null?void 0:t.groupBy)!=null&&D.value.length&&!c.has("data-table-group")&&u.unshift({key:"data-table-group",title:"Group"}),(w=t==null?void 0:t.showSelect)!=null&&w.value&&!c.has("data-table-select")&&u.unshift({key:"data-table-select"}),(k=t==null?void 0:t.showExpand)!=null&&k.value&&!c.has("data-table-expand")&&u.push({key:"data-table-expand"});const f=Ln(u);$r(f);const d=Math.max(...f.map(_=>Da(_)))+1,y=Gr(f,d);a.value=y.headers,n.value=y.columns;const b=y.headers.flat(1);for(const _ of b)_.key&&(_.sortable&&(_.sort&&(s.value[_.key]=_.sort),_.sortRaw&&(r.value[_.key]=_.sortRaw)),_.filter&&(i.value[_.key]=_.filter))});const l={headers:a,columns:n,sortFunctions:s,sortRawFunctions:r,filterFunctions:i};return Je(Rn,l),l}function Gt(){const e=Qe(Rn);if(!e)throw new Error("Missing headers!");return e}const Br={showSelectAll:!1,allSelected:()=>[],select:e=>{var n;let{items:t,value:a}=e;return new Set(a?[(n=t[0])==null?void 0:n.value]:[])},selectAll:e=>{let{selected:t}=e;return t}},An={showSelectAll:!0,allSelected:e=>{let{currentPage:t}=e;return t},select:e=>{let{items:t,value:a,selected:n}=e;for(const s of t)a?n.add(s.value):n.delete(s.value);return n},selectAll:e=>{let{value:t,currentPage:a,selected:n}=e;return An.select({items:a,value:t,selected:n})}},En={showSelectAll:!0,allSelected:e=>{let{allItems:t}=e;return t},select:e=>{let{items:t,value:a,selected:n}=e;for(const s of t)a?n.add(s.value):n.delete(s.value);return n},selectAll:e=>{let{value:t,allItems:a,selected:n}=e;return En.select({items:a,value:t,selected:n})}},zr=z({showSelect:Boolean,selectStrategy:{type:[String,Object],default:"page"},modelValue:{type:Array,default:()=>[]},valueComparator:{type:Function,default:Pn}},"DataTable-select"),Un=Symbol.for("vuetify:data-table-selection");function Zr(e,t){let{allItems:a,currentPage:n}=t;const s=Ae(e,"modelValue",e.modelValue,k=>new Set(ut(k).map(_=>{var W;return((W=a.value.find(ee=>e.valueComparator(_,ee.value)))==null?void 0:W.value)??_})),k=>[...k.values()]),r=T(()=>a.value.filter(k=>k.selectable)),i=T(()=>n.value.filter(k=>k.selectable)),l=T(()=>{if(typeof e.selectStrategy=="object")return e.selectStrategy;switch(e.selectStrategy){case"single":return Br;case"all":return En;case"page":default:return An}});function o(k){return ut(k).every(_=>s.value.has(_.value))}function u(k){return ut(k).some(_=>s.value.has(_.value))}function c(k,_){const W=l.value.select({items:k,value:_,selected:new Set(s.value)});s.value=W}function f(k){c([k],!o([k]))}function d(k){const _=l.value.selectAll({value:k,allItems:r.value,currentPage:i.value,selected:new Set(s.value)});s.value=_}const y=T(()=>s.value.size>0),b=T(()=>{const k=l.value.allSelected({allItems:r.value,currentPage:i.value});return!!k.length&&o(k)}),D=T(()=>l.value.showSelectAll),w={toggleSelect:f,select:c,selectAll:d,isSelected:o,isSomeSelected:u,someSelected:y,allSelected:b,showSelectAll:D};return Je(Un,w),w}function jt(){const e=Qe(Un);if(!e)throw new Error("Missing selection!");return e}const qr=z({sortBy:{type:Array,default:()=>[]},customKeySort:Object,multiSort:Boolean,mustSort:Boolean},"DataTable-sort"),Hn=Symbol.for("vuetify:data-table-sort");function Kr(e){const t=Ae(e,"sortBy"),a=B(e,"mustSort"),n=B(e,"multiSort");return{sortBy:t,mustSort:a,multiSort:n}}function Jr(e){const{sortBy:t,mustSort:a,multiSort:n,page:s}=e,r=o=>{if(o.key==null)return;let u=t.value.map(f=>({...f}))??[];const c=u.find(f=>f.key===o.key);c?c.order==="desc"?a.value?c.order="asc":u=u.filter(f=>f.key!==o.key):c.order="desc":n.value?u=[...u,{key:o.key,order:"asc"}]:u=[{key:o.key,order:"asc"}],t.value=u,s&&(s.value=1)};function i(o){return!!t.value.find(u=>u.key===o.key)}const l={sortBy:t,toggleSort:r,isSorted:i};return Je(Hn,l),l}function $n(){const e=Qe(Hn);if(!e)throw new Error("Missing sort!");return e}function Qr(e,t,a,n){const s=gt();return{sortedItems:T(()=>{var i,l;return a.value.length?Xr(t.value,a.value,s.current.value,{transform:n==null?void 0:n.transform,sortFunctions:{...e.customKeySort,...(i=n==null?void 0:n.sortFunctions)==null?void 0:i.value},sortRawFunctions:(l=n==null?void 0:n.sortRawFunctions)==null?void 0:l.value}):t.value})}}function Xr(e,t,a,n){const s=new Intl.Collator(a,{sensitivity:"accent",usage:"sort"});return e.map(i=>[i,n!=null&&n.transform?n.transform(i):i]).sort((i,l)=>{var o,u;for(let c=0;c_!=null?_.toString().toLocaleLowerCase():_),b!==D)return Dt(b)&&Dt(D)?0:Dt(b)?-1:Dt(D)?1:!isNaN(b)&&!isNaN(D)?Number(b)-Number(D):s.compare(b,D)}}return 0}).map(i=>{let[l]=i;return l})}const Gn=z({color:String,sticky:Boolean,disableSort:Boolean,multiSort:Boolean,sortAscIcon:{type:fe,default:"$sortAsc"},sortDescIcon:{type:fe,default:"$sortDesc"},headerProps:{type:Object},...Sa(),...xr()},"VDataTableHeaders"),ln=Ie()({name:"VDataTableHeaders",props:Gn(),setup(e,t){let{slots:a}=t;const{t:n}=gt(),{toggleSort:s,sortBy:r,isSorted:i}=$n(),{someSelected:l,allSelected:o,selectAll:u,showSelectAll:c}=jt(),{columns:f,headers:d}=Gt(),{loaderClasses:y}=Mr(e);function b(x,S){if(!(!e.sticky&&!x.fixed))return{position:"sticky",left:x.fixed?_e(x.fixedOffset):void 0,top:e.sticky?`calc(var(--v-table-header-height) * ${S})`:void 0}}function D(x){const S=r.value.find(Y=>Y.key===x.key);return S?S.order==="asc"?e.sortAscIcon:e.sortDescIcon:e.sortAscIcon}const{backgroundColorClasses:w,backgroundColorStyles:k}=Tr(e,"color"),{displayClasses:_,mobile:W}=Ut(e),ee=T(()=>({headers:d.value,columns:f.value,toggleSort:s,isSorted:i,sortBy:r.value,someSelected:l.value,allSelected:o.value,selectAll:u,getSortIcon:D})),C=T(()=>["v-data-table__th",{"v-data-table__th--sticky":e.sticky},_.value,y.value]),Me=x=>{let{column:S,x:Y,y:N}=x;const U=S.key==="data-table-select"||S.key==="data-table-expand",q=K(e.headerProps??{},S.headerProps??{});return m(Ct,K({tag:"th",align:S.align,class:[{"v-data-table__th--sortable":S.sortable&&!e.disableSort,"v-data-table__th--sorted":i(S),"v-data-table__th--fixed":S.fixed},...C.value],style:{width:_e(S.width),minWidth:_e(S.minWidth),maxWidth:_e(S.maxWidth),...b(S,N)},colspan:S.colspan,rowspan:S.rowspan,onClick:S.sortable?()=>s(S):void 0,fixed:S.fixed,nowrap:S.nowrap,lastFixed:S.lastFixed,noPadding:U},q),{default:()=>{var He;const Ce=`header.${S.key}`,kt={column:S,selectAll:u,isSorted:i,toggleSort:s,sortBy:r.value,someSelected:l.value,allSelected:o.value,getSortIcon:D};return a[Ce]?a[Ce](kt):S.key==="data-table-select"?((He=a["header.data-table-select"])==null?void 0:He.call(a,kt))??(c.value&&m(pa,{modelValue:o.value,indeterminate:l.value&&!o.value,"onUpdate:modelValue":u},null)):m("div",{class:"v-data-table-header__content"},[m("span",null,[S.title]),S.sortable&&!e.disableSort&&m(an,{key:"icon",class:"v-data-table-header__sort-icon",icon:D(S)},null),e.multiSort&&i(S)&&m("div",{key:"badge",class:["v-data-table-header__sort-badge",...w.value],style:k.value},[r.value.findIndex(at=>at.key===S.key)+1])])}})},Fe=()=>{const x=K(e.headerProps??{}??{}),S=T(()=>f.value.filter(N=>(N==null?void 0:N.sortable)&&!e.disableSort)),Y=T(()=>{if(f.value.find(U=>U.key==="data-table-select")!=null)return o.value?"$checkboxOn":l.value?"$checkboxIndeterminate":"$checkboxOff"});return m(Ct,K({tag:"th",class:[...C.value],colspan:d.value.length+1},x),{default:()=>[m("div",{class:"v-data-table-header__content"},[m(Nn,{chips:!0,class:"v-data-table__td-sort-select",clearable:!0,density:"default",items:S.value,label:n("$vuetify.dataTable.sortBy"),multiple:e.multiSort,variant:"underlined","onClick:clear":()=>r.value=[],appendIcon:Y.value,"onClick:append":()=>u(!o.value)},{...a,chip:N=>{var U;return m(In,{onClick:(U=N.item.raw)!=null&&U.sortable?()=>s(N.item.raw):void 0,onMousedown:q=>{q.preventDefault(),q.stopPropagation()}},{default:()=>[N.item.title,m(an,{class:["v-data-table__td-sort-icon",i(N.item.raw)&&"v-data-table__td-sort-icon-active"],icon:D(N.item.raw),size:"small"},null)]})}})])]})};Ee(()=>W.value?m("tr",null,[m(Fe,null,null)]):m(qe,null,[a.headers?a.headers(ee.value):d.value.map((x,S)=>m("tr",null,[x.map((Y,N)=>m(Me,{column:Y,x:N,y:S},null))])),e.loading&&m("tr",{class:"v-data-table-progress"},[m("th",{colspan:f.value.length},[m(Pr,{name:"v-data-table-progress",absolute:!0,active:!0,color:typeof e.loading=="boolean"?void 0:e.loading,indeterminate:!0},{default:a.loader})])])]))}}),ei=z({groupBy:{type:Array,default:()=>[]}},"DataTable-group"),jn=Symbol.for("vuetify:data-table-group");function ti(e){return{groupBy:Ae(e,"groupBy")}}function ai(e){const{disableSort:t,groupBy:a,sortBy:n}=e,s=Q(new Set),r=T(()=>a.value.map(c=>({...c,order:c.order??!1})).concat(t!=null&&t.value?[]:n.value));function i(c){return s.value.has(c.id)}function l(c){const f=new Set(s.value);i(c)?f.delete(c.id):f.add(c.id),s.value=f}function o(c){function f(d){const y=[];for(const b of d.items)"type"in b&&b.type==="group"?y.push(...f(b)):y.push(b);return y}return f({type:"group",items:c,id:"dummy",key:"dummy",value:"dummy",depth:0})}const u={sortByWithGroups:r,toggleGroup:l,opened:s,groupBy:a,extractRows:o,isGroupOpen:i};return Je(jn,u),u}function Bn(){const e=Qe(jn);if(!e)throw new Error("Missing group!");return e}function ni(e,t){if(!e.length)return[];const a=new Map;for(const n of e){const s=It(n.raw,t);a.has(s)||a.set(s,[]),a.get(s).push(n)}return a}function zn(e,t){let a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,n=arguments.length>3&&arguments[3]!==void 0?arguments[3]:"root";if(!t.length)return[];const s=ni(e,t[0]),r=[],i=t.slice(1);return s.forEach((l,o)=>{const u=t[0],c=`${n}_${u}_${o}`;r.push({depth:a,id:c,key:u,value:o,items:i.length?zn(l,i,a+1,c):l,type:"group"})}),r}function Zn(e,t){const a=[];for(const n of e)"type"in n&&n.type==="group"?(n.value!=null&&a.push(n),(t.has(n.id)||n.value==null)&&a.push(...Zn(n.items,t))):a.push(n);return a}function si(e,t,a){return{flatItems:T(()=>{if(!t.value.length)return e.value;const s=zn(e.value,t.value.map(r=>r.key));return Zn(s,a.value)})}}const ri=z({item:{type:Object,required:!0}},"VDataTableGroupHeaderRow"),ii=Ie()({name:"VDataTableGroupHeaderRow",props:ri(),setup(e,t){let{slots:a}=t;const{isGroupOpen:n,toggleGroup:s,extractRows:r}=Bn(),{isSelected:i,isSomeSelected:l,select:o}=jt(),{columns:u}=Gt(),c=T(()=>r([e.item]));return()=>m("tr",{class:"v-data-table-group-header-row",style:{"--v-data-table-group-header-row-depth":e.item.depth}},[u.value.map(f=>{var d,y;if(f.key==="data-table-group"){const b=n(e.item)?"$expand":"$next",D=()=>s(e.item);return((d=a["data-table-group"])==null?void 0:d.call(a,{item:e.item,count:c.value.length,props:{icon:b,onClick:D}}))??m(Ct,{class:"v-data-table-group-header-row__column"},{default:()=>[m(We,{size:"small",variant:"text",icon:b,onClick:D},null),m("span",null,[e.item.value]),m("span",null,[Ye("("),c.value.length,Ye(")")])]})}if(f.key==="data-table-select"){const b=i(c.value),D=l(c.value)&&!b,w=k=>o(c.value,k);return((y=a["data-table-select"])==null?void 0:y.call(a,{props:{modelValue:b,indeterminate:D,"onUpdate:modelValue":w}}))??m("td",null,[m(pa,{modelValue:b,indeterminate:D,"onUpdate:modelValue":w},null)])}return m("td",null,null)})])}}),li=z({expandOnClick:Boolean,showExpand:Boolean,expanded:{type:Array,default:()=>[]}},"DataTable-expand"),qn=Symbol.for("vuetify:datatable:expanded");function oi(e){const t=B(e,"expandOnClick"),a=Ae(e,"expanded",e.expanded,l=>new Set(l),l=>[...l.values()]);function n(l,o){const u=new Set(a.value);o?u.add(l.value):u.delete(l.value),a.value=u}function s(l){return a.value.has(l.value)}function r(l){n(l,!s(l))}const i={expand:n,expanded:a,expandOnClick:t,isExpanded:s,toggleExpand:r};return Je(qn,i),i}function Kn(){const e=Qe(qn);if(!e)throw new Error("foo");return e}const ui=z({index:Number,item:Object,cellProps:[Object,Function],onClick:sa(),onContextmenu:sa(),onDblclick:sa(),...Sa()},"VDataTableRow"),di=Ie()({name:"VDataTableRow",props:ui(),setup(e,t){let{slots:a}=t;const{displayClasses:n,mobile:s}=Ut(e,"v-data-table__tr"),{isSelected:r,toggleSelect:i,someSelected:l,allSelected:o,selectAll:u}=jt(),{isExpanded:c,toggleExpand:f}=Kn(),{toggleSort:d,sortBy:y,isSorted:b}=$n(),{columns:D}=Gt();Ee(()=>m("tr",{class:["v-data-table__tr",{"v-data-table__tr--clickable":!!(e.onClick||e.onContextmenu||e.onDblclick)},n.value],onClick:e.onClick,onContextmenu:e.onContextmenu,onDblclick:e.onDblclick},[e.item&&D.value.map((w,k)=>{const _=e.item,W=`item.${w.key}`,ee=`header.${w.key}`,C={index:e.index,item:_.raw,internalItem:_,value:It(_.columns,w.key),column:w,isSelected:r,toggleSelect:i,isExpanded:c,toggleExpand:f},Me={column:w,selectAll:u,isSorted:b,toggleSort:d,sortBy:y.value,someSelected:l.value,allSelected:o.value,getSortIcon:()=>""},Fe=typeof e.cellProps=="function"?e.cellProps({index:C.index,item:C.item,internalItem:C.internalItem,value:C.value,column:w}):e.cellProps,x=typeof w.cellProps=="function"?w.cellProps({index:C.index,item:C.item,internalItem:C.internalItem,value:C.value}):w.cellProps;return m(Ct,K({align:w.align,class:{"v-data-table__td--expanded-row":w.key==="data-table-expand","v-data-table__td--select-row":w.key==="data-table-select"},fixed:w.fixed,fixedOffset:w.fixedOffset,lastFixed:w.lastFixed,maxWidth:s.value?void 0:w.maxWidth,noPadding:w.key==="data-table-select"||w.key==="data-table-expand",nowrap:w.nowrap,width:s.value?void 0:w.width},Fe,x),{default:()=>{var Y,N,U,q,Ce;if(a[W]&&!s.value)return(Y=a[W])==null?void 0:Y.call(a,C);if(w.key==="data-table-select")return((N=a["item.data-table-select"])==null?void 0:N.call(a,C))??m(pa,{disabled:!_.selectable,modelValue:r([_]),onClick:en(()=>i(_),["stop"])},null);if(w.key==="data-table-expand")return((U=a["item.data-table-expand"])==null?void 0:U.call(a,C))??m(We,{icon:c(_)?"$collapse":"$expand",size:"small",variant:"text",onClick:en(()=>f(_),["stop"])},null);const S=G(C.value);return s.value?m(qe,null,[m("div",{class:"v-data-table__td-title"},[((q=a[ee])==null?void 0:q.call(a,Me))??w.title]),m("div",{class:"v-data-table__td-value"},[((Ce=a[W])==null?void 0:Ce.call(a,C))??S])]):S}})})]))}}),Jn=z({loading:[Boolean,String],loadingText:{type:String,default:"$vuetify.dataIterator.loadingText"},hideNoData:Boolean,items:{type:Array,default:()=>[]},noDataText:{type:String,default:"$vuetify.noDataText"},rowProps:[Object,Function],cellProps:[Object,Function],...Sa()},"VDataTableRows"),on=Ie()({name:"VDataTableRows",inheritAttrs:!1,props:Jn(),setup(e,t){let{attrs:a,slots:n}=t;const{columns:s}=Gt(),{expandOnClick:r,toggleExpand:i,isExpanded:l}=Kn(),{isSelected:o,toggleSelect:u}=jt(),{toggleGroup:c,isGroupOpen:f}=Bn(),{t:d}=gt(),{mobile:y}=Ut(e);return Ee(()=>{var b,D;return e.loading&&(!e.items.length||n.loading)?m("tr",{class:"v-data-table-rows-loading",key:"loading"},[m("td",{colspan:s.value.length},[((b=n.loading)==null?void 0:b.call(n))??d(e.loadingText)])]):!e.loading&&!e.items.length&&!e.hideNoData?m("tr",{class:"v-data-table-rows-no-data",key:"no-data"},[m("td",{colspan:s.value.length},[((D=n["no-data"])==null?void 0:D.call(n))??d(e.noDataText)])]):m(qe,null,[e.items.map((w,k)=>{var ee;if(w.type==="group"){const C={index:k,item:w,columns:s.value,isExpanded:l,toggleExpand:i,isSelected:o,toggleSelect:u,toggleGroup:c,isGroupOpen:f};return n["group-header"]?n["group-header"](C):m(ii,K({key:`group-header_${w.id}`,item:w},nn(a,":group-header",()=>C)),n)}const _={index:k,item:w.raw,internalItem:w,columns:s.value,isExpanded:l,toggleExpand:i,isSelected:o,toggleSelect:u},W={..._,props:K({key:`item_${w.key??w.index}`,onClick:r.value?()=>{i(w)}:void 0,index:k,item:w,cellProps:e.cellProps,mobile:y.value},nn(a,":row",()=>_),typeof e.rowProps=="function"?e.rowProps({item:_.item,index:_.index,internalItem:_.internalItem}):e.rowProps)};return m(qe,{key:W.props.key},[n.item?n.item(W):m(di,W.props,n),l(w)&&((ee=n["expanded-row"])==null?void 0:ee.call(n,_))])})])}),{}}}),Qn=z({fixedHeader:Boolean,fixedFooter:Boolean,height:[Number,String],hover:Boolean,...kn(),...Yn(),...pn(),...Dn()},"VTable"),un=Ie()({name:"VTable",props:Qn(),setup(e,t){let{slots:a,emit:n}=t;const{themeClasses:s}=xn(e),{densityClasses:r}=Or(e);return Ee(()=>m(e.tag,{class:["v-table",{"v-table--fixed-height":!!e.height,"v-table--fixed-header":e.fixedHeader,"v-table--fixed-footer":e.fixedFooter,"v-table--has-top":!!a.top,"v-table--has-bottom":!!a.bottom,"v-table--hover":e.hover},s.value,r.value,e.class],style:e.style},{default:()=>{var i,l,o;return[(i=a.top)==null?void 0:i.call(a),a.default?m("div",{class:"v-table__wrapper",style:{height:_e(e.height)}},[m("table",null,[a.default()])]):(l=a.wrapper)==null?void 0:l.call(a),(o=a.bottom)==null?void 0:o.call(a)]}})),{}}}),ci=z({items:{type:Array,default:()=>[]},itemValue:{type:[String,Array,Function],default:"id"},itemSelectable:{type:[String,Array,Function],default:null},rowProps:[Object,Function],cellProps:[Object,Function],returnObject:Boolean},"DataTable-items");function fi(e,t,a,n){const s=e.returnObject?t:ot(t,e.itemValue),r=ot(t,e.itemSelectable,!0),i=n.reduce((l,o)=>(o.key!=null&&(l[o.key]=ot(t,o.value)),l),{});return{type:"item",key:e.returnObject?ot(t,e.itemValue):s,index:a,value:s,selectable:r,columns:i,raw:t}}function hi(e,t,a){return t.map((n,s)=>fi(e,n,s,a))}function mi(e,t){return{items:T(()=>hi(e,e.items,t.value))}}function yi(e){let{page:t,itemsPerPage:a,sortBy:n,groupBy:s,search:r}=e;const i=Mn("VDataTable"),l=T(()=>({page:t.value,itemsPerPage:a.value,sortBy:n.value,groupBy:s.value,search:r.value}));let o=null;Ht(l,()=>{Pn(o,l.value)||(o&&o.search!==l.value.search&&(t.value=1),i.emit("update:options",l.value),o=l.value)},{deep:!0,immediate:!0})}const vi=(e,t,a)=>e==null||t==null?-1:e.toString().toLocaleLowerCase().indexOf(t.toString().toLocaleLowerCase()),gi=z({customFilter:Function,customKeyFilter:Object,filterKeys:[Array,String],filterMode:{type:String,default:"intersection"},noFilter:Boolean},"filter");function _i(e,t,a){var l;const n=[],s=(a==null?void 0:a.default)??vi,r=a!=null&&a.filterKeys?ut(a.filterKeys):!1,i=Object.keys((a==null?void 0:a.customKeyFilter)??{}).length;if(!(e!=null&&e.length))return n;e:for(let o=0;o0)&&!(a!=null&&a.noFilter)){if(typeof u=="object"){const w=r||Object.keys(c);for(const k of w){const _=ot(c,k),W=(l=a==null?void 0:a.customKeyFilter)==null?void 0:l[k];if(y=W?W(_,t,u):s(_,t,u),y!==-1&&y!==!1)W?f[k]=y:d[k]=y;else if((a==null?void 0:a.filterMode)==="every")continue e}}else y=s(u,t,u),y!==-1&&y!==!1&&(d.title=y);const b=Object.keys(d).length,D=Object.keys(f).length;if(!b&&!D||(a==null?void 0:a.filterMode)==="union"&&D!==i&&!b||(a==null?void 0:a.filterMode)==="intersection"&&(D!==i||!b))continue}n.push({index:o,matches:{...d,...f}})}return n}function wi(e,t,a,n){const s=Q([]),r=Q(new Map),i=T(()=>n!=null&&n.transform?se(t).map(o=>[o,n.transform(o)]):se(t));Tn(()=>{const o=typeof a=="function"?a():se(a),u=typeof o!="string"&&typeof o!="number"?"":String(o),c=_i(i.value,u,{customKeyFilter:{...e.customKeyFilter,...se(n==null?void 0:n.customKeyFilter)},default:e.customFilter,filterKeys:e.filterKeys,filterMode:e.filterMode,noFilter:e.noFilter}),f=se(t),d=[],y=new Map;c.forEach(b=>{let{index:D,matches:w}=b;const k=f[D];d.push(k),y.set(k.value,w)}),s.value=d,r.value=y});function l(o){return r.value.get(o.value)}return{filteredItems:s,filteredMatches:r,getMatches:l}}const Si=z({...Jn(),hideDefaultBody:Boolean,hideDefaultFooter:Boolean,hideDefaultHeader:Boolean,width:[String,Number],search:String,...li(),...ei(),...Ar(),...ci(),...zr(),...qr(),...Gn(),...Qn()},"DataTable"),bi=z({...Cr(),...Si(),...gi(),...Cn()},"VDataTable"),ki=Ie()({name:"VDataTable",props:bi(),emits:{"update:modelValue":e=>!0,"update:page":e=>!0,"update:itemsPerPage":e=>!0,"update:sortBy":e=>!0,"update:options":e=>!0,"update:groupBy":e=>!0,"update:expanded":e=>!0,"update:currentItems":e=>!0},setup(e,t){let{attrs:a,slots:n}=t;const{groupBy:s}=ti(e),{sortBy:r,multiSort:i,mustSort:l}=Kr(e),{page:o,itemsPerPage:u}=Rr(e),{disableSort:c}=hr(e),{columns:f,headers:d,sortFunctions:y,sortRawFunctions:b,filterFunctions:D}=jr(e,{groupBy:s,showSelect:B(e,"showSelect"),showExpand:B(e,"showExpand")}),{items:w}=mi(e,f),k=B(e,"search"),{filteredItems:_}=wi(e,w,k,{transform:Te=>Te.columns,customKeyFilter:D}),{toggleSort:W}=Jr({sortBy:r,multiSort:i,mustSort:l,page:o}),{sortByWithGroups:ee,opened:C,extractRows:Me,isGroupOpen:Fe,toggleGroup:x}=ai({groupBy:s,sortBy:r,disableSort:c}),{sortedItems:S}=Qr(e,_,ee,{transform:Te=>({...Te.raw,...Te.columns}),sortFunctions:y,sortRawFunctions:b}),{flatItems:Y}=si(S,s,C),N=T(()=>Y.value.length),{startIndex:U,stopIndex:q,pageCount:Ce,setItemsPerPage:kt}=Wr({page:o,itemsPerPage:u,itemsLength:N}),{paginatedItems:He}=Lr({items:Y,startIndex:U,stopIndex:q,itemsPerPage:u}),at=T(()=>Me(He.value)),{isSelected:zs,select:Zs,selectAll:qs,toggleSelect:Ks,someSelected:Js,allSelected:Qs}=Zr(e,{allItems:w,currentPage:at}),{isExpanded:Xs,toggleExpand:er}=oi(e);yi({page:o,itemsPerPage:u,sortBy:r,groupBy:s,search:k}),ca({VDataTableRows:{hideNoData:B(e,"hideNoData"),noDataText:B(e,"noDataText"),loading:B(e,"loading"),loadingText:B(e,"loadingText")}});const de=T(()=>({page:o.value,itemsPerPage:u.value,sortBy:r.value,pageCount:Ce.value,toggleSort:W,setItemsPerPage:kt,someSelected:Js.value,allSelected:Qs.value,isSelected:zs,select:Zs,selectAll:qs,toggleSelect:Ks,isExpanded:Xs,toggleExpand:er,isGroupOpen:Fe,toggleGroup:x,items:at.value.map(Te=>Te.raw),internalItems:at.value,groupedItems:He.value,columns:f.value,headers:d.value}));return Ee(()=>{const Te=rn.filterProps(e),tr=ln.filterProps(e),ar=on.filterProps(e),nr=un.filterProps(e);return m(un,K({class:["v-data-table",{"v-data-table--show-select":e.showSelect,"v-data-table--loading":e.loading},e.class],style:e.style},nr),{top:()=>{var nt;return(nt=n.top)==null?void 0:nt.call(n,de.value)},default:()=>{var nt,za,Za,qa,Ka,Ja;return n.default?n.default(de.value):m(qe,null,[(nt=n.colgroup)==null?void 0:nt.call(n,de.value),!e.hideDefaultHeader&&m("thead",{key:"thead"},[m(ln,tr,n)]),(za=n.thead)==null?void 0:za.call(n,de.value),!e.hideDefaultBody&&m("tbody",null,[(Za=n["body.prepend"])==null?void 0:Za.call(n,de.value),n.body?n.body(de.value):m(on,K(a,ar,{items:He.value}),n),(qa=n["body.append"])==null?void 0:qa.call(n,de.value)]),(Ka=n.tbody)==null?void 0:Ka.call(n,de.value),(Ja=n.tfoot)==null?void 0:Ja.call(n,de.value)])},bottom:()=>n.bottom?n.bottom(de.value):!e.hideDefaultFooter&&m(qe,null,[m(Yr,null,null),m(rn,Te,{prepend:n["footer.prepend"]})])})}),{}}}),pi=["rowspan"],Di={class:"text-h5 subject-column"},xi={key:0},Mi={key:1},Ti={class:"text-h5 time-column"},Pi={class:"text-h5 time-column"},Oi={class:"status-column"},Yi=ba({__name:"ExamList",props:{exam:{type:Array,default:()=>[]}},setup(e){const a=mr({exams:e.exam});function n(c){const f=new Date(c).getHours();return f<12?"上午":f<18?"下午":"晚上"}const s=T(()=>{const c=[];let f="",d="";return u.value.forEach((y,b)=>{const D=new Date(y.start).toLocaleDateString("zh-CN",{month:"numeric",day:"numeric"}).replace("/","月")+"日",w=n(y.start),k=D!==f||w!==d;if(k){f=D,d=w;const _=u.value.filter(W=>new Date(W.start).toLocaleDateString("zh-CN",{month:"numeric",day:"numeric"}).replace("/","月")+"日"===f&&n(W.start)===d).length;c.push({...y,date:D,period:w,showDate:k,rowspan:_})}else c.push({...y,date:D,period:w,showDate:!1})}),c}),r=[{text:"日期",value:"date",sortable:!1,align:"center"},{text:"科目",value:"name",align:"center"},{text:"开始",value:"start",sortable:!1,align:"center"},{text:"结束",value:"end",sortable:!1,align:"center"},{text:"状态",value:"status",sortable:!1,align:"center"}],i=c=>{const f=new Date(c);return`${f.getHours().toString().padStart(2,"0")}:${f.getMinutes().toString().padStart(2,"0")}`};function l(c){const f=new Date,d=new Date(c.start),y=new Date(c.end);return f=d&&f<=y?"green":"red"}function o(c){const f=new Date,d=new Date(c.start),y=new Date(c.end);return f=d&&f<=y?"进行中":"已结束"}const u=T(()=>a.exams.sort((c,f)=>new Date(c.start).getTime()-new Date(f.start).getTime()));return ka(()=>{const c=setInterval(()=>{a.exams=a.exams.map(f=>({...f,status:o(f)}))},1e3);On(()=>{clearInterval(c)})}),(c,f)=>(re(),Ke(Nt,{class:"mx-auto","max-width":"600",flat:""},{default:E(()=>[m(Sn,{fluid:"",class:"pa-0"},{default:E(()=>[m(da,{justify:"center",class:"ma-0"},{default:E(()=>[m(lt,{cols:"12",class:"pa-0"},{default:E(()=>[m(ki,{items:s.value,headers:r,"item-key":"name","hide-default-footer":"",dense:"",class:"text-h5"},{item:E(({item:d})=>[H("tr",{style:yr({lineHeight:d.name.includes("/")?"2.5rem":"2.0rem"})},[d.showDate?(re(),dt("td",{key:0,class:"text-h5 date-column",rowspan:d.rowspan},[Ye(G(d.date),1),f[0]||(f[0]=H("br",null,null,-1)),Ye(G(d.period),1)],8,pi)):Ft("",!0),H("td",Di,[d.name.includes("/")?(re(),dt("div",xi,[H("div",null,G(d.name.split("/")[0]),1),H("div",null,G(d.name.split("/")[1]),1)])):(re(),dt("div",Mi,G(d.name),1))]),H("td",Ti,G(i(d.start)),1),H("td",Pi,G(i(d.end)),1),H("td",Oi,[m(In,{color:l(d),dark:"",class:"exam-status-chip"},{default:E(()=>[Ye(G(o(d)),1)]),_:2},1032,["color"])])],4)]),"header.date":E(()=>f[1]||(f[1]=[H("span",{class:"text-h5 font-weight-bold no-wrap"},"日期",-1)])),"header.name":E(()=>f[2]||(f[2]=[H("span",{class:"text-h5 font-weight-bold no-wrap"},"科目",-1)])),"header.start":E(()=>f[3]||(f[3]=[H("span",{class:"text-h5 font-weight-bold no-wrap"},"开始",-1)])),"header.end":E(()=>f[4]||(f[4]=[H("span",{class:"text-h5 font-weight-bold no-wrap"},"结束",-1)])),"header.status":E(()=>f[5]||(f[5]=[H("span",{class:"text-h5 font-weight-bold no-wrap"},"状态",-1)])),_:1},8,["items"])]),_:1})]),_:1})]),_:1})]),_:1}))}}),Ni=$t(Yi,[["__scopeId","data-v-66552ab1"]]),Ii={class:"text-h5 line-item"},Fi={class:"text-h5 ml-2"},Ci={class:"text-h5 line-item"},Ri={class:"text-h5 line-item"},Wi={key:0,class:"text-h5 text--info line-item"},Vi=ba({__name:"SubjectInfo",props:{exam:{type:Object,default:null}},setup(e){const t=e,a=d=>new Date(d).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),n=Q(new Date),s=T(()=>{if(!t.exam)return"";const d=new Date(t.exam.start),y=new Date(t.exam.end);if(n.value=d&&n.value=y)return"status-after"}),r=T(()=>{if(!t.exam)return"全部考试均已结束";const d=new Date(t.exam.start),y=new Date(t.exam.end);if(n.value=d&&n.value=y)return"已结束"}),i=T(()=>{if(!t.exam)return!1;const d=new Date(t.exam.start),y=new Date(t.exam.end);return n.value>=d&&n.value{if(!t.exam)return!1;const d=new Date(t.exam.start),y=new Date(d.getTime()-15*60*1e3);return n.value>=y&&n.value{if(!t.exam)return"";const y=new Date(t.exam.end).getTime()-n.value.getTime(),b=Math.floor(y/(1e3*60)),D=Math.floor(y%(1e3*60)/1e3);return`${b}分${D}秒`}),u=T(()=>{if(!t.exam)return"";const y=new Date(t.exam.start).getTime()-n.value.getTime(),b=Math.floor(y/(1e3*60)),D=Math.floor(y%(1e3*60)/1e3);return`${b}分${D}秒`}),c=T(()=>{if(!t.exam)return"text--default";const d=new Date(t.exam.end),y=new Date(d.getTime()-15*60*1e3);return n.value>=y&&n.value{n.value=new Date};return setInterval(f,1e3),f(),(d,y)=>e.exam?(re(),Ke(Nt,{key:0,class:"mx-auto pa-4 subject-info-card","max-width":"600",elevation:"12"},{default:E(()=>[m(bn,null,{default:E(()=>[H("div",Ii,[y[0]||(y[0]=Ye(" 当前科目:")),H("span",Fi,G(e.exam.name),1)]),H("div",Ci," 考试时间: "+G(a(e.exam.start))+" ~ "+G(a(e.exam.end)),1),H("div",Ri,[y[1]||(y[1]=Ye(" 考试状态: ")),H("span",{class:tn(s.value)},G(r.value),3)]),l.value?(re(),dt("div",Wi," 开考倒计时: "+G(u.value),1)):Ft("",!0),i.value?(re(),dt("div",{key:1,class:tn(["text-h5",c.value,"line-item"])}," 剩余时间: "+G(o.value),3)):Ft("",!0)]),_:1})]),_:1})):(re(),Ke(Nt,{key:1,class:"mx-auto pa-4 subject-info-card","max-width":"600",elevation:"12"},{default:E(()=>[m(sr,{class:"headline grey lighten-2 text-center text--ended"},{default:E(()=>y[2]||(y[2]=[Ye("考试已结束")])),_:1})]),_:1}))}}),Li=$t(Vi,[["__scopeId","data-v-1c513925"]]);function dn(e){return gr()?(_r(e),!0):!1}function Ai(e){return typeof e=="function"?e():se(e)}const cn=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;function Ei(e,t=1e3,a={}){const{immediate:n=!0,immediateCallback:s=!1}=a;let r=null;const i=Q(!1);function l(){r&&(clearInterval(r),r=null)}function o(){i.value=!1,l()}function u(){const c=Ai(t);c<=0||(i.value=!0,s&&e(),l(),r=setInterval(e,c))}if(n&&cn&&u(),vr(t)||typeof t=="function"){const c=Ht(t,()=>{i.value&&cn&&u()});dn(c)}return dn(o),{isActive:i,pause:o,resume:u}}//! moment.js +//! version : 2.30.1 +//! authors : Tim Wood, Iskren Chernev, Moment.js contributors +//! license : MIT +//! momentjs.com +var Xn;function v(){return Xn.apply(null,arguments)}function Ui(e){Xn=e}function le(e){return e instanceof Array||Object.prototype.toString.call(e)==="[object Array]"}function Le(e){return e!=null&&Object.prototype.toString.call(e)==="[object Object]"}function I(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function xa(e){if(Object.getOwnPropertyNames)return Object.getOwnPropertyNames(e).length===0;var t;for(t in e)if(I(e,t))return!1;return!0}function J(e){return e===void 0}function pe(e){return typeof e=="number"||Object.prototype.toString.call(e)==="[object Number]"}function _t(e){return e instanceof Date||Object.prototype.toString.call(e)==="[object Date]"}function es(e,t){var a=[],n,s=e.length;for(n=0;n>>0,n;for(n=0;n0)for(a=0;a=0;return(r?a?"+":"":"-")+Math.pow(10,Math.max(0,s)).toString().substr(1)+n}var Oa=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,xt=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,ia={},Be={};function p(e,t,a,n){var s=n;typeof n=="string"&&(s=function(){return this[n]()}),e&&(Be[e]=s),t&&(Be[t[0]]=function(){return he(s.apply(this,arguments),t[1],t[2])}),a&&(Be[a]=function(){return this.localeData().ordinal(s.apply(this,arguments),e)})}function Bi(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function zi(e){var t=e.match(Oa),a,n;for(a=0,n=t.length;a=0&&xt.test(e);)e=e.replace(xt,n),xt.lastIndex=0,a-=1;return e}var Zi={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};function qi(e){var t=this._longDateFormat[e],a=this._longDateFormat[e.toUpperCase()];return t||!a?t:(this._longDateFormat[e]=a.match(Oa).map(function(n){return n==="MMMM"||n==="MM"||n==="DD"||n==="dddd"?n.slice(1):n}).join(""),this._longDateFormat[e])}var Ki="Invalid date";function Ji(){return this._invalidDate}var Qi="%d",Xi=/\d{1,2}/;function el(e){return this._ordinal.replace("%d",e)}var tl={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function al(e,t,a,n){var s=this._relativeTime[a];return ye(s)?s(e,t,a,n):s.replace(/%d/i,e)}function nl(e,t){var a=this._relativeTime[e>0?"future":"past"];return ye(a)?a(t):a.replace(/%s/i,t)}var mn={D:"date",dates:"date",date:"date",d:"day",days:"day",day:"day",e:"weekday",weekdays:"weekday",weekday:"weekday",E:"isoWeekday",isoweekdays:"isoWeekday",isoweekday:"isoWeekday",DDD:"dayOfYear",dayofyears:"dayOfYear",dayofyear:"dayOfYear",h:"hour",hours:"hour",hour:"hour",ms:"millisecond",milliseconds:"millisecond",millisecond:"millisecond",m:"minute",minutes:"minute",minute:"minute",M:"month",months:"month",month:"month",Q:"quarter",quarters:"quarter",quarter:"quarter",s:"second",seconds:"second",second:"second",gg:"weekYear",weekyears:"weekYear",weekyear:"weekYear",GG:"isoWeekYear",isoweekyears:"isoWeekYear",isoweekyear:"isoWeekYear",w:"week",weeks:"week",week:"week",W:"isoWeek",isoweeks:"isoWeek",isoweek:"isoWeek",y:"year",years:"year",year:"year"};function ne(e){return typeof e=="string"?mn[e]||mn[e.toLowerCase()]:void 0}function Ya(e){var t={},a,n;for(n in e)I(e,n)&&(a=ne(n),a&&(t[a]=e[n]));return t}var sl={date:9,day:11,weekday:11,isoWeekday:11,dayOfYear:4,hour:13,millisecond:16,minute:14,month:8,quarter:7,second:15,weekYear:1,isoWeekYear:1,week:5,isoWeek:5,year:1};function rl(e){var t=[],a;for(a in e)I(e,a)&&t.push({unit:a,priority:sl[a]});return t.sort(function(n,s){return n.priority-s.priority}),t}var ss=/\d/,X=/\d\d/,rs=/\d{3}/,Na=/\d{4}/,zt=/[+-]?\d{6}/,L=/\d\d?/,is=/\d\d\d\d?/,ls=/\d\d\d\d\d\d?/,Zt=/\d{1,3}/,Ia=/\d{1,4}/,qt=/[+-]?\d{1,6}/,Xe=/\d+/,Kt=/[+-]?\d+/,il=/Z|[+-]\d\d:?\d\d/gi,Jt=/Z|[+-]\d\d(?::?\d\d)?/gi,ll=/[+-]?\d+(\.\d{1,3})?/,St=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,et=/^[1-9]\d?/,Fa=/^([1-9]\d|\d)/,Rt;Rt={};function g(e,t,a){Rt[e]=ye(t)?t:function(n,s){return n&&a?a:t}}function ol(e,t){return I(Rt,e)?Rt[e](t._strict,t._locale):new RegExp(ul(e))}function ul(e){return be(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(t,a,n,s,r){return a||n||s||r}))}function be(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function te(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function P(e){var t=+e,a=0;return t!==0&&isFinite(t)&&(a=te(t)),a}var va={};function R(e,t){var a,n=t,s;for(typeof e=="string"&&(e=[e]),pe(t)&&(n=function(r,i){i[t]=P(r)}),s=e.length,a=0;a68?1900:2e3)};var os=tt("FullYear",!0);function hl(){return Qt(this.year())}function tt(e,t){return function(a){return a!=null?(us(this,e,a),v.updateOffset(this,t),this):ht(this,e)}}function ht(e,t){if(!e.isValid())return NaN;var a=e._d,n=e._isUTC;switch(t){case"Milliseconds":return n?a.getUTCMilliseconds():a.getMilliseconds();case"Seconds":return n?a.getUTCSeconds():a.getSeconds();case"Minutes":return n?a.getUTCMinutes():a.getMinutes();case"Hours":return n?a.getUTCHours():a.getHours();case"Date":return n?a.getUTCDate():a.getDate();case"Day":return n?a.getUTCDay():a.getDay();case"Month":return n?a.getUTCMonth():a.getMonth();case"FullYear":return n?a.getUTCFullYear():a.getFullYear();default:return NaN}}function us(e,t,a){var n,s,r,i,l;if(!(!e.isValid()||isNaN(a))){switch(n=e._d,s=e._isUTC,t){case"Milliseconds":return void(s?n.setUTCMilliseconds(a):n.setMilliseconds(a));case"Seconds":return void(s?n.setUTCSeconds(a):n.setSeconds(a));case"Minutes":return void(s?n.setUTCMinutes(a):n.setMinutes(a));case"Hours":return void(s?n.setUTCHours(a):n.setHours(a));case"Date":return void(s?n.setUTCDate(a):n.setDate(a));case"FullYear":break;default:return}r=a,i=e.month(),l=e.date(),l=l===29&&i===1&&!Qt(r)?28:l,s?n.setUTCFullYear(r,i,l):n.setFullYear(r,i,l)}}function ml(e){return e=ne(e),ye(this[e])?this[e]():this}function yl(e,t){if(typeof e=="object"){e=Ya(e);var a=rl(e),n,s=a.length;for(n=0;n=0?(l=new Date(e+400,t,a,n,s,r,i),isFinite(l.getFullYear())&&l.setFullYear(e)):l=new Date(e,t,a,n,s,r,i),l}function mt(e){var t,a;return e<100&&e>=0?(a=Array.prototype.slice.call(arguments),a[0]=e+400,t=new Date(Date.UTC.apply(null,a)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)):t=new Date(Date.UTC.apply(null,arguments)),t}function Wt(e,t,a){var n=7+t-a,s=(7+mt(e,0,n).getUTCDay()-t)%7;return-s+n-1}function ys(e,t,a,n,s){var r=(7+a-n)%7,i=Wt(e,n,s),l=1+7*(t-1)+r+i,o,u;return l<=0?(o=e-1,u=ct(o)+l):l>ct(e)?(o=e+1,u=l-ct(e)):(o=e,u=l),{year:o,dayOfYear:u}}function yt(e,t,a){var n=Wt(e.year(),t,a),s=Math.floor((e.dayOfYear()-n-1)/7)+1,r,i;return s<1?(i=e.year()-1,r=s+ke(i,t,a)):s>ke(e.year(),t,a)?(r=s-ke(e.year(),t,a),i=e.year()+1):(i=e.year(),r=s),{week:r,year:i}}function ke(e,t,a){var n=Wt(e,t,a),s=Wt(e+1,t,a);return(ct(e)-n+s)/7}p("w",["ww",2],"wo","week");p("W",["WW",2],"Wo","isoWeek");g("w",L,et);g("ww",L,X);g("W",L,et);g("WW",L,X);bt(["w","ww","W","WW"],function(e,t,a,n){t[n.substr(0,1)]=P(e)});function Pl(e){return yt(e,this._week.dow,this._week.doy).week}var Ol={dow:0,doy:6};function Yl(){return this._week.dow}function Nl(){return this._week.doy}function Il(e){var t=this.localeData().week(this);return e==null?t:this.add((e-t)*7,"d")}function Fl(e){var t=yt(this,1,4).week;return e==null?t:this.add((e-t)*7,"d")}p("d",0,"do","day");p("dd",0,0,function(e){return this.localeData().weekdaysMin(this,e)});p("ddd",0,0,function(e){return this.localeData().weekdaysShort(this,e)});p("dddd",0,0,function(e){return this.localeData().weekdays(this,e)});p("e",0,0,"weekday");p("E",0,0,"isoWeekday");g("d",L);g("e",L);g("E",L);g("dd",function(e,t){return t.weekdaysMinRegex(e)});g("ddd",function(e,t){return t.weekdaysShortRegex(e)});g("dddd",function(e,t){return t.weekdaysRegex(e)});bt(["dd","ddd","dddd"],function(e,t,a,n){var s=a._locale.weekdaysParse(e,n,a._strict);s!=null?t.d=s:M(a).invalidWeekday=e});bt(["d","e","E"],function(e,t,a,n){t[n]=P(e)});function Cl(e,t){return typeof e!="string"?e:isNaN(e)?(e=t.weekdaysParse(e),typeof e=="number"?e:null):parseInt(e,10)}function Rl(e,t){return typeof e=="string"?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}function Ra(e,t){return e.slice(t,7).concat(e.slice(0,t))}var Wl="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),vs="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Vl="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Ll=St,Al=St,El=St;function Ul(e,t){var a=le(this._weekdays)?this._weekdays:this._weekdays[e&&e!==!0&&this._weekdays.isFormat.test(t)?"format":"standalone"];return e===!0?Ra(a,this._week.dow):e?a[e.day()]:a}function Hl(e){return e===!0?Ra(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort}function $l(e){return e===!0?Ra(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin}function Gl(e,t,a){var n,s,r,i=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],n=0;n<7;++n)r=me([2e3,1]).day(n),this._minWeekdaysParse[n]=this.weekdaysMin(r,"").toLocaleLowerCase(),this._shortWeekdaysParse[n]=this.weekdaysShort(r,"").toLocaleLowerCase(),this._weekdaysParse[n]=this.weekdays(r,"").toLocaleLowerCase();return a?t==="dddd"?(s=$.call(this._weekdaysParse,i),s!==-1?s:null):t==="ddd"?(s=$.call(this._shortWeekdaysParse,i),s!==-1?s:null):(s=$.call(this._minWeekdaysParse,i),s!==-1?s:null):t==="dddd"?(s=$.call(this._weekdaysParse,i),s!==-1||(s=$.call(this._shortWeekdaysParse,i),s!==-1)?s:(s=$.call(this._minWeekdaysParse,i),s!==-1?s:null)):t==="ddd"?(s=$.call(this._shortWeekdaysParse,i),s!==-1||(s=$.call(this._weekdaysParse,i),s!==-1)?s:(s=$.call(this._minWeekdaysParse,i),s!==-1?s:null)):(s=$.call(this._minWeekdaysParse,i),s!==-1||(s=$.call(this._weekdaysParse,i),s!==-1)?s:(s=$.call(this._shortWeekdaysParse,i),s!==-1?s:null))}function jl(e,t,a){var n,s,r;if(this._weekdaysParseExact)return Gl.call(this,e,t,a);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),n=0;n<7;n++){if(s=me([2e3,1]).day(n),a&&!this._fullWeekdaysParse[n]&&(this._fullWeekdaysParse[n]=new RegExp("^"+this.weekdays(s,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[n]=new RegExp("^"+this.weekdaysShort(s,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[n]=new RegExp("^"+this.weekdaysMin(s,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[n]||(r="^"+this.weekdays(s,"")+"|^"+this.weekdaysShort(s,"")+"|^"+this.weekdaysMin(s,""),this._weekdaysParse[n]=new RegExp(r.replace(".",""),"i")),a&&t==="dddd"&&this._fullWeekdaysParse[n].test(e))return n;if(a&&t==="ddd"&&this._shortWeekdaysParse[n].test(e))return n;if(a&&t==="dd"&&this._minWeekdaysParse[n].test(e))return n;if(!a&&this._weekdaysParse[n].test(e))return n}}function Bl(e){if(!this.isValid())return e!=null?this:NaN;var t=ht(this,"Day");return e!=null?(e=Cl(e,this.localeData()),this.add(e-t,"d")):t}function zl(e){if(!this.isValid())return e!=null?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return e==null?t:this.add(e-t,"d")}function Zl(e){if(!this.isValid())return e!=null?this:NaN;if(e!=null){var t=Rl(e,this.localeData());return this.day(this.day()%7?t:t-7)}else return this.day()||7}function ql(e){return this._weekdaysParseExact?(I(this,"_weekdaysRegex")||Wa.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(I(this,"_weekdaysRegex")||(this._weekdaysRegex=Ll),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)}function Kl(e){return this._weekdaysParseExact?(I(this,"_weekdaysRegex")||Wa.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(I(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Al),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function Jl(e){return this._weekdaysParseExact?(I(this,"_weekdaysRegex")||Wa.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(I(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=El),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function Wa(){function e(c,f){return f.length-c.length}var t=[],a=[],n=[],s=[],r,i,l,o,u;for(r=0;r<7;r++)i=me([2e3,1]).day(r),l=be(this.weekdaysMin(i,"")),o=be(this.weekdaysShort(i,"")),u=be(this.weekdays(i,"")),t.push(l),a.push(o),n.push(u),s.push(l),s.push(o),s.push(u);t.sort(e),a.sort(e),n.sort(e),s.sort(e),this._weekdaysRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+n.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+a.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+t.join("|")+")","i")}function Va(){return this.hours()%12||12}function Ql(){return this.hours()||24}p("H",["HH",2],0,"hour");p("h",["hh",2],0,Va);p("k",["kk",2],0,Ql);p("hmm",0,0,function(){return""+Va.apply(this)+he(this.minutes(),2)});p("hmmss",0,0,function(){return""+Va.apply(this)+he(this.minutes(),2)+he(this.seconds(),2)});p("Hmm",0,0,function(){return""+this.hours()+he(this.minutes(),2)});p("Hmmss",0,0,function(){return""+this.hours()+he(this.minutes(),2)+he(this.seconds(),2)});function gs(e,t){p(e,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)})}gs("a",!0);gs("A",!1);function _s(e,t){return t._meridiemParse}g("a",_s);g("A",_s);g("H",L,Fa);g("h",L,et);g("k",L,et);g("HH",L,X);g("hh",L,X);g("kk",L,X);g("hmm",is);g("hmmss",ls);g("Hmm",is);g("Hmmss",ls);R(["H","HH"],j);R(["k","kk"],function(e,t,a){var n=P(e);t[j]=n===24?0:n});R(["a","A"],function(e,t,a){a._isPm=a._locale.isPM(e),a._meridiem=e});R(["h","hh"],function(e,t,a){t[j]=P(e),M(a).bigHour=!0});R("hmm",function(e,t,a){var n=e.length-2;t[j]=P(e.substr(0,n)),t[ie]=P(e.substr(n)),M(a).bigHour=!0});R("hmmss",function(e,t,a){var n=e.length-4,s=e.length-2;t[j]=P(e.substr(0,n)),t[ie]=P(e.substr(n,2)),t[Se]=P(e.substr(s)),M(a).bigHour=!0});R("Hmm",function(e,t,a){var n=e.length-2;t[j]=P(e.substr(0,n)),t[ie]=P(e.substr(n))});R("Hmmss",function(e,t,a){var n=e.length-4,s=e.length-2;t[j]=P(e.substr(0,n)),t[ie]=P(e.substr(n,2)),t[Se]=P(e.substr(s))});function Xl(e){return(e+"").toLowerCase().charAt(0)==="p"}var eo=/[ap]\.?m?\.?/i,to=tt("Hours",!0);function ao(e,t,a){return e>11?a?"pm":"PM":a?"am":"AM"}var ws={calendar:Gi,longDateFormat:Zi,invalidDate:Ki,ordinal:Qi,dayOfMonthOrdinalParse:Xi,relativeTime:tl,months:gl,monthsShort:ds,week:Ol,weekdays:Wl,weekdaysMin:Vl,weekdaysShort:vs,meridiemParse:eo},A={},st={},vt;function no(e,t){var a,n=Math.min(e.length,t.length);for(a=0;a0;){if(s=Xt(r.slice(0,a).join("-")),s)return s;if(n&&n.length>=a&&no(r,n)>=a-1)break;a--}t++}return vt}function ro(e){return!!(e&&e.match("^[^/\\\\]*$"))}function Xt(e){var t=null,a;if(A[e]===void 0&&typeof module<"u"&&module&&module.exports&&ro(e))try{t=vt._abbr,a=require,a("./locale/"+e),Ne(t)}catch{A[e]=null}return A[e]}function Ne(e,t){var a;return e&&(J(t)?a=De(e):a=La(e,t),a?vt=a:typeof console<"u"&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),vt._abbr}function La(e,t){if(t!==null){var a,n=ws;if(t.abbr=e,A[e]!=null)as("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),n=A[e]._config;else if(t.parentLocale!=null)if(A[t.parentLocale]!=null)n=A[t.parentLocale]._config;else if(a=Xt(t.parentLocale),a!=null)n=a._config;else return st[t.parentLocale]||(st[t.parentLocale]=[]),st[t.parentLocale].push({name:e,config:t}),null;return A[e]=new Pa(ma(n,t)),st[e]&&st[e].forEach(function(s){La(s.name,s.config)}),Ne(e),A[e]}else return delete A[e],null}function io(e,t){if(t!=null){var a,n,s=ws;A[e]!=null&&A[e].parentLocale!=null?A[e].set(ma(A[e]._config,t)):(n=Xt(e),n!=null&&(s=n._config),t=ma(s,t),n==null&&(t.abbr=e),a=new Pa(t),a.parentLocale=A[e],A[e]=a),Ne(e)}else A[e]!=null&&(A[e].parentLocale!=null?(A[e]=A[e].parentLocale,e===Ne()&&Ne(e)):A[e]!=null&&delete A[e]);return A[e]}function De(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return vt;if(!le(e)){if(t=Xt(e),t)return t;e=[e]}return so(e)}function lo(){return ya(A)}function Aa(e){var t,a=e._a;return a&&M(e).overflow===-2&&(t=a[we]<0||a[we]>11?we:a[ce]<1||a[ce]>Ca(a[Z],a[we])?ce:a[j]<0||a[j]>24||a[j]===24&&(a[ie]!==0||a[Se]!==0||a[Ve]!==0)?j:a[ie]<0||a[ie]>59?ie:a[Se]<0||a[Se]>59?Se:a[Ve]<0||a[Ve]>999?Ve:-1,M(e)._overflowDayOfYear&&(tce)&&(t=ce),M(e)._overflowWeeks&&t===-1&&(t=cl),M(e)._overflowWeekday&&t===-1&&(t=fl),M(e).overflow=t),e}var oo=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,uo=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,co=/Z|[+-]\d\d(?::?\d\d)?/,Mt=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],la=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],fo=/^\/?Date\((-?\d+)/i,ho=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,mo={UT:0,GMT:0,EDT:-4*60,EST:-5*60,CDT:-5*60,CST:-6*60,MDT:-6*60,MST:-7*60,PDT:-7*60,PST:-8*60};function Ss(e){var t,a,n=e._i,s=oo.exec(n)||uo.exec(n),r,i,l,o,u=Mt.length,c=la.length;if(s){for(M(e).iso=!0,t=0,a=u;tct(i)||e._dayOfYear===0)&&(M(e)._overflowDayOfYear=!0),a=mt(i,0,e._dayOfYear),e._a[we]=a.getUTCMonth(),e._a[ce]=a.getUTCDate()),t=0;t<3&&e._a[t]==null;++t)e._a[t]=n[t]=s[t];for(;t<7;t++)e._a[t]=n[t]=e._a[t]==null?t===2?1:0:e._a[t];e._a[j]===24&&e._a[ie]===0&&e._a[Se]===0&&e._a[Ve]===0&&(e._nextDay=!0,e._a[j]=0),e._d=(e._useUTC?mt:Tl).apply(null,n),r=e._useUTC?e._d.getUTCDay():e._d.getDay(),e._tzm!=null&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[j]=24),e._w&&typeof e._w.d<"u"&&e._w.d!==r&&(M(e).weekdayMismatch=!0)}}function ko(e){var t,a,n,s,r,i,l,o,u;t=e._w,t.GG!=null||t.W!=null||t.E!=null?(r=1,i=4,a=Ge(t.GG,e._a[Z],yt(V(),1,4).year),n=Ge(t.W,1),s=Ge(t.E,1),(s<1||s>7)&&(o=!0)):(r=e._locale._week.dow,i=e._locale._week.doy,u=yt(V(),r,i),a=Ge(t.gg,e._a[Z],u.year),n=Ge(t.w,u.week),t.d!=null?(s=t.d,(s<0||s>6)&&(o=!0)):t.e!=null?(s=t.e+r,(t.e<0||t.e>6)&&(o=!0)):s=r),n<1||n>ke(a,r,i)?M(e)._overflowWeeks=!0:o!=null?M(e)._overflowWeekday=!0:(l=ys(a,n,s,r,i),e._a[Z]=l.year,e._dayOfYear=l.dayOfYear)}v.ISO_8601=function(){};v.RFC_2822=function(){};function Ua(e){if(e._f===v.ISO_8601){Ss(e);return}if(e._f===v.RFC_2822){bs(e);return}e._a=[],M(e).empty=!0;var t=""+e._i,a,n,s,r,i,l=t.length,o=0,u,c;for(s=ns(e._f,e._locale).match(Oa)||[],c=s.length,a=0;a0&&M(e).unusedInput.push(i),t=t.slice(t.indexOf(n)+n.length),o+=n.length),Be[r]?(n?M(e).empty=!1:M(e).unusedTokens.push(r),dl(r,n,e)):e._strict&&!n&&M(e).unusedTokens.push(r);M(e).charsLeftOver=l-o,t.length>0&&M(e).unusedInput.push(t),e._a[j]<=12&&M(e).bigHour===!0&&e._a[j]>0&&(M(e).bigHour=void 0),M(e).parsedDateParts=e._a.slice(0),M(e).meridiem=e._meridiem,e._a[j]=po(e._locale,e._a[j],e._meridiem),u=M(e).era,u!==null&&(e._a[Z]=e._locale.erasConvertYear(u,e._a[Z])),Ea(e),Aa(e)}function po(e,t,a){var n;return a==null?t:e.meridiemHour!=null?e.meridiemHour(t,a):(e.isPM!=null&&(n=e.isPM(a),n&&t<12&&(t+=12),!n&&t===12&&(t=0)),t)}function Do(e){var t,a,n,s,r,i,l=!1,o=e._f.length;if(o===0){M(e).invalidFormat=!0,e._d=new Date(NaN);return}for(s=0;sthis?this:e:Bt()});function Ds(e,t){var a,n;if(t.length===1&&le(t[0])&&(t=t[0]),!t.length)return V();for(a=t[0],n=1;nthis.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function jo(){if(!J(this._isDSTShifted))return this._isDSTShifted;var e={},t;return Ta(e,this),e=ks(e),e._a?(t=e._isUTC?me(e._a):V(e._a),this._isDSTShifted=this.isValid()&&Wo(e._a,t.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function Bo(){return this.isValid()?!this._isUTC:!1}function zo(){return this.isValid()?this._isUTC:!1}function Ms(){return this.isValid()?this._isUTC&&this._offset===0:!1}var Zo=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,qo=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function ue(e,t){var a=e,n=null,s,r,i;return Ot(e)?a={ms:e._milliseconds,d:e._days,M:e._months}:pe(e)||!isNaN(+e)?(a={},t?a[t]=+e:a.milliseconds=+e):(n=Zo.exec(e))?(s=n[1]==="-"?-1:1,a={y:0,d:P(n[ce])*s,h:P(n[j])*s,m:P(n[ie])*s,s:P(n[Se])*s,ms:P(ga(n[Ve]*1e3))*s}):(n=qo.exec(e))?(s=n[1]==="-"?-1:1,a={y:Re(n[2],s),M:Re(n[3],s),w:Re(n[4],s),d:Re(n[5],s),h:Re(n[6],s),m:Re(n[7],s),s:Re(n[8],s)}):a==null?a={}:typeof a=="object"&&("from"in a||"to"in a)&&(i=Ko(V(a.from),V(a.to)),a={},a.ms=i.milliseconds,a.M=i.months),r=new ea(a),Ot(e)&&I(e,"_locale")&&(r._locale=e._locale),Ot(e)&&I(e,"_isValid")&&(r._isValid=e._isValid),r}ue.fn=ea.prototype;ue.invalid=Ro;function Re(e,t){var a=e&&parseFloat(e.replace(",","."));return(isNaN(a)?0:a)*t}function vn(e,t){var a={};return a.months=t.month()-e.month()+(t.year()-e.year())*12,e.clone().add(a.months,"M").isAfter(t)&&--a.months,a.milliseconds=+t-+e.clone().add(a.months,"M"),a}function Ko(e,t){var a;return e.isValid()&&t.isValid()?(t=$a(t,e),e.isBefore(t)?a=vn(e,t):(a=vn(t,e),a.milliseconds=-a.milliseconds,a.months=-a.months),a):{milliseconds:0,months:0}}function Ts(e,t){return function(a,n){var s,r;return n!==null&&!isNaN(+n)&&(as(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),r=a,a=n,n=r),s=ue(a,n),Ps(this,s,e),this}}function Ps(e,t,a,n){var s=t._milliseconds,r=ga(t._days),i=ga(t._months);e.isValid()&&(n=n??!0,i&&fs(e,ht(e,"Month")+i*a),r&&us(e,"Date",ht(e,"Date")+r*a),s&&e._d.setTime(e._d.valueOf()+s*a),n&&v.updateOffset(e,r||i))}var Jo=Ts(1,"add"),Qo=Ts(-1,"subtract");function Os(e){return typeof e=="string"||e instanceof String}function Xo(e){return oe(e)||_t(e)||Os(e)||pe(e)||tu(e)||eu(e)||e===null||e===void 0}function eu(e){var t=Le(e)&&!xa(e),a=!1,n=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],s,r,i=n.length;for(s=0;sa.valueOf():a.valueOf()9999?Pt(a,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):ye(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+this.utcOffset()*60*1e3).toISOString().replace("Z",Pt(a,"Z")):Pt(a,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function yu(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e="moment",t="",a,n,s,r;return this.isLocal()||(e=this.utcOffset()===0?"moment.utc":"moment.parseZone",t="Z"),a="["+e+'("]',n=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",s="-MM-DD[T]HH:mm:ss.SSS",r=t+'[")]',this.format(a+n+s+r)}function vu(e){e||(e=this.isUtc()?v.defaultFormatUtc:v.defaultFormat);var t=Pt(this,e);return this.localeData().postformat(t)}function gu(e,t){return this.isValid()&&(oe(e)&&e.isValid()||V(e).isValid())?ue({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function _u(e){return this.from(V(),e)}function wu(e,t){return this.isValid()&&(oe(e)&&e.isValid()||V(e).isValid())?ue({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function Su(e){return this.to(V(),e)}function Ys(e){var t;return e===void 0?this._locale._abbr:(t=De(e),t!=null&&(this._locale=t),this)}var Ns=ae("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(e){return e===void 0?this.localeData():this.locale(e)});function Is(){return this._locale}var Vt=1e3,ze=60*Vt,Lt=60*ze,Fs=(365*400+97)*24*Lt;function Ze(e,t){return(e%t+t)%t}function Cs(e,t,a){return e<100&&e>=0?new Date(e+400,t,a)-Fs:new Date(e,t,a).valueOf()}function Rs(e,t,a){return e<100&&e>=0?Date.UTC(e+400,t,a)-Fs:Date.UTC(e,t,a)}function bu(e){var t,a;if(e=ne(e),e===void 0||e==="millisecond"||!this.isValid())return this;switch(a=this._isUTC?Rs:Cs,e){case"year":t=a(this.year(),0,1);break;case"quarter":t=a(this.year(),this.month()-this.month()%3,1);break;case"month":t=a(this.year(),this.month(),1);break;case"week":t=a(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=a(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=a(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=Ze(t+(this._isUTC?0:this.utcOffset()*ze),Lt);break;case"minute":t=this._d.valueOf(),t-=Ze(t,ze);break;case"second":t=this._d.valueOf(),t-=Ze(t,Vt);break}return this._d.setTime(t),v.updateOffset(this,!0),this}function ku(e){var t,a;if(e=ne(e),e===void 0||e==="millisecond"||!this.isValid())return this;switch(a=this._isUTC?Rs:Cs,e){case"year":t=a(this.year()+1,0,1)-1;break;case"quarter":t=a(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=a(this.year(),this.month()+1,1)-1;break;case"week":t=a(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=a(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=a(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=Lt-Ze(t+(this._isUTC?0:this.utcOffset()*ze),Lt)-1;break;case"minute":t=this._d.valueOf(),t+=ze-Ze(t,ze)-1;break;case"second":t=this._d.valueOf(),t+=Vt-Ze(t,Vt)-1;break}return this._d.setTime(t),v.updateOffset(this,!0),this}function pu(){return this._d.valueOf()-(this._offset||0)*6e4}function Du(){return Math.floor(this.valueOf()/1e3)}function xu(){return new Date(this.valueOf())}function Mu(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]}function Tu(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}}function Pu(){return this.isValid()?this.toISOString():null}function Ou(){return Ma(this)}function Yu(){return Pe({},M(this))}function Nu(){return M(this).overflow}function Iu(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}p("N",0,0,"eraAbbr");p("NN",0,0,"eraAbbr");p("NNN",0,0,"eraAbbr");p("NNNN",0,0,"eraName");p("NNNNN",0,0,"eraNarrow");p("y",["y",1],"yo","eraYear");p("y",["yy",2],0,"eraYear");p("y",["yyy",3],0,"eraYear");p("y",["yyyy",4],0,"eraYear");g("N",Ga);g("NN",Ga);g("NNN",Ga);g("NNNN",$u);g("NNNNN",Gu);R(["N","NN","NNN","NNNN","NNNNN"],function(e,t,a,n){var s=a._locale.erasParse(e,n,a._strict);s?M(a).era=s:M(a).invalidEra=e});g("y",Xe);g("yy",Xe);g("yyy",Xe);g("yyyy",Xe);g("yo",ju);R(["y","yy","yyy","yyyy"],Z);R(["yo"],function(e,t,a,n){var s;a._locale._eraYearOrdinalRegex&&(s=e.match(a._locale._eraYearOrdinalRegex)),a._locale.eraYearOrdinalParse?t[Z]=a._locale.eraYearOrdinalParse(e,s):t[Z]=parseInt(e,10)});function Fu(e,t){var a,n,s,r=this._eras||De("en")._eras;for(a=0,n=r.length;a=0)return r[n]}function Ru(e,t){var a=e.since<=e.until?1:-1;return t===void 0?v(e.since).year():v(e.since).year()+(t-e.offset)*a}function Wu(){var e,t,a,n=this.localeData().eras();for(e=0,t=n.length;er&&(t=r),Qu.call(this,e,t,a,n,s))}function Qu(e,t,a,n,s){var r=ys(e,t,a,n,s),i=mt(r.year,0,r.dayOfYear);return this.year(i.getUTCFullYear()),this.month(i.getUTCMonth()),this.date(i.getUTCDate()),this}p("Q",0,"Qo","quarter");g("Q",ss);R("Q",function(e,t){t[we]=(P(e)-1)*3});function Xu(e){return e==null?Math.ceil((this.month()+1)/3):this.month((e-1)*3+this.month()%3)}p("D",["DD",2],"Do","date");g("D",L,et);g("DD",L,X);g("Do",function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient});R(["D","DD"],ce);R("Do",function(e,t){t[ce]=P(e.match(L)[0])});var Vs=tt("Date",!0);p("DDD",["DDDD",3],"DDDo","dayOfYear");g("DDD",Zt);g("DDDD",rs);R(["DDD","DDDD"],function(e,t,a){a._dayOfYear=P(e)});function ed(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return e==null?t:this.add(e-t,"d")}p("m",["mm",2],0,"minute");g("m",L,Fa);g("mm",L,X);R(["m","mm"],ie);var td=tt("Minutes",!1);p("s",["ss",2],0,"second");g("s",L,Fa);g("ss",L,X);R(["s","ss"],Se);var ad=tt("Seconds",!1);p("S",0,0,function(){return~~(this.millisecond()/100)});p(0,["SS",2],0,function(){return~~(this.millisecond()/10)});p(0,["SSS",3],0,"millisecond");p(0,["SSSS",4],0,function(){return this.millisecond()*10});p(0,["SSSSS",5],0,function(){return this.millisecond()*100});p(0,["SSSSSS",6],0,function(){return this.millisecond()*1e3});p(0,["SSSSSSS",7],0,function(){return this.millisecond()*1e4});p(0,["SSSSSSSS",8],0,function(){return this.millisecond()*1e5});p(0,["SSSSSSSSS",9],0,function(){return this.millisecond()*1e6});g("S",Zt,ss);g("SS",Zt,X);g("SSS",Zt,rs);var Oe,Ls;for(Oe="SSSS";Oe.length<=9;Oe+="S")g(Oe,Xe);function nd(e,t){t[Ve]=P(("0."+e)*1e3)}for(Oe="S";Oe.length<=9;Oe+="S")R(Oe,nd);Ls=tt("Milliseconds",!1);p("z",0,0,"zoneAbbr");p("zz",0,0,"zoneName");function sd(){return this._isUTC?"UTC":""}function rd(){return this._isUTC?"Coordinated Universal Time":""}var h=wt.prototype;h.add=Jo;h.calendar=su;h.clone=ru;h.diff=fu;h.endOf=ku;h.format=vu;h.from=gu;h.fromNow=_u;h.to=wu;h.toNow=Su;h.get=ml;h.invalidAt=Nu;h.isAfter=iu;h.isBefore=lu;h.isBetween=ou;h.isSame=uu;h.isSameOrAfter=du;h.isSameOrBefore=cu;h.isValid=Ou;h.lang=Ns;h.locale=Ys;h.localeData=Is;h.max=Oo;h.min=Po;h.parsingFlags=Yu;h.set=yl;h.startOf=bu;h.subtract=Qo;h.toArray=Mu;h.toObject=Tu;h.toDate=xu;h.toISOString=mu;h.inspect=yu;typeof Symbol<"u"&&Symbol.for!=null&&(h[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"});h.toJSON=Pu;h.toString=hu;h.unix=Du;h.valueOf=pu;h.creationData=Iu;h.eraName=Wu;h.eraNarrow=Vu;h.eraAbbr=Lu;h.eraYear=Au;h.year=os;h.isLeapYear=hl;h.weekYear=Bu;h.isoWeekYear=zu;h.quarter=h.quarters=Xu;h.month=hs;h.daysInMonth=Dl;h.week=h.weeks=Il;h.isoWeek=h.isoWeeks=Fl;h.weeksInYear=Ku;h.weeksInWeekYear=Ju;h.isoWeeksInYear=Zu;h.isoWeeksInISOWeekYear=qu;h.date=Vs;h.day=h.days=Bl;h.weekday=zl;h.isoWeekday=Zl;h.dayOfYear=ed;h.hour=h.hours=to;h.minute=h.minutes=td;h.second=h.seconds=ad;h.millisecond=h.milliseconds=Ls;h.utcOffset=Lo;h.utc=Eo;h.local=Uo;h.parseZone=Ho;h.hasAlignedHourOffset=$o;h.isDST=Go;h.isLocal=Bo;h.isUtcOffset=zo;h.isUtc=Ms;h.isUTC=Ms;h.zoneAbbr=sd;h.zoneName=rd;h.dates=ae("dates accessor is deprecated. Use date instead.",Vs);h.months=ae("months accessor is deprecated. Use month instead",hs);h.years=ae("years accessor is deprecated. Use year instead",os);h.zone=ae("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",Ao);h.isDSTShifted=ae("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",jo);function id(e){return V(e*1e3)}function ld(){return V.apply(null,arguments).parseZone()}function As(e){return e}var F=Pa.prototype;F.calendar=ji;F.longDateFormat=qi;F.invalidDate=Ji;F.ordinal=el;F.preparse=As;F.postformat=As;F.relativeTime=al;F.pastFuture=nl;F.set=$i;F.eras=Fu;F.erasParse=Cu;F.erasConvertYear=Ru;F.erasAbbrRegex=Uu;F.erasNameRegex=Eu;F.erasNarrowRegex=Hu;F.months=Sl;F.monthsShort=bl;F.monthsParse=pl;F.monthsRegex=Ml;F.monthsShortRegex=xl;F.week=Pl;F.firstDayOfYear=Nl;F.firstDayOfWeek=Yl;F.weekdays=Ul;F.weekdaysMin=$l;F.weekdaysShort=Hl;F.weekdaysParse=jl;F.weekdaysRegex=ql;F.weekdaysShortRegex=Kl;F.weekdaysMinRegex=Jl;F.isPM=Xl;F.meridiem=ao;function At(e,t,a,n){var s=De(),r=me().set(n,t);return s[a](r,e)}function Es(e,t,a){if(pe(e)&&(t=e,e=void 0),e=e||"",t!=null)return At(e,t,a,"month");var n,s=[];for(n=0;n<12;n++)s[n]=At(e,n,a,"month");return s}function Ba(e,t,a,n){typeof e=="boolean"?(pe(t)&&(a=t,t=void 0),t=t||""):(t=e,a=t,e=!1,pe(t)&&(a=t,t=void 0),t=t||"");var s=De(),r=e?s._week.dow:0,i,l=[];if(a!=null)return At(t,(a+r)%7,n,"day");for(i=0;i<7;i++)l[i]=At(t,(i+r)%7,n,"day");return l}function od(e,t){return Es(e,t,"months")}function ud(e,t){return Es(e,t,"monthsShort")}function dd(e,t,a){return Ba(e,t,a,"weekdays")}function cd(e,t,a){return Ba(e,t,a,"weekdaysShort")}function fd(e,t,a){return Ba(e,t,a,"weekdaysMin")}Ne("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10,a=P(e%100/10)===1?"th":t===1?"st":t===2?"nd":t===3?"rd":"th";return e+a}});v.lang=ae("moment.lang is deprecated. Use moment.locale instead.",Ne);v.langData=ae("moment.langData is deprecated. Use moment.localeData instead.",De);var ve=Math.abs;function hd(){var e=this._data;return this._milliseconds=ve(this._milliseconds),this._days=ve(this._days),this._months=ve(this._months),e.milliseconds=ve(e.milliseconds),e.seconds=ve(e.seconds),e.minutes=ve(e.minutes),e.hours=ve(e.hours),e.months=ve(e.months),e.years=ve(e.years),this}function Us(e,t,a,n){var s=ue(t,a);return e._milliseconds+=n*s._milliseconds,e._days+=n*s._days,e._months+=n*s._months,e._bubble()}function md(e,t){return Us(this,e,t,1)}function yd(e,t){return Us(this,e,t,-1)}function gn(e){return e<0?Math.floor(e):Math.ceil(e)}function vd(){var e=this._milliseconds,t=this._days,a=this._months,n=this._data,s,r,i,l,o;return e>=0&&t>=0&&a>=0||e<=0&&t<=0&&a<=0||(e+=gn(wa(a)+t)*864e5,t=0,a=0),n.milliseconds=e%1e3,s=te(e/1e3),n.seconds=s%60,r=te(s/60),n.minutes=r%60,i=te(r/60),n.hours=i%24,t+=te(i/24),o=te(Hs(t)),a+=o,t-=gn(wa(o)),l=te(a/12),a%=12,n.days=t,n.months=a,n.years=l,this}function Hs(e){return e*4800/146097}function wa(e){return e*146097/4800}function gd(e){if(!this.isValid())return NaN;var t,a,n=this._milliseconds;if(e=ne(e),e==="month"||e==="quarter"||e==="year")switch(t=this._days+n/864e5,a=this._months+Hs(t),e){case"month":return a;case"quarter":return a/3;case"year":return a/12}else switch(t=this._days+Math.round(wa(this._months)),e){case"week":return t/7+n/6048e5;case"day":return t+n/864e5;case"hour":return t*24+n/36e5;case"minute":return t*1440+n/6e4;case"second":return t*86400+n/1e3;case"millisecond":return Math.floor(t*864e5)+n;default:throw new Error("Unknown unit "+e)}}function xe(e){return function(){return this.as(e)}}var $s=xe("ms"),_d=xe("s"),wd=xe("m"),Sd=xe("h"),bd=xe("d"),kd=xe("w"),pd=xe("M"),Dd=xe("Q"),xd=xe("y"),Md=$s;function Td(){return ue(this)}function Pd(e){return e=ne(e),this.isValid()?this[e+"s"]():NaN}function Ue(e){return function(){return this.isValid()?this._data[e]:NaN}}var Od=Ue("milliseconds"),Yd=Ue("seconds"),Nd=Ue("minutes"),Id=Ue("hours"),Fd=Ue("days"),Cd=Ue("months"),Rd=Ue("years");function Wd(){return te(this.days()/7)}var ge=Math.round,je={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function Vd(e,t,a,n,s){return s.relativeTime(t||1,!!a,e,n)}function Ld(e,t,a,n){var s=ue(e).abs(),r=ge(s.as("s")),i=ge(s.as("m")),l=ge(s.as("h")),o=ge(s.as("d")),u=ge(s.as("M")),c=ge(s.as("w")),f=ge(s.as("y")),d=r<=a.ss&&["s",r]||r0,d[4]=n,Vd.apply(null,d)}function Ad(e){return e===void 0?ge:typeof e=="function"?(ge=e,!0):!1}function Ed(e,t){return je[e]===void 0?!1:t===void 0?je[e]:(je[e]=t,e==="s"&&(je.ss=t-1),!0)}function Ud(e,t){if(!this.isValid())return this.localeData().invalidDate();var a=!1,n=je,s,r;return typeof e=="object"&&(t=e,e=!1),typeof e=="boolean"&&(a=e),typeof t=="object"&&(n=Object.assign({},je,t),t.s!=null&&t.ss==null&&(n.ss=t.s-1)),s=this.localeData(),r=Ld(this,!a,n,s),a&&(r=s.pastFuture(+this,r)),s.postformat(r)}var oa=Math.abs;function $e(e){return(e>0)-(e<0)||+e}function aa(){if(!this.isValid())return this.localeData().invalidDate();var e=oa(this._milliseconds)/1e3,t=oa(this._days),a=oa(this._months),n,s,r,i,l=this.asSeconds(),o,u,c,f;return l?(n=te(e/60),s=te(n/60),e%=60,n%=60,r=te(a/12),a%=12,i=e?e.toFixed(3).replace(/\.?0+$/,""):"",o=l<0?"-":"",u=$e(this._months)!==$e(l)?"-":"",c=$e(this._days)!==$e(l)?"-":"",f=$e(this._milliseconds)!==$e(l)?"-":"",o+"P"+(r?u+r+"Y":"")+(a?u+a+"M":"")+(t?c+t+"D":"")+(s||n||e?"T":"")+(s?f+s+"H":"")+(n?f+n+"M":"")+(e?f+i+"S":"")):"P0D"}var O=ea.prototype;O.isValid=Co;O.abs=hd;O.add=md;O.subtract=yd;O.as=gd;O.asMilliseconds=$s;O.asSeconds=_d;O.asMinutes=wd;O.asHours=Sd;O.asDays=bd;O.asWeeks=kd;O.asMonths=pd;O.asQuarters=Dd;O.asYears=xd;O.valueOf=Md;O._bubble=vd;O.clone=Td;O.get=Pd;O.milliseconds=Od;O.seconds=Yd;O.minutes=Nd;O.hours=Id;O.days=Fd;O.weeks=Wd;O.months=Cd;O.years=Rd;O.humanize=Ud;O.toISOString=aa;O.toString=aa;O.toJSON=aa;O.locale=Ys;O.localeData=Is;O.toIsoString=ae("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",aa);O.lang=Ns;p("X",0,0,"unix");p("x",0,0,"valueOf");g("x",Kt);g("X",ll);R("X",function(e,t,a){a._d=new Date(parseFloat(e)*1e3)});R("x",function(e,t,a){a._d=new Date(P(e))});//! moment.js +v.version="2.30.1";Ui(V);v.fn=h;v.min=Yo;v.max=No;v.now=Io;v.utc=me;v.unix=id;v.months=od;v.isDate=_t;v.locale=Ne;v.invalid=Bt;v.duration=ue;v.isMoment=oe;v.weekdays=dd;v.parseZone=ld;v.localeData=De;v.isDuration=Ot;v.monthsShort=ud;v.weekdaysMin=fd;v.defineLocale=La;v.updateLocale=io;v.locales=lo;v.weekdaysShort=cd;v.normalizeUnits=ne;v.relativeTimeRounding=Ad;v.relativeTimeThreshold=Ed;v.calendarFormat=nu;v.prototype=h;v.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"};const Hd=ba({__name:"Clock",setup(e){wr(l=>({a94393dc:n[a.value]}));const t=Q(""),a=Q(2),n=["3rem","5rem","7rem"];ka(()=>{r()});const s=l=>v(l).format("HH:mm:ss");function r(){const l=new Date;t.value=s(l)}Ei(r,250);function i(){a.value=(a.value+1)%n.length}return(l,o)=>(re(),Ke(Nt,{class:"mx-auto","max-width":"750"},{default:E(()=>[m(bn,{class:"text-center"},{default:E(()=>[H("div",{class:"display-1 font-weight-bold",onClick:i},G(t.value),1)]),_:1})]),_:1}))}}),$d=$t(Hd,[["__scopeId","data-v-469e8d3b"]]);function Et(e){const t=Object.prototype.toString.call(e);return e instanceof Date||typeof e=="object"&&t==="[object Date]"?new e.constructor(+e):typeof e=="number"||t==="[object Number]"||typeof e=="string"||t==="[object String]"?new Date(e):new Date(NaN)}const Gs=6e4,js=36e5;function Gd(e,t){const a=Et(e),n=Et(t);return a.getTime()>n.getTime()}function _n(e,t){const a=Et(e),n=Et(t);return+a<+n}function ft(e,t){const n=Zd(e);let s;if(n.date){const o=qd(n.date,2);s=Kd(o.restDateString,o.year)}if(!s||isNaN(s.getTime()))return new Date(NaN);const r=s.getTime();let i=0,l;if(n.time&&(i=Jd(n.time),isNaN(i)))return new Date(NaN);if(n.timezone){if(l=Qd(n.timezone),isNaN(l))return new Date(NaN)}else{const o=new Date(r+i),u=new Date(0);return u.setFullYear(o.getUTCFullYear(),o.getUTCMonth(),o.getUTCDate()),u.setHours(o.getUTCHours(),o.getUTCMinutes(),o.getUTCSeconds(),o.getUTCMilliseconds()),u}return new Date(r+i+l)}const Tt={dateTimeDelimiter:/[T ]/,timeZoneDelimiter:/[Z ]/i,timezone:/([Z+-].*)$/},jd=/^-?(?:(\d{3})|(\d{2})(?:-?(\d{2}))?|W(\d{2})(?:-?(\d{1}))?|)$/,Bd=/^(\d{2}(?:[.,]\d*)?)(?::?(\d{2}(?:[.,]\d*)?))?(?::?(\d{2}(?:[.,]\d*)?))?$/,zd=/^([+-])(\d{2})(?::?(\d{2}))?$/;function Zd(e){const t={},a=e.split(Tt.dateTimeDelimiter);let n;if(a.length>2)return t;if(/:/.test(a[0])?n=a[0]:(t.date=a[0],n=a[1],Tt.timeZoneDelimiter.test(t.date)&&(t.date=e.split(Tt.timeZoneDelimiter)[0],n=e.substr(t.date.length,e.length))),n){const s=Tt.timezone.exec(n);s?(t.time=n.replace(s[1],""),t.timezone=s[1]):t.time=n}return t}function qd(e,t){const a=new RegExp("^(?:(\\d{4}|[+-]\\d{"+(4+t)+"})|(\\d{2}|[+-]\\d{"+(2+t)+"})$)"),n=e.match(a);if(!n)return{year:NaN,restDateString:""};const s=n[1]?parseInt(n[1]):null,r=n[2]?parseInt(n[2]):null;return{year:r===null?s:r*100,restDateString:e.slice((n[1]||n[2]).length)}}function Kd(e,t){if(t===null)return new Date(NaN);const a=e.match(jd);if(!a)return new Date(NaN);const n=!!a[4],s=it(a[1]),r=it(a[2])-1,i=it(a[3]),l=it(a[4]),o=it(a[5])-1;if(n)return nc(t,l,o)?Xd(t,l,o):new Date(NaN);{const u=new Date(0);return!tc(t,r,i)||!ac(t,s)?new Date(NaN):(u.setUTCFullYear(t,r,Math.max(s,i)),u)}}function it(e){return e?parseInt(e):1}function Jd(e){const t=e.match(Bd);if(!t)return NaN;const a=ua(t[1]),n=ua(t[2]),s=ua(t[3]);return sc(a,n,s)?a*js+n*Gs+s*1e3:NaN}function ua(e){return e&&parseFloat(e.replace(",","."))||0}function Qd(e){if(e==="Z")return 0;const t=e.match(zd);if(!t)return 0;const a=t[1]==="+"?-1:1,n=parseInt(t[2]),s=t[3]&&parseInt(t[3])||0;return rc(n,s)?a*(n*js+s*Gs):NaN}function Xd(e,t,a){const n=new Date(0);n.setUTCFullYear(e,0,4);const s=n.getUTCDay()||7,r=(t-1)*7+a+1-s;return n.setUTCDate(n.getUTCDate()+r),n}const ec=[31,null,31,30,31,30,31,31,30,31,30,31];function Bs(e){return e%400===0||e%4===0&&e%100!==0}function tc(e,t,a){return t>=0&&t<=11&&a>=1&&a<=(ec[t]||(Bs(e)?29:28))}function ac(e,t){return t>=1&&t<=(Bs(e)?366:365)}function nc(e,t,a){return t>=1&&t<=53&&a>=0&&a<=6}function sc(e,t,a){return e===24?t===0&&a===0:a>=0&&a<60&&t>=0&&t<60&&e>=0&&e<25}function rc(e,t){return t>=0&&t<=59}function ic(e){const t=new Date;for(const a of e){const n=ft(a.start),s=ft(a.end);if(_n(n,t)&&_n(t,s))return a}return null}function wn(e){const t=new Date;e.sort((a,n)=>ft(a.start).getTime()-ft(n.start).getTime());for(const a of e){const n=ft(a.start);if(Gd(n,t))return a}return null}const lc={class:"large-title"},oc={class:"room"},uc={class:"medium-title text-left"},dc={__name:"infoPage",setup(e){const t=Nr(),a=Q(null);let n=null;const s=()=>{const i=ic(t.examInfos);a.value=i||wn(t.examInfos)},r=()=>{n&&clearTimeout(n);const i=wn(t.examInfos);if(i){const l=new Date(i.end).getTime(),o=Date.now(),u=l-o+6e4;n=setTimeout(()=>{s(),r()},u)}};return ka(()=>{s(),r()}),On(()=>{n&&clearTimeout(n)}),(i,l)=>{const o=$d,u=Li,c=Ni;return re(),Ke(Sn,{class:"main-area"},{default:E(()=>[m(da,null,{default:E(()=>[m(lt,{cols:"12",class:"d-flex justify-space-between align-center"},{default:E(()=>[H("h1",lc,G(se(t).examName),1),H("h2",oc,G(se(t).room),1)]),_:1}),se(t).message?(re(),Ke(lt,{key:0,cols:"12"},{default:E(()=>[H("h3",uc,G(se(t).message),1)]),_:1})):Ft("",!0)]),_:1}),m(da,null,{default:E(()=>[m(lt,{cols:"6"},{default:E(()=>[m(o),m(u,{exam:a.value},null,8,["exam"])]),_:1}),m(lt,{cols:"6"},{default:E(()=>[m(c,{exam:se(t).examInfos},null,8,["exam"])]),_:1})]),_:1})]),_:1})}}},vc=$t(dc,[["__scopeId","data-v-b68db5c5"]]);export{vc as default}; diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/infoPage-KUt33dMP.css b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/infoPage-KUt33dMP.css new file mode 100644 index 0000000..9625abd --- /dev/null +++ b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/infoPage-KUt33dMP.css @@ -0,0 +1 @@ +.v-data-table{width:100%}.v-data-table__table{width:100%;border-collapse:separate;border-spacing:0}.v-data-table__tr--focus{border:1px dotted black}.v-data-table__tr--clickable{cursor:pointer}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--align-end,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--align-end,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--align-end,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--align-end{text-align:end}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--align-end .v-data-table-header__content,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--align-end .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--align-end .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--align-end .v-data-table-header__content{flex-direction:row-reverse}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--align-center,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--align-center,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--align-center,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--align-center{text-align:center}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--align-center .v-data-table-header__content,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--align-center .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--align-center .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--align-center .v-data-table-header__content{justify-content:center}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--no-padding,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--no-padding,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--no-padding,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--no-padding{padding:0 8px}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--nowrap,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--nowrap,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--nowrap,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--nowrap{text-overflow:ellipsis;text-wrap:nowrap;overflow:hidden}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--nowrap .v-data-table-header__content,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--nowrap .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--nowrap .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--nowrap .v-data-table-header__content{display:contents}.v-data-table .v-table__wrapper>table>thead>tr>th,.v-data-table .v-table__wrapper>table tbody>tr>th{align-items:center}.v-data-table .v-table__wrapper>table>thead>tr>th.v-data-table__th--fixed,.v-data-table .v-table__wrapper>table tbody>tr>th.v-data-table__th--fixed{position:sticky}.v-data-table .v-table__wrapper>table>thead>tr>th.v-data-table__th--sortable:hover,.v-data-table .v-table__wrapper>table tbody>tr>th.v-data-table__th--sortable:hover{cursor:pointer;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-data-table .v-table__wrapper>table>thead>tr>th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,.v-data-table .v-table__wrapper>table tbody>tr>th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon{opacity:0}.v-data-table .v-table__wrapper>table>thead>tr>th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,.v-data-table .v-table__wrapper>table tbody>tr>th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon{opacity:.5}.v-data-table .v-table__wrapper>table>thead>tr.v-data-table__tr--mobile>td,.v-data-table .v-table__wrapper>table tbody>tr.v-data-table__tr--mobile>td{height:fit-content}.v-data-table-column--fixed,.v-data-table__th--sticky{background:rgb(var(--v-theme-surface));position:sticky!important;left:0;z-index:1}.v-data-table-column--last-fixed{border-right:1px solid rgba(var(--v-border-color),var(--v-border-opacity))}.v-data-table.v-table--fixed-header>.v-table__wrapper>table>thead>tr>th.v-data-table-column--fixed{z-index:2}.v-data-table-group-header-row td{background:rgba(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface))}.v-data-table-group-header-row td>span{padding-left:5px}.v-data-table--loading .v-data-table__td{opacity:var(--v-disabled-opacity)}.v-data-table-group-header-row__column{padding-left:calc(var(--v-data-table-group-header-row-depth) * 16px)!important}.v-data-table-header__content{display:flex;align-items:center}.v-data-table-header__sort-badge{display:inline-flex;justify-content:center;align-items:center;font-size:.875rem;padding:4px;border-radius:50%;background:rgba(var(--v-border-color),var(--v-border-opacity));min-width:20px;min-height:20px;width:20px;height:20px}.v-data-table-progress>th{border:none!important;height:auto!important;padding:0!important}.v-data-table-progress__loader{position:relative}.v-data-table-rows-loading,.v-data-table-rows-no-data{text-align:center}.v-data-table__tr--mobile>.v-data-table__td--expanded-row{grid-template-columns:0;justify-content:center}.v-data-table__tr--mobile>.v-data-table__td--select-row{grid-template-columns:0;justify-content:end}.v-data-table__tr--mobile>td{align-items:center;column-gap:4px;display:grid;grid-template-columns:repeat(2,1fr);min-height:var(--v-table-row-height)}.v-data-table__tr--mobile>td:not(:last-child){border-bottom:0!important}.v-data-table__td-title{font-weight:500;text-align:left}.v-data-table__td-value{text-align:right}.v-data-table__td-sort-icon{color:rgba(var(--v-theme-on-surface),var(--v-disabled-opacity))}.v-data-table__td-sort-icon-active{color:rgba(var(--v-theme-on-surface))}.v-data-table-footer{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-end;padding:8px 4px}.v-data-table-footer__items-per-page{align-items:center;display:flex;justify-content:center}.v-data-table-footer__items-per-page>span{padding-inline-end:8px}.v-data-table-footer__items-per-page>.v-select{width:90px}.v-data-table-footer__info{display:flex;justify-content:flex-end;min-width:116px;padding:0 16px}.v-data-table-footer__paginationz{align-items:center;display:flex;margin-inline-start:16px}.v-data-table-footer__page{padding:0 8px}.v-pagination__list{display:inline-flex;list-style-type:none;justify-content:center;width:100%}.v-pagination__item,.v-pagination__first,.v-pagination__prev,.v-pagination__next,.v-pagination__last{margin:.3rem}.v-table{font-size:.875rem;transition-duration:.28s;transition-property:box-shadow,opacity,background,height;transition-timing-function:cubic-bezier(.4,0,.2,1)}.v-table{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-table .v-table-divider{border-right:thin solid rgba(var(--v-border-color),var(--v-border-opacity))}.v-table .v-table__wrapper>table>thead>tr>th{border-bottom:thin solid rgba(var(--v-border-color),var(--v-border-opacity))}.v-table .v-table__wrapper>table>tbody>tr:not(:last-child)>td,.v-table .v-table__wrapper>table>tbody>tr:not(:last-child)>th{border-bottom:thin solid rgba(var(--v-border-color),var(--v-border-opacity))}.v-table .v-table__wrapper>table>tfoot>tr>td,.v-table .v-table__wrapper>table>tfoot>tr>th{border-top:thin solid rgba(var(--v-border-color),var(--v-border-opacity))}.v-table.v-table--hover>.v-table__wrapper>table>tbody>tr>td{position:relative}.v-table.v-table--hover>.v-table__wrapper>table>tbody>tr:hover>td:after{background:rgba(var(--v-border-color),var(--v-hover-opacity));pointer-events:none}.v-table.v-table--hover>.v-table__wrapper>table>tbody>tr:hover>td:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-table.v-table--fixed-header>.v-table__wrapper>table>thead>tr>th{background:rgb(var(--v-theme-surface));box-shadow:inset 0 -1px rgba(var(--v-border-color),var(--v-border-opacity));z-index:1}.v-table.v-table--fixed-footer>tfoot>tr>th,.v-table.v-table--fixed-footer>tfoot>tr>td{background:rgb(var(--v-theme-surface));box-shadow:inset 0 1px rgba(var(--v-border-color),var(--v-border-opacity))}.v-table{border-radius:inherit;line-height:1.5;max-width:100%;display:flex;flex-direction:column}.v-table>.v-table__wrapper>table{width:100%;border-spacing:0}.v-table>.v-table__wrapper>table>tbody>tr>td,.v-table>.v-table__wrapper>table>tbody>tr>th,.v-table>.v-table__wrapper>table>thead>tr>td,.v-table>.v-table__wrapper>table>thead>tr>th,.v-table>.v-table__wrapper>table>tfoot>tr>td,.v-table>.v-table__wrapper>table>tfoot>tr>th{padding:0 16px;transition-duration:.28s;transition-property:box-shadow,opacity,background,height;transition-timing-function:cubic-bezier(.4,0,.2,1)}.v-table>.v-table__wrapper>table>tbody>tr>td,.v-table>.v-table__wrapper>table>thead>tr>td,.v-table>.v-table__wrapper>table>tfoot>tr>td{height:var(--v-table-row-height)}.v-table>.v-table__wrapper>table>tbody>tr>th,.v-table>.v-table__wrapper>table>thead>tr>th,.v-table>.v-table__wrapper>table>tfoot>tr>th{height:var(--v-table-header-height);font-weight:500;-webkit-user-select:none;user-select:none;text-align:start}.v-table--density-default{--v-table-header-height: 56px;--v-table-row-height: 52px}.v-table--density-comfortable{--v-table-header-height: 48px;--v-table-row-height: 44px}.v-table--density-compact{--v-table-header-height: 40px;--v-table-row-height: 36px}.v-table__wrapper{border-radius:inherit;overflow:auto;flex:1 1 auto}.v-table--has-top>.v-table__wrapper>table>tbody>tr:first-child:hover>td:first-child{border-top-left-radius:0}.v-table--has-top>.v-table__wrapper>table>tbody>tr:first-child:hover>td:last-child{border-top-right-radius:0}.v-table--has-bottom>.v-table__wrapper>table>tbody>tr:last-child:hover>td:first-child{border-bottom-left-radius:0}.v-table--has-bottom>.v-table__wrapper>table>tbody>tr:last-child:hover>td:last-child{border-bottom-right-radius:0}.v-table--fixed-height>.v-table__wrapper{overflow-y:auto}.v-table--fixed-header>.v-table__wrapper>table>thead{position:sticky;top:0;z-index:2}.v-table--fixed-header>.v-table__wrapper>table>thead>tr>th{border-bottom:0px!important}.v-table--fixed-footer>.v-table__wrapper>table>tfoot>tr{position:sticky;bottom:0;z-index:1}.v-table--fixed-footer>.v-table__wrapper>table>tfoot>tr>td,.v-table--fixed-footer>.v-table__wrapper>table>tfoot>tr>th{border-top:0px!important}.text-h5[data-v-66552ab1]{font-size:1.8rem!important;text-align:center}.font-weight-bold[data-v-66552ab1]{font-weight:700}.exam-status-chip[data-v-66552ab1]{font-size:1.5rem!important;text-align:center}.no-wrap[data-v-66552ab1]{white-space:nowrap}.date-column[data-v-66552ab1],.subject-column[data-v-66552ab1],.time-column[data-v-66552ab1],.status-column[data-v-66552ab1]{white-space:nowrap;text-align:center;padding:5px 2px}.date-column[data-v-66552ab1]{width:60px}.subject-column[data-v-66552ab1],.time-column[data-v-66552ab1]{width:50px}.status-column[data-v-66552ab1]{width:60px}.text-h5[data-v-1c513925]{font-size:2.5rem!important}.line-item[data-v-1c513925]{margin-bottom:16px}.text--default[data-v-1c513925]{color:#fff!important}.text--warning[data-v-1c513925]{color:red!important}.text--info[data-v-1c513925]{color:#ff0!important}.text--ended[data-v-1c513925]{font-size:2.5rem!important;color:#666}.status-before[data-v-1c513925]{color:orange}.status-middle[data-v-1c513925]{color:#0f0}.status-after[data-v-1c513925]{color:red}.subject-info-card[data-v-1c513925]{margin-top:20px}.text-center[data-v-1c513925]{text-align:center}.display-1[data-v-469e8d3b]{font-size:var(--a94393dc)}.main-area[data-v-b68db5c5]{padding-left:20px;padding-right:20px}.large-title[data-v-b68db5c5]{font-size:3em}.medium-title[data-v-b68db5c5]{font-size:2em;color:gray;text-align:left}.room[data-v-b68db5c5]{font-size:3em;text-align:right} diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/mainWindow-C0Ij-e1H.css b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/mainWindow-C0Ij-e1H.css new file mode 100644 index 0000000..ebdca16 --- /dev/null +++ b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/mainWindow-C0Ij-e1H.css @@ -0,0 +1 @@ +.main-container[data-v-e41a35cd]{padding:20px;display:flex;align-items:center}.v-card[data-v-e41a35cd]{width:100%;max-width:300px;margin:auto;transition:transform .3s ease-in-out}.v-card[data-v-e41a35cd]:hover{transform:scale(1.05)}.v-btn[data-v-e41a35cd]{height:48px}.text-center[data-v-e41a35cd]{text-align:center}.auto-enter-switch[data-v-e41a35cd]{margin-top:8px;display:flex;justify-content:center}.fade-in[data-v-e41a35cd]{animation:fadeIn-e41a35cd 1s ease-in-out}.slide-in[data-v-e41a35cd]{animation:slideIn-e41a35cd 1s ease-in-out}@keyframes fadeIn-e41a35cd{0%{opacity:0}to{opacity:1}}@keyframes slideIn-e41a35cd{0%{transform:translateY(20px)}to{transform:translateY(0)}}.v-dialog{align-items:center;justify-content:center;margin:auto}.v-dialog>.v-overlay__content{max-height:calc(100% - 48px);width:calc(100% - 48px);max-width:calc(100% - 48px);margin:24px}.v-dialog>.v-overlay__content,.v-dialog>.v-overlay__content>form{display:flex;flex-direction:column;min-height:0}.v-dialog>.v-overlay__content>.v-card,.v-dialog>.v-overlay__content>.v-sheet,.v-dialog>.v-overlay__content>form>.v-card,.v-dialog>.v-overlay__content>form>.v-sheet{--v-scrollbar-offset: 0px;border-radius:4px;overflow-y:auto;flex:1 1 100%}.v-dialog>.v-overlay__content>.v-card,.v-dialog>.v-overlay__content>.v-sheet,.v-dialog>.v-overlay__content>form>.v-card,.v-dialog>.v-overlay__content>form>.v-sheet{box-shadow:0 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-dialog>.v-overlay__content>.v-card,.v-dialog>.v-overlay__content>form>.v-card{display:flex;flex-direction:column}.v-dialog>.v-overlay__content>.v-card>.v-card-item,.v-dialog>.v-overlay__content>form>.v-card>.v-card-item{padding:16px 24px}.v-dialog>.v-overlay__content>.v-card>.v-card-item+.v-card-text,.v-dialog>.v-overlay__content>form>.v-card>.v-card-item+.v-card-text{padding-top:0}.v-dialog>.v-overlay__content>.v-card>.v-card-text,.v-dialog>.v-overlay__content>form>.v-card>.v-card-text{font-size:inherit;letter-spacing:.03125em;line-height:inherit;padding:16px 24px 24px}.v-dialog>.v-overlay__content>.v-card>.v-card-actions,.v-dialog>.v-overlay__content>form>.v-card>.v-card-actions{justify-content:flex-end}.v-dialog--fullscreen{--v-scrollbar-offset: 0px}.v-dialog--fullscreen>.v-overlay__content{border-radius:0;margin:0;padding:0;width:100%;height:100%;max-width:100%;max-height:100%;overflow-y:auto;top:0;left:0}.v-dialog--fullscreen>.v-overlay__content>.v-card,.v-dialog--fullscreen>.v-overlay__content>.v-sheet,.v-dialog--fullscreen>.v-overlay__content>form>.v-card,.v-dialog--fullscreen>.v-overlay__content>form>.v-sheet{min-height:100%;min-width:100%;border-radius:0}.v-dialog--scrollable>.v-overlay__content,.v-dialog--scrollable>.v-overlay__content>.v-card,.v-dialog--scrollable>.v-overlay__content>form,.v-dialog--scrollable>.v-overlay__content>form>.v-card{display:flex;flex:1 1 100%;flex-direction:column;max-height:100%;max-width:100%}.v-dialog--scrollable>.v-overlay__content>.v-card>.v-card-text,.v-dialog--scrollable>.v-overlay__content>form>.v-card>.v-card-text{backface-visibility:hidden;overflow-y:auto}.v-switch .v-label{padding-inline-start:10px}.v-switch__loader{display:flex}.v-switch__loader .v-progress-circular{color:rgb(var(--v-theme-surface))}.v-switch__track,.v-switch__thumb{transition:none}.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb{background-color:rgb(var(--v-theme-error));color:rgb(var(--v-theme-on-error))}.v-switch__track-true{margin-inline-end:auto}.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true{opacity:0}.v-switch__track-false{margin-inline-start:auto}.v-selection-control--dirty .v-switch__track-false{opacity:0}.v-switch__track{display:inline-flex;align-items:center;font-size:.5rem;padding:0 5px;background-color:rgb(var(--v-theme-surface-variant));border-radius:9999px;height:14px;opacity:.6;min-width:36px;cursor:pointer;transition:.2s background-color cubic-bezier(.4,0,.2,1)}.v-switch--inset .v-switch__track{border-radius:9999px;font-size:.75rem;height:32px;min-width:52px}.v-switch__thumb{align-items:center;background-color:rgb(var(--v-theme-surface-bright));color:rgb(var(--v-theme-on-surface-bright));border-radius:50%;display:flex;font-size:.75rem;height:20px;justify-content:center;width:20px;pointer-events:none;transition:.15s .05s transform cubic-bezier(0,0,.2,1),.2s color cubic-bezier(.4,0,.2,1),.2s background-color cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.v-switch:not(.v-switch--inset) .v-switch__thumb{box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb{background:rgb(var(--v-theme-surface-variant));color:rgb(var(--v-theme-on-surface-variant))}.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-switch--inset .v-switch__thumb{height:24px;width:24px;transform:scale(.6666666667)}.v-switch--inset .v-switch__thumb--filled{transform:none}.v-switch--inset .v-selection-control--dirty .v-switch__thumb{transform:none;transition:.15s .05s transform cubic-bezier(0,0,.2,1)}.v-switch.v-input{flex:0 1 auto}.v-switch .v-selection-control{min-height:var(--v-input-control-height)}.v-switch .v-selection-control__input{border-radius:50%;transition:.2s transform cubic-bezier(.4,0,.2,1);position:absolute}.v-locale--is-ltr.v-switch .v-selection-control__input,.v-locale--is-ltr .v-switch .v-selection-control__input{transform:translate(-10px)}.v-locale--is-rtl.v-switch .v-selection-control__input,.v-locale--is-rtl .v-switch .v-selection-control__input{transform:translate(10px)}.v-switch .v-selection-control__input .v-icon{position:absolute}.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input,.v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input{transform:translate(10px)}.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input,.v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input{transform:translate(-10px)}.v-switch.v-switch--indeterminate .v-selection-control__input{transform:scale(.8)}.v-switch.v-switch--indeterminate .v-switch__thumb{transform:scale(.75);box-shadow:none}.v-switch.v-switch--inset .v-selection-control__wrapper{width:auto}.v-switch.v-input--vertical .v-label{min-width:max-content}.v-switch.v-input--vertical .v-selection-control__wrapper{transform:rotate(-90deg)}@media (forced-colors: active){.v-switch .v-switch__loader .v-progress-circular{color:currentColor}.v-switch .v-switch__thumb{background-color:buttontext}.v-switch .v-switch__track,.v-switch .v-switch__thumb{border:1px solid;color:buttontext}.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb{background-color:highlight}.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track{background-color:highlight}.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb{color:highlight}.v-switch.v-switch--inset .v-switch__track{border-width:2px}.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb{background-color:highlighttext;color:highlighttext}.v-switch.v-input--disabled .v-switch__thumb{background-color:graytext}.v-switch.v-input--disabled .v-switch__track,.v-switch.v-input--disabled .v-switch__thumb{color:graytext}.v-switch.v-switch--loading .v-switch__thumb{background-color:canvas}.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb,.v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb{border-width:0}} diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/mainWindow-D0spusZf.js b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/mainWindow-D0spusZf.js new file mode 100644 index 0000000..b94e0f3 --- /dev/null +++ b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/mainWindow-D0spusZf.js @@ -0,0 +1 @@ +import{p as M,g as W,n as L,r as w,k as te,ak as z,w as T,U as ae,u as H,y as P,c as a,al as le,f as R,ar as oe,aG as ne,a5 as $,A as se,aH as re,o as ue,L as ie,D as i,E as S,B as ce,F as h,H as de}from"./index-KF56cXUu.js";import{d as fe,e as me,f as ve,h as _,i as ge,o as Ve,m as ke,p as pe,q as O,c as J,r as he,u as we,n as ye}from"./app-cT5gNRjW.js";import{f as q,n as be,h as Ce,L as xe,D as Se,_ as Ee,g as E}from"./VAvatar-CBxZwzSi.js";import{V as Pe,e as Ie,a as j,b as F,c as Ae,d as Be,f as Ue}from"./VRow-eJbrdKF-.js";const De=M({fullscreen:Boolean,retainFocus:{type:Boolean,default:!0},scrollable:Boolean,...fe({origin:"center center",scrollStrategy:"block",transition:{component:me},zIndex:2400})},"VDialog"),Fe=W()({name:"VDialog",props:De(),emits:{"update:modelValue":t=>!0,afterEnter:()=>!0,afterLeave:()=>!0},setup(t,y){let{emit:m,slots:n}=y;const r=L(t,"modelValue"),{scopeId:c}=ve(),o=w();function v(u){var f,l;const d=u.relatedTarget,g=u.target;if(d!==g&&((f=o.value)!=null&&f.contentEl)&&((l=o.value)!=null&&l.globalTop)&&![document,o.value.contentEl].includes(g)&&!o.value.contentEl.contains(g)){const e=le(o.value.contentEl);if(!e.length)return;const s=e[0],V=e[e.length-1];d===s?V.focus():s.focus()}}te(()=>{document.removeEventListener("focusin",v)}),z&&T(()=>r.value&&t.retainFocus,u=>{u?document.addEventListener("focusin",v):document.removeEventListener("focusin",v)},{immediate:!0});function b(){var u;m("afterEnter"),(u=o.value)!=null&&u.contentEl&&!o.value.contentEl.contains(document.activeElement)&&o.value.contentEl.focus({preventScroll:!0})}function C(){m("afterLeave")}return T(r,async u=>{var d;u||(await ae(),(d=o.value.activatorEl)==null||d.focus({preventScroll:!0}))}),H(()=>{const u=_.filterProps(t),d=P({"aria-haspopup":"dialog"},t.activatorProps),g=P({tabindex:-1},t.contentProps);return a(_,P({ref:o,class:["v-dialog",{"v-dialog--fullscreen":t.fullscreen,"v-dialog--scrollable":t.scrollable},t.class],style:t.style},u,{modelValue:r.value,"onUpdate:modelValue":f=>r.value=f,"aria-modal":"true",activatorProps:d,contentProps:g,height:t.fullscreen?void 0:t.height,width:t.fullscreen?void 0:t.width,maxHeight:t.fullscreen?void 0:t.maxHeight,maxWidth:t.fullscreen?void 0:t.maxWidth,role:"dialog",onAfterEnter:b,onAfterLeave:C},c),{activator:n.activator,default:function(){for(var f=arguments.length,l=new Array(f),e=0;e{var s;return[(s=n.default)==null?void 0:s.call(n,...l)]}})}})}),ge({},o)}}),Le=M({indeterminate:Boolean,inset:Boolean,flat:Boolean,loading:{type:[Boolean,String],default:!1},...Ve(),...ke()},"VSwitch"),Te=W()({name:"VSwitch",inheritAttrs:!1,props:Le(),emits:{"update:focused":t=>!0,"update:modelValue":t=>!0,"update:indeterminate":t=>!0},setup(t,y){let{attrs:m,slots:n}=y;const r=L(t,"indeterminate"),c=L(t,"modelValue"),{loaderClasses:o}=be(t),{isFocused:v,focus:b,blur:C}=pe(t),u=w(),d=z&&window.matchMedia("(forced-colors: active)").matches,g=R(()=>typeof t.loading=="string"&&t.loading!==""?t.loading:t.color),f=oe(),l=R(()=>t.id||`switch-${f}`);function e(){r.value&&(r.value=!1)}function s(V){var k,I;V.stopPropagation(),V.preventDefault(),(I=(k=u.value)==null?void 0:k.input)==null||I.click()}return H(()=>{const[V,k]=ne(m),I=O.filterProps(t),G=J.filterProps(t);return a(O,P({class:["v-switch",{"v-switch--flat":t.flat},{"v-switch--inset":t.inset},{"v-switch--indeterminate":r.value},o.value,t.class]},V,I,{modelValue:c.value,"onUpdate:modelValue":A=>c.value=A,id:l.value,focused:v.value,style:t.style}),{...n,default:A=>{let{id:K,messagesId:Q,isDisabled:X,isReadonly:Y,isValid:N}=A;const B={model:c,isValid:N};return a(J,P({ref:u},G,{modelValue:c.value,"onUpdate:modelValue":[x=>c.value=x,e],id:K.value,"aria-describedby":Q.value,type:"checkbox","aria-checked":r.value?"mixed":void 0,disabled:X.value,readonly:Y.value,onFocus:b,onBlur:C},k),{...n,default:x=>{let{backgroundColorClasses:U,backgroundColorStyles:p}=x;return a("div",{class:["v-switch__track",d?void 0:U.value],style:p.value,onClick:s},[n["track-true"]&&a("div",{key:"prepend",class:"v-switch__track-true"},[n["track-true"](B)]),n["track-false"]&&a("div",{key:"append",class:"v-switch__track-false"},[n["track-false"](B)])])},input:x=>{let{inputNode:U,icon:p,backgroundColorClasses:Z,backgroundColorStyles:ee}=x;return a($,null,[U,a("div",{class:["v-switch__thumb",{"v-switch__thumb--filled":p||t.loading},t.inset||d?void 0:Z.value],style:t.inset?void 0:ee.value},[n.thumb?a(q,{defaults:{VIcon:{icon:p,size:"x-small"}}},{default:()=>[n.thumb({...B,icon:p})]}):a(he,null,{default:()=>[t.loading?a(xe,{name:"v-switch",active:!0,color:N.value===!1?void 0:g.value},{default:D=>n.loader?n.loader(D):a(Se,{active:D.isActive,color:D.color,indeterminate:!0,size:"16",width:"2"},null)}):p&&a(Ce,{key:String(p),icon:p,size:"x-small"},null)]})])])}})}})}),{}}}),Ne={__name:"mainWindow",setup(t){const y=we(),m=se(),n=re(),r=w(localStorage.getItem("remoteUrl")||""),c=w(JSON.parse(localStorage.getItem("autoEnter")||"false")),o=w(!1),v=w(""),b=w(null);function C(){localStorage.setItem("remoteUrl",r.value),alert("地址已保存")}async function u(){if(r.value)try{const l=await fetch(r.value,{cache:"no-store"});if(!l.ok)throw new Error("无法获取配置文件");const e=await l.json();y.$patch(e),m.push("/infoPage")}catch(l){v.value=l.message,o.value=!0}else v.value="请输入有效的请求地址",o.value=!0}function d(){b.value.click()}function g(){m.push("/infoPage")}const f=l=>{const e=l.target.files[0];if(e&&e.type==="application/json"){const s=new FileReader;s.onload=V=>{try{const k=JSON.parse(V.target.result);console.log(k),y.$patch(k),m.push("/infoPage")}catch{console.error("Invalid JSON file")}},s.readAsText(e)}else console.error("Please select a valid JSON file")};return ue(()=>{const l=localStorage.getItem("remoteUrl");l&&(r.value=l),!(n.query.skipAutoEnter==="true")&&c.value&&m.push("/infoPage")}),T(c,l=>{localStorage.setItem("autoEnter",JSON.stringify(l))}),(l,e)=>(ce(),ie($,null,[a(Pe,{class:"main-container","fill-height":""},{default:i(()=>[a(Ie,{justify:"center",align:"center"},{default:i(()=>[a(j,{cols:"12",md:"4",class:"d-flex flex-column"},{default:i(()=>[a(F,{class:"pa-4 fade-in slide-in",outlined:""},{default:i(()=>[a(ye,{modelValue:r.value,"onUpdate:modelValue":e[0]||(e[0]=s=>r.value=s),label:"请求地址",clearable:""},null,8,["modelValue"]),a(E,{block:"",color:"deep-purple accent-4",dark:"",onClick:C},{default:i(()=>e[4]||(e[4]=[h("保存地址")])),_:1}),e[6]||(e[6]=S("p",{class:"mt-2 text-center"},"输入并保存请求地址",-1)),a(E,{block:"",color:"deep-purple accent-4",dark:"",class:"mt-2",onClick:d},{default:i(()=>e[5]||(e[5]=[h("打开配置")])),_:1}),e[7]||(e[7]=S("p",{class:"mt-2 text-center"},"打开 Json 配置文件",-1))]),_:1})]),_:1}),a(j,{cols:"12",md:"4",class:"d-flex flex-column"},{default:i(()=>[a(F,{class:"pa-4 fade-in slide-in",outlined:""},{default:i(()=>[a(E,{block:"",color:"teal accent-4",dark:"",onClick:u},{default:i(()=>e[8]||(e[8]=[h("请求配置")])),_:1}),e[10]||(e[10]=S("p",{class:"mt-2 text-center"},"请求并加载配置",-1)),a(E,{block:"",color:"teal accent-4",dark:"",class:"mt-2",onClick:g},{default:i(()=>e[9]||(e[9]=[h("直接进入看板")])),_:1}),e[11]||(e[11]=S("p",{class:"mt-2 text-center"},"直接进入看板,将继续使用上次加载的配置",-1)),a(Te,{modelValue:c.value,"onUpdate:modelValue":e[1]||(e[1]=s=>c.value=s),label:"下次自动进入看板",class:"mt-2 auto-enter-switch"},null,8,["modelValue"])]),_:1})]),_:1})]),_:1}),a(Fe,{modelValue:o.value,"onUpdate:modelValue":e[3]||(e[3]=s=>o.value=s),"max-width":"500"},{default:i(()=>[a(F,null,{default:i(()=>[a(Ae,{class:"headline"},{default:i(()=>e[12]||(e[12]=[h("错误")])),_:1}),a(Be,null,{default:i(()=>[h(de(v.value),1)]),_:1}),a(Ue,null,{default:i(()=>[a(E,{color:"red darken-1",text:"",onClick:e[2]||(e[2]=s=>o.value=!1)},{default:i(()=>e[13]||(e[13]=[h("关闭")])),_:1})]),_:1})]),_:1})]),_:1},8,["modelValue"])]),_:1}),S("input",{type:"file",ref_key:"fileInput",ref:b,onChange:f,style:{display:"none"},accept:".json"},null,544)],64))}},je=Ee(Ne,[["__scopeId","data-v-e41a35cd"]]);export{je as default}; diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/materialdesignicons-webfont-CYDMK1kx.woff2 b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/materialdesignicons-webfont-CYDMK1kx.woff2 new file mode 100644 index 0000000..c8cadcf Binary files /dev/null and b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/materialdesignicons-webfont-CYDMK1kx.woff2 differ diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/materialdesignicons-webfont-CgCzGbLl.woff b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/materialdesignicons-webfont-CgCzGbLl.woff new file mode 100644 index 0000000..deb8ae9 Binary files /dev/null and b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/materialdesignicons-webfont-CgCzGbLl.woff differ diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/materialdesignicons-webfont-D3kAzl71.ttf b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/materialdesignicons-webfont-D3kAzl71.ttf new file mode 100644 index 0000000..d685510 Binary files /dev/null and b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/materialdesignicons-webfont-D3kAzl71.ttf differ diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/materialdesignicons-webfont-DttUABo4.eot b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/materialdesignicons-webfont-DttUABo4.eot new file mode 100644 index 0000000..ee030ec Binary files /dev/null and b/ios/App/App.xcarchive/Products/Payload/App.app/public/assets/materialdesignicons-webfont-DttUABo4.eot differ diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/public/cordova.js b/ios/App/App.xcarchive/Products/Payload/App.app/public/cordova.js new file mode 100644 index 0000000..e69de29 diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/public/cordova_plugins.js b/ios/App/App.xcarchive/Products/Payload/App.app/public/cordova_plugins.js new file mode 100644 index 0000000..e69de29 diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/public/favicon.ico b/ios/App/App.xcarchive/Products/Payload/App.app/public/favicon.ico new file mode 100644 index 0000000..df36fcf Binary files /dev/null and b/ios/App/App.xcarchive/Products/Payload/App.app/public/favicon.ico differ diff --git a/ios/App/App.xcarchive/Products/Payload/App.app/public/index.html b/ios/App/App.xcarchive/Products/Payload/App.app/public/index.html new file mode 100644 index 0000000..1dd0fb1 --- /dev/null +++ b/ios/App/App.xcarchive/Products/Payload/App.app/public/index.html @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + DSZ ExamAware For Android + + + + + + +
+ + diff --git a/ios/App/App.xcarchive/dSYMs/App.app.dSYM/Contents/Info.plist b/ios/App/App.xcarchive/dSYMs/App.app.dSYM/Contents/Info.plist new file mode 100644 index 0000000..e08e800 --- /dev/null +++ b/ios/App/App.xcarchive/dSYMs/App.app.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.apple.xcode.dsym.org.dsz.examaware + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + + diff --git a/ios/App/App.xcarchive/dSYMs/App.app.dSYM/Contents/Resources/DWARF/App b/ios/App/App.xcarchive/dSYMs/App.app.dSYM/Contents/Resources/DWARF/App new file mode 100644 index 0000000..69e11a5 Binary files /dev/null and b/ios/App/App.xcarchive/dSYMs/App.app.dSYM/Contents/Resources/DWARF/App differ diff --git a/ios/App/App.xcarchive/dSYMs/App.app.dSYM/Contents/Resources/Relocations/aarch64/App.yml b/ios/App/App.xcarchive/dSYMs/App.app.dSYM/Contents/Resources/Relocations/aarch64/App.yml new file mode 100644 index 0000000..773c361 --- /dev/null +++ b/ios/App/App.xcarchive/dSYMs/App.app.dSYM/Contents/Resources/Relocations/aarch64/App.yml @@ -0,0 +1,42 @@ +--- +triple: 'arm64-apple-darwin' +binary-path: '/Users/quyilin/Library/Developer/Xcode/DerivedData/App-cahnbiefphmvwmeanmfamzecfuyo/Build/Intermediates.noindex/ArchiveIntermediates/App/InstallationBuildProductsLocation/Applications/App.app/App' +relocations: + - { offsetInCU: 0x61, offset: 0x58CAE, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateC6windowSo8UIWindowCSgvgTo', symObjAddr: 0x0, symBinAddr: 0x100008000, symSize: 0x10 } + - { offsetInCU: 0x81, offset: 0x58CCE, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateC6windowSo8UIWindowCSgvgTo', symObjAddr: 0x0, symBinAddr: 0x100008000, symSize: 0x10 } + - { offsetInCU: 0xB9, offset: 0x58D06, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateC6windowSo8UIWindowCSgvsTo', symObjAddr: 0x10, symBinAddr: 0x100008010, symSize: 0x34 } + - { offsetInCU: 0xFC, offset: 0x58D49, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateC11application_29didFinishLaunchingWithOptionsSbSo13UIApplicationC_SDySo0i6LaunchH3KeyaypGSgtFTo', symObjAddr: 0x44, symBinAddr: 0x100008044, symSize: 0x8 } + - { offsetInCU: 0x118, offset: 0x58D65, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateC27applicationWillResignActiveyySo13UIApplicationCFTo', symObjAddr: 0x4C, symBinAddr: 0x10000804C, symSize: 0x4 } + - { offsetInCU: 0x134, offset: 0x58D81, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateC29applicationDidEnterBackgroundyySo13UIApplicationCFTo', symObjAddr: 0x50, symBinAddr: 0x100008050, symSize: 0x4 } + - { offsetInCU: 0x150, offset: 0x58D9D, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateC30applicationWillEnterForegroundyySo13UIApplicationCFTo', symObjAddr: 0x54, symBinAddr: 0x100008054, symSize: 0x4 } + - { offsetInCU: 0x16C, offset: 0x58DB9, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateC26applicationDidBecomeActiveyySo13UIApplicationCFTo', symObjAddr: 0x58, symBinAddr: 0x100008058, symSize: 0x4 } + - { offsetInCU: 0x188, offset: 0x58DD5, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateC24applicationWillTerminateyySo13UIApplicationCFTo', symObjAddr: 0x5C, symBinAddr: 0x10000805C, symSize: 0x4 } + - { offsetInCU: 0x1C9, offset: 0x58E16, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateC11application_4open7optionsSbSo13UIApplicationC_10Foundation3URLVSDySo0F17OpenURLOptionsKeyaypGtFTo', symObjAddr: 0x60, symBinAddr: 0x100008060, symSize: 0x150 } + - { offsetInCU: 0x233, offset: 0x58E80, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateC11application_8continue18restorationHandlerSbSo13UIApplicationC_So14NSUserActivityCySaySo06UIUserI9Restoring_pGSgctFTo', symObjAddr: 0x1B0, symBinAddr: 0x1000081B0, symSize: 0xF0 } + - { offsetInCU: 0x290, offset: 0x58EDD, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateCACycfcTo', symObjAddr: 0x2F4, symBinAddr: 0x1000082F4, symSize: 0x48 } + - { offsetInCU: 0x2E2, offset: 0x58F2F, size: 0x8, addend: 0x0, symName: '_$sSo7NSArrayCSgIeyBy_SaySo23UIUserActivityRestoring_pGSgIegg_TR', symObjAddr: 0x2A0, symBinAddr: 0x1000082A0, symSize: 0x54 } + - { offsetInCU: 0x2FA, offset: 0x58F47, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateCfETo', symObjAddr: 0x36C, symBinAddr: 0x10000836C, symSize: 0x10 } + - { offsetInCU: 0x329, offset: 0x58F76, size: 0x8, addend: 0x0, symName: _main, symObjAddr: 0x37C, symBinAddr: 0x10000837C, symSize: 0x5C } + - { offsetInCU: 0x347, offset: 0x58F94, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateCMa', symObjAddr: 0x3D8, symBinAddr: 0x1000083D8, symSize: 0x20 } + - { offsetInCU: 0x35B, offset: 0x58FA8, size: 0x8, addend: 0x0, symName: '_$sSo7NSArrayCSgIeyBy_SaySo23UIUserActivityRestoring_pGSgIegg_TRTA', symObjAddr: 0x41C, symBinAddr: 0x10000841C, symSize: 0x8 } + - { offsetInCU: 0x36F, offset: 0x58FBC, size: 0x8, addend: 0x0, symName: ___swift_instantiateConcreteTypeFromMangledName, symObjAddr: 0x424, symBinAddr: 0x100008424, symSize: 0x40 } + - { offsetInCU: 0x383, offset: 0x58FD0, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyaMa', symObjAddr: 0x464, symBinAddr: 0x100008464, symSize: 0x54 } + - { offsetInCU: 0x3E2, offset: 0x5902F, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x764, symBinAddr: 0x100008764, symSize: 0x24 } + - { offsetInCU: 0x3F6, offset: 0x59043, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x788, symBinAddr: 0x100008788, symSize: 0x24 } + - { offsetInCU: 0x40A, offset: 0x59057, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyaSHSCSQWb', symObjAddr: 0x7AC, symBinAddr: 0x1000087AC, symSize: 0x24 } + - { offsetInCU: 0x41E, offset: 0x5906B, size: 0x8, addend: 0x0, symName: '_$ss20_SwiftNewtypeWrapperPss21_ObjectiveCBridgeable8RawValueRpzrlE016_forceBridgeFromD1C_6resultyAD_01_D5CTypeQZ_xSgztFZSo30UIApplicationOpenURLOptionsKeya_Tgmq5', symObjAddr: 0x7D0, symBinAddr: 0x1000087D0, symSize: 0x80 } + - { offsetInCU: 0x436, offset: 0x59083, size: 0x8, addend: 0x0, symName: '_$ss20_SwiftNewtypeWrapperPss21_ObjectiveCBridgeable8RawValueRpzrlE024_conditionallyBridgeFromD1C_6resultSbAD_01_D5CTypeQZ_xSgztFZSo30UIApplicationOpenURLOptionsKeya_Tgmq5', symObjAddr: 0x850, symBinAddr: 0x100008850, symSize: 0x90 } + - { offsetInCU: 0x4AE, offset: 0x590FB, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromE1C_6resulty01_E5CTypeQz_xSgztFZTW', symObjAddr: 0x4C4, symBinAddr: 0x1000084C4, symSize: 0x4 } + - { offsetInCU: 0x4CA, offset: 0x59117, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromE1C_6resultSb01_E5CTypeQz_xSgztFZTW', symObjAddr: 0x4C8, symBinAddr: 0x1000084C8, symSize: 0x4 } + - { offsetInCU: 0x4E6, offset: 0x59133, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyas21_ObjectiveCBridgeableSCsACP026_unconditionallyBridgeFromE1Cyx01_E5CTypeQzSgFZTW', symObjAddr: 0x4CC, symBinAddr: 0x1000084CC, symSize: 0x40 } + - { offsetInCU: 0x51D, offset: 0x5916A, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x554, symBinAddr: 0x100008554, symSize: 0x40 } + - { offsetInCU: 0x554, offset: 0x591A1, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyaSHSCSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x594, symBinAddr: 0x100008594, symSize: 0x70 } + - { offsetInCU: 0x5A9, offset: 0x591F6, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyaSQSCSQ2eeoiySbx_xtFZTW', symObjAddr: 0x604, symBinAddr: 0x100008604, symSize: 0x88 } + - { offsetInCU: 0x5F4, offset: 0x59241, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyas35_HasCustomAnyHashableRepresentationSCsACP03_tofgH0s0gH0VSgyFTW', symObjAddr: 0x6F8, symBinAddr: 0x1000086F8, symSize: 0x6C } + - { offsetInCU: 0x67B, offset: 0x592C8, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyaSYSCSY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x68C, symBinAddr: 0x10000868C, symSize: 0x44 } + - { offsetInCU: 0x6C0, offset: 0x5930D, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyaSYSCSY8rawValue03RawF0QzvgTW', symObjAddr: 0x6D0, symBinAddr: 0x1000086D0, symSize: 0x28 } + - { offsetInCU: 0x8F5, offset: 0x59542, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateCfD', symObjAddr: 0x33C, symBinAddr: 0x10000833C, symSize: 0x30 } + - { offsetInCU: 0x2B, offset: 0x595D3, size: 0x8, addend: 0x0, symName: '_$s3App19ResourceBundleClass33_F7158B72C9BBE77223A1208D6EDC39F1LLCfD', symObjAddr: 0x0, symBinAddr: 0x100008920, symSize: 0x10 } + - { offsetInCU: 0x6D, offset: 0x59615, size: 0x8, addend: 0x0, symName: '_$s3App19ResourceBundleClass33_F7158B72C9BBE77223A1208D6EDC39F1LLCMa', symObjAddr: 0x10, symBinAddr: 0x100008930, symSize: 0x20 } + - { offsetInCU: 0x176, offset: 0x5971E, size: 0x8, addend: 0x0, symName: '_$s3App19ResourceBundleClass33_F7158B72C9BBE77223A1208D6EDC39F1LLCfD', symObjAddr: 0x0, symBinAddr: 0x100008920, symSize: 0x10 } +... diff --git a/ios/App/App.xcarchive/dSYMs/Capacitor.framework.dSYM/Contents/Info.plist b/ios/App/App.xcarchive/dSYMs/Capacitor.framework.dSYM/Contents/Info.plist new file mode 100644 index 0000000..922e147 --- /dev/null +++ b/ios/App/App.xcarchive/dSYMs/Capacitor.framework.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.apple.xcode.dsym.org.cocoapods.Capacitor + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + 6.2.0 + CFBundleVersion + 1 + + diff --git a/ios/App/App.xcarchive/dSYMs/Capacitor.framework.dSYM/Contents/Resources/DWARF/Capacitor b/ios/App/App.xcarchive/dSYMs/Capacitor.framework.dSYM/Contents/Resources/DWARF/Capacitor new file mode 100644 index 0000000..ac948fe Binary files /dev/null and b/ios/App/App.xcarchive/dSYMs/Capacitor.framework.dSYM/Contents/Resources/DWARF/Capacitor differ diff --git a/ios/App/App.xcarchive/dSYMs/Capacitor.framework.dSYM/Contents/Resources/Relocations/aarch64/Capacitor.yml b/ios/App/App.xcarchive/dSYMs/Capacitor.framework.dSYM/Contents/Resources/Relocations/aarch64/Capacitor.yml new file mode 100644 index 0000000..23012f1 --- /dev/null +++ b/ios/App/App.xcarchive/dSYMs/Capacitor.framework.dSYM/Contents/Resources/Relocations/aarch64/Capacitor.yml @@ -0,0 +1,2188 @@ +--- +triple: 'arm64-apple-darwin' +binary-path: '/Users/quyilin/Library/Developer/Xcode/DerivedData/App-cahnbiefphmvwmeanmfamzecfuyo/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Capacitor.framework/Capacitor' +relocations: + - { offsetInCU: 0x34, offset: 0x5C7F5, size: 0x8, addend: 0x0, symName: _CapacitorVersionString, symObjAddr: 0x0, symBinAddr: 0x6DDA0, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x5C82A, size: 0x8, addend: 0x0, symName: _CapacitorVersionNumber, symObjAddr: 0x28, symBinAddr: 0x6DDC8, symSize: 0x0 } + - { offsetInCU: 0x27, offset: 0x5C867, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall(BridgedJSProtocol) getString:defaultValue:]', symObjAddr: 0x0, symBinAddr: 0x4000, symSize: 0xC0 } + - { offsetInCU: 0xD3, offset: 0x5C913, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall(BridgedJSProtocol) getString:defaultValue:]', symObjAddr: 0x0, symBinAddr: 0x4000, symSize: 0xC0 } + - { offsetInCU: 0x13A, offset: 0x5C97A, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall(BridgedJSProtocol) getDate:defaultValue:]', symObjAddr: 0xC0, symBinAddr: 0x40C0, symSize: 0x11C } + - { offsetInCU: 0x1A1, offset: 0x5C9E1, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall(BridgedJSProtocol) getObject:defaultValue:]', symObjAddr: 0x1DC, symBinAddr: 0x41DC, symSize: 0xC0 } + - { offsetInCU: 0x208, offset: 0x5CA48, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall(BridgedJSProtocol) getNumber:defaultValue:]', symObjAddr: 0x29C, symBinAddr: 0x429C, symSize: 0xC0 } + - { offsetInCU: 0x26F, offset: 0x5CAAF, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall(BridgedJSProtocol) getBool:defaultValue:]', symObjAddr: 0x35C, symBinAddr: 0x435C, symSize: 0x98 } + - { offsetInCU: 0x27, offset: 0x5CD42, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration initWithDescriptor:isDebug:]', symObjAddr: 0x0, symBinAddr: 0x43F4, symSize: 0x354 } + - { offsetInCU: 0x372, offset: 0x5D08D, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration initWithDescriptor:isDebug:]', symObjAddr: 0x0, symBinAddr: 0x43F4, symSize: 0x354 } + - { offsetInCU: 0x3C5, offset: 0x5D0E0, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration initWithConfiguration:andLocation:]', symObjAddr: 0x354, symBinAddr: 0x4748, symSize: 0x2B8 } + - { offsetInCU: 0x41C, offset: 0x5D137, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration updatingAppLocation:]', symObjAddr: 0x60C, symBinAddr: 0x4A00, symSize: 0x5C } + - { offsetInCU: 0x463, offset: 0x5D17E, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration appendedUserAgentString]', symObjAddr: 0x668, symBinAddr: 0x4A5C, symSize: 0x8 } + - { offsetInCU: 0x49A, offset: 0x5D1B5, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration overridenUserAgentString]', symObjAddr: 0x670, symBinAddr: 0x4A64, symSize: 0x8 } + - { offsetInCU: 0x4D1, offset: 0x5D1EC, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration backgroundColor]', symObjAddr: 0x678, symBinAddr: 0x4A6C, symSize: 0x8 } + - { offsetInCU: 0x508, offset: 0x5D223, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration allowedNavigationHostnames]', symObjAddr: 0x680, symBinAddr: 0x4A74, symSize: 0x8 } + - { offsetInCU: 0x53F, offset: 0x5D25A, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration localURL]', symObjAddr: 0x688, symBinAddr: 0x4A7C, symSize: 0x8 } + - { offsetInCU: 0x576, offset: 0x5D291, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration serverURL]', symObjAddr: 0x690, symBinAddr: 0x4A84, symSize: 0x8 } + - { offsetInCU: 0x5AD, offset: 0x5D2C8, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration errorPath]', symObjAddr: 0x698, symBinAddr: 0x4A8C, symSize: 0x8 } + - { offsetInCU: 0x5E4, offset: 0x5D2FF, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration pluginConfigurations]', symObjAddr: 0x6A0, symBinAddr: 0x4A94, symSize: 0x8 } + - { offsetInCU: 0x61B, offset: 0x5D336, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration loggingEnabled]', symObjAddr: 0x6A8, symBinAddr: 0x4A9C, symSize: 0x8 } + - { offsetInCU: 0x652, offset: 0x5D36D, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration scrollingEnabled]', symObjAddr: 0x6B0, symBinAddr: 0x4AA4, symSize: 0x8 } + - { offsetInCU: 0x689, offset: 0x5D3A4, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration zoomingEnabled]', symObjAddr: 0x6B8, symBinAddr: 0x4AAC, symSize: 0x8 } + - { offsetInCU: 0x6C0, offset: 0x5D3DB, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration allowLinkPreviews]', symObjAddr: 0x6C0, symBinAddr: 0x4AB4, symSize: 0x8 } + - { offsetInCU: 0x6F7, offset: 0x5D412, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration handleApplicationNotifications]', symObjAddr: 0x6C8, symBinAddr: 0x4ABC, symSize: 0x8 } + - { offsetInCU: 0x72E, offset: 0x5D449, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration isWebDebuggable]', symObjAddr: 0x6D0, symBinAddr: 0x4AC4, symSize: 0x8 } + - { offsetInCU: 0x765, offset: 0x5D480, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration cordovaDeployDisabled]', symObjAddr: 0x6D8, symBinAddr: 0x4ACC, symSize: 0x8 } + - { offsetInCU: 0x79C, offset: 0x5D4B7, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration contentInsetAdjustmentBehavior]', symObjAddr: 0x6E0, symBinAddr: 0x4AD4, symSize: 0x8 } + - { offsetInCU: 0x7D3, offset: 0x5D4EE, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration appLocation]', symObjAddr: 0x6E8, symBinAddr: 0x4ADC, symSize: 0x8 } + - { offsetInCU: 0x80A, offset: 0x5D525, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration appStartPath]', symObjAddr: 0x6F0, symBinAddr: 0x4AE4, symSize: 0x8 } + - { offsetInCU: 0x841, offset: 0x5D55C, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration limitsNavigationsToAppBoundDomains]', symObjAddr: 0x6F8, symBinAddr: 0x4AEC, symSize: 0x8 } + - { offsetInCU: 0x878, offset: 0x5D593, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration preferredContentMode]', symObjAddr: 0x700, symBinAddr: 0x4AF4, symSize: 0x8 } + - { offsetInCU: 0x8AF, offset: 0x5D5CA, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration legacyConfig]', symObjAddr: 0x708, symBinAddr: 0x4AFC, symSize: 0x8 } + - { offsetInCU: 0x8E6, offset: 0x5D601, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration .cxx_destruct]', symObjAddr: 0x710, symBinAddr: 0x4B04, symSize: 0xA8 } + - { offsetInCU: 0x27, offset: 0x5D81C, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor initAsDefault]', symObjAddr: 0x0, symBinAddr: 0x4BAC, symSize: 0x144 } + - { offsetInCU: 0x41, offset: 0x5D836, size: 0x8, addend: 0x0, symName: _CAPInstanceDescriptorDefaultScheme, symObjAddr: 0x6B0, symBinAddr: 0x887B0, symSize: 0x0 } + - { offsetInCU: 0x61, offset: 0x5D856, size: 0x8, addend: 0x0, symName: _CAPInstanceDescriptorDefaultHostname, symObjAddr: 0x6B8, symBinAddr: 0x887B8, symSize: 0x0 } + - { offsetInCU: 0x41F, offset: 0x5DC14, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor initAsDefault]', symObjAddr: 0x0, symBinAddr: 0x4BAC, symSize: 0x144 } + - { offsetInCU: 0x456, offset: 0x5DC4B, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor initAtLocation:configuration:cordovaConfiguration:]', symObjAddr: 0x144, symBinAddr: 0x4CF0, symSize: 0xBC } + - { offsetInCU: 0x4BD, offset: 0x5DCB2, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor _setDefaultsWithAppLocation:]', symObjAddr: 0x200, symBinAddr: 0x4DAC, symSize: 0x14C } + - { offsetInCU: 0x500, offset: 0x5DCF5, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor appendedUserAgentString]', symObjAddr: 0x34C, symBinAddr: 0x4EF8, symSize: 0x8 } + - { offsetInCU: 0x537, offset: 0x5DD2C, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setAppendedUserAgentString:]', symObjAddr: 0x354, symBinAddr: 0x4F00, symSize: 0x8 } + - { offsetInCU: 0x576, offset: 0x5DD6B, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor overridenUserAgentString]', symObjAddr: 0x35C, symBinAddr: 0x4F08, symSize: 0x8 } + - { offsetInCU: 0x5AD, offset: 0x5DDA2, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setOverridenUserAgentString:]', symObjAddr: 0x364, symBinAddr: 0x4F10, symSize: 0x8 } + - { offsetInCU: 0x5EC, offset: 0x5DDE1, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor backgroundColor]', symObjAddr: 0x36C, symBinAddr: 0x4F18, symSize: 0x8 } + - { offsetInCU: 0x623, offset: 0x5DE18, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setBackgroundColor:]', symObjAddr: 0x374, symBinAddr: 0x4F20, symSize: 0xC } + - { offsetInCU: 0x664, offset: 0x5DE59, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor allowedNavigationHostnames]', symObjAddr: 0x380, symBinAddr: 0x4F2C, symSize: 0x8 } + - { offsetInCU: 0x69B, offset: 0x5DE90, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setAllowedNavigationHostnames:]', symObjAddr: 0x388, symBinAddr: 0x4F34, symSize: 0x8 } + - { offsetInCU: 0x6DA, offset: 0x5DECF, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor urlScheme]', symObjAddr: 0x390, symBinAddr: 0x4F3C, symSize: 0x8 } + - { offsetInCU: 0x711, offset: 0x5DF06, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setUrlScheme:]', symObjAddr: 0x398, symBinAddr: 0x4F44, symSize: 0x8 } + - { offsetInCU: 0x750, offset: 0x5DF45, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor errorPath]', symObjAddr: 0x3A0, symBinAddr: 0x4F4C, symSize: 0x8 } + - { offsetInCU: 0x787, offset: 0x5DF7C, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setErrorPath:]', symObjAddr: 0x3A8, symBinAddr: 0x4F54, symSize: 0x8 } + - { offsetInCU: 0x7C6, offset: 0x5DFBB, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor urlHostname]', symObjAddr: 0x3B0, symBinAddr: 0x4F5C, symSize: 0x8 } + - { offsetInCU: 0x7FD, offset: 0x5DFF2, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setUrlHostname:]', symObjAddr: 0x3B8, symBinAddr: 0x4F64, symSize: 0x8 } + - { offsetInCU: 0x83C, offset: 0x5E031, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor serverURL]', symObjAddr: 0x3C0, symBinAddr: 0x4F6C, symSize: 0x8 } + - { offsetInCU: 0x873, offset: 0x5E068, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setServerURL:]', symObjAddr: 0x3C8, symBinAddr: 0x4F74, symSize: 0x8 } + - { offsetInCU: 0x8B2, offset: 0x5E0A7, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor pluginConfigurations]', symObjAddr: 0x3D0, symBinAddr: 0x4F7C, symSize: 0x8 } + - { offsetInCU: 0x8E9, offset: 0x5E0DE, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setPluginConfigurations:]', symObjAddr: 0x3D8, symBinAddr: 0x4F84, symSize: 0xC } + - { offsetInCU: 0x92A, offset: 0x5E11F, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor loggingBehavior]', symObjAddr: 0x3E4, symBinAddr: 0x4F90, symSize: 0x8 } + - { offsetInCU: 0x961, offset: 0x5E156, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setLoggingBehavior:]', symObjAddr: 0x3EC, symBinAddr: 0x4F98, symSize: 0x8 } + - { offsetInCU: 0x99E, offset: 0x5E193, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor scrollingEnabled]', symObjAddr: 0x3F4, symBinAddr: 0x4FA0, symSize: 0x8 } + - { offsetInCU: 0x9D5, offset: 0x5E1CA, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setScrollingEnabled:]', symObjAddr: 0x3FC, symBinAddr: 0x4FA8, symSize: 0x8 } + - { offsetInCU: 0xA10, offset: 0x5E205, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor zoomingEnabled]', symObjAddr: 0x404, symBinAddr: 0x4FB0, symSize: 0x8 } + - { offsetInCU: 0xA47, offset: 0x5E23C, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setZoomingEnabled:]', symObjAddr: 0x40C, symBinAddr: 0x4FB8, symSize: 0x8 } + - { offsetInCU: 0xA82, offset: 0x5E277, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor allowLinkPreviews]', symObjAddr: 0x414, symBinAddr: 0x4FC0, symSize: 0x8 } + - { offsetInCU: 0xAB9, offset: 0x5E2AE, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setAllowLinkPreviews:]', symObjAddr: 0x41C, symBinAddr: 0x4FC8, symSize: 0x8 } + - { offsetInCU: 0xAF4, offset: 0x5E2E9, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor handleApplicationNotifications]', symObjAddr: 0x424, symBinAddr: 0x4FD0, symSize: 0x8 } + - { offsetInCU: 0xB2B, offset: 0x5E320, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setHandleApplicationNotifications:]', symObjAddr: 0x42C, symBinAddr: 0x4FD8, symSize: 0x8 } + - { offsetInCU: 0xB66, offset: 0x5E35B, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor isWebDebuggable]', symObjAddr: 0x434, symBinAddr: 0x4FE0, symSize: 0x8 } + - { offsetInCU: 0xB9D, offset: 0x5E392, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setIsWebDebuggable:]', symObjAddr: 0x43C, symBinAddr: 0x4FE8, symSize: 0x8 } + - { offsetInCU: 0xBD8, offset: 0x5E3CD, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor contentInsetAdjustmentBehavior]', symObjAddr: 0x444, symBinAddr: 0x4FF0, symSize: 0x8 } + - { offsetInCU: 0xC0F, offset: 0x5E404, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setContentInsetAdjustmentBehavior:]', symObjAddr: 0x44C, symBinAddr: 0x4FF8, symSize: 0x8 } + - { offsetInCU: 0xC4C, offset: 0x5E441, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor appLocation]', symObjAddr: 0x454, symBinAddr: 0x5000, symSize: 0x8 } + - { offsetInCU: 0xC83, offset: 0x5E478, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setAppLocation:]', symObjAddr: 0x45C, symBinAddr: 0x5008, symSize: 0x8 } + - { offsetInCU: 0xCC2, offset: 0x5E4B7, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor appStartPath]', symObjAddr: 0x464, symBinAddr: 0x5010, symSize: 0x8 } + - { offsetInCU: 0xCF9, offset: 0x5E4EE, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setAppStartPath:]', symObjAddr: 0x46C, symBinAddr: 0x5018, symSize: 0x8 } + - { offsetInCU: 0xD38, offset: 0x5E52D, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor limitsNavigationsToAppBoundDomains]', symObjAddr: 0x474, symBinAddr: 0x5020, symSize: 0x8 } + - { offsetInCU: 0xD6F, offset: 0x5E564, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setLimitsNavigationsToAppBoundDomains:]', symObjAddr: 0x47C, symBinAddr: 0x5028, symSize: 0x8 } + - { offsetInCU: 0xDAA, offset: 0x5E59F, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor preferredContentMode]', symObjAddr: 0x484, symBinAddr: 0x5030, symSize: 0x8 } + - { offsetInCU: 0xDE1, offset: 0x5E5D6, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setPreferredContentMode:]', symObjAddr: 0x48C, symBinAddr: 0x5038, symSize: 0x8 } + - { offsetInCU: 0xE20, offset: 0x5E615, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor cordovaConfiguration]', symObjAddr: 0x494, symBinAddr: 0x5040, symSize: 0x8 } + - { offsetInCU: 0xE57, offset: 0x5E64C, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setCordovaConfiguration:]', symObjAddr: 0x49C, symBinAddr: 0x5048, symSize: 0x8 } + - { offsetInCU: 0xE96, offset: 0x5E68B, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor warnings]', symObjAddr: 0x4A4, symBinAddr: 0x5050, symSize: 0x8 } + - { offsetInCU: 0xECD, offset: 0x5E6C2, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setWarnings:]', symObjAddr: 0x4AC, symBinAddr: 0x5058, symSize: 0x8 } + - { offsetInCU: 0xF0A, offset: 0x5E6FF, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor instanceType]', symObjAddr: 0x4B4, symBinAddr: 0x5060, symSize: 0x8 } + - { offsetInCU: 0xF41, offset: 0x5E736, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor legacyConfig]', symObjAddr: 0x4BC, symBinAddr: 0x5068, symSize: 0x8 } + - { offsetInCU: 0xF78, offset: 0x5E76D, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setLegacyConfig:]', symObjAddr: 0x4C4, symBinAddr: 0x5070, symSize: 0xC } + - { offsetInCU: 0xFB9, offset: 0x5E7AE, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor .cxx_destruct]', symObjAddr: 0x4D0, symBinAddr: 0x507C, symSize: 0xC0 } + - { offsetInCU: 0x27, offset: 0x5E857, size: 0x8, addend: 0x0, symName: '-[CAPPlugin initWithBridge:pluginId:pluginName:]', symObjAddr: 0x0, symBinAddr: 0x513C, symSize: 0x110 } + - { offsetInCU: 0x1F7, offset: 0x5EA27, size: 0x8, addend: 0x0, symName: '-[CAPPlugin initWithBridge:pluginId:pluginName:]', symObjAddr: 0x0, symBinAddr: 0x513C, symSize: 0x110 } + - { offsetInCU: 0x25E, offset: 0x5EA8E, size: 0x8, addend: 0x0, symName: '-[CAPPlugin getId]', symObjAddr: 0x110, symBinAddr: 0x524C, symSize: 0x4 } + - { offsetInCU: 0x293, offset: 0x5EAC3, size: 0x8, addend: 0x0, symName: '-[CAPPlugin getBool:field:defaultValue:]', symObjAddr: 0x114, symBinAddr: 0x5250, symSize: 0xAC } + - { offsetInCU: 0x306, offset: 0x5EB36, size: 0x8, addend: 0x0, symName: '-[CAPPlugin getString:field:defaultValue:]', symObjAddr: 0x1C0, symBinAddr: 0x52FC, symSize: 0x10 } + - { offsetInCU: 0x369, offset: 0x5EB99, size: 0x8, addend: 0x0, symName: '-[CAPPlugin getConfigValue:]', symObjAddr: 0x1D0, symBinAddr: 0x530C, symSize: 0xB0 } + - { offsetInCU: 0x3B0, offset: 0x5EBE0, size: 0x8, addend: 0x0, symName: '-[CAPPlugin getConfig]', symObjAddr: 0x280, symBinAddr: 0x53BC, symSize: 0x8C } + - { offsetInCU: 0x3E7, offset: 0x5EC17, size: 0x8, addend: 0x0, symName: '-[CAPPlugin load]', symObjAddr: 0x30C, symBinAddr: 0x5448, symSize: 0x4 } + - { offsetInCU: 0x416, offset: 0x5EC46, size: 0x8, addend: 0x0, symName: '-[CAPPlugin addEventListener:listener:]', symObjAddr: 0x310, symBinAddr: 0x544C, symSize: 0x110 } + - { offsetInCU: 0x479, offset: 0x5ECA9, size: 0x8, addend: 0x0, symName: '-[CAPPlugin sendRetainedArgumentsForEvent:]', symObjAddr: 0x420, symBinAddr: 0x555C, symSize: 0x174 } + - { offsetInCU: 0x4EB, offset: 0x5ED1B, size: 0x8, addend: 0x0, symName: '-[CAPPlugin removeEventListener:listener:]', symObjAddr: 0x594, symBinAddr: 0x56D0, symSize: 0xAC } + - { offsetInCU: 0x55E, offset: 0x5ED8E, size: 0x8, addend: 0x0, symName: '-[CAPPlugin notifyListeners:data:]', symObjAddr: 0x640, symBinAddr: 0x577C, symSize: 0x8 } + - { offsetInCU: 0x5AB, offset: 0x5EDDB, size: 0x8, addend: 0x0, symName: '-[CAPPlugin notifyListeners:data:retainUntilConsumed:]', symObjAddr: 0x648, symBinAddr: 0x5784, symSize: 0x200 } + - { offsetInCU: 0x696, offset: 0x5EEC6, size: 0x8, addend: 0x0, symName: '-[CAPPlugin addListener:]', symObjAddr: 0x848, symBinAddr: 0x5984, symSize: 0x88 } + - { offsetInCU: 0x6E9, offset: 0x5EF19, size: 0x8, addend: 0x0, symName: '-[CAPPlugin removeListener:]', symObjAddr: 0x8D0, symBinAddr: 0x5A0C, symSize: 0x120 } + - { offsetInCU: 0x75C, offset: 0x5EF8C, size: 0x8, addend: 0x0, symName: '-[CAPPlugin removeAllListeners:]', symObjAddr: 0x9F0, symBinAddr: 0x5B2C, symSize: 0x54 } + - { offsetInCU: 0x79F, offset: 0x5EFCF, size: 0x8, addend: 0x0, symName: '-[CAPPlugin getListeners:]', symObjAddr: 0xA44, symBinAddr: 0x5B80, symSize: 0x6C } + - { offsetInCU: 0x7F6, offset: 0x5F026, size: 0x8, addend: 0x0, symName: '-[CAPPlugin hasListeners:]', symObjAddr: 0xAB0, symBinAddr: 0x5BEC, symSize: 0x90 } + - { offsetInCU: 0x84D, offset: 0x5F07D, size: 0x8, addend: 0x0, symName: '-[CAPPlugin checkPermissions:]', symObjAddr: 0xB40, symBinAddr: 0x5C7C, symSize: 0x8 } + - { offsetInCU: 0x88C, offset: 0x5F0BC, size: 0x8, addend: 0x0, symName: '-[CAPPlugin requestPermissions:]', symObjAddr: 0xB48, symBinAddr: 0x5C84, symSize: 0x8 } + - { offsetInCU: 0x8CB, offset: 0x5F0FB, size: 0x8, addend: 0x0, symName: '-[CAPPlugin setCenteredPopover:]', symObjAddr: 0xB50, symBinAddr: 0x5C8C, symSize: 0x1F4 } + - { offsetInCU: 0x90E, offset: 0x5F13E, size: 0x8, addend: 0x0, symName: '-[CAPPlugin setCenteredPopover:size:]', symObjAddr: 0xD44, symBinAddr: 0x5E80, symSize: 0x214 } + - { offsetInCU: 0x95D, offset: 0x5F18D, size: 0x8, addend: 0x0, symName: '-[CAPPlugin supportsPopover]', symObjAddr: 0xF58, symBinAddr: 0x6094, symSize: 0x8 } + - { offsetInCU: 0x990, offset: 0x5F1C0, size: 0x8, addend: 0x0, symName: '-[CAPPlugin shouldOverrideLoad:]', symObjAddr: 0xF60, symBinAddr: 0x609C, symSize: 0x8 } + - { offsetInCU: 0x9CF, offset: 0x5F1FF, size: 0x8, addend: 0x0, symName: '-[CAPPlugin webView]', symObjAddr: 0xF68, symBinAddr: 0x60A4, symSize: 0x18 } + - { offsetInCU: 0xA06, offset: 0x5F236, size: 0x8, addend: 0x0, symName: '-[CAPPlugin setWebView:]', symObjAddr: 0xF80, symBinAddr: 0x60BC, symSize: 0xC } + - { offsetInCU: 0xA47, offset: 0x5F277, size: 0x8, addend: 0x0, symName: '-[CAPPlugin bridge]', symObjAddr: 0xF8C, symBinAddr: 0x60C8, symSize: 0x18 } + - { offsetInCU: 0xA7E, offset: 0x5F2AE, size: 0x8, addend: 0x0, symName: '-[CAPPlugin setBridge:]', symObjAddr: 0xFA4, symBinAddr: 0x60E0, symSize: 0xC } + - { offsetInCU: 0xABF, offset: 0x5F2EF, size: 0x8, addend: 0x0, symName: '-[CAPPlugin pluginId]', symObjAddr: 0xFB0, symBinAddr: 0x60EC, symSize: 0x8 } + - { offsetInCU: 0xAF6, offset: 0x5F326, size: 0x8, addend: 0x0, symName: '-[CAPPlugin setPluginId:]', symObjAddr: 0xFB8, symBinAddr: 0x60F4, symSize: 0xC } + - { offsetInCU: 0xB37, offset: 0x5F367, size: 0x8, addend: 0x0, symName: '-[CAPPlugin pluginName]', symObjAddr: 0xFC4, symBinAddr: 0x6100, symSize: 0x8 } + - { offsetInCU: 0xB6E, offset: 0x5F39E, size: 0x8, addend: 0x0, symName: '-[CAPPlugin setPluginName:]', symObjAddr: 0xFCC, symBinAddr: 0x6108, symSize: 0xC } + - { offsetInCU: 0xBAF, offset: 0x5F3DF, size: 0x8, addend: 0x0, symName: '-[CAPPlugin eventListeners]', symObjAddr: 0xFD8, symBinAddr: 0x6114, symSize: 0x8 } + - { offsetInCU: 0xBE6, offset: 0x5F416, size: 0x8, addend: 0x0, symName: '-[CAPPlugin setEventListeners:]', symObjAddr: 0xFE0, symBinAddr: 0x611C, symSize: 0xC } + - { offsetInCU: 0xC27, offset: 0x5F457, size: 0x8, addend: 0x0, symName: '-[CAPPlugin retainedEventArguments]', symObjAddr: 0xFEC, symBinAddr: 0x6128, symSize: 0x8 } + - { offsetInCU: 0xC5E, offset: 0x5F48E, size: 0x8, addend: 0x0, symName: '-[CAPPlugin setRetainedEventArguments:]', symObjAddr: 0xFF4, symBinAddr: 0x6130, symSize: 0xC } + - { offsetInCU: 0xC9F, offset: 0x5F4CF, size: 0x8, addend: 0x0, symName: '-[CAPPlugin shouldStringifyDatesInCalls]', symObjAddr: 0x1000, symBinAddr: 0x613C, symSize: 0x8 } + - { offsetInCU: 0xCD6, offset: 0x5F506, size: 0x8, addend: 0x0, symName: '-[CAPPlugin setShouldStringifyDatesInCalls:]', symObjAddr: 0x1008, symBinAddr: 0x6144, symSize: 0x8 } + - { offsetInCU: 0xD11, offset: 0x5F541, size: 0x8, addend: 0x0, symName: '-[CAPPlugin .cxx_destruct]', symObjAddr: 0x1010, symBinAddr: 0x614C, symSize: 0x58 } + - { offsetInCU: 0x27, offset: 0x5F7B4, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall initWithCallbackId:options:success:error:]', symObjAddr: 0x0, symBinAddr: 0x61A4, symSize: 0xB8 } + - { offsetInCU: 0x1FF, offset: 0x5F98C, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall initWithCallbackId:options:success:error:]', symObjAddr: 0x0, symBinAddr: 0x61A4, symSize: 0xB8 } + - { offsetInCU: 0x276, offset: 0x5FA03, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall initWithCallbackId:methodName:options:success:error:]', symObjAddr: 0xB8, symBinAddr: 0x625C, symSize: 0xCC } + - { offsetInCU: 0x2FD, offset: 0x5FA8A, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall isSaved]', symObjAddr: 0x184, symBinAddr: 0x6328, symSize: 0x4 } + - { offsetInCU: 0x332, offset: 0x5FABF, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall setIsSaved:]', symObjAddr: 0x188, symBinAddr: 0x632C, symSize: 0x4 } + - { offsetInCU: 0x376, offset: 0x5FB03, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall save]', symObjAddr: 0x18C, symBinAddr: 0x6330, symSize: 0x8 } + - { offsetInCU: 0x3A7, offset: 0x5FB34, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall keepAlive]', symObjAddr: 0x194, symBinAddr: 0x6338, symSize: 0x8 } + - { offsetInCU: 0x3DE, offset: 0x5FB6B, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall setKeepAlive:]', symObjAddr: 0x19C, symBinAddr: 0x6340, symSize: 0x8 } + - { offsetInCU: 0x419, offset: 0x5FBA6, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall callbackId]', symObjAddr: 0x1A4, symBinAddr: 0x6348, symSize: 0x8 } + - { offsetInCU: 0x450, offset: 0x5FBDD, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall setCallbackId:]', symObjAddr: 0x1AC, symBinAddr: 0x6350, symSize: 0xC } + - { offsetInCU: 0x491, offset: 0x5FC1E, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall methodName]', symObjAddr: 0x1B8, symBinAddr: 0x635C, symSize: 0x8 } + - { offsetInCU: 0x4C8, offset: 0x5FC55, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall setMethodName:]', symObjAddr: 0x1C0, symBinAddr: 0x6364, symSize: 0xC } + - { offsetInCU: 0x509, offset: 0x5FC96, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall options]', symObjAddr: 0x1CC, symBinAddr: 0x6370, symSize: 0x8 } + - { offsetInCU: 0x540, offset: 0x5FCCD, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall setOptions:]', symObjAddr: 0x1D4, symBinAddr: 0x6378, symSize: 0xC } + - { offsetInCU: 0x581, offset: 0x5FD0E, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall successHandler]', symObjAddr: 0x1E0, symBinAddr: 0x6384, symSize: 0x8 } + - { offsetInCU: 0x5B8, offset: 0x5FD45, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall setSuccessHandler:]', symObjAddr: 0x1E8, symBinAddr: 0x638C, symSize: 0x8 } + - { offsetInCU: 0x5F7, offset: 0x5FD84, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall errorHandler]', symObjAddr: 0x1F0, symBinAddr: 0x6394, symSize: 0x8 } + - { offsetInCU: 0x62E, offset: 0x5FDBB, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall setErrorHandler:]', symObjAddr: 0x1F8, symBinAddr: 0x639C, symSize: 0x8 } + - { offsetInCU: 0x66D, offset: 0x5FDFA, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall .cxx_destruct]', symObjAddr: 0x200, symBinAddr: 0x63A4, symSize: 0x54 } + - { offsetInCU: 0x27, offset: 0x5FE6C, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethodArgument initWithName:nullability:type:]', symObjAddr: 0x0, symBinAddr: 0x63F8, symSize: 0x34 } + - { offsetInCU: 0x3AD, offset: 0x601F2, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethodArgument initWithName:nullability:type:]', symObjAddr: 0x0, symBinAddr: 0x63F8, symSize: 0x34 } + - { offsetInCU: 0x410, offset: 0x60255, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethodArgument name]', symObjAddr: 0x34, symBinAddr: 0x642C, symSize: 0x8 } + - { offsetInCU: 0x447, offset: 0x6028C, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethodArgument setName:]', symObjAddr: 0x3C, symBinAddr: 0x6434, symSize: 0x8 } + - { offsetInCU: 0x486, offset: 0x602CB, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethodArgument nullability]', symObjAddr: 0x44, symBinAddr: 0x643C, symSize: 0x8 } + - { offsetInCU: 0x4BD, offset: 0x60302, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethodArgument setNullability:]', symObjAddr: 0x4C, symBinAddr: 0x6444, symSize: 0x8 } + - { offsetInCU: 0x4FA, offset: 0x6033F, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethodArgument .cxx_destruct]', symObjAddr: 0x54, symBinAddr: 0x644C, symSize: 0xC } + - { offsetInCU: 0x52D, offset: 0x60372, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethod initWithName:returnType:]', symObjAddr: 0x60, symBinAddr: 0x6458, symSize: 0xA4 } + - { offsetInCU: 0x5AD, offset: 0x603F2, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethod initWithSelector:returnType:]', symObjAddr: 0x104, symBinAddr: 0x64FC, symSize: 0xAC } + - { offsetInCU: 0x63D, offset: 0x60482, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethod selector]', symObjAddr: 0x1B0, symBinAddr: 0x65A8, symSize: 0x8 } + - { offsetInCU: 0x674, offset: 0x604B9, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethod setSelector:]', symObjAddr: 0x1B8, symBinAddr: 0x65B0, symSize: 0x8 } + - { offsetInCU: 0x6B1, offset: 0x604F6, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethod name]', symObjAddr: 0x1C0, symBinAddr: 0x65B8, symSize: 0x8 } + - { offsetInCU: 0x6E8, offset: 0x6052D, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethod setName:]', symObjAddr: 0x1C8, symBinAddr: 0x65C0, symSize: 0xC } + - { offsetInCU: 0x729, offset: 0x6056E, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethod returnType]', symObjAddr: 0x1D4, symBinAddr: 0x65CC, symSize: 0x8 } + - { offsetInCU: 0x760, offset: 0x605A5, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethod setReturnType:]', symObjAddr: 0x1DC, symBinAddr: 0x65D4, symSize: 0xC } + - { offsetInCU: 0x7A1, offset: 0x605E6, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethod .cxx_destruct]', symObjAddr: 0x1E8, symBinAddr: 0x65E0, symSize: 0x60 } + - { offsetInCU: 0x27, offset: 0x60654, size: 0x8, addend: 0x0, symName: '-[CAPCookiesPlugin(CAPPluginCategory) pluginMethods]', symObjAddr: 0x0, symBinAddr: 0x6640, symSize: 0x130 } + - { offsetInCU: 0x66, offset: 0x60693, size: 0x8, addend: 0x0, symName: '-[CAPCookiesPlugin(CAPPluginCategory) pluginMethods]', symObjAddr: 0x0, symBinAddr: 0x6640, symSize: 0x130 } + - { offsetInCU: 0xA9, offset: 0x606D6, size: 0x8, addend: 0x0, symName: '-[CAPCookiesPlugin(CAPPluginCategory) identifier]', symObjAddr: 0x130, symBinAddr: 0x6770, symSize: 0xC } + - { offsetInCU: 0xDC, offset: 0x60709, size: 0x8, addend: 0x0, symName: '-[CAPCookiesPlugin(CAPPluginCategory) jsName]', symObjAddr: 0x13C, symBinAddr: 0x677C, symSize: 0xC } + - { offsetInCU: 0x10F, offset: 0x6073C, size: 0x8, addend: 0x0, symName: '-[CAPHttpPlugin(CAPPluginCategory) pluginMethods]', symObjAddr: 0x148, symBinAddr: 0x6788, symSize: 0x160 } + - { offsetInCU: 0x152, offset: 0x6077F, size: 0x8, addend: 0x0, symName: '-[CAPHttpPlugin(CAPPluginCategory) identifier]', symObjAddr: 0x2A8, symBinAddr: 0x68E8, symSize: 0xC } + - { offsetInCU: 0x185, offset: 0x607B2, size: 0x8, addend: 0x0, symName: '-[CAPHttpPlugin(CAPPluginCategory) jsName]', symObjAddr: 0x2B4, symBinAddr: 0x68F4, symSize: 0xC } + - { offsetInCU: 0x1B8, offset: 0x607E5, size: 0x8, addend: 0x0, symName: '-[CAPConsolePlugin(CAPPluginCategory) pluginMethods]', symObjAddr: 0x2C0, symBinAddr: 0x6900, symSize: 0x64 } + - { offsetInCU: 0x1FB, offset: 0x60828, size: 0x8, addend: 0x0, symName: '-[CAPConsolePlugin(CAPPluginCategory) identifier]', symObjAddr: 0x324, symBinAddr: 0x6964, symSize: 0xC } + - { offsetInCU: 0x22E, offset: 0x6085B, size: 0x8, addend: 0x0, symName: '-[CAPConsolePlugin(CAPPluginCategory) jsName]', symObjAddr: 0x330, symBinAddr: 0x6970, symSize: 0xC } + - { offsetInCU: 0x261, offset: 0x6088E, size: 0x8, addend: 0x0, symName: '-[CAPWebViewPlugin(CAPPluginCategory) pluginMethods]', symObjAddr: 0x33C, symBinAddr: 0x697C, symSize: 0x100 } + - { offsetInCU: 0x2A4, offset: 0x608D1, size: 0x8, addend: 0x0, symName: '-[CAPWebViewPlugin(CAPPluginCategory) identifier]', symObjAddr: 0x43C, symBinAddr: 0x6A7C, symSize: 0xC } + - { offsetInCU: 0x2D7, offset: 0x60904, size: 0x8, addend: 0x0, symName: '-[CAPWebViewPlugin(CAPPluginCategory) jsName]', symObjAddr: 0x448, symBinAddr: 0x6A88, symSize: 0xC } + - { offsetInCU: 0x27, offset: 0x609E8, size: 0x8, addend: 0x0, symName: '+[UIStatusBarManager(CAPHandleTapAction) load]', symObjAddr: 0x0, symBinAddr: 0x6A94, symSize: 0x6C } + - { offsetInCU: 0x35, offset: 0x609F6, size: 0x8, addend: 0x0, symName: '+[UIStatusBarManager(CAPHandleTapAction) load]', symObjAddr: 0x0, symBinAddr: 0x6A94, symSize: 0x6C } + - { offsetInCU: 0x5B, offset: 0x60A1C, size: 0x8, addend: 0x0, symName: _load.onceToken, symObjAddr: 0x2E70, symBinAddr: 0xA3560, symSize: 0x0 } + - { offsetInCU: 0x192, offset: 0x60B53, size: 0x8, addend: 0x0, symName: '___46+[UIStatusBarManager(CAPHandleTapAction) load]_block_invoke', symObjAddr: 0x6C, symBinAddr: 0x6B00, symSize: 0xD4 } + - { offsetInCU: 0x425, offset: 0x60DE6, size: 0x8, addend: 0x0, symName: '-[UIStatusBarManager(CAPHandleTapAction) nofity_handleTapAction:]', symObjAddr: 0x140, symBinAddr: 0x6BD4, symSize: 0xC0 } + - { offsetInCU: 0x27, offset: 0x60F03, size: 0x8, addend: 0x0, symName: '+[WKWebView(CapacitorAutoFocus) load]', symObjAddr: 0x0, symBinAddr: 0x6C94, symSize: 0x4 } + - { offsetInCU: 0xBE, offset: 0x60F9A, size: 0x8, addend: 0x0, symName: '+[WKWebView(CapacitorAutoFocus) load]', symObjAddr: 0x0, symBinAddr: 0x6C94, symSize: 0x4 } + - { offsetInCU: 0x141, offset: 0x61137, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9hexString33_750E6D65F9E101F235B3FD4952DBE776LLySSs16IndexingIteratorVySays5UInt8VGGF', symObjAddr: 0x0, symBinAddr: 0x6C98, symSize: 0x1A0 } + - { offsetInCU: 0x6E0, offset: 0x616D6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7AppUUIDC06assertbC033_750E6D65F9E101F235B3FD4952DBE776LLyyFZTf4d_n', symObjAddr: 0x27C8, symBinAddr: 0x93A0, symSize: 0x2E8 } + - { offsetInCU: 0x8DA, offset: 0x618D0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC9tmpWindowSo8UIWindowCSgvpfi', symObjAddr: 0x79C, symBinAddr: 0x7434, symSize: 0x8 } + - { offsetInCU: 0x8F2, offset: 0x618E8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14bridgeDelegateAA09CAPBridgeD0_pSgvpfi', symObjAddr: 0x7A4, symBinAddr: 0x743C, symSize: 0xC } + - { offsetInCU: 0x90A, offset: 0x61900, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC10lastPluginSo9CAPPluginCSgvpfi', symObjAddr: 0x7B0, symBinAddr: 0x7448, symSize: 0x8 } + - { offsetInCU: 0x922, offset: 0x61918, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC7pluginsSDySSSo16CAPBridgedPlugin_So9CAPPluginCXcGvpfi', symObjAddr: 0x7B8, symBinAddr: 0x7450, symSize: 0xC } + - { offsetInCU: 0x93A, offset: 0x61930, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC20cordovaPluginManagerSo09CDVPluginE0CSgvpfi', symObjAddr: 0x7C4, symBinAddr: 0x745C, symSize: 0x8 } + - { offsetInCU: 0x9A2, offset: 0x61998, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC11storedCallsAA20ConcurrentDictionaryCySo13CAPPluginCallCGvpfi', symObjAddr: 0x7CC, symBinAddr: 0x7464, symSize: 0x64 } + - { offsetInCU: 0xA4F, offset: 0x61A45, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18injectCordovaFiles33_B558F97FDDF7E6D98578814FFB110E95LLSbvpfi', symObjAddr: 0x830, symBinAddr: 0x74C8, symSize: 0x8 } + - { offsetInCU: 0xA67, offset: 0x61A5D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC13cordovaParser33_B558F97FDDF7E6D98578814FFB110E95LLSo09CDVConfigD0CSgvpfi', symObjAddr: 0x838, symBinAddr: 0x74D0, symSize: 0x8 } + - { offsetInCU: 0xA7F, offset: 0x61A75, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC13dispatchQueueSo03OS_C6_queueCvpfi', symObjAddr: 0x840, symBinAddr: 0x74D8, symSize: 0x1C4 } + - { offsetInCU: 0xAD7, offset: 0x61ACD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC9observersSaySo8NSObject_pGvpfi', symObjAddr: 0xA04, symBinAddr: 0x769C, symSize: 0xC } + - { offsetInCU: 0xAEF, offset: 0x61AE5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC6configSo24CAPInstanceConfigurationCSgvpfi', symObjAddr: 0xA10, symBinAddr: 0x76A8, symSize: 0x8 } + - { offsetInCU: 0xB07, offset: 0x61AFD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC13cookieManagerAA0a6CookieE0CSgvpfi', symObjAddr: 0xA18, symBinAddr: 0x76B0, symSize: 0x8 } + - { offsetInCU: 0xB1F, offset: 0x61B15, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC15capacitorBridge33_0151BC8B8398CBA447E765B04F9447A0LLAA0aF0CSgvpfi', symObjAddr: 0xA24, symBinAddr: 0x76BC, symSize: 0x8 } + - { offsetInCU: 0xB37, offset: 0x61B2D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC03webC0So05WKWebC0CSgvpfi', symObjAddr: 0xA2C, symBinAddr: 0x76C4, symSize: 0x8 } + - { offsetInCU: 0xB4F, offset: 0x61B45, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC18isStatusBarVisibleSbvpfi', symObjAddr: 0xA34, symBinAddr: 0x76CC, symSize: 0x8 } + - { offsetInCU: 0xB67, offset: 0x61B5D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC14statusBarStyleSo08UIStatusfG0Vvpfi', symObjAddr: 0xA3C, symBinAddr: 0x76D4, symSize: 0x8 } + - { offsetInCU: 0xB7F, offset: 0x61B75, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC18statusBarAnimationSo08UIStatusfG0Vvpfi', symObjAddr: 0xA44, symBinAddr: 0x76DC, symSize: 0x8 } + - { offsetInCU: 0xB97, offset: 0x61B8D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC21supportedOrientationsSaySiGvpfi', symObjAddr: 0xA4C, symBinAddr: 0x76E4, symSize: 0xC } + - { offsetInCU: 0xBAF, offset: 0x61BA5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC29$__lazy_storage_$_isNewBinary33_0151BC8B8398CBA447E765B04F9447A0LLSbSgvpfi', symObjAddr: 0xA58, symBinAddr: 0x76F0, symSize: 0x8 } + - { offsetInCU: 0xBC7, offset: 0x61BBD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC6methodSSSgvpfi', symObjAddr: 0xA64, symBinAddr: 0x76FC, symSize: 0xC } + - { offsetInCU: 0xBDF, offset: 0x61BD5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC6paramsSDyS2SGSgvpfi', symObjAddr: 0xA70, symBinAddr: 0x7708, symSize: 0x8 } + - { offsetInCU: 0xBF7, offset: 0x61BED, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC7requestAA0a3UrlC0CSgvpfi', symObjAddr: 0xA78, symBinAddr: 0x7710, symSize: 0x8 } + - { offsetInCU: 0xC0F, offset: 0x61C05, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterC04pushB7HandlerAA0bE8Protocol_pSgvpfi', symObjAddr: 0xA80, symBinAddr: 0x7718, symSize: 0x8 } + - { offsetInCU: 0xC27, offset: 0x61C1D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterC05localB7HandlerAA0bE8Protocol_pSgvpfi', symObjAddr: 0xA88, symBinAddr: 0x7720, symSize: 0x8 } + - { offsetInCU: 0xC3F, offset: 0x61C35, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterV8basePathSSvpfi', symObjAddr: 0xA90, symBinAddr: 0x7728, symSize: 0xC } + - { offsetInCU: 0xC9C, offset: 0x61C92, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC9mimeTypesSDyS2SGvpfi', symObjAddr: 0xADC, symBinAddr: 0x7774, symSize: 0x60 } + - { offsetInCU: 0xD32, offset: 0x61D28, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC6bridgeAA0A6BridgeCSgvpfi', symObjAddr: 0xB3C, symBinAddr: 0x77D4, symSize: 0x8 } + - { offsetInCU: 0xD4A, offset: 0x61D40, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC17contentControllerSo013WKUserContentG0Cvpfi', symObjAddr: 0xB44, symBinAddr: 0x77DC, symSize: 0x24 } + - { offsetInCU: 0xD8D, offset: 0x61D83, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC12LoadingStateAC0bcgH0Ovpfi', symObjAddr: 0xB68, symBinAddr: 0x7800, symSize: 0x8 } + - { offsetInCU: 0xDA5, offset: 0x61D9B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC11handlerName33_F9163AD9166938F8B4F54F28D02AA29FLLSSvpfi', symObjAddr: 0xB70, symBinAddr: 0x7808, symSize: 0x14 } + - { offsetInCU: 0xDE2, offset: 0x61DD8, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV19_uninitializedCount15minimumCapacityAByxGSi_SitcfCSo8NSObject_p_Tgm5', symObjAddr: 0x1528, symBinAddr: 0x8100, symSize: 0x80 } + - { offsetInCU: 0xE2C, offset: 0x61E22, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo8NSObject_p_Tgm5', symObjAddr: 0x15A8, symBinAddr: 0x8180, symSize: 0xC } + - { offsetInCU: 0xE4F, offset: 0x61E45, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo12NSHTTPCookieC_Tgm5', symObjAddr: 0x15B4, symBinAddr: 0x818C, symSize: 0x64 } + - { offsetInCU: 0xE7C, offset: 0x61E72, size: 0x8, addend: 0x0, symName: '_$s10Foundation13__DataStorageC15withUnsafeBytes2in5applyxSnySiG_xSWKXEtKlFyt_Tg5015$s10Foundation4B31V9CapacitorE6sha256SSvgySWXEfU_AA0B0VSays5UInt8VGTf1nncn_n', symObjAddr: 0x1618, symBinAddr: 0x81F0, symSize: 0xCC } + - { offsetInCU: 0xEA7, offset: 0x61E9D, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOy', symObjAddr: 0x16E4, symBinAddr: 0x82BC, symSize: 0x44 } + - { offsetInCU: 0xEBB, offset: 0x61EB1, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOe', symObjAddr: 0x1728, symBinAddr: 0x8300, symSize: 0x44 } + - { offsetInCU: 0x19E7, offset: 0x629DD, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_1, symObjAddr: 0x2AB0, symBinAddr: 0x9688, symSize: 0x24 } + - { offsetInCU: 0x19FB, offset: 0x629F1, size: 0x8, addend: 0x0, symName: '_$sS2SSysWl', symObjAddr: 0x2AD4, symBinAddr: 0x96AC, symSize: 0x44 } + - { offsetInCU: 0x1A0F, offset: 0x62A05, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgWOe', symObjAddr: 0x2B18, symBinAddr: 0x96F0, symSize: 0x14 } + - { offsetInCU: 0x1AC1, offset: 0x62AB7, size: 0x8, addend: 0x0, symName: ___swift_instantiateConcreteTypeFromMangledName, symObjAddr: 0x2C1C, symBinAddr: 0x97F4, symSize: 0x40 } + - { offsetInCU: 0x1AD5, offset: 0x62ACB, size: 0x8, addend: 0x0, symName: '_$sSaySo17OS_dispatch_queueC8DispatchE10AttributesVGMa', symObjAddr: 0x2C9C, symBinAddr: 0x9874, symSize: 0x54 } + - { offsetInCU: 0x1CB4, offset: 0x62CAA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7AppUUIDCMa', symObjAddr: 0x3010, symBinAddr: 0x9BE8, symSize: 0x20 } + - { offsetInCU: 0x1CC8, offset: 0x62CBE, size: 0x8, addend: 0x0, symName: '_$sSo38UIApplicationOpenExternalURLOptionsKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x3084, symBinAddr: 0x9C5C, symSize: 0x2C } + - { offsetInCU: 0x1CDC, offset: 0x62CD2, size: 0x8, addend: 0x0, symName: '_$sSo38UIApplicationOpenExternalURLOptionsKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x30B0, symBinAddr: 0x9C88, symSize: 0x2C } + - { offsetInCU: 0x1CF0, offset: 0x62CE6, size: 0x8, addend: 0x0, symName: '_$sSo38UIApplicationOpenExternalURLOptionsKeyaSHSCSQWb', symObjAddr: 0x30DC, symBinAddr: 0x9CB4, symSize: 0x2C } + - { offsetInCU: 0x1F89, offset: 0x62F7F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOWOb', symObjAddr: 0x35D8, symBinAddr: 0xA1B0, symSize: 0x3C } + - { offsetInCU: 0x2177, offset: 0x6316D, size: 0x8, addend: 0x0, symName: '_$sypWOb', symObjAddr: 0x3914, symBinAddr: 0xA4EC, symSize: 0x10 } + - { offsetInCU: 0x218B, offset: 0x63181, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOb', symObjAddr: 0x3924, symBinAddr: 0xA4FC, symSize: 0x48 } + - { offsetInCU: 0x219F, offset: 0x63195, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7JSValue_pWOb', symObjAddr: 0x39B0, symBinAddr: 0xA588, symSize: 0x18 } + - { offsetInCU: 0x21B3, offset: 0x631A9, size: 0x8, addend: 0x0, symName: '_$sSaySSGSayxGSKsWl', symObjAddr: 0x3A00, symBinAddr: 0xA5D8, symSize: 0x60 } + - { offsetInCU: 0x21C7, offset: 0x631BD, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x3AD0, symBinAddr: 0xA6A8, symSize: 0x2C } + - { offsetInCU: 0x21DB, offset: 0x631D1, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x3AFC, symBinAddr: 0xA6D4, symSize: 0x2C } + - { offsetInCU: 0x21EF, offset: 0x631E5, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeVSHSCSQWb', symObjAddr: 0x3B28, symBinAddr: 0xA700, symSize: 0x2C } + - { offsetInCU: 0x2203, offset: 0x631F9, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation26_ObjectiveCBridgeableErrorSCs0F0PWb', symObjAddr: 0x3B54, symBinAddr: 0xA72C, symSize: 0x2C } + - { offsetInCU: 0x2217, offset: 0x6320D, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation13CustomNSErrorSCs5ErrorPWb', symObjAddr: 0x3B80, symBinAddr: 0xA758, symSize: 0x2C } + - { offsetInCU: 0x222B, offset: 0x63221, size: 0x8, addend: 0x0, symName: '_$sSo16NSURLResourceKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x3BAC, symBinAddr: 0xA784, symSize: 0x2C } + - { offsetInCU: 0x223F, offset: 0x63235, size: 0x8, addend: 0x0, symName: '_$sSo16NSURLResourceKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x3BD8, symBinAddr: 0xA7B0, symSize: 0x2C } + - { offsetInCU: 0x2253, offset: 0x63249, size: 0x8, addend: 0x0, symName: '_$sSo16NSURLResourceKeyaSHSCSQWb', symObjAddr: 0x3C04, symBinAddr: 0xA7DC, symSize: 0x2C } + - { offsetInCU: 0x2267, offset: 0x6325D, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation21_BridgedStoredNSErrorSCAC06CustomF0PWb', symObjAddr: 0x3C30, symBinAddr: 0xA808, symSize: 0x2C } + - { offsetInCU: 0x227B, offset: 0x63271, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation21_BridgedStoredNSErrorSCAC26_ObjectiveCBridgeableErrorPWb', symObjAddr: 0x3C5C, symBinAddr: 0xA834, symSize: 0x2C } + - { offsetInCU: 0x228F, offset: 0x63285, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation21_BridgedStoredNSErrorSCSHWb', symObjAddr: 0x3C88, symBinAddr: 0xA860, symSize: 0x2C } + - { offsetInCU: 0x22A3, offset: 0x63299, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation21_BridgedStoredNSErrorSC0B0AcDP_AC06_ErrorB8ProtocolPWT', symObjAddr: 0x3CB4, symBinAddr: 0xA88C, symSize: 0x2C } + - { offsetInCU: 0x22B7, offset: 0x632AD, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation21_BridgedStoredNSErrorSC0B0AcDP_SYWT', symObjAddr: 0x3D40, symBinAddr: 0xA918, symSize: 0x2C } + - { offsetInCU: 0x22CB, offset: 0x632C1, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation21_BridgedStoredNSErrorSC0B0AcDP_8RawValueSYs17FixedWidthIntegerPWT', symObjAddr: 0x3D6C, symBinAddr: 0xA944, symSize: 0x4 } + - { offsetInCU: 0x22DF, offset: 0x632D5, size: 0x8, addend: 0x0, symName: '_$sS2is17FixedWidthIntegersWl', symObjAddr: 0x3D70, symBinAddr: 0xA948, symSize: 0x44 } + - { offsetInCU: 0x22F3, offset: 0x632E9, size: 0x8, addend: 0x0, symName: '_$sSo11WKErrorCodeV10Foundation06_ErrorB8ProtocolSCSQWb', symObjAddr: 0x3DB4, symBinAddr: 0xA98C, symSize: 0x2C } + - { offsetInCU: 0x2307, offset: 0x632FD, size: 0x8, addend: 0x0, symName: '_$sSo11WKErrorCodeV10Foundation06_ErrorB8ProtocolSC01_D4TypeAcDP_AC21_BridgedStoredNSErrorPWT', symObjAddr: 0x3DE0, symBinAddr: 0xA9B8, symSize: 0x2C } + - { offsetInCU: 0x231B, offset: 0x63311, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyaSHSCSQWb', symObjAddr: 0x3E0C, symBinAddr: 0xA9E4, symSize: 0x2C } + - { offsetInCU: 0x24F5, offset: 0x634EB, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromE1C_6resulty01_E5CTypeQz_xSgztFZTW', symObjAddr: 0xCB8, symBinAddr: 0x7948, symSize: 0x14 } + - { offsetInCU: 0x2511, offset: 0x63507, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromE1C_6resultSb01_E5CTypeQz_xSgztFZTW', symObjAddr: 0xCCC, symBinAddr: 0x795C, symSize: 0x18 } + - { offsetInCU: 0x252D, offset: 0x63523, size: 0x8, addend: 0x0, symName: '_$sSo16NSURLResourceKeyas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromC1C_6resulty01_C5CTypeQz_xSgztFZTW', symObjAddr: 0xD50, symBinAddr: 0x798C, symSize: 0x14 } + - { offsetInCU: 0x2549, offset: 0x6353F, size: 0x8, addend: 0x0, symName: '_$sSo16NSURLResourceKeyas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromC1C_6resultSb01_C5CTypeQz_xSgztFZTW', symObjAddr: 0xD64, symBinAddr: 0x79A0, symSize: 0x18 } + - { offsetInCU: 0x2565, offset: 0x6355B, size: 0x8, addend: 0x0, symName: '_$sSo38UIApplicationOpenExternalURLOptionsKeyas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromF1C_6resulty01_F5CTypeQz_xSgztFZTW', symObjAddr: 0xDA0, symBinAddr: 0x79DC, symSize: 0x14 } + - { offsetInCU: 0x2581, offset: 0x63577, size: 0x8, addend: 0x0, symName: '_$sSo38UIApplicationOpenExternalURLOptionsKeyas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromF1C_6resultSb01_F5CTypeQz_xSgztFZTW', symObjAddr: 0xDB4, symBinAddr: 0x79F0, symSize: 0x18 } + - { offsetInCU: 0x25B6, offset: 0x635AC, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeVSHSCSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1084, symBinAddr: 0x7CC0, symSize: 0x5C } + - { offsetInCU: 0x25E7, offset: 0x635DD, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeVs5ErrorSCsACP9_userInfoyXlSgvgTW', symObjAddr: 0x1274, symBinAddr: 0x7E4C, symSize: 0x4 } + - { offsetInCU: 0x2612, offset: 0x63608, size: 0x8, addend: 0x0, symName: '_$sSo11WKErrorCodeVSQSCSQ2eeoiySbx_xtFZTW', symObjAddr: 0x1310, symBinAddr: 0x7EE8, symSize: 0x14 } + - { offsetInCU: 0x2658, offset: 0x6364E, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyas35_HasCustomAnyHashableRepresentationSCsACP03_tofgH0s0gH0VSgyFTW', symObjAddr: 0x1328, symBinAddr: 0x7F00, symSize: 0x84 } + - { offsetInCU: 0x2674, offset: 0x6366A, size: 0x8, addend: 0x0, symName: '_$sSo16NSURLResourceKeyas35_HasCustomAnyHashableRepresentationSCsACP03_todeF0s0eF0VSgyFTW', symObjAddr: 0x13D8, symBinAddr: 0x7FB0, symSize: 0x84 } + - { offsetInCU: 0x2690, offset: 0x63686, size: 0x8, addend: 0x0, symName: '_$sSo38UIApplicationOpenExternalURLOptionsKeyas35_HasCustomAnyHashableRepresentationSCsACP03_toghI0s0hI0VSgyFTW', symObjAddr: 0x14A4, symBinAddr: 0x807C, symSize: 0x84 } + - { offsetInCU: 0x27ED, offset: 0x637E3, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCTgm5Tf4g_n', symObjAddr: 0x25DC, symBinAddr: 0x91B4, symSize: 0xEC } + - { offsetInCU: 0x294F, offset: 0x63945, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_10Foundation4DataVTgm5Tf4g_n', symObjAddr: 0x26C8, symBinAddr: 0x92A0, symSize: 0x100 } + - { offsetInCU: 0x2ACF, offset: 0x63AC5, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_So13CAPPluginCallCTgm5Tf4g_n', symObjAddr: 0x2B2C, symBinAddr: 0x9704, symSize: 0xF0 } + - { offsetInCU: 0x2C31, offset: 0x63C27, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_9Capacitor7JSValue_pTgm5Tf4g_n', symObjAddr: 0x2CF0, symBinAddr: 0x98C8, symSize: 0x114 } + - { offsetInCU: 0x2D93, offset: 0x63D89, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypTgm5Tf4g_n', symObjAddr: 0x2E04, symBinAddr: 0x99DC, symSize: 0x110 } + - { offsetInCU: 0x2EEF, offset: 0x63EE5, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_SSTgm5Tf4g_n', symObjAddr: 0x2F14, symBinAddr: 0x9AEC, symSize: 0xFC } + - { offsetInCU: 0x3057, offset: 0x6404D, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_10Foundation3URLVSgTgm5Tf4g_n', symObjAddr: 0x3108, symBinAddr: 0x9CE0, symSize: 0x16C } + - { offsetInCU: 0x31B9, offset: 0x641AF, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_So42UIScrollViewContentInsetAdjustmentBehaviorVTgm5Tf4g_n', symObjAddr: 0x3274, symBinAddr: 0x9E4C, symSize: 0xE4 } + - { offsetInCU: 0x3321, offset: 0x64317, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCs17CodingUserInfoKeyV_ypTgm5Tf4g_n', symObjAddr: 0x3358, symBinAddr: 0x9F30, symSize: 0x16C } + - { offsetInCU: 0x347D, offset: 0x64473, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOTgm5Tf4g_n', symObjAddr: 0x34C4, symBinAddr: 0xA09C, symSize: 0x114 } + - { offsetInCU: 0x35E5, offset: 0x645DB, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCs11AnyHashableV_ypTgm5Tf4g_n', symObjAddr: 0x3614, symBinAddr: 0xA1EC, symSize: 0x114 } + - { offsetInCU: 0x3747, offset: 0x6473D, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSo38UIApplicationOpenExternalURLOptionsKeya_ypTgm5Tf4g_n', symObjAddr: 0x3728, symBinAddr: 0xA300, symSize: 0x100 } + - { offsetInCU: 0x38AF, offset: 0x648A5, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_SayypGTgm5Tf4g_n', symObjAddr: 0x3828, symBinAddr: 0xA400, symSize: 0xEC } + - { offsetInCU: 0x3B39, offset: 0x64B2F, size: 0x8, addend: 0x0, symName: '_$sSo16NSURLResourceKeyaSYSCSY8rawValue03RawD0QzvgTW', symObjAddr: 0x13B0, symBinAddr: 0x7F88, symSize: 0x28 } + - { offsetInCU: 0x3BD8, offset: 0x64BCE, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation13CustomNSErrorSCAcDP05errorB0SivgTW', symObjAddr: 0xF14, symBinAddr: 0x7B50, symSize: 0x40 } + - { offsetInCU: 0x3BF4, offset: 0x64BEA, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation13CustomNSErrorSCAcDP13errorUserInfoSDySSypGvgTW', symObjAddr: 0xF54, symBinAddr: 0x7B90, symSize: 0x40 } + - { offsetInCU: 0x3C10, offset: 0x64C06, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation26_ObjectiveCBridgeableErrorSCAcDP15_bridgedNSErrorxSgSo0H0Ch_tcfCTW', symObjAddr: 0xF94, symBinAddr: 0x7BD0, symSize: 0x68 } + - { offsetInCU: 0x3C40, offset: 0x64C36, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeVSHSCSH9hashValueSivgTW', symObjAddr: 0xFFC, symBinAddr: 0x7C38, symSize: 0x38 } + - { offsetInCU: 0x3C71, offset: 0x64C67, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeVSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1034, symBinAddr: 0x7C70, symSize: 0x50 } + - { offsetInCU: 0x3C8D, offset: 0x64C83, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeVs5ErrorSCsACP7_domainSSvgTW', symObjAddr: 0x11F4, symBinAddr: 0x7DCC, symSize: 0x40 } + - { offsetInCU: 0x3CA9, offset: 0x64C9F, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeVs5ErrorSCsACP5_codeSivgTW', symObjAddr: 0x1234, symBinAddr: 0x7E0C, symSize: 0x40 } + - { offsetInCU: 0x3CC5, offset: 0x64CBB, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeVs5ErrorSCsACP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x1278, symBinAddr: 0x7E50, symSize: 0x40 } + - { offsetInCU: 0x3CE1, offset: 0x64CD7, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeVSQSCSQ2eeoiySbx_xtFZTW', symObjAddr: 0x12B8, symBinAddr: 0x7E90, symSize: 0x58 } + - { offsetInCU: 0x3E25, offset: 0x64E1B, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation21_BridgedStoredNSErrorSCAcDP8_nsErrorSo0F0CvgTW', symObjAddr: 0xC94, symBinAddr: 0x792C, symSize: 0x8 } + - { offsetInCU: 0x3E56, offset: 0x64E4C, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation21_BridgedStoredNSErrorSCAcDP8_nsErrorxSo0F0C_tcfCTW', symObjAddr: 0xC9C, symBinAddr: 0x7934, symSize: 0x8 } + - { offsetInCU: 0x3E86, offset: 0x64E7C, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation13CustomNSErrorSCAcDP11errorDomainSSvgZTW', symObjAddr: 0xF04, symBinAddr: 0x7B40, symSize: 0x10 } + - { offsetInCU: 0x3EA6, offset: 0x64E9C, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation13CustomNSErrorSCAcDP11errorDomainSSvgZTW', symObjAddr: 0xF04, symBinAddr: 0x7B40, symSize: 0x10 } + - { offsetInCU: 0x3ECD, offset: 0x64EC3, size: 0x8, addend: 0x0, symName: '_$sSo11WKErrorCodeVSYSCSY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0x10E0, symBinAddr: 0x7D1C, symSize: 0x10 } + - { offsetInCU: 0x3EE9, offset: 0x64EDF, size: 0x8, addend: 0x0, symName: '_$sSo11WKErrorCodeVSYSCSY8rawValue03RawD0QzvgTW', symObjAddr: 0x10F0, symBinAddr: 0x7D2C, symSize: 0xC } + - { offsetInCU: 0x4080, offset: 0x65076, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV9CapacitorE6sha256SSvg', symObjAddr: 0x1A0, symBinAddr: 0x6E38, symSize: 0x20C } + - { offsetInCU: 0x42AD, offset: 0x652A3, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV9CapacitorE6sha256SSvgySWXEfU_', symObjAddr: 0x3BC, symBinAddr: 0x7054, symSize: 0xDC } + - { offsetInCU: 0x450C, offset: 0x65502, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7AppUUIDC03getbC0SSyFZ', symObjAddr: 0x4A8, symBinAddr: 0x7140, symSize: 0xE4 } + - { offsetInCU: 0x466E, offset: 0x65664, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7AppUUIDC010regeneratebC0yyFZ', symObjAddr: 0x58C, symBinAddr: 0x7224, symSize: 0x1F8 } + - { offsetInCU: 0x4759, offset: 0x6574F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7AppUUIDCfd', symObjAddr: 0x784, symBinAddr: 0x741C, symSize: 0x8 } + - { offsetInCU: 0x477E, offset: 0x65774, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7AppUUIDCfD', symObjAddr: 0x78C, symBinAddr: 0x7424, symSize: 0x10 } + - { offsetInCU: 0x4880, offset: 0x65876, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFs5UInt8V_Tg5', symObjAddr: 0x176C, symBinAddr: 0x8344, symSize: 0xE8 } + - { offsetInCU: 0x49B6, offset: 0x659AC, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF9Capacitor17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLO_Tg5', symObjAddr: 0x1854, symBinAddr: 0x842C, symSize: 0x104 } + - { offsetInCU: 0x4AEC, offset: 0x65AE2, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x1958, symBinAddr: 0x8530, symSize: 0x104 } + - { offsetInCU: 0x4C22, offset: 0x65C18, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF9Capacitor18PluginHeaderMethodV_Tg5', symObjAddr: 0x1A5C, symBinAddr: 0x8634, symSize: 0x104 } + - { offsetInCU: 0x4D58, offset: 0x65D4E, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFyXlXp_Tg5', symObjAddr: 0x1B60, symBinAddr: 0x8738, symSize: 0xFC } + - { offsetInCU: 0x4E95, offset: 0x65E8B, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo8NSObject_p_Tg5', symObjAddr: 0x1C5C, symBinAddr: 0x8834, symSize: 0x150 } + - { offsetInCU: 0x5016, offset: 0x6600C, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF10Foundation12URLQueryItemV_Tg5', symObjAddr: 0x1DC0, symBinAddr: 0x8998, symSize: 0x174 } + - { offsetInCU: 0x5164, offset: 0x6615A, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSi_Tg5', symObjAddr: 0x1F34, symBinAddr: 0x8B0C, symSize: 0xFC } + - { offsetInCU: 0x529A, offset: 0x66290, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSs_Tg5', symObjAddr: 0x2030, symBinAddr: 0x8C08, symSize: 0x104 } + - { offsetInCU: 0x53D0, offset: 0x663C6, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSi6offset_Ss7elementt_Tg5', symObjAddr: 0x2134, symBinAddr: 0x8D0C, symSize: 0x134 } + - { offsetInCU: 0x5506, offset: 0x664FC, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLO_Tg5', symObjAddr: 0x23B4, symBinAddr: 0x8F8C, symSize: 0x114 } + - { offsetInCU: 0x5627, offset: 0x6661D, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV13_copyContents8subRange12initializingSpyxGSnySiG_AFtFSo8NSObject_p_Tg5', symObjAddr: 0x24C8, symBinAddr: 0x90A0, symSize: 0x114 } + - { offsetInCU: 0x27, offset: 0x66B58, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVAASayAA7JSValue_pGRszlE19replacingNullValuesSayAaD_pSgGyF', symObjAddr: 0x0, symBinAddr: 0xAA30, symSize: 0x198 } + - { offsetInCU: 0x35B, offset: 0x66E8C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7JSValue_pWOc', symObjAddr: 0x370, symBinAddr: 0xADA0, symSize: 0x44 } + - { offsetInCU: 0x36F, offset: 0x66EA0, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_1, symObjAddr: 0x3F4, symBinAddr: 0xADE4, symSize: 0x20 } + - { offsetInCU: 0x383, offset: 0x66EB4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7JSValue_pSgWOb', symObjAddr: 0x414, symBinAddr: 0xAE04, symSize: 0x48 } + - { offsetInCU: 0x3B6, offset: 0x66EE7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7JSValue_pSgWOc', symObjAddr: 0x478, symBinAddr: 0xAE68, symSize: 0x48 } + - { offsetInCU: 0x3CA, offset: 0x66EFB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7JSValue_pSgWOh', symObjAddr: 0x4C0, symBinAddr: 0xAEB0, symSize: 0x40 } + - { offsetInCU: 0xD5C, offset: 0x6788D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVAASayAA7JSValue_pGRszlE19replacingNullValuesSayAaD_pSgGyF', symObjAddr: 0x0, symBinAddr: 0xAA30, symSize: 0x198 } + - { offsetInCU: 0xF77, offset: 0x67AA8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVAASayAA7JSValue_pGRszlE23replacingOptionalValuesAEyF', symObjAddr: 0x198, symBinAddr: 0xABC8, symSize: 0x4 } + - { offsetInCU: 0xFE6, offset: 0x67B17, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVAASayAA7JSValue_pSgGRszlE23replacingOptionalValuesSayAaD_pGyF', symObjAddr: 0x19C, symBinAddr: 0xABCC, symSize: 0x19C } + - { offsetInCU: 0x126E, offset: 0x67D9F, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSS_Tg5', symObjAddr: 0x338, symBinAddr: 0xAD68, symSize: 0x1C } + - { offsetInCU: 0x1282, offset: 0x67DB3, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF9Capacitor7JSValue_pSg_Tg5', symObjAddr: 0x354, symBinAddr: 0xAD84, symSize: 0x1C } + - { offsetInCU: 0x1296, offset: 0x67DC7, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF9Capacitor7JSValue_p_Tg5', symObjAddr: 0x45C, symBinAddr: 0xAE4C, symSize: 0x1C } + - { offsetInCU: 0x12AA, offset: 0x67DDB, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF9Capacitor18PluginHeaderMethodV_Tg5', symObjAddr: 0x518, symBinAddr: 0xAEF0, symSize: 0x1C } + - { offsetInCU: 0x12BE, offset: 0x67DEF, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo12NSHTTPCookieC_Tg5', symObjAddr: 0x534, symBinAddr: 0xAF0C, symSize: 0x1C } + - { offsetInCU: 0x12D2, offset: 0x67E03, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSi6offset_Ss7elementt_Tg5', symObjAddr: 0x550, symBinAddr: 0xAF28, symSize: 0x1C } + - { offsetInCU: 0x12E6, offset: 0x67E17, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSS_ypt_Tg5', symObjAddr: 0x56C, symBinAddr: 0xAF44, symSize: 0x1C } + - { offsetInCU: 0x12FA, offset: 0x67E2B, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFyp_Tg5', symObjAddr: 0x588, symBinAddr: 0xAF60, symSize: 0x1C } + - { offsetInCU: 0x133F, offset: 0x67E70, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x5A4, symBinAddr: 0xAF7C, symSize: 0x104 } + - { offsetInCU: 0x143D, offset: 0x67F6E, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF9Capacitor7JSValue_pSg_Tg5', symObjAddr: 0x6A8, symBinAddr: 0xB080, symSize: 0x134 } + - { offsetInCU: 0x153B, offset: 0x6806C, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF9Capacitor7JSValue_p_Tg5', symObjAddr: 0x7DC, symBinAddr: 0xB1B4, symSize: 0x134 } + - { offsetInCU: 0x1639, offset: 0x6816A, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF9Capacitor18PluginHeaderMethodV_Tg5', symObjAddr: 0x910, symBinAddr: 0xB2E8, symSize: 0x104 } + - { offsetInCU: 0x1737, offset: 0x68268, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo12NSHTTPCookieC_Tg5', symObjAddr: 0xA14, symBinAddr: 0xB3EC, symSize: 0x150 } + - { offsetInCU: 0x1835, offset: 0x68366, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSi6offset_Ss7elementt_Tg5', symObjAddr: 0xB64, symBinAddr: 0xB53C, symSize: 0x134 } + - { offsetInCU: 0x1933, offset: 0x68464, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_ypt_Tg5', symObjAddr: 0xC98, symBinAddr: 0xB670, symSize: 0x138 } + - { offsetInCU: 0x1A31, offset: 0x68562, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFyp_Tg5', symObjAddr: 0xDD0, symBinAddr: 0xB7A8, symSize: 0x108 } + - { offsetInCU: 0x4F, offset: 0x686DF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC13tmpVCAppeared10Foundation12NotificationVvpZ', symObjAddr: 0x41E58, symBinAddr: 0xA6658, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x686F9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC13capacitorSiteSSvpZ', symObjAddr: 0x10DD8, symBinAddr: 0x88B20, symSize: 0x0 } + - { offsetInCU: 0x83, offset: 0x68713, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC19fileStartIdentifierSSvpZ', symObjAddr: 0x10DE8, symBinAddr: 0x88B30, symSize: 0x0 } + - { offsetInCU: 0x9D, offset: 0x6872D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC30httpInterceptorStartIdentifierSSvpZ', symObjAddr: 0x10DF8, symBinAddr: 0x88B40, symSize: 0x0 } + - { offsetInCU: 0xB7, offset: 0x68747, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC31httpsInterceptorStartIdentifierSSvpZ', symObjAddr: 0x10E08, symBinAddr: 0x88B50, symSize: 0x0 } + - { offsetInCU: 0xD1, offset: 0x68761, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC23httpInterceptorUrlParamSSvpZ', symObjAddr: 0xF920, symBinAddr: 0x6E660, symSize: 0x0 } + - { offsetInCU: 0xEB, offset: 0x6877B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC13defaultSchemeSSvpZ', symObjAddr: 0xF930, symBinAddr: 0x6E670, symSize: 0x0 } + - { offsetInCU: 0x112, offset: 0x687A2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xB8EC, symSize: 0x8 } + - { offsetInCU: 0x16A, offset: 0x687FA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOSHAASH9hashValueSivgTW', symObjAddr: 0x8, symBinAddr: 0xB8F4, symSize: 0x40 } + - { offsetInCU: 0x24D, offset: 0x688DD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x48, symBinAddr: 0xB934, symSize: 0x24 } + - { offsetInCU: 0x2BE, offset: 0x6894E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xA8, symBinAddr: 0xB994, symSize: 0x1C } + - { offsetInCU: 0x2F3, offset: 0x68983, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xC4, symBinAddr: 0xB9B0, symSize: 0x28 } + - { offsetInCU: 0x324, offset: 0x689B4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xEC, symBinAddr: 0xB9D8, symSize: 0xC } + - { offsetInCU: 0x340, offset: 0x689D0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xF8, symBinAddr: 0xB9E4, symSize: 0xC } + - { offsetInCU: 0x35C, offset: 0x689EC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0xDA58, symBinAddr: 0x1925C, symSize: 0x84 } + - { offsetInCU: 0x3E0, offset: 0x68A70, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x270, symBinAddr: 0xBB5C, symSize: 0x28 } + - { offsetInCU: 0x417, offset: 0x68AA7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x298, symBinAddr: 0xBB84, symSize: 0x18 } + - { offsetInCU: 0x43A, offset: 0x68ACA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xDADC, symBinAddr: 0x192E0, symSize: 0x144 } + - { offsetInCU: 0x4DB, offset: 0x68B6B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC7webViewSo05WKWebD0CSgvgTo', symObjAddr: 0x2B8, symBinAddr: 0xBBA4, symSize: 0xAC } + - { offsetInCU: 0x53A, offset: 0x68BCA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC19autoRegisterPluginsSbvgTo', symObjAddr: 0x3E0, symBinAddr: 0xBCCC, symSize: 0x10 } + - { offsetInCU: 0x55A, offset: 0x68BEA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC19autoRegisterPluginsSbvgTo', symObjAddr: 0x3E0, symBinAddr: 0xBCCC, symSize: 0x10 } + - { offsetInCU: 0x58B, offset: 0x68C1B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18notificationRouterAA012NotificationD0CvgTo', symObjAddr: 0x400, symBinAddr: 0xBCEC, symSize: 0x48 } + - { offsetInCU: 0x5F4, offset: 0x68C84, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC16isSimEnvironmentSbvgTo', symObjAddr: 0x4EC, symBinAddr: 0xBDD8, symSize: 0x8 } + - { offsetInCU: 0x626, offset: 0x68CB6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC16isDevEnvironmentSbvgTo', symObjAddr: 0x4FC, symBinAddr: 0xBDE8, symSize: 0x8 } + - { offsetInCU: 0x658, offset: 0x68CE8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18userInterfaceStyleSo06UIUserdE0VvgTo', symObjAddr: 0x50C, symBinAddr: 0xBDF8, symSize: 0x34 } + - { offsetInCU: 0x6B6, offset: 0x68D46, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC16statusBarVisibleSbvgTo', symObjAddr: 0x600, symBinAddr: 0xBEEC, symSize: 0xD4 } + - { offsetInCU: 0x719, offset: 0x68DA9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC16statusBarVisibleSbvsTo', symObjAddr: 0x770, symBinAddr: 0xC05C, symSize: 0x30 } + - { offsetInCU: 0x792, offset: 0x68E22, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14statusBarStyleSo08UIStatusdE0VvgTo', symObjAddr: 0xBC4, symBinAddr: 0xC4B0, symSize: 0xD4 } + - { offsetInCU: 0x7F5, offset: 0x68E85, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14statusBarStyleSo08UIStatusdE0VvsTo', symObjAddr: 0xD38, symBinAddr: 0xC624, symSize: 0x30 } + - { offsetInCU: 0x858, offset: 0x68EE8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18statusBarAnimationSo08UIStatusdE0VvgTo', symObjAddr: 0xF68, symBinAddr: 0xC854, symSize: 0x34 } + - { offsetInCU: 0x88A, offset: 0x68F1A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18statusBarAnimationSo08UIStatusdE0VvsTo', symObjAddr: 0x106C, symBinAddr: 0xC958, symSize: 0x30 } + - { offsetInCU: 0x9BE, offset: 0x6904E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14viewControllerSo06UIViewD0CSgvgTo', symObjAddr: 0x17F8, symBinAddr: 0xD0E4, symSize: 0xAC } + - { offsetInCU: 0xA1D, offset: 0x690AD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC6configSo24CAPInstanceConfigurationCvgTo', symObjAddr: 0x1A14, symBinAddr: 0xD2C0, symSize: 0x48 } + - { offsetInCU: 0xA9C, offset: 0x6912C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC10getWebViewSo05WKWebE0CSgyFTo', symObjAddr: 0x1CCC, symBinAddr: 0xD578, symSize: 0xAC } + - { offsetInCU: 0xB11, offset: 0x691A1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC11isSimulatorSbyFTo', symObjAddr: 0x1D80, symBinAddr: 0xD62C, symSize: 0x8 } + - { offsetInCU: 0xB43, offset: 0x691D3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC9isDevModeSbyFTo', symObjAddr: 0x1D90, symBinAddr: 0xD63C, symSize: 0x8 } + - { offsetInCU: 0xB75, offset: 0x69205, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC19getStatusBarVisibleSbyFTo', symObjAddr: 0x1E34, symBinAddr: 0xD6E0, symSize: 0xD4 } + - { offsetInCU: 0xC21, offset: 0x692B1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC17getStatusBarStyleSo08UIStatuseF0VyFTo', symObjAddr: 0x1FAC, symBinAddr: 0xD858, symSize: 0xD4 } + - { offsetInCU: 0xCCD, offset: 0x6935D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC21getUserInterfaceStyleSo06UIUsereF0VyFTo', symObjAddr: 0x2144, symBinAddr: 0xD9F0, symSize: 0x34 } + - { offsetInCU: 0xCFF, offset: 0x6938F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC11getLocalUrlSSyFTo', symObjAddr: 0x2254, symBinAddr: 0xDB00, symSize: 0x10C } + - { offsetInCU: 0xE34, offset: 0x694C4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC4with8delegate20cordovaConfiguration12assetHandler010delegationH019autoRegisterPluginsACSo011CAPInstanceF0C_AA17CAPBridgeDelegate_pSo15CDVConfigParserCAA012WebViewAssetH0CAA0rs10DelegationH0CSbtcfcy10Foundation12NotificationVYbcfU_', symObjAddr: 0x26E0, symBinAddr: 0xDF8C, symSize: 0x60 } + - { offsetInCU: 0xEAA, offset: 0x6953A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeCfDTo', symObjAddr: 0x2994, symBinAddr: 0xE240, symSize: 0x24 } + - { offsetInCU: 0xFC5, offset: 0x69655, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18registerPluginTypeyySo9CAPPluginCmFTo', symObjAddr: 0x3A60, symBinAddr: 0xF30C, symSize: 0x44 } + - { offsetInCU: 0x1029, offset: 0x696B9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC22registerPluginInstanceyySo9CAPPluginCFTo', symObjAddr: 0x3EB0, symBinAddr: 0xF75C, symSize: 0x50 } + - { offsetInCU: 0x10B0, offset: 0x69740, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC8saveCallyySo09CAPPluginD0CFTo', symObjAddr: 0x42FC, symBinAddr: 0xFBA8, symSize: 0x50 } + - { offsetInCU: 0x1120, offset: 0x697B0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC11releaseCallyySo09CAPPluginD0CFTo', symObjAddr: 0x453C, symBinAddr: 0xFDE8, symSize: 0x50 } + - { offsetInCU: 0x113C, offset: 0x697CC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC11releaseCall6withIDySS_tFTo', symObjAddr: 0x463C, symBinAddr: 0xFEE8, symSize: 0xDC } + - { offsetInCU: 0x1288, offset: 0x69918, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC11releaseCall10callbackIdySS_tFTo', symObjAddr: 0x493C, symBinAddr: 0x101E8, symSize: 0xDC } + - { offsetInCU: 0x14A6, offset: 0x69B36, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC4toJs6result4saveyAA16JSResultProtocol_p_SbtFyyScMYccfU_', symObjAddr: 0x6660, symBinAddr: 0x11F0C, symSize: 0x2FC } + - { offsetInCU: 0x17D6, offset: 0x69E66, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC9toJsError5erroryAA16JSResultProtocol_p_tFyyScMYccfU_', symObjAddr: 0x69FC, symBinAddr: 0x122A8, symSize: 0x2AC } + - { offsetInCU: 0x1AAF, offset: 0x6A13F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14evalWithPlugin_2jsySo9CAPPluginC_SStFTo', symObjAddr: 0x70D0, symBinAddr: 0x1297C, symSize: 0x74 } + - { offsetInCU: 0x1B08, offset: 0x6A198, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14triggerJSEvent9eventName6targetySS_SStFTo', symObjAddr: 0x7724, symBinAddr: 0x12FD0, symSize: 0x84 } + - { offsetInCU: 0x1C7F, offset: 0x6A30F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC9presentVC_8animated10completionySo16UIViewControllerC_SbyycSgtFTo', symObjAddr: 0x8AC0, symBinAddr: 0x1436C, symSize: 0xB4 } + - { offsetInCU: 0x1CBC, offset: 0x6A34C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC9dismissVC8animated10completionySb_yycSgtFTo', symObjAddr: 0x8D44, symBinAddr: 0x145F0, symSize: 0x90 } + - { offsetInCU: 0x1D05, offset: 0x6A395, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeCACycfcTo', symObjAddr: 0x8E20, symBinAddr: 0x146CC, symSize: 0x2C } + - { offsetInCU: 0x1D6C, offset: 0x6A3FC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC4toJs6result4saveyAA16JSResultProtocol_p_SbtFTf4enn_nAA0G0V_Tg5', symObjAddr: 0xD3FC, symBinAddr: 0x18C00, symSize: 0x3C4 } + - { offsetInCU: 0x1ED5, offset: 0x6A565, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC9toJsError5erroryAA16JSResultProtocol_p_tFTf4en_nAA0gE0V_Tg5', symObjAddr: 0xD7C0, symBinAddr: 0x18FC4, symSize: 0x298 } + - { offsetInCU: 0x1F44, offset: 0x6A5D4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC10fatalErroryys0D0_p_sAE_ptFZTf4nnd_n', symObjAddr: 0xDC20, symBinAddr: 0x19424, symSize: 0x50C } + - { offsetInCU: 0x242B, offset: 0x6AABB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC4with8delegate20cordovaConfiguration12assetHandler010delegationH019autoRegisterPluginsACSo011CAPInstanceF0C_AA17CAPBridgeDelegate_pSo15CDVConfigParserCAA012WebViewAssetH0CAA0rs10DelegationH0CSbtcfcTf4nennnnn_nTf4gggggnn_n', symObjAddr: 0xE12C, symBinAddr: 0x19930, symSize: 0x6E8 } + - { offsetInCU: 0x26C9, offset: 0x6AD59, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC13tmpVCAppeared_WZ', symObjAddr: 0x150C, symBinAddr: 0xCDF8, symSize: 0x80 } + - { offsetInCU: 0x26E3, offset: 0x6AD73, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC13capacitorSiteSSvau', symObjAddr: 0x158C, symBinAddr: 0xCE78, symSize: 0xC } + - { offsetInCU: 0x2701, offset: 0x6AD91, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC19fileStartIdentifierSSvau', symObjAddr: 0x15B4, symBinAddr: 0xCEA0, symSize: 0xC } + - { offsetInCU: 0x271F, offset: 0x6ADAF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC30httpInterceptorStartIdentifierSSvau', symObjAddr: 0x15DC, symBinAddr: 0xCEC8, symSize: 0xC } + - { offsetInCU: 0x273D, offset: 0x6ADCD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC31httpsInterceptorStartIdentifierSSvau', symObjAddr: 0x1604, symBinAddr: 0xCEF0, symSize: 0xC } + - { offsetInCU: 0x275B, offset: 0x6ADEB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC23httpInterceptorUrlParamSSvau', symObjAddr: 0x162C, symBinAddr: 0xCF18, symSize: 0xC } + - { offsetInCU: 0x2779, offset: 0x6AE09, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC13defaultSchemeSSvau', symObjAddr: 0x1644, symBinAddr: 0xCF30, symSize: 0xC } + - { offsetInCU: 0x27CB, offset: 0x6AE5B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14bridgeDelegateAA09CAPBridgeD0_pSgvpACTK', symObjAddr: 0x16F4, symBinAddr: 0xCFE0, symSize: 0x58 } + - { offsetInCU: 0x280F, offset: 0x6AE9F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14bridgeDelegateAA09CAPBridgeD0_pSgvpACTk', symObjAddr: 0x174C, symBinAddr: 0xD038, symSize: 0x60 } + - { offsetInCU: 0x2851, offset: 0x6AEE1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC16statusBarVisibleSbvsyyScMYccfU_TA', symObjAddr: 0x1968, symBinAddr: 0xD254, symSize: 0xC } + - { offsetInCU: 0x2865, offset: 0x6AEF5, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x1974, symBinAddr: 0xD260, symSize: 0x10 } + - { offsetInCU: 0x2879, offset: 0x6AF09, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1984, symBinAddr: 0xD270, symSize: 0x8 } + - { offsetInCU: 0x288D, offset: 0x6AF1D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14statusBarStyleSo08UIStatusdE0VvsyyScMYccfU_TA', symObjAddr: 0x1A0C, symBinAddr: 0xD2B8, symSize: 0x8 } + - { offsetInCU: 0x28A1, offset: 0x6AF31, size: 0x8, addend: 0x0, symName: '_$s10Foundation12NotificationVIeghn_So14NSNotificationCIeyBhy_TR', symObjAddr: 0x2740, symBinAddr: 0xDFEC, symSize: 0xA4 } + - { offsetInCU: 0x2993, offset: 0x6B023, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeCfETo', symObjAddr: 0x29B8, symBinAddr: 0xE264, symSize: 0xE8 } + - { offsetInCU: 0x2F7E, offset: 0x6B60E, size: 0x8, addend: 0x0, symName: '_$sypSgs5Error_pSgIegng_yXlSgSo7NSErrorCSgIeyByy_TR', symObjAddr: 0x6960, symBinAddr: 0x1220C, symSize: 0x9C } + - { offsetInCU: 0x2FBC, offset: 0x6B64C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18statusBarAnimationSo08UIStatusdE0VvsyyScMYccfU_TA', symObjAddr: 0x8E70, symBinAddr: 0x1471C, symSize: 0x8 } + - { offsetInCU: 0x2FD0, offset: 0x6B660, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19CAPPluginCallResultCSgSo0bC0CSgIeggg_AdGIeyByy_TR', symObjAddr: 0x9038, symBinAddr: 0x148E4, symSize: 0x78 } + - { offsetInCU: 0x2FE8, offset: 0x6B678, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorCSgIegg_ADIeyBy_TR', symObjAddr: 0x90B0, symBinAddr: 0x1495C, symSize: 0x50 } + - { offsetInCU: 0x39DC, offset: 0x6C06C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeCMa', symObjAddr: 0xE814, symBinAddr: 0x1A018, symSize: 0x20 } + - { offsetInCU: 0x39F0, offset: 0x6C080, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14evalWithPlugin_2jsySo9CAPPluginC_SStFyyScMYccfU_TA', symObjAddr: 0xE838, symBinAddr: 0x1A03C, symSize: 0x2C } + - { offsetInCU: 0x3A04, offset: 0x6C094, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC4eval2jsySS_tFyyScMYccfU_TA', symObjAddr: 0xE894, symBinAddr: 0x1A098, symSize: 0x2C } + - { offsetInCU: 0x3A18, offset: 0x6C0A8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC7logToJsyySS_SStFyyScMYccfU_TA', symObjAddr: 0xE8F4, symBinAddr: 0x1A0F8, symSize: 0x10 } + - { offsetInCU: 0x3A2C, offset: 0x6C0BC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOWOd', symObjAddr: 0xEA04, symBinAddr: 0x1A208, symSize: 0x3C } + - { offsetInCU: 0x3A40, offset: 0x6C0D0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOWOc', symObjAddr: 0xEA7C, symBinAddr: 0x1A244, symSize: 0x3C } + - { offsetInCU: 0x3A54, offset: 0x6C0E4, size: 0x8, addend: 0x0, symName: ___swift_allocate_value_buffer, symObjAddr: 0xEAB8, symBinAddr: 0x1A280, symSize: 0x40 } + - { offsetInCU: 0x3A68, offset: 0x6C0F8, size: 0x8, addend: 0x0, symName: ___swift_project_value_buffer, symObjAddr: 0xEAF8, symBinAddr: 0x1A2C0, symSize: 0x18 } + - { offsetInCU: 0x3A7C, offset: 0x6C10C, size: 0x8, addend: 0x0, symName: '_$sSDySSypGWOs', symObjAddr: 0xEBA8, symBinAddr: 0x1A2D8, symSize: 0x28 } + - { offsetInCU: 0x3A90, offset: 0x6C120, size: 0x8, addend: 0x0, symName: '_$sypWOc', symObjAddr: 0xEBD0, symBinAddr: 0x1A300, symSize: 0x3C } + - { offsetInCU: 0x3AA4, offset: 0x6C134, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC12handleJSCall4callyAA0D0V_tFyyYbcfU0_TA', symObjAddr: 0xEC58, symBinAddr: 0x1A388, symSize: 0x10 } + - { offsetInCU: 0x3AB8, offset: 0x6C148, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6JSCallVWOr', symObjAddr: 0xEC68, symBinAddr: 0x1A398, symSize: 0x54 } + - { offsetInCU: 0x3ACC, offset: 0x6C15C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC12handleJSCall4callyAA0D0V_tFyyYbcfU0_yAA19CAPPluginCallResultCSg_So0fG0CSgtcfU_TA', symObjAddr: 0xECFC, symBinAddr: 0x1A42C, symSize: 0xC } + - { offsetInCU: 0x3AE0, offset: 0x6C170, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC12handleJSCall4callyAA0D0V_tFyyYbcfU0_yAA18CAPPluginCallErrorCSgcfU0_TA', symObjAddr: 0xED50, symBinAddr: 0x1A480, symSize: 0xC } + - { offsetInCU: 0x3B25, offset: 0x6C1B5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorVWOs', symObjAddr: 0xEDE4, symBinAddr: 0x1A514, symSize: 0x90 } + - { offsetInCU: 0x3B39, offset: 0x6C1C9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorVWOr', symObjAddr: 0xEED0, symBinAddr: 0x1A600, symSize: 0x94 } + - { offsetInCU: 0x3B4D, offset: 0x6C1DD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSResultProtocol_pWOb', symObjAddr: 0xEFD4, symBinAddr: 0x1A704, symSize: 0x18 } + - { offsetInCU: 0x3B61, offset: 0x6C1F1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC9toJsError5erroryAA16JSResultProtocol_p_tFyyScMYccfU_TA', symObjAddr: 0xEFEC, symBinAddr: 0x1A71C, symSize: 0xC } + - { offsetInCU: 0x3B75, offset: 0x6C205, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_0, symObjAddr: 0xF01C, symBinAddr: 0x1A728, symSize: 0x3C } + - { offsetInCU: 0x3B89, offset: 0x6C219, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSResultVWOr', symObjAddr: 0xF09C, symBinAddr: 0x1A7A8, symSize: 0x64 } + - { offsetInCU: 0x3B9D, offset: 0x6C22D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC4toJs6result4saveyAA16JSResultProtocol_p_SbtFyyScMYccfU_TA', symObjAddr: 0xF158, symBinAddr: 0x1A864, symSize: 0x14 } + - { offsetInCU: 0x3BB1, offset: 0x6C241, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListVACSeAAWl', symObjAddr: 0xF1CC, symBinAddr: 0x1A8D8, symSize: 0x44 } + - { offsetInCU: 0x3BC5, offset: 0x6C255, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC25setupCordovaCompatibilityyyFy10Foundation12NotificationVYbcfU_TA', symObjAddr: 0xF210, symBinAddr: 0x1A91C, symSize: 0x28 } + - { offsetInCU: 0x3BD9, offset: 0x6C269, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC25setupCordovaCompatibilityyyFy10Foundation12NotificationVYbcfU0_TA', symObjAddr: 0xF238, symBinAddr: 0x1A944, symSize: 0x28 } + - { offsetInCU: 0x3BED, offset: 0x6C27D, size: 0x8, addend: 0x0, symName: '_$sIeg_SgWOe', symObjAddr: 0xF260, symBinAddr: 0x1A96C, symSize: 0x10 } + - { offsetInCU: 0x3C01, offset: 0x6C291, size: 0x8, addend: 0x0, symName: '_$sIeyB_Ieg_TRTA', symObjAddr: 0xF294, symBinAddr: 0x1A9A0, symSize: 0x8 } + - { offsetInCU: 0x3C15, offset: 0x6C2A5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPBridgeDelegate_pSgXwWOh', symObjAddr: 0xF29C, symBinAddr: 0x1A9A8, symSize: 0x24 } + - { offsetInCU: 0x3C29, offset: 0x6C2B9, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOc', symObjAddr: 0xF2C0, symBinAddr: 0x1A9CC, symSize: 0x3C } + - { offsetInCU: 0x3C3D, offset: 0x6C2CD, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOh', symObjAddr: 0xF2FC, symBinAddr: 0x1AA08, symSize: 0x34 } + - { offsetInCU: 0x3C51, offset: 0x6C2E1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC4with8delegate20cordovaConfiguration12assetHandler010delegationH019autoRegisterPluginsACSo011CAPInstanceF0C_AA17CAPBridgeDelegate_pSo15CDVConfigParserCAA012WebViewAssetH0CAA0rs10DelegationH0CSbtcfcy10Foundation12NotificationVYbcfU_TA', symObjAddr: 0xF3F8, symBinAddr: 0x1AB04, symSize: 0x8 } + - { offsetInCU: 0x3C65, offset: 0x6C2F5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListVMa', symObjAddr: 0xF400, symBinAddr: 0x1AB0C, symSize: 0x10 } + - { offsetInCU: 0x3C79, offset: 0x6C309, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOAFs0D3KeyAAWl', symObjAddr: 0xF410, symBinAddr: 0x1AB1C, symSize: 0x44 } + - { offsetInCU: 0x3C8D, offset: 0x6C31D, size: 0x8, addend: 0x0, symName: '_$sShySSGMa', symObjAddr: 0xF454, symBinAddr: 0x1AB60, symSize: 0x5C } + - { offsetInCU: 0x3CA1, offset: 0x6C331, size: 0x8, addend: 0x0, symName: ___swift_memcpy0_1, symObjAddr: 0xF50C, symBinAddr: 0x1AC18, symSize: 0x4 } + - { offsetInCU: 0x3CB5, offset: 0x6C345, size: 0x8, addend: 0x0, symName: ___swift_noop_void_return, symObjAddr: 0xF510, symBinAddr: 0x1AC1C, symSize: 0x4 } + - { offsetInCU: 0x3CC9, offset: 0x6C359, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOwet', symObjAddr: 0xF514, symBinAddr: 0x1AC20, symSize: 0x50 } + - { offsetInCU: 0x3CDD, offset: 0x6C36D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOwst', symObjAddr: 0xF564, symBinAddr: 0x1AC70, symSize: 0x8C } + - { offsetInCU: 0x3CF1, offset: 0x6C381, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOwug', symObjAddr: 0xF5F0, symBinAddr: 0x1ACFC, symSize: 0x8 } + - { offsetInCU: 0x3D05, offset: 0x6C395, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOwup', symObjAddr: 0xF5F8, symBinAddr: 0x1AD04, symSize: 0x4 } + - { offsetInCU: 0x3D19, offset: 0x6C3A9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOwui', symObjAddr: 0xF5FC, symBinAddr: 0x1AD08, symSize: 0x4 } + - { offsetInCU: 0x3D2D, offset: 0x6C3BD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOMa', symObjAddr: 0xF600, symBinAddr: 0x1AD0C, symSize: 0x10 } + - { offsetInCU: 0x3D41, offset: 0x6C3D1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOSHAASQWb', symObjAddr: 0xF610, symBinAddr: 0x1AD1C, symSize: 0x4 } + - { offsetInCU: 0x3D55, offset: 0x6C3E5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOAFSQAAWl', symObjAddr: 0xF614, symBinAddr: 0x1AD20, symSize: 0x44 } + - { offsetInCU: 0x3D69, offset: 0x6C3F9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xF658, symBinAddr: 0x1AD64, symSize: 0x4 } + - { offsetInCU: 0x3D7D, offset: 0x6C40D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xF65C, symBinAddr: 0x1AD68, symSize: 0x44 } + - { offsetInCU: 0x3D91, offset: 0x6C421, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xF6A0, symBinAddr: 0x1ADAC, symSize: 0x4 } + - { offsetInCU: 0x3DA5, offset: 0x6C435, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xF6A4, symBinAddr: 0x1ADB0, symSize: 0x44 } + - { offsetInCU: 0x3EEC, offset: 0x6C57C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x6C, symBinAddr: 0xB958, symSize: 0x3C } + - { offsetInCU: 0x3F8E, offset: 0x6C61E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x104, symBinAddr: 0xB9F0, symSize: 0x28 } + - { offsetInCU: 0x3FAA, offset: 0x6C63A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x12C, symBinAddr: 0xBA18, symSize: 0x28 } + - { offsetInCU: 0x45F7, offset: 0x6CC87, size: 0x8, addend: 0x0, symName: '_$sSlsE6prefixy11SubSequenceQzSiFSS_Tg5Tf4ng_n', symObjAddr: 0xED5C, symBinAddr: 0x1A48C, symSize: 0x88 } + - { offsetInCU: 0x4C99, offset: 0x6D329, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV6encode2toys7Encoder_p_tKF', symObjAddr: 0x154, symBinAddr: 0xBA40, symSize: 0x11C } + - { offsetInCU: 0x4CE3, offset: 0x6D373, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC16isDevEnvironmentSbvgZ', symObjAddr: 0x2B0, symBinAddr: 0xBB9C, symSize: 0x8 } + - { offsetInCU: 0x4D31, offset: 0x6D3C1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC7webViewSo05WKWebD0CSgvg', symObjAddr: 0x364, symBinAddr: 0xBC50, symSize: 0x7C } + - { offsetInCU: 0x4D7C, offset: 0x6D40C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC19autoRegisterPluginsSbvg', symObjAddr: 0x3F0, symBinAddr: 0xBCDC, symSize: 0x10 } + - { offsetInCU: 0x4DAD, offset: 0x6D43D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18notificationRouterAA012NotificationD0Cvg', symObjAddr: 0x448, symBinAddr: 0xBD34, symSize: 0x44 } + - { offsetInCU: 0x4DCC, offset: 0x6D45C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18notificationRouterAA012NotificationD0CvM', symObjAddr: 0x4A4, symBinAddr: 0xBD90, symSize: 0x44 } + - { offsetInCU: 0x4DF1, offset: 0x6D481, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18notificationRouterAA012NotificationD0CvM.resume.0', symObjAddr: 0x4E8, symBinAddr: 0xBDD4, symSize: 0x4 } + - { offsetInCU: 0x4E12, offset: 0x6D4A2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC16isSimEnvironmentSbvg', symObjAddr: 0x4F4, symBinAddr: 0xBDE0, symSize: 0x8 } + - { offsetInCU: 0x4E33, offset: 0x6D4C3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC16isDevEnvironmentSbvg', symObjAddr: 0x504, symBinAddr: 0xBDF0, symSize: 0x8 } + - { offsetInCU: 0x4E68, offset: 0x6D4F8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18userInterfaceStyleSo06UIUserdE0Vvg', symObjAddr: 0x540, symBinAddr: 0xBE2C, symSize: 0xC0 } + - { offsetInCU: 0x4ED3, offset: 0x6D563, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC16statusBarVisibleSbvg', symObjAddr: 0x6D4, symBinAddr: 0xBFC0, symSize: 0x9C } + - { offsetInCU: 0x4F2A, offset: 0x6D5BA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC16statusBarVisibleSbvs', symObjAddr: 0x7A0, symBinAddr: 0xC08C, symSize: 0x238 } + - { offsetInCU: 0x4F84, offset: 0x6D614, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC16statusBarVisibleSbvsyyScMYccfU_', symObjAddr: 0x9D8, symBinAddr: 0xC2C4, symSize: 0xF8 } + - { offsetInCU: 0x4FF4, offset: 0x6D684, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC16statusBarVisibleSbvM', symObjAddr: 0xAD4, symBinAddr: 0xC3C0, symSize: 0xC4 } + - { offsetInCU: 0x5068, offset: 0x6D6F8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC16statusBarVisibleSbvM.resume.0', symObjAddr: 0xB98, symBinAddr: 0xC484, symSize: 0x2C } + - { offsetInCU: 0x509D, offset: 0x6D72D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14statusBarStyleSo08UIStatusdE0Vvg', symObjAddr: 0xC98, symBinAddr: 0xC584, symSize: 0xA0 } + - { offsetInCU: 0x50F6, offset: 0x6D786, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14statusBarStyleSo08UIStatusdE0VvsyyScMYccfU_', symObjAddr: 0xD84, symBinAddr: 0xC670, symSize: 0xF8 } + - { offsetInCU: 0x513C, offset: 0x6D7CC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14statusBarStyleSo08UIStatusdE0VvM', symObjAddr: 0xE7C, symBinAddr: 0xC768, symSize: 0xC4 } + - { offsetInCU: 0x51B0, offset: 0x6D840, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14statusBarStyleSo08UIStatusdE0VvM.resume.0', symObjAddr: 0xF40, symBinAddr: 0xC82C, symSize: 0x28 } + - { offsetInCU: 0x51EA, offset: 0x6D87A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18statusBarAnimationSo08UIStatusdE0Vvg', symObjAddr: 0xF9C, symBinAddr: 0xC888, symSize: 0xD0 } + - { offsetInCU: 0x5263, offset: 0x6D8F3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18statusBarAnimationSo08UIStatusdE0VvsyyScMYccfU_', symObjAddr: 0x12E8, symBinAddr: 0xCBD4, symSize: 0xF8 } + - { offsetInCU: 0x52BD, offset: 0x6D94D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18statusBarAnimationSo08UIStatusdE0VvM', symObjAddr: 0x13E0, symBinAddr: 0xCCCC, symSize: 0x104 } + - { offsetInCU: 0x5351, offset: 0x6D9E1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18statusBarAnimationSo08UIStatusdE0VvM.resume.0', symObjAddr: 0x14E4, symBinAddr: 0xCDD0, symSize: 0x28 } + - { offsetInCU: 0x5372, offset: 0x6DA02, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC13capacitorSiteSSvgZ', symObjAddr: 0x1598, symBinAddr: 0xCE84, symSize: 0x1C } + - { offsetInCU: 0x5393, offset: 0x6DA23, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC19fileStartIdentifierSSvgZ', symObjAddr: 0x15C0, symBinAddr: 0xCEAC, symSize: 0x1C } + - { offsetInCU: 0x53B4, offset: 0x6DA44, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC30httpInterceptorStartIdentifierSSvgZ', symObjAddr: 0x15E8, symBinAddr: 0xCED4, symSize: 0x1C } + - { offsetInCU: 0x53D5, offset: 0x6DA65, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC31httpsInterceptorStartIdentifierSSvgZ', symObjAddr: 0x1610, symBinAddr: 0xCEFC, symSize: 0x1C } + - { offsetInCU: 0x53F6, offset: 0x6DA86, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC23httpInterceptorUrlParamSSvgZ', symObjAddr: 0x1638, symBinAddr: 0xCF24, symSize: 0xC } + - { offsetInCU: 0x5417, offset: 0x6DAA7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC13defaultSchemeSSvgZ', symObjAddr: 0x1650, symBinAddr: 0xCF3C, symSize: 0x1C } + - { offsetInCU: 0x5438, offset: 0x6DAC8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC19webViewAssetHandlerAA03WebdeF0Cvg', symObjAddr: 0x166C, symBinAddr: 0xCF58, symSize: 0x44 } + - { offsetInCU: 0x5457, offset: 0x6DAE7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC24webViewDelegationHandlerAA03WebdeF0Cvg', symObjAddr: 0x16B0, symBinAddr: 0xCF9C, symSize: 0x44 } + - { offsetInCU: 0x549B, offset: 0x6DB2B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14bridgeDelegateAA09CAPBridgeD0_pSgvg', symObjAddr: 0x17AC, symBinAddr: 0xD098, symSize: 0x4C } + - { offsetInCU: 0x54BA, offset: 0x6DB4A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14viewControllerSo06UIViewD0CSgvg', symObjAddr: 0x18A4, symBinAddr: 0xD190, symSize: 0x7C } + - { offsetInCU: 0x5505, offset: 0x6DB95, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC6configSo24CAPInstanceConfigurationCvg', symObjAddr: 0x1A5C, symBinAddr: 0xD308, symSize: 0x44 } + - { offsetInCU: 0x5524, offset: 0x6DBB4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC6configSo24CAPInstanceConfigurationCvM', symObjAddr: 0x1B64, symBinAddr: 0xD410, symSize: 0x44 } + - { offsetInCU: 0x5549, offset: 0x6DBD9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC13dispatchQueueSo03OS_C6_queueCvg', symObjAddr: 0x1C0C, symBinAddr: 0xD4B8, symSize: 0x44 } + - { offsetInCU: 0x556E, offset: 0x6DBFE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC10getWebViewSo05WKWebE0CSgyF', symObjAddr: 0x1C50, symBinAddr: 0xD4FC, symSize: 0x7C } + - { offsetInCU: 0x55D9, offset: 0x6DC69, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC11isSimulatorSbyF', symObjAddr: 0x1D78, symBinAddr: 0xD624, symSize: 0x8 } + - { offsetInCU: 0x55FA, offset: 0x6DC8A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC9isDevModeSbyF', symObjAddr: 0x1D88, symBinAddr: 0xD634, symSize: 0x8 } + - { offsetInCU: 0x561B, offset: 0x6DCAB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC19getStatusBarVisibleSbyF', symObjAddr: 0x1D98, symBinAddr: 0xD644, symSize: 0x9C } + - { offsetInCU: 0x569E, offset: 0x6DD2E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC19setStatusBarVisibleyySbF', symObjAddr: 0x1F08, symBinAddr: 0xD7B4, symSize: 0x4 } + - { offsetInCU: 0x56CF, offset: 0x6DD5F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC17getStatusBarStyleSo08UIStatuseF0VyF', symObjAddr: 0x1F0C, symBinAddr: 0xD7B8, symSize: 0xA0 } + - { offsetInCU: 0x5752, offset: 0x6DDE2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC17setStatusBarStyleyySo08UIStatuseF0VF', symObjAddr: 0x2080, symBinAddr: 0xD92C, symSize: 0x4 } + - { offsetInCU: 0x5797, offset: 0x6DE27, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC21getUserInterfaceStyleSo06UIUsereF0VyF', symObjAddr: 0x2084, symBinAddr: 0xD930, symSize: 0xC0 } + - { offsetInCU: 0x580C, offset: 0x6DE9C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC11getLocalUrlSSyF', symObjAddr: 0x2178, symBinAddr: 0xDA24, symSize: 0xDC } + - { offsetInCU: 0x585F, offset: 0x6DEEF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC21setStatusBarAnimationyySo08UIStatuseF0VF', symObjAddr: 0x2360, symBinAddr: 0xDC0C, symSize: 0x4 } + - { offsetInCU: 0x58C9, offset: 0x6DF59, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC17setServerBasePathyySSF', symObjAddr: 0x2364, symBinAddr: 0xDC10, symSize: 0x1FC } + - { offsetInCU: 0x597E, offset: 0x6E00E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC4with8delegate20cordovaConfiguration12assetHandler010delegationH019autoRegisterPluginsACSo011CAPInstanceF0C_AA17CAPBridgeDelegate_pSo15CDVConfigParserCAA012WebViewAssetH0CAA0rs10DelegationH0CSbtcfC', symObjAddr: 0x256C, symBinAddr: 0xDE18, symSize: 0xC0 } + - { offsetInCU: 0x59BE, offset: 0x6E04E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC4with8delegate20cordovaConfiguration12assetHandler010delegationH019autoRegisterPluginsACSo011CAPInstanceF0C_AA17CAPBridgeDelegate_pSo15CDVConfigParserCAA012WebViewAssetH0CAA0rs10DelegationH0CSbtcfc', symObjAddr: 0x262C, symBinAddr: 0xDED8, symSize: 0xB4 } + - { offsetInCU: 0x5A97, offset: 0x6E127, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeCfD', symObjAddr: 0x27E4, symBinAddr: 0xE090, symSize: 0x1B0 } + - { offsetInCU: 0x5C04, offset: 0x6E294, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC12exportCoreJS8localUrlySS_tF', symObjAddr: 0x2AA0, symBinAddr: 0xE34C, symSize: 0x154 } + - { offsetInCU: 0x5D4D, offset: 0x6E3DD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC25setupCordovaCompatibilityyyF', symObjAddr: 0x2BF4, symBinAddr: 0xE4A0, symSize: 0x3AC } + - { offsetInCU: 0x6135, offset: 0x6E7C5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC15registerPluginsyyF', symObjAddr: 0x3024, symBinAddr: 0xE8D0, symSize: 0x894 } + - { offsetInCU: 0x6642, offset: 0x6ECD2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18registerPluginTypeyySo9CAPPluginCmF', symObjAddr: 0x38B8, symBinAddr: 0xF164, symSize: 0x1A8 } + - { offsetInCU: 0x679D, offset: 0x6EE2D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC22registerPluginInstanceyySo9CAPPluginCF', symObjAddr: 0x3AA4, symBinAddr: 0xF350, symSize: 0x40C } + - { offsetInCU: 0x6A9F, offset: 0x6F12F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC10loadPlugin4typeSo010CAPBridgedD0_So9CAPPluginCXcSgAHm_tF', symObjAddr: 0x3F00, symBinAddr: 0xF7AC, symSize: 0x214 } + - { offsetInCU: 0x6C63, offset: 0x6F2F3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC6plugin8withNameSo9CAPPluginCSgSS_tF', symObjAddr: 0x4114, symBinAddr: 0xF9C0, symSize: 0xC4 } + - { offsetInCU: 0x6D34, offset: 0x6F3C4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC8saveCallyySo09CAPPluginD0CF', symObjAddr: 0x41E4, symBinAddr: 0xFA90, symSize: 0x118 } + - { offsetInCU: 0x6E48, offset: 0x6F4D8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC9savedCall6withIDSo09CAPPluginD0CSgSS_tF', symObjAddr: 0x434C, symBinAddr: 0xFBF8, symSize: 0x100 } + - { offsetInCU: 0x6F55, offset: 0x6F5E5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC11releaseCall6withIDySS_tF', symObjAddr: 0x458C, symBinAddr: 0xFE38, symSize: 0xB0 } + - { offsetInCU: 0x707A, offset: 0x6F70A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC11releaseCallyySo09CAPPluginD0CF', symObjAddr: 0x4458, symBinAddr: 0xFD04, symSize: 0xE4 } + - { offsetInCU: 0x71E7, offset: 0x6F877, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC12getSavedCallySo09CAPPluginE0CSgSSF', symObjAddr: 0x4718, symBinAddr: 0xFFC4, symSize: 0x100 } + - { offsetInCU: 0x72D7, offset: 0x6F967, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC11releaseCall10callbackIdySS_tF', symObjAddr: 0x488C, symBinAddr: 0x10138, symSize: 0xB0 } + - { offsetInCU: 0x7481, offset: 0x6FB11, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC22registerCordovaPluginsyyF', symObjAddr: 0x4A18, symBinAddr: 0x102C4, symSize: 0x3B4 } + - { offsetInCU: 0x7666, offset: 0x6FCF6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC17setupWebDebugging33_B558F97FDDF7E6D98578814FFB110E95LL13configurationySo24CAPInstanceConfigurationC_tF', symObjAddr: 0x4DCC, symBinAddr: 0x10678, symSize: 0x168 } + - { offsetInCU: 0x77BF, offset: 0x6FE4F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC12handleJSCall4callyAA0D0V_tF', symObjAddr: 0x4F34, symBinAddr: 0x107E0, symSize: 0xB00 } + - { offsetInCU: 0x8314, offset: 0x709A4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC12handleJSCall4callyAA0D0V_tFyyYbcfU0_', symObjAddr: 0x5A34, symBinAddr: 0x112E0, symSize: 0x378 } + - { offsetInCU: 0x84A9, offset: 0x70B39, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC12handleJSCall4callyAA0D0V_tFyyYbcfU0_yAA19CAPPluginCallResultCSg_So0fG0CSgtcfU_', symObjAddr: 0x5DAC, symBinAddr: 0x11658, symSize: 0x16C } + - { offsetInCU: 0x8560, offset: 0x70BF0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC12handleJSCall4callyAA0D0V_tFyyYbcfU0_yAA18CAPPluginCallErrorCSgcfU0_', symObjAddr: 0x5F18, symBinAddr: 0x117C4, symSize: 0x17C } + - { offsetInCU: 0x8764, offset: 0x70DF4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC19handleCordovaJSCall4callyAA0E0V_tF', symObjAddr: 0x60C4, symBinAddr: 0x11970, symSize: 0x59C } + - { offsetInCU: 0x8B5F, offset: 0x711EF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14evalWithPlugin_2jsySo9CAPPluginC_SStF', symObjAddr: 0x6D70, symBinAddr: 0x1261C, symSize: 0x35C } + - { offsetInCU: 0x8DAC, offset: 0x7143C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC4eval2jsySS_tF', symObjAddr: 0x7144, symBinAddr: 0x129F0, symSize: 0x22C } + - { offsetInCU: 0x8E0F, offset: 0x7149F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14triggerJSEvent9eventName6targetySS_SStF', symObjAddr: 0x7650, symBinAddr: 0x12EFC, symSize: 0xD4 } + - { offsetInCU: 0x8F82, offset: 0x71612, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14triggerJSEvent9eventName6target4dataySS_S2StF', symObjAddr: 0x77A8, symBinAddr: 0x13054, symSize: 0x108 } + - { offsetInCU: 0x9186, offset: 0x71816, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC20triggerWindowJSEvent9eventNameySS_tF', symObjAddr: 0x78BC, symBinAddr: 0x13168, symSize: 0x14 } + - { offsetInCU: 0x91BB, offset: 0x7184B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC20triggerWindowJSEvent9eventName4dataySS_SStF', symObjAddr: 0x78E4, symBinAddr: 0x13190, symSize: 0x1C } + - { offsetInCU: 0x9201, offset: 0x71891, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC22triggerDocumentJSEvent9eventNameySS_tF', symObjAddr: 0x7914, symBinAddr: 0x131C0, symSize: 0x18 } + - { offsetInCU: 0x9236, offset: 0x718C6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC22triggerDocumentJSEvent9eventName4dataySS_SStF', symObjAddr: 0x79B8, symBinAddr: 0x13264, symSize: 0x20 } + - { offsetInCU: 0x927C, offset: 0x7190C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC7logToJsyySS_SStF', symObjAddr: 0x7A90, symBinAddr: 0x1333C, symSize: 0x240 } + - { offsetInCU: 0x92EF, offset: 0x7197F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC7logToJsyySS_SStFyyScMYccfU_', symObjAddr: 0x7CD0, symBinAddr: 0x1357C, symSize: 0x19C } + - { offsetInCU: 0x94C2, offset: 0x71B52, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC7logToJsyySS_SStFyyScMYccfU_yypSg_s5Error_pSgtcfU_', symObjAddr: 0x7E6C, symBinAddr: 0x13718, symSize: 0xD0 } + - { offsetInCU: 0x95DC, offset: 0x71C6C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC8localURL07fromWebD010Foundation0D0VSgAI_tF', symObjAddr: 0x7F3C, symBinAddr: 0x137E8, symSize: 0x2C8 } + - { offsetInCU: 0x96B8, offset: 0x71D48, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC12portablePath12fromLocalURL10Foundation0G0VSgAI_tF', symObjAddr: 0x8210, symBinAddr: 0x13ABC, symSize: 0x21C } + - { offsetInCU: 0x9742, offset: 0x71DD2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC13showAlertWith5title7message11buttonTitleySS_S2StF', symObjAddr: 0x8598, symBinAddr: 0x13E44, symSize: 0x1C8 } + - { offsetInCU: 0x9862, offset: 0x71EF2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC9presentVC_8animated10completionySo16UIViewControllerC_SbyycSgtF', symObjAddr: 0x8824, symBinAddr: 0x140D0, symSize: 0x29C } + - { offsetInCU: 0x99BD, offset: 0x7204D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC9dismissVC8animated10completionySb_yycSgtF', symObjAddr: 0x8B74, symBinAddr: 0x14420, symSize: 0x1D0 } + - { offsetInCU: 0x9A83, offset: 0x72113, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeCACycfC', symObjAddr: 0x8DD4, symBinAddr: 0x14680, symSize: 0x20 } + - { offsetInCU: 0x9A97, offset: 0x72127, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeCACycfc', symObjAddr: 0x8DF4, symBinAddr: 0x146A0, symSize: 0x2C } + - { offsetInCU: 0x9AF0, offset: 0x72180, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC10callbackId10methodName7options7success5errorABSgSSSg_AISDys11AnyHashableVypGSgy9Capacitor0aB6ResultCSg_AHtcSgyAN0aB5ErrorCSgcSgtcfcTO', symObjAddr: 0x8E78, symBinAddr: 0x14724, symSize: 0x1C0 } + - { offsetInCU: 0x9B11, offset: 0x721A1, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSS_Tg5', symObjAddr: 0x9100, symBinAddr: 0x149AC, symSize: 0x64 } + - { offsetInCU: 0x9B4F, offset: 0x721DF, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0x9164, symBinAddr: 0x14A10, symSize: 0x30 } + - { offsetInCU: 0x9B78, offset: 0x72208, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFs17CodingUserInfoKeyV_Tg5', symObjAddr: 0x9194, symBinAddr: 0x14A40, symSize: 0x50 } + - { offsetInCU: 0x9BAA, offset: 0x7223A, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSo38UIApplicationOpenExternalURLOptionsKeya_Tg5', symObjAddr: 0x91E4, symBinAddr: 0x14A90, symSize: 0x80 } + - { offsetInCU: 0x9C7A, offset: 0x7230A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_ypTg5', symObjAddr: 0x930C, symBinAddr: 0x14B10, symSize: 0x6C } + - { offsetInCU: 0x9D01, offset: 0x72391, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_SSTg5', symObjAddr: 0x9378, symBinAddr: 0x14B7C, symSize: 0x54 } + - { offsetInCU: 0x9D8F, offset: 0x7241F, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOTg5', symObjAddr: 0x93CC, symBinAddr: 0x14BD0, symSize: 0x70 } + - { offsetInCU: 0x9E08, offset: 0x72498, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSS_Tg5', symObjAddr: 0x943C, symBinAddr: 0x14C40, symSize: 0xE0 } + - { offsetInCU: 0x9E7C, offset: 0x7250C, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0x951C, symBinAddr: 0x14D20, symSize: 0xC4 } + - { offsetInCU: 0x9EA5, offset: 0x72535, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFs17CodingUserInfoKeyV_Tg5', symObjAddr: 0x95E0, symBinAddr: 0x14DE4, symSize: 0x124 } + - { offsetInCU: 0x9EB9, offset: 0x72549, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSo38UIApplicationOpenExternalURLOptionsKeya_Tg5', symObjAddr: 0x9704, symBinAddr: 0x14F08, symSize: 0x174 } + - { offsetInCU: 0x9F7C, offset: 0x7260C, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV19_getElementSlowPathyyXlSiFSo8NSObject_p_Tg5', symObjAddr: 0x9878, symBinAddr: 0x1507C, symSize: 0x1E0 } + - { offsetInCU: 0x9FE7, offset: 0x72677, size: 0x8, addend: 0x0, symName: '_$sSa034_makeUniqueAndReserveCapacityIfNotB0yyFSo8NSObject_p_Tg5', symObjAddr: 0x9C88, symBinAddr: 0x1548C, symSize: 0x90 } + - { offsetInCU: 0xA09D, offset: 0x7272D, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSS_9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCTg5', symObjAddr: 0x9D18, symBinAddr: 0x1551C, symSize: 0xF4 } + - { offsetInCU: 0xA181, offset: 0x72811, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSS_10Foundation4DataVTg5', symObjAddr: 0x9E0C, symBinAddr: 0x15610, symSize: 0x100 } + - { offsetInCU: 0xA273, offset: 0x72903, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSS_So16CAPBridgedPlugin_So9CAPPluginCXcTg5', symObjAddr: 0x9F0C, symBinAddr: 0x15710, symSize: 0xF4 } + - { offsetInCU: 0xA365, offset: 0x729F5, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSS_So13CAPPluginCallCTg5', symObjAddr: 0xA000, symBinAddr: 0x15804, symSize: 0xF4 } + - { offsetInCU: 0xA449, offset: 0x72AD9, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSS_SSTg5', symObjAddr: 0xA0F4, symBinAddr: 0x158F8, symSize: 0x100 } + - { offsetInCU: 0xA526, offset: 0x72BB6, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSS_9Capacitor07EncodedC033_762F18EA3FB6340CB5CC34BC6E29A243LLOTg5', symObjAddr: 0xA1F4, symBinAddr: 0x159F8, symSize: 0xC0 } + - { offsetInCU: 0xA5AE, offset: 0x72C3E, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV11removeValue6forKeyq_Sgx_tFSS_10Foundation4DataVTg5', symObjAddr: 0xA2B4, symBinAddr: 0x15AB8, symSize: 0xE0 } + - { offsetInCU: 0xA653, offset: 0x72CE3, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV11removeValue6forKeyq_Sgx_tFSS_So13CAPPluginCallCTg5', symObjAddr: 0xA394, symBinAddr: 0x15B98, symSize: 0xCC } + - { offsetInCU: 0xA6F9, offset: 0x72D89, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV11removeValue6forKeyq_Sgx_tFSS_SSTg5', symObjAddr: 0xA460, symBinAddr: 0x15C64, symSize: 0xDC } + - { offsetInCU: 0xA78A, offset: 0x72E1A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCTg5', symObjAddr: 0xA64C, symBinAddr: 0x15E50, symSize: 0x1B0 } + - { offsetInCU: 0xA823, offset: 0x72EB3, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_10Foundation4DataVTg5', symObjAddr: 0xA7FC, symBinAddr: 0x16000, symSize: 0x1C0 } + - { offsetInCU: 0xA8BC, offset: 0x72F4C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_So16CAPBridgedPlugin_So9CAPPluginCXcTg5', symObjAddr: 0xA9BC, symBinAddr: 0x161C0, symSize: 0x1C4 } + - { offsetInCU: 0xA955, offset: 0x72FE5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_So13CAPPluginCallCTg5', symObjAddr: 0xAB80, symBinAddr: 0x16384, symSize: 0x1C4 } + - { offsetInCU: 0xAA03, offset: 0x73093, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_9Capacitor7JSValue_pTg5', symObjAddr: 0xAD44, symBinAddr: 0x16548, symSize: 0x1F8 } + - { offsetInCU: 0xAA9C, offset: 0x7312C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_ypTg5', symObjAddr: 0xAF3C, symBinAddr: 0x16740, symSize: 0x1F4 } + - { offsetInCU: 0xAB35, offset: 0x731C5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_SSTg5', symObjAddr: 0xB130, symBinAddr: 0x16934, symSize: 0x1C8 } + - { offsetInCU: 0xABCE, offset: 0x7325E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOTg5', symObjAddr: 0xB2F8, symBinAddr: 0x16AFC, symSize: 0x1F8 } + - { offsetInCU: 0xAC7C, offset: 0x7330C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFs11AnyHashableV_ypTg5', symObjAddr: 0xB4F0, symBinAddr: 0x16CF4, symSize: 0x1F4 } + - { offsetInCU: 0xAD45, offset: 0x733D5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCTg5', symObjAddr: 0xB6E4, symBinAddr: 0x16EE8, symSize: 0x304 } + - { offsetInCU: 0xAE28, offset: 0x734B8, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_10Foundation4DataVTg5', symObjAddr: 0xB9E8, symBinAddr: 0x171EC, symSize: 0x31C } + - { offsetInCU: 0xAF0B, offset: 0x7359B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_So16CAPBridgedPlugin_So9CAPPluginCXcTg5', symObjAddr: 0xBD04, symBinAddr: 0x17508, symSize: 0x340 } + - { offsetInCU: 0xAFEE, offset: 0x7367E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_So13CAPPluginCallCTg5', symObjAddr: 0xC044, symBinAddr: 0x17848, symSize: 0x340 } + - { offsetInCU: 0xB0D8, offset: 0x73768, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_9Capacitor7JSValue_pTg5', symObjAddr: 0xC384, symBinAddr: 0x17B88, symSize: 0x354 } + - { offsetInCU: 0xB1D6, offset: 0x73866, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_ypTg5', symObjAddr: 0xC6D8, symBinAddr: 0x17EDC, symSize: 0x340 } + - { offsetInCU: 0xB2CD, offset: 0x7395D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_SSTg5', symObjAddr: 0xCA18, symBinAddr: 0x1821C, symSize: 0x354 } + - { offsetInCU: 0xB3B7, offset: 0x73A47, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOTg5', symObjAddr: 0xCD6C, symBinAddr: 0x18570, symSize: 0x354 } + - { offsetInCU: 0xB4B5, offset: 0x73B45, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFs11AnyHashableV_ypTg5', symObjAddr: 0xD0C0, symBinAddr: 0x188C4, symSize: 0x33C } + - { offsetInCU: 0x68, offset: 0x73E14, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A16WKCookieObserverC16cookiesDidChange2inySo17WKHTTPCookieStoreC_tFTo', symObjAddr: 0x208, symBinAddr: 0x1B0BC, symSize: 0x48 } + - { offsetInCU: 0xC6, offset: 0x73E72, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A16WKCookieObserverCACycfcTo', symObjAddr: 0x2A0, symBinAddr: 0x1B154, symSize: 0x3C } + - { offsetInCU: 0x117, offset: 0x73EC3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A16WKCookieObserverC16cookiesDidChange2inySo17WKHTTPCookieStoreC_tFTf4nd_n', symObjAddr: 0x11BC, symBinAddr: 0x1C070, symSize: 0x21C } + - { offsetInCU: 0x256, offset: 0x74002, size: 0x8, addend: 0x0, symName: '_$sSaySo12NSHTTPCookieCGIegg_So7NSArrayCIeyBy_TR', symObjAddr: 0x19C, symBinAddr: 0x1B050, symSize: 0x6C } + - { offsetInCU: 0x403, offset: 0x741AF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC20syncCookiesToWebViewyyFTf4d_n', symObjAddr: 0x1504, symBinAddr: 0x1C334, symSize: 0x350 } + - { offsetInCU: 0x596, offset: 0x74342, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC03setB0yy10Foundation3URLV_S3SSgAHtFTf4nnnnnd_n', symObjAddr: 0x1854, symBinAddr: 0x1C684, symSize: 0x2FC } + - { offsetInCU: 0x874, offset: 0x74620, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC15getCookiesAsMapySDyS2SG10Foundation3URLVFTf4nd_n', symObjAddr: 0x1B50, symBinAddr: 0x1C980, symSize: 0x374 } + - { offsetInCU: 0xB24, offset: 0x748D0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC06deleteB0yy10Foundation3URLV_SStFTf4nnd_n', symObjAddr: 0x20C4, symBinAddr: 0x1CEF4, symSize: 0x328 } + - { offsetInCU: 0xBD0, offset: 0x7497C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC12clearCookiesyy10Foundation3URLVFTf4nd_n', symObjAddr: 0x23EC, symBinAddr: 0x1D21C, symSize: 0x3AC } + - { offsetInCU: 0xD77, offset: 0x74B23, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC15clearAllCookiesyyFTf4d_n', symObjAddr: 0x2798, symBinAddr: 0x1D5C8, symSize: 0x390 } + - { offsetInCU: 0x113B, offset: 0x74EE7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A16WKCookieObserverCMa', symObjAddr: 0x13D8, symBinAddr: 0x1C28C, symSize: 0x20 } + - { offsetInCU: 0x114F, offset: 0x74EFB, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOc', symObjAddr: 0x1438, symBinAddr: 0x1C2AC, symSize: 0x48 } + - { offsetInCU: 0x1163, offset: 0x74F0F, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOh', symObjAddr: 0x1480, symBinAddr: 0x1C2F4, symSize: 0x40 } + - { offsetInCU: 0x1248, offset: 0x74FF4, size: 0x8, addend: 0x0, symName: '_$sSaySSGMa', symObjAddr: 0x1EC4, symBinAddr: 0x1CCF4, symSize: 0x54 } + - { offsetInCU: 0x125C, offset: 0x75008, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerCMa', symObjAddr: 0x2B28, symBinAddr: 0x1D958, symSize: 0x20 } + - { offsetInCU: 0x1270, offset: 0x7501C, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x2BA4, symBinAddr: 0x1D9D4, symSize: 0x10 } + - { offsetInCU: 0x1284, offset: 0x75030, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x2BB4, symBinAddr: 0x1D9E4, symSize: 0x8 } + - { offsetInCU: 0x1298, offset: 0x75044, size: 0x8, addend: 0x0, symName: '_$sSay8Dispatch0A13WorkItemFlagsVGMa', symObjAddr: 0x2BFC, symBinAddr: 0x1DA2C, symSize: 0x54 } + - { offsetInCU: 0x12AC, offset: 0x75058, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC06deleteB0yy10Foundation3URLV_SStFyyScMYccfU0_TA', symObjAddr: 0x2C50, symBinAddr: 0x1DA80, symSize: 0x20 } + - { offsetInCU: 0x12C0, offset: 0x7506C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC20syncCookiesToWebViewyyFyyScMYccfU_TA', symObjAddr: 0x2C70, symBinAddr: 0x1DAA0, symSize: 0x20 } + - { offsetInCU: 0x12D4, offset: 0x75080, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A16WKCookieObserverC16cookiesDidChange2inySo17WKHTTPCookieStoreC_tFyyScMYccfU_TA', symObjAddr: 0x2C90, symBinAddr: 0x1DAC0, symSize: 0x8 } + - { offsetInCU: 0x14FE, offset: 0x752AA, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSaySo12NSHTTPCookieCG_Tg5070$s9Capacitor0A13CookieManagerC06deleteB0yy10Foundation3URLV_SStFSbSo12D6CXEfU_SSTf1cn_nTf4ng_n', symObjAddr: 0x1F18, symBinAddr: 0x1CD48, symSize: 0x1AC } + - { offsetInCU: 0x1858, offset: 0x75604, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A16WKCookieObserverC16cookiesDidChange2inySo17WKHTTPCookieStoreC_tF', symObjAddr: 0x0, symBinAddr: 0x1AEB4, symSize: 0x4 } + - { offsetInCU: 0x186C, offset: 0x75618, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A16WKCookieObserverC16cookiesDidChange2inySo17WKHTTPCookieStoreC_tFyyScMYccfU_', symObjAddr: 0x4, symBinAddr: 0x1AEB8, symSize: 0x84 } + - { offsetInCU: 0x18B7, offset: 0x75663, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A16WKCookieObserverC16cookiesDidChange2inySo17WKHTTPCookieStoreC_tFyyScMYccfU_ySaySo12NSHTTPCookieCGcfU_', symObjAddr: 0x88, symBinAddr: 0x1AF3C, symSize: 0x114 } + - { offsetInCU: 0x1A8A, offset: 0x75836, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A16WKCookieObserverCACycfC', symObjAddr: 0x250, symBinAddr: 0x1B104, symSize: 0x20 } + - { offsetInCU: 0x1A9E, offset: 0x7584A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A16WKCookieObserverCACycfc', symObjAddr: 0x270, symBinAddr: 0x1B124, symSize: 0x30 } + - { offsetInCU: 0x1AD4, offset: 0x75880, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A16WKCookieObserverCfD', symObjAddr: 0x2DC, symBinAddr: 0x1B190, symSize: 0x30 } + - { offsetInCU: 0x1AF7, offset: 0x758A3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC12getServerUrl10Foundation3URLVSgyF', symObjAddr: 0x30C, symBinAddr: 0x1B1C0, symSize: 0x1CC } + - { offsetInCU: 0x1B30, offset: 0x758DC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC14isUrlSanitized33_9693F7733192184D77E45ECC2FDF6960LLySbSSF', symObjAddr: 0x4D8, symBinAddr: 0x1B38C, symSize: 0x1D8 } + - { offsetInCU: 0x1BB9, offset: 0x75965, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC12getServerUrly10Foundation3URLVSgSSSgF', symObjAddr: 0x6B0, symBinAddr: 0x1B564, symSize: 0x188 } + - { offsetInCU: 0x1CA1, offset: 0x75A4D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC6encodeyS2SF', symObjAddr: 0x838, symBinAddr: 0x1B6EC, symSize: 0xC0 } + - { offsetInCU: 0x1CE7, offset: 0x75A93, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC6decodeyS2SF', symObjAddr: 0x8F8, symBinAddr: 0x1B7AC, symSize: 0x44 } + - { offsetInCU: 0x1D62, offset: 0x75B0E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC03setB0yySS_SStF', symObjAddr: 0x93C, symBinAddr: 0x1B7F0, symSize: 0x2BC } + - { offsetInCU: 0x1EBE, offset: 0x75C6A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC03setB0yy10Foundation3URLV_S3SSgAHtF', symObjAddr: 0xBF8, symBinAddr: 0x1BAAC, symSize: 0xC } + - { offsetInCU: 0x1ED2, offset: 0x75C7E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC15getCookiesAsMapySDyS2SG10Foundation3URLVF', symObjAddr: 0xC04, symBinAddr: 0x1BAB8, symSize: 0x4 } + - { offsetInCU: 0x1EF3, offset: 0x75C9F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC10getCookiesSSyF', symObjAddr: 0xC08, symBinAddr: 0x1BABC, symSize: 0x4E0 } + - { offsetInCU: 0x2495, offset: 0x76241, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC06deleteB0yy10Foundation3URLV_SStF', symObjAddr: 0x10E8, symBinAddr: 0x1BF9C, symSize: 0x4 } + - { offsetInCU: 0x24D6, offset: 0x76282, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC12clearCookiesyy10Foundation3URLVF', symObjAddr: 0x10EC, symBinAddr: 0x1BFA0, symSize: 0x4 } + - { offsetInCU: 0x2517, offset: 0x762C3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC15clearAllCookiesyyF', symObjAddr: 0x10F0, symBinAddr: 0x1BFA4, symSize: 0x4 } + - { offsetInCU: 0x2558, offset: 0x76304, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC20syncCookiesToWebViewyyF', symObjAddr: 0x10F4, symBinAddr: 0x1BFA8, symSize: 0x4 } + - { offsetInCU: 0x256C, offset: 0x76318, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerCfd', symObjAddr: 0x117C, symBinAddr: 0x1C030, symSize: 0x1C } + - { offsetInCU: 0x25A2, offset: 0x7634E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerCfD', symObjAddr: 0x1198, symBinAddr: 0x1C04C, symSize: 0x24 } + - { offsetInCU: 0x27, offset: 0x76440, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC4loadyyF', symObjAddr: 0x0, symBinAddr: 0x1DB08, symSize: 0x94 } + - { offsetInCU: 0x16B, offset: 0x76584, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC4loadyyFTo', symObjAddr: 0x94, symBinAddr: 0x1DB9C, symSize: 0x28 } + - { offsetInCU: 0x1B8, offset: 0x765D1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC10getCookiesyySo13CAPPluginCallCFTo', symObjAddr: 0x2C0, symBinAddr: 0x1DDC8, symSize: 0x50 } + - { offsetInCU: 0x1EF, offset: 0x76608, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC9setCookieyySo13CAPPluginCallCFTo', symObjAddr: 0x730, symBinAddr: 0x1E238, symSize: 0x50 } + - { offsetInCU: 0x226, offset: 0x7663F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC12deleteCookieyySo13CAPPluginCallCFTo', symObjAddr: 0x9F4, symBinAddr: 0x1E4FC, symSize: 0x50 } + - { offsetInCU: 0x25D, offset: 0x76676, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC12clearCookiesyySo13CAPPluginCallCFTo', symObjAddr: 0xBFC, symBinAddr: 0x1E704, symSize: 0x50 } + - { offsetInCU: 0x294, offset: 0x766AD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC15clearAllCookiesyySo13CAPPluginCallCFTo', symObjAddr: 0xC4C, symBinAddr: 0x1E754, symSize: 0x68 } + - { offsetInCU: 0x365, offset: 0x7677E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC6bridge8pluginId0E4NameAcA17CAPBridgeProtocol_p_S2StcfcTo', symObjAddr: 0xE48, symBinAddr: 0x1E950, symSize: 0xE4 } + - { offsetInCU: 0x3E0, offset: 0x767F9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginCACycfcTo', symObjAddr: 0xF88, symBinAddr: 0x1EA90, symSize: 0x48 } + - { offsetInCU: 0x46D, offset: 0x76886, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginCMa', symObjAddr: 0xE28, symBinAddr: 0x1E930, symSize: 0x20 } + - { offsetInCU: 0x481, offset: 0x7689A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginCfETo', symObjAddr: 0x1000, symBinAddr: 0x1EB08, symSize: 0x10 } + - { offsetInCU: 0x6C6, offset: 0x76ADF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC4loadyyF', symObjAddr: 0x0, symBinAddr: 0x1DB08, symSize: 0x94 } + - { offsetInCU: 0x78E, offset: 0x76BA7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC10getCookiesyySo13CAPPluginCallCF', symObjAddr: 0xBC, symBinAddr: 0x1DBC4, symSize: 0x204 } + - { offsetInCU: 0x8BB, offset: 0x76CD4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC9setCookieyySo13CAPPluginCallCF', symObjAddr: 0x310, symBinAddr: 0x1DE18, symSize: 0x420 } + - { offsetInCU: 0xAA2, offset: 0x76EBB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC12deleteCookieyySo13CAPPluginCallCF', symObjAddr: 0x780, symBinAddr: 0x1E288, symSize: 0x274 } + - { offsetInCU: 0xB89, offset: 0x76FA2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC12clearCookiesyySo13CAPPluginCallCF', symObjAddr: 0xA44, symBinAddr: 0x1E54C, symSize: 0x1B8 } + - { offsetInCU: 0xC92, offset: 0x770AB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC6bridge8pluginId0E4NameAcA17CAPBridgeProtocol_p_S2StcfC', symObjAddr: 0xCB4, symBinAddr: 0x1E7BC, symSize: 0xB4 } + - { offsetInCU: 0xCA6, offset: 0x770BF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC6bridge8pluginId0E4NameAcA17CAPBridgeProtocol_p_S2Stcfc', symObjAddr: 0xD68, symBinAddr: 0x1E870, symSize: 0xC0 } + - { offsetInCU: 0xD1A, offset: 0x77133, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginCACycfC', symObjAddr: 0xF2C, symBinAddr: 0x1EA34, symSize: 0x20 } + - { offsetInCU: 0xD2E, offset: 0x77147, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginCACycfc', symObjAddr: 0xF4C, symBinAddr: 0x1EA54, symSize: 0x3C } + - { offsetInCU: 0xD5F, offset: 0x77178, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginCfD', symObjAddr: 0xFD0, symBinAddr: 0x1EAD8, symSize: 0x30 } + - { offsetInCU: 0x27, offset: 0x771CC, size: 0x8, addend: 0x0, symName: '_$sSayxG9Capacitor0A9ExtensionA2bCP9capacitor0A4TypeQzvgTW', symObjAddr: 0x0, symBinAddr: 0x1EB18, symSize: 0x4 } + - { offsetInCU: 0x3F, offset: 0x771E4, size: 0x8, addend: 0x0, symName: '_$sSayxG9Capacitor0A9ExtensionA2bCP9capacitor0A4TypeQzvgTW', symObjAddr: 0x0, symBinAddr: 0x1EB18, symSize: 0x4 } + - { offsetInCU: 0xB2, offset: 0x77257, size: 0x8, addend: 0x0, symName: '_$sSayxG9Capacitor0A9ExtensionA2bCP9capacitor0A4TypeQzmvgZTW', symObjAddr: 0x84, symBinAddr: 0x1EB9C, symSize: 0xC } + - { offsetInCU: 0xE5, offset: 0x7728A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVMi', symObjAddr: 0xAC, symBinAddr: 0x1EBAC, symSize: 0x8 } + - { offsetInCU: 0xF9, offset: 0x7729E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVMr', symObjAddr: 0xB4, symBinAddr: 0x1EBB4, symSize: 0x6C } + - { offsetInCU: 0x10D, offset: 0x772B2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVwCP', symObjAddr: 0x120, symBinAddr: 0x1EC20, symSize: 0x70 } + - { offsetInCU: 0x121, offset: 0x772C6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVwxx', symObjAddr: 0x190, symBinAddr: 0x1EC90, symSize: 0x10 } + - { offsetInCU: 0x135, offset: 0x772DA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVwcp', symObjAddr: 0x1A0, symBinAddr: 0x1ECA0, symSize: 0x30 } + - { offsetInCU: 0x149, offset: 0x772EE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVwca', symObjAddr: 0x1D0, symBinAddr: 0x1ECD0, symSize: 0x30 } + - { offsetInCU: 0x15D, offset: 0x77302, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVwtk', symObjAddr: 0x200, symBinAddr: 0x1ED00, symSize: 0x30 } + - { offsetInCU: 0x171, offset: 0x77316, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVwta', symObjAddr: 0x230, symBinAddr: 0x1ED30, symSize: 0x30 } + - { offsetInCU: 0x185, offset: 0x7732A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVwet', symObjAddr: 0x260, symBinAddr: 0x1ED60, symSize: 0x10C } + - { offsetInCU: 0x199, offset: 0x7733E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVwst', symObjAddr: 0x36C, symBinAddr: 0x1EE6C, symSize: 0x1B8 } + - { offsetInCU: 0x1AD, offset: 0x77352, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVMa', symObjAddr: 0x524, symBinAddr: 0x1F024, symSize: 0xC } + - { offsetInCU: 0x1DD, offset: 0x77382, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV9Capacitor0C9ExtensionA2dEP9capacitor0C4TypeQzvgTW', symObjAddr: 0x530, symBinAddr: 0x1F030, symSize: 0xC } + - { offsetInCU: 0x23A, offset: 0x773DF, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV9Capacitor0C9ExtensionA2dEP9capacitor0C4TypeQzmvgZTW', symObjAddr: 0x53C, symBinAddr: 0x1F03C, symSize: 0xC } + - { offsetInCU: 0x256, offset: 0x773FB, size: 0x8, addend: 0x0, symName: '_$sSo7UIColorC9Capacitor0B9ExtensionA2cDP9capacitor0B4TypeQzvgTW', symObjAddr: 0x548, symBinAddr: 0x1F048, symSize: 0xC } + - { offsetInCU: 0x272, offset: 0x77417, size: 0x8, addend: 0x0, symName: '_$sSo7UIColorC9Capacitor0B9ExtensionA2cDP9capacitor0B4TypeQzmvgZTW', symObjAddr: 0x554, symBinAddr: 0x1F054, symSize: 0xC } + - { offsetInCU: 0x28E, offset: 0x77433, size: 0x8, addend: 0x0, symName: '_$sSo9WKWebViewC9Capacitor0C9ExtensionA2cDP9capacitor0C4TypeQzmvgZTW', symObjAddr: 0x560, symBinAddr: 0x1F060, symSize: 0xC } + - { offsetInCU: 0x2AA, offset: 0x7744F, size: 0x8, addend: 0x0, symName: ___swift_instantiateGenericMetadata, symObjAddr: 0x5F0, symBinAddr: 0x1F06C, symSize: 0x2C } + - { offsetInCU: 0x414, offset: 0x775B9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A9ExtensionPAAE9capacitorAA0aB11TypeWrapperVyxGvg', symObjAddr: 0x4, symBinAddr: 0x1EB1C, symSize: 0x80 } + - { offsetInCU: 0x47A, offset: 0x7761F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A9ExtensionPAAE9capacitorAA0aB11TypeWrapperVyxGmvgZ', symObjAddr: 0x90, symBinAddr: 0x1EBA8, symSize: 0x4 } + - { offsetInCU: 0x27, offset: 0x776C7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginC4httpyySo13CAPPluginCallC_SSSgtF', symObjAddr: 0x0, symBinAddr: 0x1F09C, symSize: 0x3BC } + - { offsetInCU: 0xD0, offset: 0x77770, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginC4httpyySo13CAPPluginCallC_SSSgtFTo', symObjAddr: 0x3BC, symBinAddr: 0x1F458, symSize: 0x84 } + - { offsetInCU: 0x107, offset: 0x777A7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginC7requestyySo13CAPPluginCallCFTo', symObjAddr: 0x440, symBinAddr: 0x1F4DC, symSize: 0x58 } + - { offsetInCU: 0x154, offset: 0x777F4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginC3getyySo13CAPPluginCallCFTo', symObjAddr: 0x498, symBinAddr: 0x1F534, symSize: 0x5C } + - { offsetInCU: 0x1A1, offset: 0x77841, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginC4postyySo13CAPPluginCallCFTo', symObjAddr: 0x4F4, symBinAddr: 0x1F590, symSize: 0x5C } + - { offsetInCU: 0x1EE, offset: 0x7788E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginC3putyySo13CAPPluginCallCFTo', symObjAddr: 0x550, symBinAddr: 0x1F5EC, symSize: 0x5C } + - { offsetInCU: 0x23B, offset: 0x778DB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginC5patchyySo13CAPPluginCallCFTo', symObjAddr: 0x5AC, symBinAddr: 0x1F648, symSize: 0x60 } + - { offsetInCU: 0x288, offset: 0x77928, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginC6deleteyySo13CAPPluginCallCFTo', symObjAddr: 0x60C, symBinAddr: 0x1F6A8, symSize: 0x60 } + - { offsetInCU: 0x304, offset: 0x779A4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginC6bridge8pluginId0E4NameAcA17CAPBridgeProtocol_p_S2StcfcTo', symObjAddr: 0x7F4, symBinAddr: 0x1F890, symSize: 0xD8 } + - { offsetInCU: 0x37F, offset: 0x77A1F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginCACycfcTo', symObjAddr: 0x91C, symBinAddr: 0x1F9B8, symSize: 0x3C } + - { offsetInCU: 0x3D1, offset: 0x77A71, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginCMa', symObjAddr: 0x7D4, symBinAddr: 0x1F870, symSize: 0x20 } + - { offsetInCU: 0x57E, offset: 0x77C1E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginC4httpyySo13CAPPluginCallC_SSSgtF', symObjAddr: 0x0, symBinAddr: 0x1F09C, symSize: 0x3BC } + - { offsetInCU: 0x769, offset: 0x77E09, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginC6bridge8pluginId0E4NameAcA17CAPBridgeProtocol_p_S2StcfC', symObjAddr: 0x66C, symBinAddr: 0x1F708, symSize: 0xB4 } + - { offsetInCU: 0x77D, offset: 0x77E1D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginC6bridge8pluginId0E4NameAcA17CAPBridgeProtocol_p_S2Stcfc', symObjAddr: 0x720, symBinAddr: 0x1F7BC, symSize: 0xB4 } + - { offsetInCU: 0x7F6, offset: 0x77E96, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginCACycfC', symObjAddr: 0x8CC, symBinAddr: 0x1F968, symSize: 0x20 } + - { offsetInCU: 0x80A, offset: 0x77EAA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginCACycfc', symObjAddr: 0x8EC, symBinAddr: 0x1F988, symSize: 0x30 } + - { offsetInCU: 0x83B, offset: 0x77EDB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginCfD', symObjAddr: 0x958, symBinAddr: 0x1F9F4, symSize: 0x30 } + - { offsetInCU: 0x39B, offset: 0x782B4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC10urlSession_4task26willPerformHTTPRedirection03newC017completionHandlerySo12NSURLSessionC_So0M4TaskCSo17NSHTTPURLResponseC10Foundation10URLRequestVyAQSgctFTo', symObjAddr: 0x39DC, symBinAddr: 0x23438, symSize: 0x1F0 } + - { offsetInCU: 0x44C, offset: 0x78365, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestCACycfcTo', symObjAddr: 0x3E78, symBinAddr: 0x238D4, symSize: 0x2C } + - { offsetInCU: 0x90A, offset: 0x78823, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestCfETo', symObjAddr: 0x3ED8, symBinAddr: 0x23934, symSize: 0x50 } + - { offsetInCU: 0xB8A, offset: 0x78AA3, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVyACxcSTRzs5UInt8V7ElementRtzlufcAC15_RepresentationOSWXEfU_', symObjAddr: 0x4574, symBinAddr: 0x23FD0, symSize: 0x74 } + - { offsetInCU: 0xC57, offset: 0x78B70, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVyACxcSTRzs5UInt8V7ElementRtzlufc8IteratorQz_SitSwXEfU1_AI_SitSryAEGXEfU_SS8UTF8ViewV_TG5', symObjAddr: 0x46F4, symBinAddr: 0x24150, symSize: 0x88 } + - { offsetInCU: 0xCB8, offset: 0x78BD1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestCMa', symObjAddr: 0x477C, symBinAddr: 0x241D8, symSize: 0x3C } + - { offsetInCU: 0xCCC, offset: 0x78BE5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOAEs0D0AAWl', symObjAddr: 0x47DC, symBinAddr: 0x24214, symSize: 0x44 } + - { offsetInCU: 0xEF4, offset: 0x78E0D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestCMU', symObjAddr: 0x5308, symBinAddr: 0x24BF8, symSize: 0x8 } + - { offsetInCU: 0xF08, offset: 0x78E21, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestCMr', symObjAddr: 0x5310, symBinAddr: 0x24C00, symSize: 0x78 } + - { offsetInCU: 0xF1C, offset: 0x78E35, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOwCP', symObjAddr: 0x5388, symBinAddr: 0x24C78, symSize: 0x2C } + - { offsetInCU: 0xF30, offset: 0x78E49, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOwxx', symObjAddr: 0x53B4, symBinAddr: 0x24CA4, symSize: 0x8 } + - { offsetInCU: 0xF44, offset: 0x78E5D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOwca', symObjAddr: 0x53BC, symBinAddr: 0x24CAC, symSize: 0x40 } + - { offsetInCU: 0xF58, offset: 0x78E71, size: 0x8, addend: 0x0, symName: ___swift_memcpy16_8, symObjAddr: 0x53FC, symBinAddr: 0x24CEC, symSize: 0xC } + - { offsetInCU: 0xF6C, offset: 0x78E85, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOwta', symObjAddr: 0x5408, symBinAddr: 0x24CF8, symSize: 0x30 } + - { offsetInCU: 0xF80, offset: 0x78E99, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOwet', symObjAddr: 0x5438, symBinAddr: 0x24D28, symSize: 0x5C } + - { offsetInCU: 0xF94, offset: 0x78EAD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOwst', symObjAddr: 0x5494, symBinAddr: 0x24D84, symSize: 0x50 } + - { offsetInCU: 0xFA8, offset: 0x78EC1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOwug', symObjAddr: 0x54E4, symBinAddr: 0x24DD4, symSize: 0x8 } + - { offsetInCU: 0xFBC, offset: 0x78ED5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOwup', symObjAddr: 0x54EC, symBinAddr: 0x24DDC, symSize: 0x4 } + - { offsetInCU: 0xFD0, offset: 0x78EE9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOwui', symObjAddr: 0x54F0, symBinAddr: 0x24DE0, symSize: 0x4 } + - { offsetInCU: 0xFE4, offset: 0x78EFD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOMa', symObjAddr: 0x54F4, symBinAddr: 0x24DE4, symSize: 0x10 } + - { offsetInCU: 0xFF8, offset: 0x78F11, size: 0x8, addend: 0x0, symName: '_$sSD8IteratorV8_VariantOyxq___GSHRzr0_lWOe', symObjAddr: 0x5514, symBinAddr: 0x24DF4, symSize: 0x8 } + - { offsetInCU: 0x104B, offset: 0x78F64, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV06InlineB0VyAESWcfCTf4nd_n', symObjAddr: 0x5578, symBinAddr: 0x24E58, symSize: 0xC4 } + - { offsetInCU: 0x10C1, offset: 0x78FDA, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV10LargeSliceVyAESWcfCTf4nd_n', symObjAddr: 0x563C, symBinAddr: 0x24F1C, symSize: 0x78 } + - { offsetInCU: 0x10EE, offset: 0x79007, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV11InlineSliceVyAESWcfCTf4nd_n', symObjAddr: 0x56B4, symBinAddr: 0x24F94, symSize: 0x80 } + - { offsetInCU: 0x1143, offset: 0x7905C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOyAESWcfCTf4nd_n', symObjAddr: 0x5734, symBinAddr: 0x25014, symSize: 0x68 } + - { offsetInCU: 0x1194, offset: 0x790AD, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationO5countAESi_tcfCTf4nd_n', symObjAddr: 0x579C, symBinAddr: 0x2507C, symSize: 0x9C } + - { offsetInCU: 0x11F2, offset: 0x7910B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVyACxcSTRzs5UInt8V7ElementRtzlufc8IteratorQz_SitSwXEfU1_SS8UTF8ViewV_TG5TA', symObjAddr: 0x5838, symBinAddr: 0x25118, symSize: 0x58 } + - { offsetInCU: 0x1230, offset: 0x79149, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOSgWOe', symObjAddr: 0x5890, symBinAddr: 0x25170, symSize: 0x14 } + - { offsetInCU: 0x1244, offset: 0x7915D, size: 0x8, addend: 0x0, symName: '_$s10Foundation15ContiguousBytes_pWOb', symObjAddr: 0x58A4, symBinAddr: 0x25184, symSize: 0x18 } + - { offsetInCU: 0x1258, offset: 0x79171, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVyACxcSTRzs5UInt8V7ElementRtzlufc8IteratorQz_SitSwXEfU1_AI_SitSryAEGXEfU_SS8UTF8ViewV_TG5TA', symObjAddr: 0x58BC, symBinAddr: 0x2519C, symSize: 0x18 } + - { offsetInCU: 0x12B9, offset: 0x791D2, size: 0x8, addend: 0x0, symName: '_$sSTsE7forEachyyy7ElementQzKXEKFSDyS2SG_Tg5095$s9Capacitor0A10UrlRequestC03getc19DataAsMultipartFormE0y10Foundation0E0VAA7JSValue_p_SStKFySS_S6XEfU0_10Foundation0J0VSSTf1cn_n', symObjAddr: 0x0, symBinAddr: 0x1FA5C, symSize: 0x198 } + - { offsetInCU: 0x13AD, offset: 0x792C6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOs0D0AAsAFP7_domainSSvgTW', symObjAddr: 0x38C, symBinAddr: 0x1FDE8, symSize: 0x4 } + - { offsetInCU: 0x13C9, offset: 0x792E2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOs0D0AAsAFP5_codeSivgTW', symObjAddr: 0x390, symBinAddr: 0x1FDEC, symSize: 0x4 } + - { offsetInCU: 0x13E5, offset: 0x792FE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOs0D0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0x394, symBinAddr: 0x1FDF0, symSize: 0x4 } + - { offsetInCU: 0x1401, offset: 0x7931A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOs0D0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x398, symBinAddr: 0x1FDF4, symSize: 0x4 } + - { offsetInCU: 0x1761, offset: 0x7967A, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduce4into_qd__qd__n_yqd__z_7ElementQztKXEtKlFSDySS9Capacitor7JSValue_pG_s17_NativeDictionaryVyS2SGTg5051$sSD16compactMapValuesySDyxqd__Gqd__Sgq_KXEKlFys17_fg46Vyxqd__Gz_x3key_q_5valuettKXEfU_SS_9Capacitor7E120_pSSTg5076$s9Capacitor0A10UrlRequestC03getc19DataAsMultipartFormE0y10Foundation0E0VAA7I22_p_SStKFSSSgAaH_pXEfU_Tf3nnpf_nTf1ncn_n', symObjAddr: 0x3F28, symBinAddr: 0x23984, symSize: 0x330 } + - { offsetInCU: 0x19A1, offset: 0x798BA, size: 0x8, addend: 0x0, symName: '_$sSTsE7forEachyyy7ElementQzKXEKFSD4KeysVyS2S_G_Tg556$s9Capacitor0A10UrlRequestC03getC6HeaderyypSgSSFySSXEfU_SDySSypG9Capacitor0phI0CTf1cn_nTf4nng_n', symObjAddr: 0x48A4, symBinAddr: 0x24258, symSize: 0x460 } + - { offsetInCU: 0x1C6B, offset: 0x79B84, size: 0x8, addend: 0x0, symName: '_$sSTsE7forEachyyy7ElementQzKXEKFSD4KeysVyS2S_G_Tg559$s9Capacitor0A10UrlRequestC03setC7HeadersyySDyS2SGFySSXEfU_SDyS2SG9Capacitor0qhI0CTf1cn_nTf4ngg_n', symObjAddr: 0x4D04, symBinAddr: 0x246B8, symSize: 0x3B0 } + - { offsetInCU: 0x1EAF, offset: 0x79DC8, size: 0x8, addend: 0x0, symName: '_$sSTsE7forEachyyy7ElementQzKXEKFSD4KeysVySS9Capacitor7JSValue_p_G_Tg5076$s9Capacitor0A10UrlRequestC03getc10DataAsFormB7Encodedy10Foundation0E0VSgAA7F12_pKFySSXEfU_10Foundation13URLComponentsVSDySSAfG_pGTf1cn_nTf4nng_n', symObjAddr: 0x50B4, symBinAddr: 0x24A68, symSize: 0x190 } + - { offsetInCU: 0x20A8, offset: 0x79FC1, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVyACxcSTRzs5UInt8V7ElementRtzlufCSS8UTF8ViewV_Tgm5', symObjAddr: 0xFD0, symBinAddr: 0x20A2C, symSize: 0x4E4 } + - { offsetInCU: 0x2418, offset: 0x7A331, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC7request10Foundation10URLRequestVvg', symObjAddr: 0x198, symBinAddr: 0x1FBF4, symSize: 0x64 } + - { offsetInCU: 0x2437, offset: 0x7A350, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC7request10Foundation10URLRequestVvs', symObjAddr: 0x1FC, symBinAddr: 0x1FC58, symSize: 0x6C } + - { offsetInCU: 0x246C, offset: 0x7A385, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC7request10Foundation10URLRequestVvM', symObjAddr: 0x268, symBinAddr: 0x1FCC4, symSize: 0x44 } + - { offsetInCU: 0x248B, offset: 0x7A3A4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC7headersSDyS2SGvg', symObjAddr: 0x2AC, symBinAddr: 0x1FD08, symSize: 0x48 } + - { offsetInCU: 0x24AA, offset: 0x7A3C3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC7headersSDyS2SGvs', symObjAddr: 0x2F4, symBinAddr: 0x1FD50, symSize: 0x50 } + - { offsetInCU: 0x24DF, offset: 0x7A3F8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC7headersSDyS2SGvM', symObjAddr: 0x344, symBinAddr: 0x1FDA0, symSize: 0x44 } + - { offsetInCU: 0x24FE, offset: 0x7A417, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC7headersSDyS2SGvM.resume.0', symObjAddr: 0x388, symBinAddr: 0x1FDE4, symSize: 0x4 } + - { offsetInCU: 0x2525, offset: 0x7A43E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC_6methodAC10Foundation3URLV_SStcfC', symObjAddr: 0x39C, symBinAddr: 0x1FDF8, symSize: 0x48 } + - { offsetInCU: 0x2571, offset: 0x7A48A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC_6methodAC10Foundation3URLV_SStcfc', symObjAddr: 0x3E4, symBinAddr: 0x1FE40, symSize: 0x474 } + - { offsetInCU: 0x2790, offset: 0x7A6A9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC03getC10DataAsJsony10Foundation0E0VSgAA7JSValue_pKF', symObjAddr: 0x858, symBinAddr: 0x202B4, symSize: 0x198 } + - { offsetInCU: 0x27CE, offset: 0x7A6E7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC03getc10DataAsFormB7Encodedy10Foundation0E0VSgAA7JSValue_pKF', symObjAddr: 0x9F0, symBinAddr: 0x2044C, symSize: 0x360 } + - { offsetInCU: 0x288F, offset: 0x7A7A8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC03getc10DataAsFormB7Encodedy10Foundation0E0VSgAA7JSValue_pKFySSXEfU_', symObjAddr: 0xD50, symBinAddr: 0x207AC, symSize: 0x280 } + - { offsetInCU: 0x2B1F, offset: 0x7AA38, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC03getc19DataAsMultipartFormE0y10Foundation0E0VAA7JSValue_p_SStKF', symObjAddr: 0x14C4, symBinAddr: 0x20F20, symSize: 0x364 } + - { offsetInCU: 0x2D6C, offset: 0x7AC85, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC03getc19DataAsMultipartFormE0y10Foundation0E0VAA7JSValue_p_SStKFySS_SStXEfU0_', symObjAddr: 0x1828, symBinAddr: 0x21284, symSize: 0x294 } + - { offsetInCU: 0x2F8F, offset: 0x7AEA8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC19overrideContentType33_F1EC701B45DB364BA9C013A5CEB076C6LLyySSF', symObjAddr: 0x1ABC, symBinAddr: 0x21518, symSize: 0x130 } + - { offsetInCU: 0x30AF, offset: 0x7AFC8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC03getC12DataAsStringy10Foundation0E0VAA7JSValue_pKF', symObjAddr: 0x1BEC, symBinAddr: 0x21648, symSize: 0xAC } + - { offsetInCU: 0x30F6, offset: 0x7B00F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC03getC6HeaderyypSgSSF', symObjAddr: 0x1C98, symBinAddr: 0x216F4, symSize: 0x128 } + - { offsetInCU: 0x3216, offset: 0x7B12F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC03getc12DataFromFormE0y10Foundation0E0VSgAA7JSValue_p_SStKF', symObjAddr: 0x1DC0, symBinAddr: 0x2181C, symSize: 0x1058 } + - { offsetInCU: 0x3BAD, offset: 0x7BAC6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC03getC4Datay10Foundation0E0VSgAA7JSValue_p_S2SSgtKF', symObjAddr: 0x2E18, symBinAddr: 0x22874, symSize: 0x538 } + - { offsetInCU: 0x3D85, offset: 0x7BC9E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC03setC7HeadersyySDySSypGFySSXEfU_', symObjAddr: 0x33C8, symBinAddr: 0x22E24, symSize: 0x20C } + - { offsetInCU: 0x3E6E, offset: 0x7BD87, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC03setC4BodyyyAA7JSValue_p_SSSgtKF', symObjAddr: 0x35D4, symBinAddr: 0x23030, symSize: 0x228 } + - { offsetInCU: 0x3F5C, offset: 0x7BE75, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC14setContentTypeyySSSgF', symObjAddr: 0x37FC, symBinAddr: 0x23258, symSize: 0x80 } + - { offsetInCU: 0x3FA9, offset: 0x7BEC2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC10setTimeoutyySdF', symObjAddr: 0x387C, symBinAddr: 0x232D8, symSize: 0x5C } + - { offsetInCU: 0x3FF6, offset: 0x7BF0F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC03getbC010Foundation10URLRequestVyF', symObjAddr: 0x38D8, symBinAddr: 0x23334, symSize: 0x64 } + - { offsetInCU: 0x4047, offset: 0x7BF60, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC10urlSession_4task26willPerformHTTPRedirection03newC017completionHandlerySo12NSURLSessionC_So0M4TaskCSo17NSHTTPURLResponseC10Foundation10URLRequestVyAQSgctF', symObjAddr: 0x393C, symBinAddr: 0x23398, symSize: 0xA0 } + - { offsetInCU: 0x40FA, offset: 0x7C013, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC03getB7SessionySo12NSURLSessionCSo13CAPPluginCallCF', symObjAddr: 0x3BCC, symBinAddr: 0x23628, symSize: 0xD8 } + - { offsetInCU: 0x4170, offset: 0x7C089, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSValueContainerPAAE7getBoolySbSgSSFSo13CAPPluginCallC_Tg5', symObjAddr: 0x3CA4, symBinAddr: 0x23700, symSize: 0x188 } + - { offsetInCU: 0x4202, offset: 0x7C11B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestCACycfC', symObjAddr: 0x3E2C, symBinAddr: 0x23888, symSize: 0x20 } + - { offsetInCU: 0x4216, offset: 0x7C12F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestCACycfc', symObjAddr: 0x3E4C, symBinAddr: 0x238A8, symSize: 0x2C } + - { offsetInCU: 0x426F, offset: 0x7C188, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestCfD', symObjAddr: 0x3EA4, symBinAddr: 0x23900, symSize: 0x34 } + - { offsetInCU: 0x430E, offset: 0x7C227, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationO22withUnsafeMutableBytesyxxSwKXEKlFs16IndexingIteratorVySS8UTF8ViewVG_Sit_Tg5', symObjAddr: 0x4258, symBinAddr: 0x23CB4, symSize: 0x30C } + - { offsetInCU: 0x4466, offset: 0x7C37F, size: 0x8, addend: 0x0, symName: '_$sSw17withMemoryRebound2to_q_xm_q_SryxGKXEtKr0_lFs5UInt8V_s16IndexingIteratorVySS8UTF8ViewVG_SitTgm5', symObjAddr: 0x45E8, symBinAddr: 0x24044, symSize: 0x60 } + - { offsetInCU: 0x447A, offset: 0x7C393, size: 0x8, addend: 0x0, symName: '_$s10Foundation13__DataStorageC22withUnsafeMutableBytes2in5applyxSnySiG_xSwKXEtKlFs16IndexingIteratorVySS8UTF8ViewVG_Sit_Tg5', symObjAddr: 0x4648, symBinAddr: 0x240A4, symSize: 0xAC } + - { offsetInCU: 0x2B, offset: 0x7C53B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyC6shared_WZ', symObjAddr: 0x0, symBinAddr: 0x25200, symSize: 0x30 } + - { offsetInCU: 0x4F, offset: 0x7C55F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyC6sharedACvpZ', symObjAddr: 0x7FE8, symBinAddr: 0xA6680, symSize: 0x0 } + - { offsetInCU: 0xEB, offset: 0x7C5FB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyC11application_4open7optionsSbSo13UIApplicationC_10Foundation3URLVSDySo0H17OpenURLOptionsKeyaypGtFTo', symObjAddr: 0x260, symBinAddr: 0x253D8, symSize: 0x10C } + - { offsetInCU: 0x140, offset: 0x7C650, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyC11application_8continue18restorationHandlerSbSo13UIApplicationC_So14NSUserActivityCySaySo06UIUserK9Restoring_pGSgctFTo', symObjAddr: 0x374, symBinAddr: 0x254EC, symSize: 0x94 } + - { offsetInCU: 0x188, offset: 0x7C698, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyCACycfcTo', symObjAddr: 0x474, symBinAddr: 0x255EC, symSize: 0x70 } + - { offsetInCU: 0x215, offset: 0x7C725, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyC6shared_WZ', symObjAddr: 0x0, symBinAddr: 0x25200, symSize: 0x30 } + - { offsetInCU: 0x245, offset: 0x7C755, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyC6sharedACvau', symObjAddr: 0x50, symBinAddr: 0x25250, symSize: 0x40 } + - { offsetInCU: 0x26A, offset: 0x7C77A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyC7lastURL10Foundation0F0VSgvpACTk', symObjAddr: 0xD0, symBinAddr: 0x252D0, symSize: 0xAC } + - { offsetInCU: 0x2AC, offset: 0x7C7BC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyCfETo', symObjAddr: 0x518, symBinAddr: 0x25690, symSize: 0x10 } + - { offsetInCU: 0x3E2, offset: 0x7C8F2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyCMa', symObjAddr: 0xC24, symBinAddr: 0x25D9C, symSize: 0x3C } + - { offsetInCU: 0x3F6, offset: 0x7C906, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyCMU', symObjAddr: 0xCB8, symBinAddr: 0x25E30, symSize: 0x8 } + - { offsetInCU: 0x40A, offset: 0x7C91A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyCMr', symObjAddr: 0xCC0, symBinAddr: 0x25E38, symSize: 0x6C } + - { offsetInCU: 0x41E, offset: 0x7C92E, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgMa', symObjAddr: 0xD2C, symBinAddr: 0x25EA4, symSize: 0x54 } + - { offsetInCU: 0x432, offset: 0x7C942, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyaABSHSCWl', symObjAddr: 0xD80, symBinAddr: 0x25EF8, symSize: 0x48 } + - { offsetInCU: 0x446, offset: 0x7C956, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOd', symObjAddr: 0xE08, symBinAddr: 0x25F40, symSize: 0x48 } + - { offsetInCU: 0x675, offset: 0x7CB85, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyCACycfC', symObjAddr: 0x30, symBinAddr: 0x25230, symSize: 0x20 } + - { offsetInCU: 0x68F, offset: 0x7CB9F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyC6sharedACvgZ', symObjAddr: 0x90, symBinAddr: 0x25290, symSize: 0x40 } + - { offsetInCU: 0x6E7, offset: 0x7CBF7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyC7lastURL10Foundation0F0VSgvg', symObjAddr: 0x17C, symBinAddr: 0x2537C, symSize: 0x50 } + - { offsetInCU: 0x706, offset: 0x7CC16, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyC11application_4open7optionsSbSo13UIApplicationC_10Foundation3URLVSDySo0H17OpenURLOptionsKeyaypGtF', symObjAddr: 0x254, symBinAddr: 0x253CC, symSize: 0xC } + - { offsetInCU: 0x727, offset: 0x7CC37, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyC11application_8continue18restorationHandlerSbSo13UIApplicationC_So14NSUserActivityCySaySo06UIUserK9Restoring_pGSgctF', symObjAddr: 0x36C, symBinAddr: 0x254E4, symSize: 0x8 } + - { offsetInCU: 0x742, offset: 0x7CC52, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyCACycfc', symObjAddr: 0x408, symBinAddr: 0x25580, symSize: 0x6C } + - { offsetInCU: 0x775, offset: 0x7CC85, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyCfD', symObjAddr: 0x4E4, symBinAddr: 0x2565C, symSize: 0x34 } + - { offsetInCU: 0x7C6, offset: 0x7CCD6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyC11application_4open7optionsSbSo13UIApplicationC_10Foundation3URLVSDySo0H17OpenURLOptionsKeyaypGtFTf4dnnn_n', symObjAddr: 0x528, symBinAddr: 0x256A0, symSize: 0x2C4 } + - { offsetInCU: 0x91C, offset: 0x7CE2C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyC11application_8continue18restorationHandlerSbSo13UIApplicationC_So14NSUserActivityCySaySo06UIUserK9Restoring_pGSgctFTf4dndn_n', symObjAddr: 0x7EC, symBinAddr: 0x25964, symSize: 0x438 } + - { offsetInCU: 0x27, offset: 0x7CFE2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeC27statusBarTappedNotification_WZ', symObjAddr: 0x0, symBinAddr: 0x25F88, symSize: 0x9C } + - { offsetInCU: 0x4B, offset: 0x7D006, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeC27statusBarTappedNotification10Foundation0F0VvpZ', symObjAddr: 0x3D80, symBinAddr: 0xA6690, symSize: 0x0 } + - { offsetInCU: 0x6A, offset: 0x7D025, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeC27statusBarTappedNotification_WZ', symObjAddr: 0x0, symBinAddr: 0x25F88, symSize: 0x9C } + - { offsetInCU: 0x92, offset: 0x7D04D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeC27statusBarTappedNotification10Foundation0F0Vvau', symObjAddr: 0x9C, symBinAddr: 0x26024, symSize: 0x48 } + - { offsetInCU: 0xDA, offset: 0x7D095, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeC27statusBarTappedNotification10Foundation0F0VvgZTo', symObjAddr: 0x16C, symBinAddr: 0x260DC, symSize: 0x5C } + - { offsetInCU: 0x1B3, offset: 0x7D16E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeCACycfcTo', symObjAddr: 0x45C, symBinAddr: 0x26344, symSize: 0x3C } + - { offsetInCU: 0x216, offset: 0x7D1D1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeCfETo', symObjAddr: 0x4C8, symBinAddr: 0x263B0, symSize: 0x4 } + - { offsetInCU: 0x241, offset: 0x7D1FC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeCMa', symObjAddr: 0x4CC, symBinAddr: 0x263B4, symSize: 0x20 } + - { offsetInCU: 0x3E5, offset: 0x7D3A0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeC27statusBarTappedNotification10Foundation0F0VvgZ', symObjAddr: 0xFC, symBinAddr: 0x2606C, symSize: 0x70 } + - { offsetInCU: 0x43E, offset: 0x7D3F9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeC10getLastUrl10Foundation3URLVSgyFZ', symObjAddr: 0x1C8, symBinAddr: 0x26138, symSize: 0x88 } + - { offsetInCU: 0x493, offset: 0x7D44E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeC13handleOpenUrlySb10Foundation3URLV_SDySo013UIApplicationD13URLOptionsKeyaypGtFZ', symObjAddr: 0x2D8, symBinAddr: 0x261C0, symSize: 0x9C } + - { offsetInCU: 0x509, offset: 0x7D4C4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeC22handleContinueActivityySbSo06NSUserE0C_ySaySo06UIUserE9Restoring_pGSgctFZ', symObjAddr: 0x374, symBinAddr: 0x2625C, symSize: 0x94 } + - { offsetInCU: 0x56E, offset: 0x7D529, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeC21handleAppBecameActiveyySo13UIApplicationCFZ', symObjAddr: 0x408, symBinAddr: 0x262F0, symSize: 0x4 } + - { offsetInCU: 0x59B, offset: 0x7D556, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeCACycfC', symObjAddr: 0x40C, symBinAddr: 0x262F4, symSize: 0x20 } + - { offsetInCU: 0x5AF, offset: 0x7D56A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeCACycfc', symObjAddr: 0x42C, symBinAddr: 0x26314, symSize: 0x30 } + - { offsetInCU: 0x5E5, offset: 0x7D5A0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeCfD', symObjAddr: 0x498, symBinAddr: 0x26380, symSize: 0x30 } + - { offsetInCU: 0x27, offset: 0x7D609, size: 0x8, addend: 0x0, symName: '_$sSo16CAPBridgedPluginP9CapacitorE9getMethod5namedSo09CAPPluginE0CSgSS_tF', symObjAddr: 0x0, symBinAddr: 0x263D4, symSize: 0xA0 } + - { offsetInCU: 0x5A, offset: 0x7D63C, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodCMa', symObjAddr: 0xA0, symBinAddr: 0x26474, symSize: 0x3C } + - { offsetInCU: 0x1F7, offset: 0x7D7D9, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSaySo15CAPPluginMethodCG_Tg5054$sSo16CAPBridgedPluginP9CapacitorE9getMethod5namedSo09D19E0CSgSS_tFSbAGXEfU_SSTf1cn_nTf4ng_n', symObjAddr: 0xDC, symBinAddr: 0x264B0, symSize: 0x198 } + - { offsetInCU: 0x46C, offset: 0x7DA4E, size: 0x8, addend: 0x0, symName: '_$sSo16CAPBridgedPluginP9CapacitorE9getMethod5namedSo09CAPPluginE0CSgSS_tF', symObjAddr: 0x0, symBinAddr: 0x263D4, symSize: 0xA0 } + - { offsetInCU: 0x27, offset: 0x7DB91, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPBridgeProtocolPAAE11modulePrintyySo9CAPPluginC_ypdtF', symObjAddr: 0x0, symBinAddr: 0x26648, symSize: 0x254 } + - { offsetInCU: 0x2E3, offset: 0x7DE4D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x38C, symBinAddr: 0x269D4, symSize: 0x8 } + - { offsetInCU: 0x2FF, offset: 0x7DE69, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x394, symBinAddr: 0x269DC, symSize: 0x40 } + - { offsetInCU: 0x3E2, offset: 0x7DF4C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D4, symBinAddr: 0x26A1C, symSize: 0x24 } + - { offsetInCU: 0x51A, offset: 0x7E084, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO10Foundation13CustomNSErrorAadEP11errorDomainSSvgZTW', symObjAddr: 0x56C, symBinAddr: 0x26BB4, symSize: 0x24 } + - { offsetInCU: 0x536, offset: 0x7E0A0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO10Foundation13CustomNSErrorAadEP9errorCodeSivgTW', symObjAddr: 0x590, symBinAddr: 0x26BD8, symSize: 0x8 } + - { offsetInCU: 0x552, offset: 0x7E0BC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO10Foundation13CustomNSErrorAadEP13errorUserInfoSDySSypGvgTW', symObjAddr: 0x598, symBinAddr: 0x26BE0, symSize: 0x4 } + - { offsetInCU: 0x593, offset: 0x7E0FD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO10Foundation09LocalizedC0AadEP16errorDescriptionSSSgvgTW', symObjAddr: 0x650, symBinAddr: 0x26C98, symSize: 0xB4 } + - { offsetInCU: 0x5F0, offset: 0x7E15A, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_0, symObjAddr: 0x74C, symBinAddr: 0x26D58, symSize: 0x20 } + - { offsetInCU: 0x604, offset: 0x7E16E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOSHAASQWb', symObjAddr: 0x848, symBinAddr: 0x26D78, symSize: 0x4 } + - { offsetInCU: 0x618, offset: 0x7E182, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOACSQAAWl', symObjAddr: 0x84C, symBinAddr: 0x26D7C, symSize: 0x44 } + - { offsetInCU: 0x62C, offset: 0x7E196, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO10Foundation13CustomNSErrorAAs0C0PWb', symObjAddr: 0x890, symBinAddr: 0x26DC0, symSize: 0x4 } + - { offsetInCU: 0x640, offset: 0x7E1AA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOACs0C0AAWl', symObjAddr: 0x894, symBinAddr: 0x26DC4, symSize: 0x44 } + - { offsetInCU: 0x654, offset: 0x7E1BE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO10Foundation09LocalizedC0AAs0C0PWb', symObjAddr: 0x8D8, symBinAddr: 0x26E08, symSize: 0x4 } + - { offsetInCU: 0x668, offset: 0x7E1D2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOwet', symObjAddr: 0x8E4, symBinAddr: 0x26E0C, symSize: 0x50 } + - { offsetInCU: 0x67C, offset: 0x7E1E6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOwst', symObjAddr: 0x934, symBinAddr: 0x26E5C, symSize: 0x8C } + - { offsetInCU: 0x690, offset: 0x7E1FA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOwug', symObjAddr: 0x9C0, symBinAddr: 0x26EE8, symSize: 0x8 } + - { offsetInCU: 0x6A4, offset: 0x7E20E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOwup', symObjAddr: 0x9C8, symBinAddr: 0x26EF0, symSize: 0x4 } + - { offsetInCU: 0x6B8, offset: 0x7E222, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOwui', symObjAddr: 0x9CC, symBinAddr: 0x26EF4, symSize: 0x4 } + - { offsetInCU: 0x6CC, offset: 0x7E236, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOMa', symObjAddr: 0x9D0, symBinAddr: 0x26EF8, symSize: 0x10 } + - { offsetInCU: 0x6E0, offset: 0x7E24A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOAC10Foundation13CustomNSErrorAAWl', symObjAddr: 0x9E0, symBinAddr: 0x26F08, symSize: 0x44 } + - { offsetInCU: 0x7DC, offset: 0x7E346, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3F8, symBinAddr: 0x26A40, symSize: 0x3C } + - { offsetInCU: 0x878, offset: 0x7E3E2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x484, symBinAddr: 0x26ACC, symSize: 0x4 } + - { offsetInCU: 0x894, offset: 0x7E3FE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x488, symBinAddr: 0x26AD0, symSize: 0x4 } + - { offsetInCU: 0x944, offset: 0x7E4AE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0x434, symBinAddr: 0x26A7C, symSize: 0x28 } + - { offsetInCU: 0x960, offset: 0x7E4CA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0x45C, symBinAddr: 0x26AA4, symSize: 0x28 } + - { offsetInCU: 0x98B, offset: 0x7E4F5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO10Foundation09LocalizedC0AadEP13failureReasonSSSgvgTW', symObjAddr: 0x704, symBinAddr: 0x26D4C, symSize: 0x4 } + - { offsetInCU: 0x9A7, offset: 0x7E511, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO10Foundation09LocalizedC0AadEP18recoverySuggestionSSSgvgTW', symObjAddr: 0x708, symBinAddr: 0x26D50, symSize: 0x4 } + - { offsetInCU: 0x9C3, offset: 0x7E52D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO10Foundation09LocalizedC0AadEP10helpAnchorSSSgvgTW', symObjAddr: 0x70C, symBinAddr: 0x26D54, symSize: 0x4 } + - { offsetInCU: 0xB45, offset: 0x7E6AF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPBridgeProtocolPAAE11modulePrintyySo9CAPPluginC_ypdtF', symObjAddr: 0x0, symBinAddr: 0x26648, symSize: 0x254 } + - { offsetInCU: 0xE7C, offset: 0x7E9E6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPBridgeProtocolPAAE5alertyySS_S2StF', symObjAddr: 0x254, symBinAddr: 0x2689C, symSize: 0x90 } + - { offsetInCU: 0xEDB, offset: 0x7EA45, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPBridgeProtocolPAAE19setStatusBarVisibleyySbF', symObjAddr: 0x2E4, symBinAddr: 0x2692C, symSize: 0x14 } + - { offsetInCU: 0xF1A, offset: 0x7EA84, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPBridgeProtocolPAAE17setStatusBarStyleyySo08UIStatusfG0VF', symObjAddr: 0x2F8, symBinAddr: 0x26940, symSize: 0x14 } + - { offsetInCU: 0xF59, offset: 0x7EAC3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPBridgeProtocolPAAE21setStatusBarAnimationyySo08UIStatusfG0VF', symObjAddr: 0x30C, symBinAddr: 0x26954, symSize: 0x14 } + - { offsetInCU: 0xFA4, offset: 0x7EB0E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO21__derived_enum_equalsySbAC_ACtFZ', symObjAddr: 0x320, symBinAddr: 0x26968, symSize: 0x8 } + - { offsetInCU: 0xFE8, offset: 0x7EB52, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO4hash4intoys6HasherVz_tF', symObjAddr: 0x328, symBinAddr: 0x26970, symSize: 0x24 } + - { offsetInCU: 0x1074, offset: 0x7EBDE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO9hashValueSivg', symObjAddr: 0x34C, symBinAddr: 0x26994, symSize: 0x40 } + - { offsetInCU: 0x1153, offset: 0x7ECBD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO11errorDomainSSvgZ', symObjAddr: 0x48C, symBinAddr: 0x26AD4, symSize: 0x24 } + - { offsetInCU: 0x1167, offset: 0x7ECD1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO9errorCodeSivg', symObjAddr: 0x4B0, symBinAddr: 0x26AF8, symSize: 0x8 } + - { offsetInCU: 0x11B1, offset: 0x7ED1B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO13errorUserInfoSDySSypGvg', symObjAddr: 0x4B8, symBinAddr: 0x26B00, symSize: 0xB4 } + - { offsetInCU: 0x127B, offset: 0x7EDE5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO16errorDescriptionSSSgvg', symObjAddr: 0x59C, symBinAddr: 0x26BE4, symSize: 0xB4 } + - { offsetInCU: 0x1AD, offset: 0x7F06B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC21supportedOrientationsSaySiGvgTo', symObjAddr: 0x35C, symBinAddr: 0x272A8, symSize: 0x68 } + - { offsetInCU: 0x205, offset: 0x7F0C3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC21supportedOrientationsSaySiGvsTo', symObjAddr: 0x40C, symBinAddr: 0x27358, symSize: 0x64 } + - { offsetInCU: 0x2EE, offset: 0x7F1AC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC04loadC0yyFTo', symObjAddr: 0x17D8, symBinAddr: 0x286E4, symSize: 0x28 } + - { offsetInCU: 0x336, offset: 0x7F1F4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC11viewDidLoadyyFTo', symObjAddr: 0x1C94, symBinAddr: 0x28BA0, symSize: 0x6C } + - { offsetInCU: 0x390, offset: 0x7F24E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC27canPerformUnwindSegueAction_4from10withSenderSb10ObjectiveC8SelectorV_So06UIViewD0CyptFTo', symObjAddr: 0x1D08, symBinAddr: 0x28C14, symSize: 0x80 } + - { offsetInCU: 0x46B, offset: 0x7F329, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC22prefersStatusBarHiddenSbvgTo', symObjAddr: 0x2DB0, symBinAddr: 0x29CBC, symSize: 0x4C } + - { offsetInCU: 0x4DE, offset: 0x7F39C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC23preferredStatusBarStyleSo08UIStatusgH0VvgTo', symObjAddr: 0x2E48, symBinAddr: 0x29D54, symSize: 0x44 } + - { offsetInCU: 0x551, offset: 0x7F40F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC33preferredStatusBarUpdateAnimationSo08UIStatusgI0VvgTo', symObjAddr: 0x2ED0, symBinAddr: 0x29DDC, symSize: 0x44 } + - { offsetInCU: 0x5FF, offset: 0x7F4BD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC30supportedInterfaceOrientationsSo26UIInterfaceOrientationMaskVvgTo', symObjAddr: 0x3188, symBinAddr: 0x2A094, symSize: 0x20 } + - { offsetInCU: 0x671, offset: 0x7F52F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfcTo', symObjAddr: 0x34D4, symBinAddr: 0x2A3E0, symSize: 0x60 } + - { offsetInCU: 0x6C3, offset: 0x7F581, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x362C, symBinAddr: 0x2A538, symSize: 0x28 } + - { offsetInCU: 0x6F6, offset: 0x7F5B4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC03webC0So05WKWebC0CSgvpACTk', symObjAddr: 0x30, symBinAddr: 0x26F7C, symSize: 0x68 } + - { offsetInCU: 0x94A, offset: 0x7F808, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC4with8delegate20cordovaConfiguration12assetHandler010delegationH019autoRegisterPluginsACSo011CAPInstanceF0C_AA17CAPBridgeDelegate_pSo15CDVConfigParserCAA012WebViewAssetH0CAA0rs10DelegationH0CSbtcfcTf4nennnnn_nAA0nS10ControllerC_Tg5Tf4gggggnn_n', symObjAddr: 0x44C0, symBinAddr: 0x2B3CC, symSize: 0x714 } + - { offsetInCU: 0xF03, offset: 0x7FDC1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerCfETo', symObjAddr: 0x3684, symBinAddr: 0x2A590, symSize: 0x48 } + - { offsetInCU: 0xF49, offset: 0x7FE07, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC17getServerBasePathSSyFTo', symObjAddr: 0x37C0, symBinAddr: 0x2A6CC, symSize: 0x58 } + - { offsetInCU: 0xF81, offset: 0x7FE3F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC17setServerBasePath4pathySS_tFTo', symObjAddr: 0x3C58, symBinAddr: 0x2AB64, symSize: 0x5C } + - { offsetInCU: 0xFE2, offset: 0x7FEA0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerCAA0B8DelegateA2aDP010bridgedWebC0So05WKWebC0CSgvgTW', symObjAddr: 0x4030, symBinAddr: 0x2AF3C, symSize: 0x50 } + - { offsetInCU: 0x103D, offset: 0x7FEFB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerCAA0B8DelegateA2aDP07bridgedcD0So06UIViewD0CSgvgTW', symObjAddr: 0x4080, symBinAddr: 0x2AF8C, symSize: 0x1C } + - { offsetInCU: 0x1079, offset: 0x7FF37, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC11logWarnings33_0151BC8B8398CBA447E765B04F9447A0LL3forySo21CAPInstanceDescriptorC_tFTf4nd_n', symObjAddr: 0x409C, symBinAddr: 0x2AFA8, symSize: 0x424 } + - { offsetInCU: 0x15A0, offset: 0x8045E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerCMa', symObjAddr: 0x4BD4, symBinAddr: 0x2BAE0, symSize: 0x20 } + - { offsetInCU: 0x15B4, offset: 0x80472, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x4CB4, symBinAddr: 0x2BB60, symSize: 0x10 } + - { offsetInCU: 0x15C8, offset: 0x80486, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x4CC4, symBinAddr: 0x2BB70, symSize: 0x8 } + - { offsetInCU: 0x15DC, offset: 0x8049A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC17setStatusBarStyleyySo08UIStatusgH0VFyycfU_TA', symObjAddr: 0x4CCC, symBinAddr: 0x2BB78, symSize: 0x10 } + - { offsetInCU: 0x160E, offset: 0x804CC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC17setServerBasePath4pathySS_tFyyScMYccfU_TA', symObjAddr: 0x4D08, symBinAddr: 0x2BBB4, symSize: 0x8 } + - { offsetInCU: 0x1622, offset: 0x804E0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC4with8delegate20cordovaConfiguration12assetHandler010delegationH019autoRegisterPluginsACSo011CAPInstanceF0C_AA17CAPBridgeDelegate_pSo15CDVConfigParserCAA012WebViewAssetH0CAA0rs10DelegationH0CSbtcfcy10Foundation12NotificationVYbcfU_TA', symObjAddr: 0x4E8C, symBinAddr: 0x2BD00, symSize: 0x8 } + - { offsetInCU: 0x1D17, offset: 0x80BD5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC6bridgeAA0B8Protocol_pSgvg', symObjAddr: 0x0, symBinAddr: 0x26F4C, symSize: 0x30 } + - { offsetInCU: 0x1D7F, offset: 0x80C3D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC03webC0So05WKWebC0CSgvg', symObjAddr: 0x98, symBinAddr: 0x26FE4, symSize: 0x50 } + - { offsetInCU: 0x1D9E, offset: 0x80C5C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC18isStatusBarVisibleSbvg', symObjAddr: 0xE8, symBinAddr: 0x27034, symSize: 0x44 } + - { offsetInCU: 0x1DBD, offset: 0x80C7B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC18isStatusBarVisibleSbvs', symObjAddr: 0x12C, symBinAddr: 0x27078, symSize: 0x48 } + - { offsetInCU: 0x1DE2, offset: 0x80CA0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC18isStatusBarVisibleSbvM', symObjAddr: 0x174, symBinAddr: 0x270C0, symSize: 0x44 } + - { offsetInCU: 0x1E07, offset: 0x80CC5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC14statusBarStyleSo08UIStatusfG0Vvg', symObjAddr: 0x1B8, symBinAddr: 0x27104, symSize: 0x44 } + - { offsetInCU: 0x1E26, offset: 0x80CE4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC14statusBarStyleSo08UIStatusfG0Vvs', symObjAddr: 0x1FC, symBinAddr: 0x27148, symSize: 0x48 } + - { offsetInCU: 0x1E4F, offset: 0x80D0D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC14statusBarStyleSo08UIStatusfG0VvM', symObjAddr: 0x244, symBinAddr: 0x27190, symSize: 0x44 } + - { offsetInCU: 0x1E74, offset: 0x80D32, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC14statusBarStyleSo08UIStatusfG0VvM.resume.0', symObjAddr: 0x288, symBinAddr: 0x271D4, symSize: 0x4 } + - { offsetInCU: 0x1E95, offset: 0x80D53, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC18statusBarAnimationSo08UIStatusfG0Vvg', symObjAddr: 0x28C, symBinAddr: 0x271D8, symSize: 0x44 } + - { offsetInCU: 0x1EB4, offset: 0x80D72, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC18statusBarAnimationSo08UIStatusfG0Vvs', symObjAddr: 0x2D0, symBinAddr: 0x2721C, symSize: 0x48 } + - { offsetInCU: 0x1EDD, offset: 0x80D9B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC18statusBarAnimationSo08UIStatusfG0VvM', symObjAddr: 0x318, symBinAddr: 0x27264, symSize: 0x44 } + - { offsetInCU: 0x1F16, offset: 0x80DD4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC21supportedOrientationsSaySiGvg', symObjAddr: 0x3C4, symBinAddr: 0x27310, symSize: 0x48 } + - { offsetInCU: 0x1F5A, offset: 0x80E18, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC21supportedOrientationsSaySiGvs', symObjAddr: 0x470, symBinAddr: 0x273BC, symSize: 0x50 } + - { offsetInCU: 0x1F83, offset: 0x80E41, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC21supportedOrientationsSaySiGvM', symObjAddr: 0x4C0, symBinAddr: 0x2740C, symSize: 0x44 } + - { offsetInCU: 0x1FA2, offset: 0x80E60, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC11isNewBinarySbvg', symObjAddr: 0x504, symBinAddr: 0x27450, symSize: 0x40 } + - { offsetInCU: 0x1FC6, offset: 0x80E84, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC11isNewBinarySbvgSbyXEfU_', symObjAddr: 0x544, symBinAddr: 0x27490, symSize: 0x4B4 } + - { offsetInCU: 0x21C9, offset: 0x81087, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC11isNewBinarySbvs', symObjAddr: 0x9F8, symBinAddr: 0x27944, symSize: 0x10 } + - { offsetInCU: 0x21F8, offset: 0x810B6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC11isNewBinarySbvM', symObjAddr: 0xA08, symBinAddr: 0x27954, symSize: 0x38 } + - { offsetInCU: 0x221D, offset: 0x810DB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC11isNewBinarySbvM.resume.0', symObjAddr: 0xA40, symBinAddr: 0x2798C, symSize: 0x18 } + - { offsetInCU: 0x22C0, offset: 0x8117E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC04loadC0yyF', symObjAddr: 0xA58, symBinAddr: 0x279A4, symSize: 0x3F0 } + - { offsetInCU: 0x2460, offset: 0x8131E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC010prepareWebC033_0151BC8B8398CBA447E765B04F9447A0LL4with12assetHandler010delegationP0ySo24CAPInstanceConfigurationC_AA0fc5AssetP0CAA0fc10DelegationP0CtF', symObjAddr: 0xE88, symBinAddr: 0x27D94, symSize: 0x504 } + - { offsetInCU: 0x25DB, offset: 0x81499, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC19updateBinaryVersion33_0151BC8B8398CBA447E765B04F9447A0LLyyF', symObjAddr: 0x138C, symBinAddr: 0x28298, symSize: 0x44C } + - { offsetInCU: 0x27A8, offset: 0x81666, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC11viewDidLoadyyF', symObjAddr: 0x1800, symBinAddr: 0x2870C, symSize: 0x44 } + - { offsetInCU: 0x286C, offset: 0x8172A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC07loadWebC0yyF', symObjAddr: 0x1844, symBinAddr: 0x28750, symSize: 0x450 } + - { offsetInCU: 0x2AF0, offset: 0x819AE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC27canPerformUnwindSegueAction_4from10withSenderSb10ObjectiveC8SelectorV_So06UIViewD0CyptF', symObjAddr: 0x1D00, symBinAddr: 0x28C0C, symSize: 0x8 } + - { offsetInCU: 0x2B81, offset: 0x81A3F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC18instanceDescriptorSo011CAPInstanceF0CyF', symObjAddr: 0x1D88, symBinAddr: 0x28C94, symSize: 0x344 } + - { offsetInCU: 0x2D41, offset: 0x81BFF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC6routerAA6Router_pyF', symObjAddr: 0x20CC, symBinAddr: 0x28FD8, symSize: 0x20 } + - { offsetInCU: 0x2D8A, offset: 0x81C48, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC03webC13Configuration3forSo05WKWebcF0CSo011CAPInstanceF0C_tF', symObjAddr: 0x20EC, symBinAddr: 0x28FF8, symSize: 0x368 } + - { offsetInCU: 0x2FBD, offset: 0x81E7B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC03webC04with13configurationSo05WKWebC0CSo6CGRectV_So0hC13ConfigurationCtF', symObjAddr: 0x2454, symBinAddr: 0x29360, symSize: 0x64 } + - { offsetInCU: 0x3028, offset: 0x81EE6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC16capacitorDidLoadyyF', symObjAddr: 0x24B8, symBinAddr: 0x293C4, symSize: 0x4 } + - { offsetInCU: 0x308E, offset: 0x81F4C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC20setStatusBarDefaultsyyF', symObjAddr: 0x24BC, symBinAddr: 0x293C8, symSize: 0x338 } + - { offsetInCU: 0x3224, offset: 0x820E2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC28setScreenOrientationDefaultsyyF', symObjAddr: 0x27F4, symBinAddr: 0x29700, symSize: 0x5BC } + - { offsetInCU: 0x3950, offset: 0x8280E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC22prefersStatusBarHiddenSbvg', symObjAddr: 0x2DFC, symBinAddr: 0x29D08, symSize: 0x4C } + - { offsetInCU: 0x39B5, offset: 0x82873, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC23preferredStatusBarStyleSo08UIStatusgH0Vvg', symObjAddr: 0x2E8C, symBinAddr: 0x29D98, symSize: 0x44 } + - { offsetInCU: 0x3A1A, offset: 0x828D8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC33preferredStatusBarUpdateAnimationSo08UIStatusgI0Vvg', symObjAddr: 0x2F14, symBinAddr: 0x29E20, symSize: 0x44 } + - { offsetInCU: 0x3A57, offset: 0x82915, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC19setStatusBarVisibleyySbF', symObjAddr: 0x2F58, symBinAddr: 0x29E64, symSize: 0xF4 } + - { offsetInCU: 0x3AA6, offset: 0x82964, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC17setStatusBarStyleyySo08UIStatusgH0VF', symObjAddr: 0x304C, symBinAddr: 0x29F58, symSize: 0xF4 } + - { offsetInCU: 0x3B40, offset: 0x829FE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC21setStatusBarAnimationyySo08UIStatusgH0VF', symObjAddr: 0x3140, symBinAddr: 0x2A04C, symSize: 0x48 } + - { offsetInCU: 0x3B9D, offset: 0x82A5B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC30supportedInterfaceOrientationsSo26UIInterfaceOrientationMaskVvg', symObjAddr: 0x31A8, symBinAddr: 0x2A0B4, symSize: 0xA4 } + - { offsetInCU: 0x3C32, offset: 0x82AF0, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSaySiG_Tg5', symObjAddr: 0x324C, symBinAddr: 0x2A158, symSize: 0x60 } + - { offsetInCU: 0x3C62, offset: 0x82B20, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSaySiG_Tg5', symObjAddr: 0x324C, symBinAddr: 0x2A158, symSize: 0x60 } + - { offsetInCU: 0x3C76, offset: 0x82B34, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSaySiG_Tg5', symObjAddr: 0x324C, symBinAddr: 0x2A158, symSize: 0x60 } + - { offsetInCU: 0x3C8A, offset: 0x82B48, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSaySiG_Tg5', symObjAddr: 0x324C, symBinAddr: 0x2A158, symSize: 0x60 } + - { offsetInCU: 0x3C9E, offset: 0x82B5C, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSaySiG_Tg5', symObjAddr: 0x324C, symBinAddr: 0x2A158, symSize: 0x60 } + - { offsetInCU: 0x3D83, offset: 0x82C41, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSaySSG_Tg5', symObjAddr: 0x32AC, symBinAddr: 0x2A1B8, symSize: 0xC4 } + - { offsetInCU: 0x3F05, offset: 0x82DC3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfC', symObjAddr: 0x3370, symBinAddr: 0x2A27C, symSize: 0x7C } + - { offsetInCU: 0x3F19, offset: 0x82DD7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc', symObjAddr: 0x33EC, symBinAddr: 0x2A2F8, symSize: 0xE8 } + - { offsetInCU: 0x3F5A, offset: 0x82E18, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x3534, symBinAddr: 0x2A440, symSize: 0x44 } + - { offsetInCU: 0x3F6E, offset: 0x82E2C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x3578, symBinAddr: 0x2A484, symSize: 0xB4 } + - { offsetInCU: 0x3FA1, offset: 0x82E5F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerCfD', symObjAddr: 0x3654, symBinAddr: 0x2A560, symSize: 0x30 } + - { offsetInCU: 0x3FD8, offset: 0x82E96, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC17getServerBasePathSSyF', symObjAddr: 0x36CC, symBinAddr: 0x2A5D8, symSize: 0xF4 } + - { offsetInCU: 0x403B, offset: 0x82EF9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC17setServerBasePath4pathySS_tF', symObjAddr: 0x3818, symBinAddr: 0x2A724, symSize: 0x27C } + - { offsetInCU: 0x40D0, offset: 0x82F8E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC17setServerBasePath4pathySS_tFyyScMYccfU_', symObjAddr: 0x3A94, symBinAddr: 0x2A9A0, symSize: 0x1C4 } + - { offsetInCU: 0x414F, offset: 0x8300D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC14printLoadError33_0151BC8B8398CBA447E765B04F9447A0LLyyF', symObjAddr: 0x3CB4, symBinAddr: 0x2ABC0, symSize: 0x310 } + - { offsetInCU: 0x4503, offset: 0x833C1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC010bridgedWebC0So05WKWebC0CSgvg', symObjAddr: 0x3FC4, symBinAddr: 0x2AED0, symSize: 0x50 } + - { offsetInCU: 0x4541, offset: 0x833FF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC07bridgedcD0So06UIViewD0CSgvg', symObjAddr: 0x4014, symBinAddr: 0x2AF20, symSize: 0x1C } + - { offsetInCU: 0x27, offset: 0x83564, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14CAPFileManagerC15getPortablePath4host3uriSSSgSS_10Foundation3URLVSgtFZ', symObjAddr: 0x0, symBinAddr: 0x2BD70, symSize: 0x204 } + - { offsetInCU: 0x99, offset: 0x835D6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14CAPFileManagerCACycfcTo', symObjAddr: 0x380, symBinAddr: 0x2BFE4, symSize: 0x3C } + - { offsetInCU: 0xEB, offset: 0x83628, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14CAPFileManagerCMa', symObjAddr: 0x360, symBinAddr: 0x2BFC4, symSize: 0x20 } + - { offsetInCU: 0x259, offset: 0x83796, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14CAPFileManagerC15getPortablePath4host3uriSSSgSS_10Foundation3URLVSgtFZ', symObjAddr: 0x0, symBinAddr: 0x2BD70, symSize: 0x204 } + - { offsetInCU: 0x2FA, offset: 0x83837, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14CAPFileManagerCACycfC', symObjAddr: 0x310, symBinAddr: 0x2BF74, symSize: 0x20 } + - { offsetInCU: 0x30E, offset: 0x8384B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14CAPFileManagerCACycfc', symObjAddr: 0x330, symBinAddr: 0x2BF94, symSize: 0x30 } + - { offsetInCU: 0x34A, offset: 0x83887, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14CAPFileManagerCfD', symObjAddr: 0x3BC, symBinAddr: 0x2C020, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x83901, size: 0x8, addend: 0x0, symName: '_$sSo24CAPInstanceConfigurationC9CapacitorE12errorPathURL10Foundation0F0VSgvgTo', symObjAddr: 0x220, symBinAddr: 0x2C270, symSize: 0xCC } + - { offsetInCU: 0x235, offset: 0x83AF3, size: 0x8, addend: 0x0, symName: '_$sSo24CAPInstanceConfigurationC9CapacitorE20getPluginConfigValueyypSgSS_SStFTo', symObjAddr: 0xE24, symBinAddr: 0x2CDB4, symSize: 0x124 } + - { offsetInCU: 0x2B8, offset: 0x83B76, size: 0x8, addend: 0x0, symName: '_$sSo24CAPInstanceConfigurationC9CapacitorE15getPluginConfigyAC0eF0CSSFTo', symObjAddr: 0x10F4, symBinAddr: 0x2D084, symSize: 0x68 } + - { offsetInCU: 0x39C, offset: 0x83C5A, size: 0x8, addend: 0x0, symName: '_$sSo24CAPInstanceConfigurationC9CapacitorE21shouldAllowNavigation2toSbSS_tFTo', symObjAddr: 0x1294, symBinAddr: 0x2D224, symSize: 0x68 } + - { offsetInCU: 0x3D3, offset: 0x83C91, size: 0x8, addend: 0x0, symName: '_$sSo24CAPInstanceConfigurationC9CapacitorE8getValueyypSgSSFTo', symObjAddr: 0x144C, symBinAddr: 0x2D3DC, symSize: 0x104 } + - { offsetInCU: 0x40A, offset: 0x83CC8, size: 0x8, addend: 0x0, symName: '_$sSo24CAPInstanceConfigurationC9CapacitorE9getStringySSSgSSFTo', symObjAddr: 0x16A0, symBinAddr: 0x2D630, symSize: 0x90 } + - { offsetInCU: 0x77C, offset: 0x8403A, size: 0x8, addend: 0x0, symName: '_$sSlsE5split9maxSplits25omittingEmptySubsequences14whereSeparatorSay11SubSequenceQzGSi_S2b7ElementQzKXEtKF17appendSubsequenceL_3endSb5IndexQz_tSlRzlFSS_Tg5', symObjAddr: 0x1DE8, symBinAddr: 0x2DD78, symSize: 0x10C } + - { offsetInCU: 0x9AA, offset: 0x84268, size: 0x8, addend: 0x0, symName: '_$ss30_copySequenceToContiguousArrayys0dE0Vy7ElementQzGxSTRzlFs010EnumeratedB0VySaySsGG_Tg5', symObjAddr: 0x1EF4, symBinAddr: 0x2DE84, symSize: 0x1C8 } + - { offsetInCU: 0xCD8, offset: 0x84596, size: 0x8, addend: 0x0, symName: '_$sSo24CAPInstanceConfigurationC9CapacitorE8doesHost33_B57F4D0DE97AE9C2AEF6A73FAB0F46C7LL_5matchSbSS_SStFTf4nnd_n', symObjAddr: 0x20BC, symBinAddr: 0x2E04C, symSize: 0x3F4 } + - { offsetInCU: 0x1246, offset: 0x84B04, size: 0x8, addend: 0x0, symName: '_$ss30_dictionaryDownCastConditionalySDyq0_q1_GSgSDyxq_GSHRzSHR0_r2_lFs11AnyHashableV_ypSS9Capacitor7JSValue_pTg5', symObjAddr: 0x5CC, symBinAddr: 0x2C61C, symSize: 0x40C } + - { offsetInCU: 0x1399, offset: 0x84C57, size: 0x8, addend: 0x0, symName: '_$ss30_dictionaryDownCastConditionalySDyq0_q1_GSgSDyxq_GSHRzSHR0_r2_lFs11AnyHashableV_ypS2STg5', symObjAddr: 0xA1C, symBinAddr: 0x2CA28, symSize: 0x38C } + - { offsetInCU: 0x15FD, offset: 0x84EBB, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZSs_Tgm5', symObjAddr: 0x1898, symBinAddr: 0x2D828, symSize: 0x10C } + - { offsetInCU: 0x19F9, offset: 0x852B7, size: 0x8, addend: 0x0, symName: '_$sSo24CAPInstanceConfigurationC9CapacitorE12errorPathURL10Foundation0F0VSgvg', symObjAddr: 0x2EC, symBinAddr: 0x2C33C, symSize: 0x144 } + - { offsetInCU: 0x1A82, offset: 0x85340, size: 0x8, addend: 0x0, symName: '_$sSo24CAPInstanceConfigurationC9CapacitorE20getPluginConfigValueyypSgSS_SStF', symObjAddr: 0x430, symBinAddr: 0x2C480, symSize: 0x19C } + - { offsetInCU: 0x1C05, offset: 0x854C3, size: 0x8, addend: 0x0, symName: '_$sSo24CAPInstanceConfigurationC9CapacitorE15getPluginConfigyAC0eF0CSSF', symObjAddr: 0xF48, symBinAddr: 0x2CED8, symSize: 0x1AC } + - { offsetInCU: 0x1D39, offset: 0x855F7, size: 0x8, addend: 0x0, symName: '_$sSo24CAPInstanceConfigurationC9CapacitorE21shouldAllowNavigation2toSbSS_tF', symObjAddr: 0x115C, symBinAddr: 0x2D0EC, symSize: 0x138 } + - { offsetInCU: 0x1E98, offset: 0x85756, size: 0x8, addend: 0x0, symName: '_$sSo24CAPInstanceConfigurationC9CapacitorE8getValueyypSgSSF', symObjAddr: 0x12FC, symBinAddr: 0x2D28C, symSize: 0x150 } + - { offsetInCU: 0x1EED, offset: 0x857AB, size: 0x8, addend: 0x0, symName: '_$sSo24CAPInstanceConfigurationC9CapacitorE9getStringySSSgSSF', symObjAddr: 0x1550, symBinAddr: 0x2D4E0, symSize: 0x150 } + - { offsetInCU: 0x1FAA, offset: 0x85868, size: 0x8, addend: 0x0, symName: '_$sSTsE8reversedSay7ElementQzGyFs18EnumeratedSequenceVySaySsGG_Tg5', symObjAddr: 0x1730, symBinAddr: 0x2D6C0, symSize: 0x168 } + - { offsetInCU: 0x2257, offset: 0x85B15, size: 0x8, addend: 0x0, symName: '_$sSlsE5split9maxSplits25omittingEmptySubsequences14whereSeparatorSay11SubSequenceQzGSi_S2b7ElementQzKXEtKFSS_Tg5', symObjAddr: 0x19A4, symBinAddr: 0x2D934, symSize: 0x41C } + - { offsetInCU: 0x2695, offset: 0x85F53, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSs_Tg5', symObjAddr: 0x1DC0, symBinAddr: 0x2DD50, symSize: 0x14 } + - { offsetInCU: 0x26C5, offset: 0x85F83, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSi6offset_Ss7elementt_Tg5', symObjAddr: 0x1DD4, symBinAddr: 0x2DD64, symSize: 0x14 } + - { offsetInCU: 0x4F, offset: 0x86142, size: 0x8, addend: 0x0, symName: '_$s9Capacitor26InstanceDescriptorDefaultsO6schemeSSvpZ', symObjAddr: 0x2CB0, symBinAddr: 0x6EC00, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x8615C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor26InstanceDescriptorDefaultsO8hostnameSSvpZ', symObjAddr: 0x2CC0, symBinAddr: 0x6EC10, symSize: 0x0 } + - { offsetInCU: 0x77, offset: 0x8616A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor26InstanceDescriptorDefaultsO6schemeSSvau', symObjAddr: 0x0, symBinAddr: 0x2E578, symSize: 0xC } + - { offsetInCU: 0xC5, offset: 0x861B8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor26InstanceDescriptorDefaultsO8hostnameSSvau', symObjAddr: 0x28, symBinAddr: 0x2E5A0, symSize: 0xC } + - { offsetInCU: 0x1B3, offset: 0x862A6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVAASo7UIColorCRbzlE5color7fromHexAESgSS_tFZAE_Tgm5', symObjAddr: 0x1C60, symBinAddr: 0x301D8, symSize: 0x2B0 } + - { offsetInCU: 0x2AD, offset: 0x863A0, size: 0x8, addend: 0x0, symName: '_$sSo21CAPInstanceDescriptorC9CapacitorE19_parseConfiguration2at07cordovaE0y10Foundation3URLVSg_AJtFTo', symObjAddr: 0x1F10, symBinAddr: 0x30488, symSize: 0x174 } + - { offsetInCU: 0x2C9, offset: 0x863BC, size: 0x8, addend: 0x0, symName: '_$sSo21CAPInstanceDescriptorC9CapacitorE21cordovaDeployDisabledSbvgTo', symObjAddr: 0x2084, symBinAddr: 0x305FC, symSize: 0x34 } + - { offsetInCU: 0x2FB, offset: 0x863EE, size: 0x8, addend: 0x0, symName: '_$sSo8NSStringCMa', symObjAddr: 0x2294, symBinAddr: 0x307CC, symSize: 0x3C } + - { offsetInCU: 0x325, offset: 0x86418, size: 0x8, addend: 0x0, symName: '_$sSo21CAPInstanceDescriptorC9CapacitorE9normalizeyyFTo', symObjAddr: 0x29A0, symBinAddr: 0x30ED8, symSize: 0x28 } + - { offsetInCU: 0x341, offset: 0x86434, size: 0x8, addend: 0x0, symName: '_$s9Capacitor26InstanceDescriptorDefaultsOMa', symObjAddr: 0x2A8C, symBinAddr: 0x30F80, symSize: 0x10 } + - { offsetInCU: 0x360, offset: 0x86453, size: 0x8, addend: 0x0, symName: '_$sSo26CAPInstanceLoggingBehaviorV9CapacitorE8behavior33_8A70532DEC43102D9B8E29134CB87F82LL4fromABSgSS_tFZTf4nd_n', symObjAddr: 0x2AE4, symBinAddr: 0x30F90, symSize: 0x16C } + - { offsetInCU: 0x869, offset: 0x8695C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor26InstanceDescriptorDefaultsO6schemeSSvgZ', symObjAddr: 0xC, symBinAddr: 0x2E584, symSize: 0x1C } + - { offsetInCU: 0x87D, offset: 0x86970, size: 0x8, addend: 0x0, symName: '_$s9Capacitor26InstanceDescriptorDefaultsO8hostnameSSvgZ', symObjAddr: 0x34, symBinAddr: 0x2E5AC, symSize: 0x1C } + - { offsetInCU: 0x970, offset: 0x86A63, size: 0x8, addend: 0x0, symName: '_$sSo21CAPInstanceDescriptorC9CapacitorE19_parseConfiguration2at07cordovaE0y10Foundation3URLVSg_AJtF', symObjAddr: 0x50, symBinAddr: 0x2E5C8, symSize: 0x1C10 } + - { offsetInCU: 0x1548, offset: 0x8763B, size: 0x8, addend: 0x0, symName: '_$sSo21CAPInstanceDescriptorC9CapacitorE21cordovaDeployDisabledSbvg', symObjAddr: 0x20B8, symBinAddr: 0x30630, symSize: 0x19C } + - { offsetInCU: 0x1589, offset: 0x8767C, size: 0x8, addend: 0x0, symName: '_$sSo21CAPInstanceDescriptorC9CapacitorE9normalizeyyF', symObjAddr: 0x22D0, symBinAddr: 0x30808, symSize: 0x6D0 } + - { offsetInCU: 0x27, offset: 0x877D8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPInstancePluginC6bridge8pluginId0E4NameAcA17CAPBridgeProtocol_p_S2StcfC', symObjAddr: 0x0, symBinAddr: 0x310FC, symSize: 0xB4 } + - { offsetInCU: 0x95, offset: 0x87846, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPInstancePluginC6bridge8pluginId0E4NameAcA17CAPBridgeProtocol_p_S2StcfcTo', symObjAddr: 0x188, symBinAddr: 0x31284, symSize: 0xD8 } + - { offsetInCU: 0x110, offset: 0x878C1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPInstancePluginCACycfcTo', symObjAddr: 0x2B0, symBinAddr: 0x313AC, symSize: 0x3C } + - { offsetInCU: 0x162, offset: 0x87913, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPInstancePluginCMa', symObjAddr: 0x168, symBinAddr: 0x31264, symSize: 0x20 } + - { offsetInCU: 0x25E, offset: 0x87A0F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPInstancePluginC6bridge8pluginId0E4NameAcA17CAPBridgeProtocol_p_S2StcfC', symObjAddr: 0x0, symBinAddr: 0x310FC, symSize: 0xB4 } + - { offsetInCU: 0x272, offset: 0x87A23, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPInstancePluginC6bridge8pluginId0E4NameAcA17CAPBridgeProtocol_p_S2Stcfc', symObjAddr: 0xB4, symBinAddr: 0x311B0, symSize: 0xB4 } + - { offsetInCU: 0x2F0, offset: 0x87AA1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPInstancePluginCACycfC', symObjAddr: 0x260, symBinAddr: 0x3135C, symSize: 0x20 } + - { offsetInCU: 0x304, offset: 0x87AB5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPInstancePluginCACycfc', symObjAddr: 0x280, symBinAddr: 0x3137C, symSize: 0x30 } + - { offsetInCU: 0x33B, offset: 0x87AEC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPInstancePluginCfD', symObjAddr: 0x2EC, symBinAddr: 0x313E8, symSize: 0x30 } + - { offsetInCU: 0x27, offset: 0x87B36, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6CAPLogC5print_9separator10terminatoryypd_S2StFZ', symObjAddr: 0x0, symBinAddr: 0x31418, symSize: 0x4 } + - { offsetInCU: 0x4B, offset: 0x87B5A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6CAPLogC13enableLoggingSbvpZ', symObjAddr: 0x4C0, symBinAddr: 0xA1C48, symSize: 0x0 } + - { offsetInCU: 0x109, offset: 0x87C18, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6CAPLogC5print_9separator10terminatoryypd_S2StFZTf4nnnd_n', symObjAddr: 0xF0, symBinAddr: 0x31508, symSize: 0x284 } + - { offsetInCU: 0x333, offset: 0x87E42, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6CAPLogC13enableLoggingSbvau', symObjAddr: 0x4, symBinAddr: 0x3141C, symSize: 0xC } + - { offsetInCU: 0x461, offset: 0x87F70, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6CAPLogCMa', symObjAddr: 0x374, symBinAddr: 0x3178C, symSize: 0x20 } + - { offsetInCU: 0x475, offset: 0x87F84, size: 0x8, addend: 0x0, symName: '_$sSi6offset_yp7elementtSgWOb', symObjAddr: 0x3E0, symBinAddr: 0x317AC, symSize: 0x48 } + - { offsetInCU: 0x64A, offset: 0x88159, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6CAPLogC5print_9separator10terminatoryypd_S2StFZ', symObjAddr: 0x0, symBinAddr: 0x31418, symSize: 0x4 } + - { offsetInCU: 0x65E, offset: 0x8816D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6CAPLogC13enableLoggingSbvgZ', symObjAddr: 0x10, symBinAddr: 0x31428, symSize: 0x40 } + - { offsetInCU: 0x672, offset: 0x88181, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6CAPLogC13enableLoggingSbvsZ', symObjAddr: 0x50, symBinAddr: 0x31468, symSize: 0x44 } + - { offsetInCU: 0x686, offset: 0x88195, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6CAPLogC13enableLoggingSbvMZ', symObjAddr: 0x94, symBinAddr: 0x314AC, symSize: 0x40 } + - { offsetInCU: 0x69A, offset: 0x881A9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6CAPLogC13enableLoggingSbvMZ.resume.0', symObjAddr: 0xD4, symBinAddr: 0x314EC, symSize: 0x4 } + - { offsetInCU: 0x6B4, offset: 0x881C3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6CAPLogCfd', symObjAddr: 0xD8, symBinAddr: 0x314F0, symSize: 0x8 } + - { offsetInCU: 0x6D9, offset: 0x881E8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6CAPLogCfD', symObjAddr: 0xE0, symBinAddr: 0x314F8, symSize: 0x10 } + - { offsetInCU: 0x4B, offset: 0x882EC, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE16capacitorOpenURLABvpZ', symObjAddr: 0x5E60, symBinAddr: 0xA66A8, symSize: 0x0 } + - { offsetInCU: 0x65, offset: 0x88306, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE26capacitorOpenUniversalLinkABvpZ', symObjAddr: 0x5E68, symBinAddr: 0xA66B0, symSize: 0x0 } + - { offsetInCU: 0x7F, offset: 0x88320, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE25capacitorContinueActivityABvpZ', symObjAddr: 0x5E70, symBinAddr: 0xA66B8, symSize: 0x0 } + - { offsetInCU: 0x99, offset: 0x8833A, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE42capacitorDidRegisterForRemoteNotificationsABvpZ', symObjAddr: 0x5E78, symBinAddr: 0xA66C0, symSize: 0x0 } + - { offsetInCU: 0xB3, offset: 0x88354, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE48capacitorDidFailToRegisterForRemoteNotificationsABvpZ', symObjAddr: 0x5E80, symBinAddr: 0xA66C8, symSize: 0x0 } + - { offsetInCU: 0xCD, offset: 0x8836E, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE40capacitorDecidePolicyForNavigationActionABvpZ', symObjAddr: 0x5E88, symBinAddr: 0xA66D0, symSize: 0x0 } + - { offsetInCU: 0xE7, offset: 0x88388, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE24capacitorStatusBarTappedABvpZ', symObjAddr: 0x5E90, symBinAddr: 0xA66D8, symSize: 0x0 } + - { offsetInCU: 0x101, offset: 0x883A2, size: 0x8, addend: 0x0, symName: '_$sSo14NSNotificationC9CapacitorE16capacitorOpenURLSo0A4NameavpZ', symObjAddr: 0x5E98, symBinAddr: 0xA66E0, symSize: 0x0 } + - { offsetInCU: 0x11B, offset: 0x883BC, size: 0x8, addend: 0x0, symName: '_$sSo14NSNotificationC9CapacitorE26capacitorOpenUniversalLinkSo0A4NameavpZ', symObjAddr: 0x5EA0, symBinAddr: 0xA66E8, symSize: 0x0 } + - { offsetInCU: 0x135, offset: 0x883D6, size: 0x8, addend: 0x0, symName: '_$sSo14NSNotificationC9CapacitorE25capacitorContinueActivitySo0A4NameavpZ', symObjAddr: 0x5EA8, symBinAddr: 0xA66F0, symSize: 0x0 } + - { offsetInCU: 0x14F, offset: 0x883F0, size: 0x8, addend: 0x0, symName: '_$sSo14NSNotificationC9CapacitorE42capacitorDidRegisterForRemoteNotificationsSo0A4NameavpZ', symObjAddr: 0x5EB0, symBinAddr: 0xA66F8, symSize: 0x0 } + - { offsetInCU: 0x169, offset: 0x8840A, size: 0x8, addend: 0x0, symName: '_$sSo14NSNotificationC9CapacitorE48capacitorDidFailToRegisterForRemoteNotificationsSo0A4NameavpZ', symObjAddr: 0x5EB8, symBinAddr: 0xA6700, symSize: 0x0 } + - { offsetInCU: 0x183, offset: 0x88424, size: 0x8, addend: 0x0, symName: '_$sSo14NSNotificationC9CapacitorE40capacitorDecidePolicyForNavigationActionSo0A4NameavpZ', symObjAddr: 0x5EC0, symBinAddr: 0xA6708, symSize: 0x0 } + - { offsetInCU: 0x19D, offset: 0x8843E, size: 0x8, addend: 0x0, symName: '_$sSo14NSNotificationC9CapacitorE24capacitorStatusBarTappedSo0A4NameavpZ', symObjAddr: 0x5EC8, symBinAddr: 0xA6710, symSize: 0x0 } + - { offsetInCU: 0x1AB, offset: 0x8844C, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE16capacitorOpenURLABvau', symObjAddr: 0x0, symBinAddr: 0x31818, symSize: 0x40 } + - { offsetInCU: 0x1BF, offset: 0x88460, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE26capacitorOpenUniversalLinkABvau', symObjAddr: 0x40, symBinAddr: 0x31858, symSize: 0x40 } + - { offsetInCU: 0x1D3, offset: 0x88474, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE24capacitorStatusBarTappedABvau', symObjAddr: 0x80, symBinAddr: 0x31898, symSize: 0x40 } + - { offsetInCU: 0x1F1, offset: 0x88492, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE16capacitorOpenURL_WZ', symObjAddr: 0xC0, symBinAddr: 0x318D8, symSize: 0x34 } + - { offsetInCU: 0x20B, offset: 0x884AC, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE26capacitorOpenUniversalLink_WZ', symObjAddr: 0x110, symBinAddr: 0x31928, symSize: 0x34 } + - { offsetInCU: 0x225, offset: 0x884C6, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE25capacitorContinueActivity_WZ', symObjAddr: 0x160, symBinAddr: 0x31978, symSize: 0x34 } + - { offsetInCU: 0x23F, offset: 0x884E0, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE25capacitorContinueActivityABvau', symObjAddr: 0x194, symBinAddr: 0x319AC, symSize: 0x40 } + - { offsetInCU: 0x253, offset: 0x884F4, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE42capacitorDidRegisterForRemoteNotifications_WZ', symObjAddr: 0x1F0, symBinAddr: 0x31A08, symSize: 0x34 } + - { offsetInCU: 0x26D, offset: 0x8850E, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE42capacitorDidRegisterForRemoteNotificationsABvau', symObjAddr: 0x224, symBinAddr: 0x31A3C, symSize: 0x40 } + - { offsetInCU: 0x281, offset: 0x88522, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE48capacitorDidFailToRegisterForRemoteNotifications_WZ', symObjAddr: 0x280, symBinAddr: 0x31A98, symSize: 0x34 } + - { offsetInCU: 0x29B, offset: 0x8853C, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE48capacitorDidFailToRegisterForRemoteNotificationsABvau', symObjAddr: 0x2B4, symBinAddr: 0x31ACC, symSize: 0x40 } + - { offsetInCU: 0x2AF, offset: 0x88550, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE40capacitorDecidePolicyForNavigationAction_WZ', symObjAddr: 0x310, symBinAddr: 0x31B28, symSize: 0x34 } + - { offsetInCU: 0x2C9, offset: 0x8856A, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE40capacitorDecidePolicyForNavigationActionABvau', symObjAddr: 0x344, symBinAddr: 0x31B5C, symSize: 0x40 } + - { offsetInCU: 0x2DD, offset: 0x8857E, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE24capacitorStatusBarTapped_WZ', symObjAddr: 0x3A0, symBinAddr: 0x31BB8, symSize: 0x34 } + - { offsetInCU: 0x2F7, offset: 0x88598, size: 0x8, addend: 0x0, symName: '_$sSo14NSNotificationC9CapacitorE16capacitorOpenURLSo0A4Nameavau', symObjAddr: 0x44C, symBinAddr: 0x31C64, symSize: 0x40 } + - { offsetInCU: 0x315, offset: 0x885B6, size: 0x8, addend: 0x0, symName: '_$sSo14NSNotificationC9CapacitorE26capacitorOpenUniversalLinkSo0A4Nameavau', symObjAddr: 0x4E8, symBinAddr: 0x31D00, symSize: 0x40 } + - { offsetInCU: 0x333, offset: 0x885D4, size: 0x8, addend: 0x0, symName: '_$sSo14NSNotificationC9CapacitorE25capacitorContinueActivitySo0A4Nameavau', symObjAddr: 0x5F8, symBinAddr: 0x31E10, symSize: 0x40 } + - { offsetInCU: 0x351, offset: 0x885F2, size: 0x8, addend: 0x0, symName: '_$sSo14NSNotificationC9CapacitorE42capacitorDidRegisterForRemoteNotificationsSo0A4Nameavau', symObjAddr: 0x694, symBinAddr: 0x31EAC, symSize: 0x40 } + - { offsetInCU: 0x36F, offset: 0x88610, size: 0x8, addend: 0x0, symName: '_$sSo14NSNotificationC9CapacitorE48capacitorDidFailToRegisterForRemoteNotificationsSo0A4Nameavau', symObjAddr: 0x730, symBinAddr: 0x31F48, symSize: 0x40 } + - { offsetInCU: 0x38D, offset: 0x8862E, size: 0x8, addend: 0x0, symName: '_$sSo14NSNotificationC9CapacitorE40capacitorDecidePolicyForNavigationActionSo0A4Nameavau', symObjAddr: 0x7CC, symBinAddr: 0x31FE4, symSize: 0x40 } + - { offsetInCU: 0x3AB, offset: 0x8864C, size: 0x8, addend: 0x0, symName: '_$sSo14NSNotificationC9CapacitorE24capacitorStatusBarTappedSo0A4Nameavau', symObjAddr: 0x8AC, symBinAddr: 0x320C4, symSize: 0x40 } + - { offsetInCU: 0x47E, offset: 0x8871F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPNotificationsOSYAASY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0xB94, symBinAddr: 0x323AC, symSize: 0x30 } + - { offsetInCU: 0x4AF, offset: 0x88750, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPNotificationsOSYAASY8rawValue03RawD0QzvgTW', symObjAddr: 0xBC4, symBinAddr: 0x323DC, symSize: 0xC } + - { offsetInCU: 0x4CB, offset: 0x8876C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPNotificationsO8rawValueACSgSi_tcfCTf4nd_n', symObjAddr: 0xBD0, symBinAddr: 0x323E8, symSize: 0x14 } + - { offsetInCU: 0x522, offset: 0x887C3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPNotificationsOSHAASQWb', symObjAddr: 0xBE4, symBinAddr: 0x323FC, symSize: 0x4 } + - { offsetInCU: 0x536, offset: 0x887D7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPNotificationsOACSQAAWl', symObjAddr: 0xBE8, symBinAddr: 0x32400, symSize: 0x44 } + - { offsetInCU: 0x54A, offset: 0x887EB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPNotificationsOMa', symObjAddr: 0xC2C, symBinAddr: 0x32444, symSize: 0x10 } + - { offsetInCU: 0x5CF, offset: 0x88870, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPNotificationsOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xAD4, symBinAddr: 0x322EC, symSize: 0x14 } + - { offsetInCU: 0x679, offset: 0x8891A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPNotificationsOSHAASH9hashValueSivgTW', symObjAddr: 0xAE8, symBinAddr: 0x32300, symSize: 0x44 } + - { offsetInCU: 0x728, offset: 0x889C9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPNotificationsOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB2C, symBinAddr: 0x32344, symSize: 0x28 } + - { offsetInCU: 0x77B, offset: 0x88A1C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPNotificationsOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB54, symBinAddr: 0x3236C, symSize: 0x40 } + - { offsetInCU: 0x8C0, offset: 0x88B61, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPNotificationsO4nameSSyF', symObjAddr: 0x924, symBinAddr: 0x3213C, symSize: 0x194 } + - { offsetInCU: 0x939, offset: 0x88BDA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPNotificationsO8rawValueACSgSi_tcfC', symObjAddr: 0xAB8, symBinAddr: 0x322D0, symSize: 0x18 } + - { offsetInCU: 0x94D, offset: 0x88BEE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPNotificationsO8rawValueSivg', symObjAddr: 0xAD0, symBinAddr: 0x322E8, symSize: 0x4 } + - { offsetInCU: 0x27, offset: 0x88C69, size: 0x8, addend: 0x0, symName: '_$sSo16CAPBridgedPluginP9CapacitorSo9CAPPluginCRbzrlE4load2onyAC17CAPBridgeProtocol_p_tF', symObjAddr: 0x0, symBinAddr: 0x32454, symSize: 0x1A0 } + - { offsetInCU: 0x5A, offset: 0x88C9C, size: 0x8, addend: 0x0, symName: '_$sSo19NSMutableDictionaryCMa', symObjAddr: 0x1A0, symBinAddr: 0x325F4, symSize: 0x3C } + - { offsetInCU: 0x15C, offset: 0x88D9E, size: 0x8, addend: 0x0, symName: '_$sSo16CAPBridgedPluginP9CapacitorSo9CAPPluginCRbzrlE4load2onyAC17CAPBridgeProtocol_p_tF', symObjAddr: 0x0, symBinAddr: 0x32454, symSize: 0x1A0 } + - { offsetInCU: 0x4B, offset: 0x88E51, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE15jsDateFormatterSo09NSISO8601eF0CvpZ', symObjAddr: 0x9140, symBinAddr: 0xA6718, symSize: 0x0 } + - { offsetInCU: 0x97, offset: 0x88E9D, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor16JSValueContainerA2cDP15jsDateFormatterSo09NSISO8601gH0CvgZTW', symObjAddr: 0x94, symBinAddr: 0x326C4, symSize: 0x68 } + - { offsetInCU: 0xD6, offset: 0x88EDC, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor16JSValueContainerA2cDP22jsObjectRepresentationSDySSAC0D0_pGvgTW', symObjAddr: 0x164, symBinAddr: 0x32794, symSize: 0x94 } + - { offsetInCU: 0x136, offset: 0x88F3C, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE24dictionaryRepresentationSo12NSDictionaryCvgTo', symObjAddr: 0x1F8, symBinAddr: 0x32828, symSize: 0x4C } + - { offsetInCU: 0x183, offset: 0x88F89, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE15jsDateFormatter_WZ', symObjAddr: 0x274, symBinAddr: 0x328A4, symSize: 0x30 } + - { offsetInCU: 0x1DE, offset: 0x88FE4, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE15jsDateFormatterSo09NSISO8601eF0Cvau', symObjAddr: 0x2A4, symBinAddr: 0x328D4, symSize: 0x40 } + - { offsetInCU: 0x1F2, offset: 0x88FF8, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE15jsDateFormatterSo09NSISO8601eF0CvgZTo', symObjAddr: 0x2E4, symBinAddr: 0x32914, symSize: 0x6C } + - { offsetInCU: 0x245, offset: 0x8904B, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE15jsDateFormatterSo09NSISO8601eF0CvsZTo', symObjAddr: 0x3C4, symBinAddr: 0x329F4, symSize: 0x7C } + - { offsetInCU: 0x2DF, offset: 0x890E5, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE9hasOptionySbSSFTo', symObjAddr: 0x620, symBinAddr: 0x32C50, symSize: 0x68 } + - { offsetInCU: 0x368, offset: 0x8916E, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE7successyyFTo', symObjAddr: 0x740, symBinAddr: 0x32D70, symSize: 0xC4 } + - { offsetInCU: 0x435, offset: 0x8923B, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE7resolveyyFTo', symObjAddr: 0x8B4, symBinAddr: 0x32EE4, symSize: 0xB4 } + - { offsetInCU: 0x5B4, offset: 0x893BA, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE5erroryySS_s5Error_pSgSDySSypGtFTo', symObjAddr: 0xCD0, symBinAddr: 0x33300, symSize: 0xB8 } + - { offsetInCU: 0x5FA, offset: 0x89400, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE6rejectyySS_SSSgs5Error_pSgSDySSypGSgtFTo', symObjAddr: 0xE70, symBinAddr: 0x334A0, symSize: 0x184 } + - { offsetInCU: 0x72A, offset: 0x89530, size: 0x8, addend: 0x0, symName: '_$sypSgWOh', symObjAddr: 0x15F8, symBinAddr: 0x33BF4, symSize: 0x40 } + - { offsetInCU: 0x73E, offset: 0x89544, size: 0x8, addend: 0x0, symName: '_$sSo6NSNullCMa', symObjAddr: 0x1688, symBinAddr: 0x33C34, symSize: 0x3C } + - { offsetInCU: 0x9EB, offset: 0x897F1, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE22jsObjectRepresentationSDySSAC7JSValue_pGvg', symObjAddr: 0x0, symBinAddr: 0x32630, symSize: 0x94 } + - { offsetInCU: 0xA4A, offset: 0x89850, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE15jsDateFormatterSo09NSISO8601eF0CvgZ', symObjAddr: 0xFC, symBinAddr: 0x3272C, symSize: 0x68 } + - { offsetInCU: 0xAA5, offset: 0x898AB, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE24dictionaryRepresentationSo12NSDictionaryCvg', symObjAddr: 0x244, symBinAddr: 0x32874, symSize: 0x30 } + - { offsetInCU: 0xAF3, offset: 0x898F9, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE15jsDateFormatterSo09NSISO8601eF0CvsZ', symObjAddr: 0x350, symBinAddr: 0x32980, symSize: 0x74 } + - { offsetInCU: 0xB49, offset: 0x8994F, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE15jsDateFormatterSo09NSISO8601eF0CvMZ', symObjAddr: 0x440, symBinAddr: 0x32A70, symSize: 0x6C } + - { offsetInCU: 0xB76, offset: 0x8997C, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE15jsDateFormatterSo09NSISO8601eF0CvMZ.resume.0', symObjAddr: 0x4AC, symBinAddr: 0x32ADC, symSize: 0x4 } + - { offsetInCU: 0xBA5, offset: 0x899AB, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE9hasOptionySbSSF', symObjAddr: 0x4B0, symBinAddr: 0x32AE0, symSize: 0x170 } + - { offsetInCU: 0xCCD, offset: 0x89AD3, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE7successyyF', symObjAddr: 0x688, symBinAddr: 0x32CB8, symSize: 0xB8 } + - { offsetInCU: 0xD8C, offset: 0x89B92, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE7resolveyyF', symObjAddr: 0x80C, symBinAddr: 0x32E3C, symSize: 0xA8 } + - { offsetInCU: 0xED3, offset: 0x89CD9, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE5erroryySS_s5Error_pSgSDySSypGtF', symObjAddr: 0xB24, symBinAddr: 0x33154, symSize: 0x1AC } + - { offsetInCU: 0x104D, offset: 0x89E53, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE6rejectyySS_SSSgs5Error_pSgSDySSypGSgtF', symObjAddr: 0xD88, symBinAddr: 0x333B8, symSize: 0xE8 } + - { offsetInCU: 0x112A, offset: 0x89F30, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE13unimplementedyyF', symObjAddr: 0xFF4, symBinAddr: 0x33624, symSize: 0x58 } + - { offsetInCU: 0x114F, offset: 0x89F55, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE11unavailableyyF', symObjAddr: 0x1090, symBinAddr: 0x336C0, symSize: 0x58 } + - { offsetInCU: 0x1186, offset: 0x89F8C, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE7resolve4with7encoder28messageForRejectionFromErroryx_AC14JSValueEncoderCSSs0K0_pXEtSERzlF', symObjAddr: 0x1388, symBinAddr: 0x339B8, symSize: 0x124 } + - { offsetInCU: 0x1246, offset: 0x8A04C, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE6decode_7decoderxxm_AC14JSValueDecoderCtKSeRzlF', symObjAddr: 0x14AC, symBinAddr: 0x33ADC, symSize: 0x118 } + - { offsetInCU: 0x27, offset: 0x8A11E, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeO8rawValueAESgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x33C70, symSize: 0x4 } + - { offsetInCU: 0x87, offset: 0x8A17E, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeOSYACSY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x200, symBinAddr: 0x33E70, symSize: 0x2C } + - { offsetInCU: 0xB8, offset: 0x8A1AF, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeOSYACSY8rawValue03RawG0QzvgTW', symObjAddr: 0x22C, symBinAddr: 0x33E9C, symSize: 0x58 } + - { offsetInCU: 0xEC, offset: 0x8A1E3, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeO8rawValueAESgSS_tcfCTf4nd_n', symObjAddr: 0x350, symBinAddr: 0x33FC0, symSize: 0x5C } + - { offsetInCU: 0x157, offset: 0x8A24E, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeOSHACSQWb', symObjAddr: 0x3AC, symBinAddr: 0x3401C, symSize: 0x4 } + - { offsetInCU: 0x16B, offset: 0x8A262, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeOAESQACWl', symObjAddr: 0x3B0, symBinAddr: 0x34020, symSize: 0x44 } + - { offsetInCU: 0x17F, offset: 0x8A276, size: 0x8, addend: 0x0, symName: ___swift_memcpy1_1, symObjAddr: 0x3F4, symBinAddr: 0x34064, symSize: 0xC } + - { offsetInCU: 0x193, offset: 0x8A28A, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeOwet', symObjAddr: 0x404, symBinAddr: 0x34070, symSize: 0x90 } + - { offsetInCU: 0x1A7, offset: 0x8A29E, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeOwst', symObjAddr: 0x494, symBinAddr: 0x34100, symSize: 0xBC } + - { offsetInCU: 0x1BB, offset: 0x8A2B2, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeOwug', symObjAddr: 0x550, symBinAddr: 0x341BC, symSize: 0x8 } + - { offsetInCU: 0x1CF, offset: 0x8A2C6, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeOwup', symObjAddr: 0x558, symBinAddr: 0x341C4, symSize: 0x4 } + - { offsetInCU: 0x1E3, offset: 0x8A2DA, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeOwui', symObjAddr: 0x55C, symBinAddr: 0x341C8, symSize: 0x8 } + - { offsetInCU: 0x1F7, offset: 0x8A2EE, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeOMa', symObjAddr: 0x564, symBinAddr: 0x341D0, symSize: 0x10 } + - { offsetInCU: 0x225, offset: 0x8A31C, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeOSQACSQ2eeoiySbx_xtFZTW', symObjAddr: 0x54, symBinAddr: 0x33CC4, symSize: 0xC } + - { offsetInCU: 0x2A5, offset: 0x8A39C, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeOSHACSH9hashValueSivgTW', symObjAddr: 0x60, symBinAddr: 0x33CD0, symSize: 0x98 } + - { offsetInCU: 0x359, offset: 0x8A450, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeOSHACSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xF8, symBinAddr: 0x33D68, symSize: 0x74 } + - { offsetInCU: 0x3C9, offset: 0x8A4C0, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeOSHACSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x16C, symBinAddr: 0x33DDC, symSize: 0x94 } + - { offsetInCU: 0x563, offset: 0x8A65A, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeO8rawValueAESgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x33C70, symSize: 0x4 } + - { offsetInCU: 0x577, offset: 0x8A66E, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeO8rawValueSSvg', symObjAddr: 0x4, symBinAddr: 0x33C74, symSize: 0x50 } + - { offsetInCU: 0x5DC, offset: 0x8A6D3, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE_10returnTypeAB10ObjectiveC8SelectorV_AbCE06ReturnE0OtcfC', symObjAddr: 0x284, symBinAddr: 0x33EF4, symSize: 0xCC } + - { offsetInCU: 0x27, offset: 0x8A787, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPConsolePluginC3logyySo13CAPPluginCallCF', symObjAddr: 0x0, symBinAddr: 0x341E0, symSize: 0x4 } + - { offsetInCU: 0x64, offset: 0x8A7C4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPConsolePluginC3logyySo13CAPPluginCallCFTo', symObjAddr: 0x4, symBinAddr: 0x341E4, symSize: 0x48 } + - { offsetInCU: 0xE0, offset: 0x8A840, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPConsolePluginC6bridge8pluginId0E4NameAcA17CAPBridgeProtocol_p_S2StcfcTo', symObjAddr: 0x1B4, symBinAddr: 0x34394, symSize: 0xD8 } + - { offsetInCU: 0x15B, offset: 0x8A8BB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPConsolePluginCACycfcTo', symObjAddr: 0x2DC, symBinAddr: 0x344BC, symSize: 0x3C } + - { offsetInCU: 0x1AC, offset: 0x8A90C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPConsolePluginC3logyySo13CAPPluginCallCFTf4nd_n', symObjAddr: 0x348, symBinAddr: 0x34528, symSize: 0x180 } + - { offsetInCU: 0x47C, offset: 0x8ABDC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPConsolePluginCMa', symObjAddr: 0x4C8, symBinAddr: 0x346A8, symSize: 0x20 } + - { offsetInCU: 0x61E, offset: 0x8AD7E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPConsolePluginC3logyySo13CAPPluginCallCF', symObjAddr: 0x0, symBinAddr: 0x341E0, symSize: 0x4 } + - { offsetInCU: 0x63F, offset: 0x8AD9F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPConsolePluginC6bridge8pluginId0E4NameAcA17CAPBridgeProtocol_p_S2StcfC', symObjAddr: 0x4C, symBinAddr: 0x3422C, symSize: 0xB4 } + - { offsetInCU: 0x653, offset: 0x8ADB3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPConsolePluginC6bridge8pluginId0E4NameAcA17CAPBridgeProtocol_p_S2Stcfc', symObjAddr: 0x100, symBinAddr: 0x342E0, symSize: 0xB4 } + - { offsetInCU: 0x6D1, offset: 0x8AE31, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPConsolePluginCACycfC', symObjAddr: 0x28C, symBinAddr: 0x3446C, symSize: 0x20 } + - { offsetInCU: 0x6E5, offset: 0x8AE45, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPConsolePluginCACycfc', symObjAddr: 0x2AC, symBinAddr: 0x3448C, symSize: 0x30 } + - { offsetInCU: 0x716, offset: 0x8AE76, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPConsolePluginCfD', symObjAddr: 0x318, symBinAddr: 0x344F8, symSize: 0x30 } + - { offsetInCU: 0x2B, offset: 0x8AF34, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVAA10Foundation4DataVRszlE4data015base64EncodedOrF3UrlAFSgSS_tFZ', symObjAddr: 0x0, symBinAddr: 0x346C8, symSize: 0x27C } + - { offsetInCU: 0x32C, offset: 0x8B235, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVAA10Foundation4DataVRszlE4data015base64EncodedOrF3UrlAFSgSS_tFZ', symObjAddr: 0x0, symBinAddr: 0x346C8, symSize: 0x27C } + - { offsetInCU: 0x3E0, offset: 0x8B2E9, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE6starts4withSbqd___tSTRd__AAQyd__ABRSlFSS_SSTg5', symObjAddr: 0x2BC, symBinAddr: 0x34944, symSize: 0x158 } + - { offsetInCU: 0x4AB, offset: 0x8B3B4, size: 0x8, addend: 0x0, symName: '_$sSo6NSDataC10contentsOf7optionsAB10Foundation3URLV_So0A14ReadingOptionsVtKcfcTO', symObjAddr: 0x498, symBinAddr: 0x34A9C, symSize: 0x124 } + - { offsetInCU: 0x4F, offset: 0x8B41C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeO7defaultACvpZ', symObjAddr: 0x69AD, symBinAddr: 0x6EF3D, symSize: 0x0 } + - { offsetInCU: 0xD4, offset: 0x8B4A1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x2C8C, symBinAddr: 0x3784C, symSize: 0x2C } + - { offsetInCU: 0x105, offset: 0x8B4D2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x2CB8, symBinAddr: 0x37878, symSize: 0x90 } + - { offsetInCU: 0x119, offset: 0x8B4E6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeO8rawValueACSgSS_tcfCTf4nd_n', symObjAddr: 0x5268, symBinAddr: 0x39D1C, symSize: 0x5C } + - { offsetInCU: 0x883, offset: 0x8BC50, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC22setCookiesFromResponseyySo17NSHTTPURLResponseC_So24CAPInstanceConfigurationCSgtFZTf4nnd_n', symObjAddr: 0x5380, symBinAddr: 0x39DDC, symSize: 0x3A0 } + - { offsetInCU: 0xB8C, offset: 0x8BF59, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC13buildResponse__12responseTypeSDySSypG10Foundation4DataVSg_So17NSHTTPURLResponseCAA0fH0OtFZTf4nnnd_n', symObjAddr: 0x5720, symBinAddr: 0x3A17C, symSize: 0xDC8 } + - { offsetInCU: 0x12FE, offset: 0x8C6CB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeO7defaultACvau', symObjAddr: 0x2970, symBinAddr: 0x37530, symSize: 0xC } + - { offsetInCU: 0x17C5, offset: 0x8CB92, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgSo13NSURLResponseCSgs5Error_pSgIeghggg_So6NSDataCSgAGSo7NSErrorCSgIeyBhyyy_TR', symObjAddr: 0x4418, symBinAddr: 0x38FD8, symSize: 0xC8 } + - { offsetInCU: 0x18F1, offset: 0x8CCBE, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV5merge_8isUnique16uniquingKeysWithyqd__n_Sbq_q__q_tKXEtKSTRd__x_q_t7ElementRtd__lFSS_ypSaySS_yptGTg5012$sSD20uniquegh33ValuesSDyxq_Gqd__n_tcSTRd__x_q_t7i31Rtd__lufcq_q__q_tKXEfU_SS_ypSayU8_yptGTg5Tf1nncn_n', symObjAddr: 0x46A0, symBinAddr: 0x39260, symSize: 0x3D0 } + - { offsetInCU: 0x1AFB, offset: 0x8CEC8, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypTgmq5Tf4g_n', symObjAddr: 0x4CB0, symBinAddr: 0x39870, symSize: 0x110 } + - { offsetInCU: 0x1B64, offset: 0x8CF31, size: 0x8, addend: 0x0, symName: '_$s10Foundation8URLErrorVAcA21_BridgedStoredNSErrorAAWl', symObjAddr: 0x4DC0, symBinAddr: 0x39980, symSize: 0x48 } + - { offsetInCU: 0x1B78, offset: 0x8CF45, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderCMa', symObjAddr: 0x4E4C, symBinAddr: 0x399C8, symSize: 0x3C } + - { offsetInCU: 0x1B8C, offset: 0x8CF59, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC7requestyySo13CAPPluginCallC_SSSgSo24CAPInstanceConfigurationCSgtKFZy10Foundation4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_TA', symObjAddr: 0x51D0, symBinAddr: 0x39CD8, symSize: 0x2C } + - { offsetInCU: 0x1BA0, offset: 0x8CF6D, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x51FC, symBinAddr: 0x39D04, symSize: 0x10 } + - { offsetInCU: 0x1BB4, offset: 0x8CF81, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x520C, symBinAddr: 0x39D14, symSize: 0x8 } + - { offsetInCU: 0x1CEB, offset: 0x8D0B8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeOSHAASQWb', symObjAddr: 0x6544, symBinAddr: 0x3AFA0, symSize: 0x4 } + - { offsetInCU: 0x1CFF, offset: 0x8D0CC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeOACSQAAWl', symObjAddr: 0x6548, symBinAddr: 0x3AFA4, symSize: 0x44 } + - { offsetInCU: 0x1D13, offset: 0x8D0E0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeOwet', symObjAddr: 0x659C, symBinAddr: 0x3AFE8, symSize: 0x90 } + - { offsetInCU: 0x1D27, offset: 0x8D0F4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeOwst', symObjAddr: 0x662C, symBinAddr: 0x3B078, symSize: 0xBC } + - { offsetInCU: 0x1D3B, offset: 0x8D108, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeOwug', symObjAddr: 0x66E8, symBinAddr: 0x3B134, symSize: 0x8 } + - { offsetInCU: 0x1D4F, offset: 0x8D11C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeOwup', symObjAddr: 0x66F0, symBinAddr: 0x3B13C, symSize: 0x4 } + - { offsetInCU: 0x1D63, offset: 0x8D130, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeOwui', symObjAddr: 0x66F4, symBinAddr: 0x3B140, symSize: 0x8 } + - { offsetInCU: 0x1D77, offset: 0x8D144, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeOMa', symObjAddr: 0x66FC, symBinAddr: 0x3B148, symSize: 0x10 } + - { offsetInCU: 0x1D8B, offset: 0x8D158, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerCMa', symObjAddr: 0x670C, symBinAddr: 0x3B158, symSize: 0x20 } + - { offsetInCU: 0x1D9F, offset: 0x8D16C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderCMU', symObjAddr: 0x672C, symBinAddr: 0x3B178, symSize: 0x8 } + - { offsetInCU: 0x1DB3, offset: 0x8D180, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderCMr', symObjAddr: 0x6734, symBinAddr: 0x3B180, symSize: 0x80 } + - { offsetInCU: 0x1E51, offset: 0x8D21E, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSDys11AnyHashableVypG_SS_yptTg505$ss11cd160VypSSyps5Error_pIgnnorzo_AB3key_yp5valuetSS_yptsAC_pIegnrzo_TR091$s9Capacitor25lowerCaseHeaderDictionary33_EE15C01EA65F5710520693E9E7846AECLLySDySSypGSDys11ab14F27GFSS_yptAF_W5XEfU_Tf3nnpf_nTf1cn_n', symObjAddr: 0x0, symBinAddr: 0x34BC0, symSize: 0x2FC } + - { offsetInCU: 0x20EB, offset: 0x8D4B8, size: 0x8, addend: 0x0, symName: '_$ss17_dictionaryUpCastySDyq0_q1_GSDyxq_GSHRzSHR0_r2_lFSS_yps11AnyHashableVypTg5', symObjAddr: 0x2FC, symBinAddr: 0x34EBC, symSize: 0x400 } + - { offsetInCU: 0x2244, offset: 0x8D611, size: 0x8, addend: 0x0, symName: '_$ss17_dictionaryUpCastySDyq0_q1_GSDyxq_GSHRzSHR0_r2_lFSS_9Capacitor7JSValue_ps11AnyHashableVypTg5', symObjAddr: 0x6FC, symBinAddr: 0x352BC, symSize: 0x430 } + - { offsetInCU: 0x23A3, offset: 0x8D770, size: 0x8, addend: 0x0, symName: '_$ss17_dictionaryUpCastySDyq0_q1_GSDyxq_GSHRzSHR0_r2_lFSS_S2SypTg5', symObjAddr: 0xB2C, symBinAddr: 0x356EC, symSize: 0x368 } + - { offsetInCU: 0x24EA, offset: 0x8D8B7, size: 0x8, addend: 0x0, symName: '_$ss17_dictionaryUpCastySDyq0_q1_GSDyxq_GSHRzSHR0_r2_lFSS_9Capacitor7JSValue_pSSypTg5', symObjAddr: 0xE94, symBinAddr: 0x35A54, symSize: 0x380 } + - { offsetInCU: 0x2657, offset: 0x8DA24, size: 0x8, addend: 0x0, symName: '_$ss17_dictionaryUpCastySDyq0_q1_GSDyxq_GSHRzSHR0_r2_lFSS_SayypGSSypTg5', symObjAddr: 0x1214, symBinAddr: 0x35DD4, symSize: 0x368 } + - { offsetInCU: 0x27BC, offset: 0x8DB89, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlFSo15CAPPluginMethodC9CapacitorE10ReturnTypeO_Tgq5', symObjAddr: 0x157C, symBinAddr: 0x3613C, symSize: 0x108 } + - { offsetInCU: 0x2857, offset: 0x8DC24, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF9Capacitor12ResponseTypeO_Tgq5', symObjAddr: 0x1684, symBinAddr: 0x36244, symSize: 0x170 } + - { offsetInCU: 0x29CE, offset: 0x8DD9B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2A5C, symBinAddr: 0x3761C, symSize: 0xC } + - { offsetInCU: 0x2A4E, offset: 0x8DE1B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x2A68, symBinAddr: 0x37628, symSize: 0xC4 } + - { offsetInCU: 0x2AD0, offset: 0x8DE9D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2B2C, symBinAddr: 0x376EC, symSize: 0xA0 } + - { offsetInCU: 0x2B0E, offset: 0x8DEDB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2BCC, symBinAddr: 0x3778C, symSize: 0xC0 } + - { offsetInCU: 0x2DA8, offset: 0x8E175, size: 0x8, addend: 0x0, symName: '_$sSTsE7forEachyyy7ElementQzKXEKFSD4KeysVySSyp_G_Tg560$s9Capacitor0A10UrlRequestC03setC7HeadersyySDySSypGFySSXEfU_SDySSypG9Capacitor0qhI0CTf1cn_nTf4ngg_n', symObjAddr: 0x4B20, symBinAddr: 0x396E0, symSize: 0x190 } + - { offsetInCU: 0x338F, offset: 0x8E75C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSValueContainerPAAE9getStringySSSgSSFSo13CAPPluginCallC_Tg5', symObjAddr: 0x17F4, symBinAddr: 0x363B4, symSize: 0x18C } + - { offsetInCU: 0x3558, offset: 0x8E925, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC7requestyySo13CAPPluginCallC_SSSgSo24CAPInstanceConfigurationCSgtKFZ', symObjAddr: 0x1980, symBinAddr: 0x36540, symSize: 0xCD0 } + - { offsetInCU: 0x3968, offset: 0x8ED35, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC7requestyySo13CAPPluginCallC_SSSgSo24CAPInstanceConfigurationCSgtKFZy10Foundation4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_', symObjAddr: 0x4188, symBinAddr: 0x38D48, symSize: 0x290 } + - { offsetInCU: 0x3A85, offset: 0x8EE52, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSValueContainerPAAE9getDoubleySdSgSSFSo13CAPPluginCallC_Tg5', symObjAddr: 0x2650, symBinAddr: 0x37210, symSize: 0x190 } + - { offsetInCU: 0x3B17, offset: 0x8EEE4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSValueContainerPAAE9getObjectySDySSAA0B0_pGSgSSFSo13CAPPluginCallC_Tg5', symObjAddr: 0x27E0, symBinAddr: 0x373A0, symSize: 0x190 } + - { offsetInCU: 0x3BAF, offset: 0x8EF7C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeO7defaultACvgZ', symObjAddr: 0x297C, symBinAddr: 0x3753C, symSize: 0x8 } + - { offsetInCU: 0x3BCA, offset: 0x8EF97, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeO6stringACSSSg_tcfC', symObjAddr: 0x2984, symBinAddr: 0x37544, symSize: 0x50 } + - { offsetInCU: 0x3C5A, offset: 0x8F027, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeO8rawValueACSgSS_tcfC', symObjAddr: 0x29D4, symBinAddr: 0x37594, symSize: 0x4 } + - { offsetInCU: 0x3C6E, offset: 0x8F03B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeO8rawValueSSvg', symObjAddr: 0x29D8, symBinAddr: 0x37598, symSize: 0x84 } + - { offsetInCU: 0x3CA2, offset: 0x8F06F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC3url10Foundation3URLVSgvg', symObjAddr: 0x2D48, symBinAddr: 0x37908, symSize: 0x58 } + - { offsetInCU: 0x3CB6, offset: 0x8F083, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC3url10Foundation3URLVSgvs', symObjAddr: 0x2DA0, symBinAddr: 0x37960, symSize: 0x58 } + - { offsetInCU: 0x3CCA, offset: 0x8F097, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC3url10Foundation3URLVSgvM', symObjAddr: 0x2DF8, symBinAddr: 0x379B8, symSize: 0x44 } + - { offsetInCU: 0x3CDE, offset: 0x8F0AB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC3url10Foundation3URLVSgvM.resume.0', symObjAddr: 0x2E3C, symBinAddr: 0x379FC, symSize: 0x4 } + - { offsetInCU: 0x3CF2, offset: 0x8F0BF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC6methodSSSgvg', symObjAddr: 0x2E40, symBinAddr: 0x37A00, symSize: 0x54 } + - { offsetInCU: 0x3D06, offset: 0x8F0D3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC6methodSSSgvs', symObjAddr: 0x2E94, symBinAddr: 0x37A54, symSize: 0x5C } + - { offsetInCU: 0x3D1A, offset: 0x8F0E7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC6methodSSSgvM', symObjAddr: 0x2EF0, symBinAddr: 0x37AB0, symSize: 0x44 } + - { offsetInCU: 0x3D2E, offset: 0x8F0FB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC6paramsSDyS2SGSgvg', symObjAddr: 0x2F34, symBinAddr: 0x37AF4, symSize: 0x48 } + - { offsetInCU: 0x3D42, offset: 0x8F10F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC6paramsSDyS2SGSgvs', symObjAddr: 0x2F7C, symBinAddr: 0x37B3C, symSize: 0x50 } + - { offsetInCU: 0x3D56, offset: 0x8F123, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC6paramsSDyS2SGSgvM', symObjAddr: 0x2FCC, symBinAddr: 0x37B8C, symSize: 0x44 } + - { offsetInCU: 0x3D6A, offset: 0x8F137, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC7requestAA0a3UrlC0CSgvg', symObjAddr: 0x3010, symBinAddr: 0x37BD0, symSize: 0x50 } + - { offsetInCU: 0x3D7E, offset: 0x8F14B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC7requestAA0a3UrlC0CSgvs', symObjAddr: 0x3060, symBinAddr: 0x37C20, symSize: 0x50 } + - { offsetInCU: 0x3D92, offset: 0x8F15F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC7requestAA0a3UrlC0CSgvM', symObjAddr: 0x30B0, symBinAddr: 0x37C70, symSize: 0x44 } + - { offsetInCU: 0x3DA6, offset: 0x8F173, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderCAEycfC', symObjAddr: 0x30F4, symBinAddr: 0x37CB4, symSize: 0x88 } + - { offsetInCU: 0x3DD9, offset: 0x8F1A6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderCAEycfc', symObjAddr: 0x317C, symBinAddr: 0x37D3C, symSize: 0x74 } + - { offsetInCU: 0x3DF8, offset: 0x8F1C5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC6setUrlyAESSKF', symObjAddr: 0x31F0, symBinAddr: 0x37DB0, symSize: 0x24 } + - { offsetInCU: 0x3E0C, offset: 0x8F1D9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC9setMethodyAESSF', symObjAddr: 0x3214, symBinAddr: 0x37DD4, symSize: 0x78 } + - { offsetInCU: 0x3E35, offset: 0x8F202, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC12setUrlParamsyAESDySSypGF', symObjAddr: 0x328C, symBinAddr: 0x37E4C, symSize: 0xA10 } + - { offsetInCU: 0x43B8, offset: 0x8F785, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF9Capacitor18PluginHeaderMethodV_SayAGGTg5', symObjAddr: 0x3C9C, symBinAddr: 0x3885C, symSize: 0xD8 } + - { offsetInCU: 0x45EC, offset: 0x8F9B9, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF10Foundation12URLQueryItemV_SayAGGTg5', symObjAddr: 0x3D74, symBinAddr: 0x38934, symSize: 0xF0 } + - { offsetInCU: 0x4841, offset: 0x8FC0E, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF9Capacitor7JSValue_p_SayAeF_pGTg5', symObjAddr: 0x3E64, symBinAddr: 0x38A24, symSize: 0xEC } + - { offsetInCU: 0x4A37, offset: 0x8FE04, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC14openConnectionAEyF', symObjAddr: 0x3F50, symBinAddr: 0x38B10, symSize: 0x140 } + - { offsetInCU: 0x4A9B, offset: 0x8FE68, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC5buildAA0a3UrlC0CyF', symObjAddr: 0x4090, symBinAddr: 0x38C50, symSize: 0x24 } + - { offsetInCU: 0x4AD3, offset: 0x8FEA0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderCfd', symObjAddr: 0x40B4, symBinAddr: 0x38C74, symSize: 0x60 } + - { offsetInCU: 0x4B04, offset: 0x8FED1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderCfD', symObjAddr: 0x4114, symBinAddr: 0x38CD4, symSize: 0x6C } + - { offsetInCU: 0x4B3D, offset: 0x8FF0A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC22setCookiesFromResponseyySo17NSHTTPURLResponseC_So24CAPInstanceConfigurationCSgtFZ', symObjAddr: 0x4180, symBinAddr: 0x38D40, symSize: 0x4 } + - { offsetInCU: 0x4B51, offset: 0x8FF1E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC13buildResponse__12responseTypeSDySSypG10Foundation4DataVSg_So17NSHTTPURLResponseCAA0fH0OtFZ', symObjAddr: 0x4184, symBinAddr: 0x38D44, symSize: 0x4 } + - { offsetInCU: 0x4B73, offset: 0x8FF40, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerCfd', symObjAddr: 0x44E0, symBinAddr: 0x390A0, symSize: 0x8 } + - { offsetInCU: 0x4B98, offset: 0x8FF65, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerCfD', symObjAddr: 0x44E8, symBinAddr: 0x390A8, symSize: 0x10 } + - { offsetInCU: 0x4BC3, offset: 0x8FF90, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSS_Tgq5', symObjAddr: 0x44F8, symBinAddr: 0x390B8, symSize: 0x64 } + - { offsetInCU: 0x4BD7, offset: 0x8FFA4, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSS_Tgq5', symObjAddr: 0x455C, symBinAddr: 0x3911C, symSize: 0x144 } + - { offsetInCU: 0x4CB4, offset: 0x90081, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV10startIndexSD0D0Vyxq__Gvgs11AnyHashableV_ypTg5', symObjAddr: 0x4A70, symBinAddr: 0x39630, symSize: 0xB0 } + - { offsetInCU: 0x4CEB, offset: 0x900B8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC6setUrlyAESSKFTf4nn_g', symObjAddr: 0x4E88, symBinAddr: 0x39A04, symSize: 0x298 } + - { offsetInCU: 0x2B, offset: 0x90260, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6JSDateCfd', symObjAddr: 0x0, symBinAddr: 0x3B28C, symSize: 0x8 } + - { offsetInCU: 0x7C, offset: 0x902B1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6JSDateCMa', symObjAddr: 0x18, symBinAddr: 0x3B2A4, symSize: 0x20 } + - { offsetInCU: 0x16C, offset: 0x903A1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSResultVAA0B8ProtocolA2aDP11jsonPayloadSSyFTW', symObjAddr: 0x478, symBinAddr: 0x3B704, symSize: 0x38 } + - { offsetInCU: 0x19F, offset: 0x903D4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSResultVAA0B8ProtocolA2aDP10callbackIDSSvgTW', symObjAddr: 0x3F4, symBinAddr: 0x3B680, symSize: 0x2C } + - { offsetInCU: 0x1E7, offset: 0x9041C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSResultVAA0B8ProtocolA2aDP8pluginIDSSvgTW', symObjAddr: 0x420, symBinAddr: 0x3B6AC, symSize: 0x2C } + - { offsetInCU: 0x22F, offset: 0x90464, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSResultVAA0B8ProtocolA2aDP10methodNameSSvgTW', symObjAddr: 0x44C, symBinAddr: 0x3B6D8, symSize: 0x2C } + - { offsetInCU: 0x3BA, offset: 0x905EF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorVAA0B8ProtocolA2aDP11jsonPayloadSSyFTW', symObjAddr: 0xB90, symBinAddr: 0x3BE1C, symSize: 0x48 } + - { offsetInCU: 0x3ED, offset: 0x90622, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorVAA0B8ProtocolA2aDP10callbackIDSSvgTW', symObjAddr: 0xB0C, symBinAddr: 0x3BD98, symSize: 0x2C } + - { offsetInCU: 0x435, offset: 0x9066A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorVAA0B8ProtocolA2aDP8pluginIDSSvgTW', symObjAddr: 0xB38, symBinAddr: 0x3BDC4, symSize: 0x2C } + - { offsetInCU: 0x47D, offset: 0x906B2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorVAA0B8ProtocolA2aDP10methodNameSSvgTW', symObjAddr: 0xB64, symBinAddr: 0x3BDF0, symSize: 0x2C } + - { offsetInCU: 0x4AF, offset: 0x906E4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorV4call0dC0AcA6JSCallV_AA013CAPPluginCallC0CtcfCTf4ngd_n', symObjAddr: 0xBD8, symBinAddr: 0x3BE64, symSize: 0x1C4 } + - { offsetInCU: 0x513, offset: 0x90748, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultOSgWOb', symObjAddr: 0xD9C, symBinAddr: 0x3C028, symSize: 0x48 } + - { offsetInCU: 0x527, offset: 0x9075C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSResultVwxx', symObjAddr: 0xE24, symBinAddr: 0x3C070, symSize: 0x40 } + - { offsetInCU: 0x53B, offset: 0x90770, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSResultVwcp', symObjAddr: 0xE64, symBinAddr: 0x3C0B0, symSize: 0x74 } + - { offsetInCU: 0x54F, offset: 0x90784, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSResultVwca', symObjAddr: 0xED8, symBinAddr: 0x3C124, symSize: 0xBC } + - { offsetInCU: 0x563, offset: 0x90798, size: 0x8, addend: 0x0, symName: ___swift_memcpy64_8, symObjAddr: 0xF94, symBinAddr: 0x3C1E0, symSize: 0x14 } + - { offsetInCU: 0x577, offset: 0x907AC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSResultVwta', symObjAddr: 0xFA8, symBinAddr: 0x3C1F4, symSize: 0x74 } + - { offsetInCU: 0x58B, offset: 0x907C0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSResultVwet', symObjAddr: 0x101C, symBinAddr: 0x3C268, symSize: 0x48 } + - { offsetInCU: 0x59F, offset: 0x907D4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSResultVwst', symObjAddr: 0x1064, symBinAddr: 0x3C2B0, symSize: 0x50 } + - { offsetInCU: 0x5B3, offset: 0x907E8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSResultVMa', symObjAddr: 0x10B4, symBinAddr: 0x3C300, symSize: 0x10 } + - { offsetInCU: 0x5C7, offset: 0x907FC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorVwCP', symObjAddr: 0x10C4, symBinAddr: 0x3C310, symSize: 0x30 } + - { offsetInCU: 0x5DB, offset: 0x90810, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorVwxx', symObjAddr: 0x10F4, symBinAddr: 0x3C340, symSize: 0x58 } + - { offsetInCU: 0x5EF, offset: 0x90824, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorVwcp', symObjAddr: 0x114C, symBinAddr: 0x3C398, symSize: 0xAC } + - { offsetInCU: 0x603, offset: 0x90838, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorVwca', symObjAddr: 0x11F8, symBinAddr: 0x3C444, symSize: 0x11C } + - { offsetInCU: 0x617, offset: 0x9084C, size: 0x8, addend: 0x0, symName: ___swift_memcpy112_8, symObjAddr: 0x1314, symBinAddr: 0x3C560, symSize: 0x24 } + - { offsetInCU: 0x62B, offset: 0x90860, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorVwta', symObjAddr: 0x1338, symBinAddr: 0x3C584, symSize: 0xA4 } + - { offsetInCU: 0x63F, offset: 0x90874, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorVwet', symObjAddr: 0x13DC, symBinAddr: 0x3C628, symSize: 0x48 } + - { offsetInCU: 0x653, offset: 0x90888, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorVwst', symObjAddr: 0x1424, symBinAddr: 0x3C670, symSize: 0x5C } + - { offsetInCU: 0x667, offset: 0x9089C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorVMa', symObjAddr: 0x1480, symBinAddr: 0x3C6CC, symSize: 0x10 } + - { offsetInCU: 0x67B, offset: 0x908B0, size: 0x8, addend: 0x0, symName: '_$sSSWOr', symObjAddr: 0x1490, symBinAddr: 0x3C6DC, symSize: 0x28 } + - { offsetInCU: 0x68F, offset: 0x908C4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6JSCallVwxx', symObjAddr: 0x154C, symBinAddr: 0x3C728, symSize: 0x38 } + - { offsetInCU: 0x6A3, offset: 0x908D8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6JSCallVwcp', symObjAddr: 0x1584, symBinAddr: 0x3C760, symSize: 0x64 } + - { offsetInCU: 0x6B7, offset: 0x908EC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6JSCallVwca', symObjAddr: 0x15E8, symBinAddr: 0x3C7C4, symSize: 0xA4 } + - { offsetInCU: 0x6CB, offset: 0x90900, size: 0x8, addend: 0x0, symName: ___swift_memcpy56_8, symObjAddr: 0x168C, symBinAddr: 0x3C868, symSize: 0x1C } + - { offsetInCU: 0x6DF, offset: 0x90914, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6JSCallVwta', symObjAddr: 0x16A8, symBinAddr: 0x3C884, symSize: 0x64 } + - { offsetInCU: 0x6F3, offset: 0x90928, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6JSCallVwet', symObjAddr: 0x170C, symBinAddr: 0x3C8E8, symSize: 0x48 } + - { offsetInCU: 0x707, offset: 0x9093C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6JSCallVwst', symObjAddr: 0x1754, symBinAddr: 0x3C930, symSize: 0x4C } + - { offsetInCU: 0x71B, offset: 0x90950, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6JSCallVMa', symObjAddr: 0x17A0, symBinAddr: 0x3C97C, symSize: 0x10 } + - { offsetInCU: 0x97A, offset: 0x90BAF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6JSDateCfd', symObjAddr: 0x0, symBinAddr: 0x3B28C, symSize: 0x8 } + - { offsetInCU: 0x9A5, offset: 0x90BDA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6JSDateCfD', symObjAddr: 0x8, symBinAddr: 0x3B294, symSize: 0x10 } + - { offsetInCU: 0xA36, offset: 0x90C6B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSResultV11jsonPayloadSSyF', symObjAddr: 0x38, symBinAddr: 0x3B2C4, symSize: 0x3BC } + - { offsetInCU: 0xE54, offset: 0x91089, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorV11jsonPayloadSSyF', symObjAddr: 0x4B0, symBinAddr: 0x3B73C, symSize: 0x65C } + - { offsetInCU: 0xEF, offset: 0x91766, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSExportC06exportA8GlobalJS21userContentController7isDebug14loggingEnabled8localUrlySo06WKUsergH0C_S2bSStKFZTf4nnnnd_n', symObjAddr: 0x1134, symBinAddr: 0x3DA48, symSize: 0x1B8 } + - { offsetInCU: 0x311, offset: 0x91988, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSExportC10injectFile7fileURL21userContentControllery10Foundation0F0V_So06WKUserhI0CtKFZTf4nnd_n', symObjAddr: 0x12EC, symBinAddr: 0x3DC00, symSize: 0x1B0 } + - { offsetInCU: 0x44B, offset: 0x91AC2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSExportC14generateMethod33_35B4C07ABE18CB14DB9A3F920E64F657LL15pluginClassName6methodS2S_So09CAPPluginD0CtFZTf4nnd_n', symObjAddr: 0x149C, symBinAddr: 0x3DDB0, symSize: 0x7B0 } + - { offsetInCU: 0xF8A, offset: 0x92601, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSExportC18createPluginHeader33_35B4C07ABE18CB14DB9A3F920E64F657LL3forAA0dE0VSgSo010CAPBridgedD0_So9CAPPluginCXc_tFZTf4nd_n', symObjAddr: 0x1C4C, symBinAddr: 0x3E560, symSize: 0x2E0 } + - { offsetInCU: 0x127D, offset: 0x928F4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSExportC8exportJS3for2inySo16CAPBridgedPlugin_So9CAPPluginCXc_So23WKUserContentControllerCtFZTf4nnd_n', symObjAddr: 0x1F2C, symBinAddr: 0x3E840, symSize: 0x65C } + - { offsetInCU: 0x196B, offset: 0x92FE2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSExportC15exportCordovaJS21userContentControllerySo06WKUsergH0C_tKFZTf4nd_n', symObjAddr: 0x2588, symBinAddr: 0x3EE9C, symSize: 0x66C } + - { offsetInCU: 0x1CA4, offset: 0x9331B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x86C, symBinAddr: 0x3D200, symSize: 0x30 } + - { offsetInCU: 0x1CF9, offset: 0x93370, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x89C, symBinAddr: 0x3D230, symSize: 0x24 } + - { offsetInCU: 0x1D2A, offset: 0x933A1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x8C0, symBinAddr: 0x3D254, symSize: 0xC } + - { offsetInCU: 0x1D46, offset: 0x933BD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x8CC, symBinAddr: 0x3D260, symSize: 0xC } + - { offsetInCU: 0x1D62, offset: 0x933D9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x3A98, symBinAddr: 0x40234, symSize: 0xD8 } + - { offsetInCU: 0x1DF0, offset: 0x93467, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x928, symBinAddr: 0x3D2BC, symSize: 0x2C } + - { offsetInCU: 0x1E27, offset: 0x9349E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x954, symBinAddr: 0x3D2E8, symSize: 0x1C } + - { offsetInCU: 0x1E4A, offset: 0x934C1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x346C, symBinAddr: 0x3FC38, symSize: 0x1B0 } + - { offsetInCU: 0x1ED7, offset: 0x9354E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x970, symBinAddr: 0x3D304, symSize: 0x18 } + - { offsetInCU: 0x1F34, offset: 0x935AB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x9D0, symBinAddr: 0x3D364, symSize: 0x28 } + - { offsetInCU: 0x1FC2, offset: 0x93639, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xA3C, symBinAddr: 0x3D3D0, symSize: 0x34 } + - { offsetInCU: 0x2017, offset: 0x9368E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xA70, symBinAddr: 0x3D404, symSize: 0x24 } + - { offsetInCU: 0x2048, offset: 0x936BF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xA94, symBinAddr: 0x3D428, symSize: 0xC } + - { offsetInCU: 0x2064, offset: 0x936DB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xAA0, symBinAddr: 0x3D434, symSize: 0xC } + - { offsetInCU: 0x2080, offset: 0x936F7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x3B70, symBinAddr: 0x4030C, symSize: 0xE0 } + - { offsetInCU: 0x210E, offset: 0x93785, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xAFC, symBinAddr: 0x3D490, symSize: 0x2C } + - { offsetInCU: 0x2145, offset: 0x937BC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xB28, symBinAddr: 0x3D4BC, symSize: 0x1C } + - { offsetInCU: 0x2168, offset: 0x937DF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x329C, symBinAddr: 0x3FA68, symSize: 0x1D0 } + - { offsetInCU: 0x222F, offset: 0x938A6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSExportCMa', symObjAddr: 0x1094, symBinAddr: 0x3DA28, symSize: 0x20 } + - { offsetInCU: 0x250E, offset: 0x93B85, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderVSgxSgSEsSERzlWl', symObjAddr: 0x2C74, symBinAddr: 0x3F508, symSize: 0x78 } + - { offsetInCU: 0x2522, offset: 0x93B99, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderVACSEAAWl', symObjAddr: 0x2CEC, symBinAddr: 0x3F580, symSize: 0x44 } + - { offsetInCU: 0x2536, offset: 0x93BAD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderVSgWOe', symObjAddr: 0x2D30, symBinAddr: 0x3F5C4, symSize: 0x30 } + - { offsetInCU: 0x254A, offset: 0x93BC1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodVwCP', symObjAddr: 0x2E04, symBinAddr: 0x3F5F4, symSize: 0x30 } + - { offsetInCU: 0x255E, offset: 0x93BD5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodVwxx', symObjAddr: 0x2E34, symBinAddr: 0x3F624, symSize: 0x28 } + - { offsetInCU: 0x2572, offset: 0x93BE9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodVwcp', symObjAddr: 0x2E5C, symBinAddr: 0x3F64C, symSize: 0x3C } + - { offsetInCU: 0x2586, offset: 0x93BFD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodVwca', symObjAddr: 0x2E98, symBinAddr: 0x3F688, symSize: 0x6C } + - { offsetInCU: 0x259A, offset: 0x93C11, size: 0x8, addend: 0x0, symName: ___swift_memcpy32_8, symObjAddr: 0x2F04, symBinAddr: 0x3F6F4, symSize: 0xC } + - { offsetInCU: 0x25AE, offset: 0x93C25, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodVwta', symObjAddr: 0x2F10, symBinAddr: 0x3F700, symSize: 0x44 } + - { offsetInCU: 0x25C2, offset: 0x93C39, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodVwet', symObjAddr: 0x2F54, symBinAddr: 0x3F744, symSize: 0x48 } + - { offsetInCU: 0x25D6, offset: 0x93C4D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodVwst', symObjAddr: 0x2F9C, symBinAddr: 0x3F78C, symSize: 0x40 } + - { offsetInCU: 0x25EA, offset: 0x93C61, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodVMa', symObjAddr: 0x2FDC, symBinAddr: 0x3F7CC, symSize: 0x10 } + - { offsetInCU: 0x25FE, offset: 0x93C75, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderVwxx', symObjAddr: 0x2FF0, symBinAddr: 0x3F7E0, symSize: 0x28 } + - { offsetInCU: 0x2612, offset: 0x93C89, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderVwca', symObjAddr: 0x3058, symBinAddr: 0x3F848, symSize: 0x64 } + - { offsetInCU: 0x2626, offset: 0x93C9D, size: 0x8, addend: 0x0, symName: ___swift_memcpy24_8, symObjAddr: 0x30BC, symBinAddr: 0x3F8AC, symSize: 0x14 } + - { offsetInCU: 0x263A, offset: 0x93CB1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderVwta', symObjAddr: 0x30D0, symBinAddr: 0x3F8C0, symSize: 0x44 } + - { offsetInCU: 0x264E, offset: 0x93CC5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderVwet', symObjAddr: 0x3114, symBinAddr: 0x3F904, symSize: 0x48 } + - { offsetInCU: 0x2662, offset: 0x93CD9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderVwst', symObjAddr: 0x315C, symBinAddr: 0x3F94C, symSize: 0x40 } + - { offsetInCU: 0x2676, offset: 0x93CED, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderVMa', symObjAddr: 0x319C, symBinAddr: 0x3F98C, symSize: 0x10 } + - { offsetInCU: 0x268A, offset: 0x93D01, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOAFs0D3KeyAAWl', symObjAddr: 0x31D0, symBinAddr: 0x3F99C, symSize: 0x44 } + - { offsetInCU: 0x269E, offset: 0x93D15, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodVACSEAAWl', symObjAddr: 0x3258, symBinAddr: 0x3FA24, symSize: 0x44 } + - { offsetInCU: 0x26B2, offset: 0x93D29, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOAFs0E3KeyAAWl', symObjAddr: 0x361C, symBinAddr: 0x3FDE8, symSize: 0x44 } + - { offsetInCU: 0x26C6, offset: 0x93D3D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodVACSeAAWl', symObjAddr: 0x36FC, symBinAddr: 0x3FEA8, symSize: 0x44 } + - { offsetInCU: 0x26DA, offset: 0x93D51, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOwup', symObjAddr: 0x3758, symBinAddr: 0x3FEF4, symSize: 0x4 } + - { offsetInCU: 0x26EE, offset: 0x93D65, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOMa', symObjAddr: 0x375C, symBinAddr: 0x3FEF8, symSize: 0x10 } + - { offsetInCU: 0x2702, offset: 0x93D79, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOwug', symObjAddr: 0x38C0, symBinAddr: 0x4005C, symSize: 0x8 } + - { offsetInCU: 0x2716, offset: 0x93D8D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOwup', symObjAddr: 0x38C8, symBinAddr: 0x40064, symSize: 0x4 } + - { offsetInCU: 0x272A, offset: 0x93DA1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOwui', symObjAddr: 0x38CC, symBinAddr: 0x40068, symSize: 0xC } + - { offsetInCU: 0x273E, offset: 0x93DB5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOMa', symObjAddr: 0x38D8, symBinAddr: 0x40074, symSize: 0x10 } + - { offsetInCU: 0x2752, offset: 0x93DC9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOSHAASQWb', symObjAddr: 0x38E8, symBinAddr: 0x40084, symSize: 0x4 } + - { offsetInCU: 0x2766, offset: 0x93DDD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOAFSQAAWl', symObjAddr: 0x38EC, symBinAddr: 0x40088, symSize: 0x44 } + - { offsetInCU: 0x277A, offset: 0x93DF1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOSHAASQWb', symObjAddr: 0x3930, symBinAddr: 0x400CC, symSize: 0x4 } + - { offsetInCU: 0x278E, offset: 0x93E05, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOAFSQAAWl', symObjAddr: 0x3934, symBinAddr: 0x400D0, symSize: 0x44 } + - { offsetInCU: 0x27A2, offset: 0x93E19, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3978, symBinAddr: 0x40114, symSize: 0x4 } + - { offsetInCU: 0x27B6, offset: 0x93E2D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x397C, symBinAddr: 0x40118, symSize: 0x44 } + - { offsetInCU: 0x27CA, offset: 0x93E41, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x39C0, symBinAddr: 0x4015C, symSize: 0x4 } + - { offsetInCU: 0x27DE, offset: 0x93E55, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x39C4, symBinAddr: 0x40160, symSize: 0x44 } + - { offsetInCU: 0x27F2, offset: 0x93E69, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3A08, symBinAddr: 0x401A4, symSize: 0x4 } + - { offsetInCU: 0x2806, offset: 0x93E7D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3A0C, symBinAddr: 0x401A8, symSize: 0x44 } + - { offsetInCU: 0x281A, offset: 0x93E91, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3A50, symBinAddr: 0x401EC, symSize: 0x4 } + - { offsetInCU: 0x282E, offset: 0x93EA5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3A54, symBinAddr: 0x401F0, symSize: 0x44 } + - { offsetInCU: 0x2883, offset: 0x93EFA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x8D8, symBinAddr: 0x3D26C, symSize: 0x28 } + - { offsetInCU: 0x289F, offset: 0x93F16, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x900, symBinAddr: 0x3D294, symSize: 0x28 } + - { offsetInCU: 0x28C1, offset: 0x93F38, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xAAC, symBinAddr: 0x3D440, symSize: 0x28 } + - { offsetInCU: 0x28DD, offset: 0x93F54, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xAD4, symBinAddr: 0x3D468, symSize: 0x28 } + - { offsetInCU: 0x2E0E, offset: 0x94485, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSExportC14exportBridgeJS21userContentControllerySo06WKUsergH0C_tKFZ', symObjAddr: 0x0, symBinAddr: 0x3C994, symSize: 0x3C8 } + - { offsetInCU: 0x2FC9, offset: 0x94640, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSExportC22exportCordovaPluginsJS21userContentControllerySo06WKUserhI0C_tKFZ', symObjAddr: 0x3C8, symBinAddr: 0x3CD5C, symSize: 0x210 } + - { offsetInCU: 0x3015, offset: 0x9468C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV6encode2toys7Encoder_p_tKF', symObjAddr: 0x5D8, symBinAddr: 0x3CF6C, symSize: 0x128 } + - { offsetInCU: 0x3046, offset: 0x946BD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV6encode2toys7Encoder_p_tKF', symObjAddr: 0x700, symBinAddr: 0x3D094, symSize: 0x164 } + - { offsetInCU: 0x3164, offset: 0x947DB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSExportC20injectFilesForFolder6folder21userContentControllery10Foundation3URLV_So06WKUseriJ0CtFZ', symObjAddr: 0xB44, symBinAddr: 0x3D4D8, symSize: 0x540 } + - { offsetInCU: 0x347D, offset: 0x94AF4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSExportCfD', symObjAddr: 0x1084, symBinAddr: 0x3DA18, symSize: 0x10 } + - { offsetInCU: 0x4F, offset: 0x94D3E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19dateStringFormatter33_883E0F63E6283FEB7FEBC7F75A4BFDE5LLSo013NSISO8601DateD0Cvp', symObjAddr: 0x2390, symBinAddr: 0xA2150, symSize: 0x0 } + - { offsetInCU: 0xE2, offset: 0x94DD1, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor17JSStringContainerA2cDP9getStringyS2S_SStFTW', symObjAddr: 0x280, symBinAddr: 0x4067C, symSize: 0x4 } + - { offsetInCU: 0xFE, offset: 0x94DED, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor17JSStringContainerA2cDP9getStringySSSgSSFTW', symObjAddr: 0x284, symBinAddr: 0x40680, symSize: 0xC } + - { offsetInCU: 0x11A, offset: 0x94E09, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor15JSBoolContainerA2cDP7getBoolySbSS_SbtFTW', symObjAddr: 0x290, symBinAddr: 0x4068C, symSize: 0x4 } + - { offsetInCU: 0x156, offset: 0x94E45, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor15JSBoolContainerA2cDP7getBoolySbSgSSFTW', symObjAddr: 0x2D0, symBinAddr: 0x406CC, symSize: 0xC } + - { offsetInCU: 0x172, offset: 0x94E61, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor14JSIntContainerA2cDP6getIntySiSS_SitFTW', symObjAddr: 0x2DC, symBinAddr: 0x406D8, symSize: 0x4 } + - { offsetInCU: 0x1AE, offset: 0x94E9D, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor14JSIntContainerA2cDP6getIntySiSgSSFTW', symObjAddr: 0x314, symBinAddr: 0x40710, symSize: 0x20 } + - { offsetInCU: 0x1E5, offset: 0x94ED4, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor16JSFloatContainerA2cDP8getFloatySfSS_SftFTW', symObjAddr: 0x44C, symBinAddr: 0x40848, symSize: 0x4 } + - { offsetInCU: 0x221, offset: 0x94F10, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor16JSFloatContainerA2cDP8getFloatySfSgSSFTW', symObjAddr: 0x480, symBinAddr: 0x4087C, symSize: 0x30 } + - { offsetInCU: 0x258, offset: 0x94F47, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor17JSDoubleContainerA2cDP9getDoubleySdSS_SdtFTW', symObjAddr: 0x6CC, symBinAddr: 0x40AC8, symSize: 0x4 } + - { offsetInCU: 0x294, offset: 0x94F83, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor17JSDoubleContainerA2cDP9getDoubleySdSgSSFTW', symObjAddr: 0x700, symBinAddr: 0x40AFC, symSize: 0x20 } + - { offsetInCU: 0x2CB, offset: 0x94FBA, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor15JSDateContainerA2cDP7getDatey10Foundation0G0VSS_AItFTW', symObjAddr: 0x838, symBinAddr: 0x40C34, symSize: 0x4 } + - { offsetInCU: 0x307, offset: 0x94FF6, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor15JSDateContainerA2cDP7getDatey10Foundation0G0VSgSSFTW', symObjAddr: 0x99C, symBinAddr: 0x40D98, symSize: 0xC } + - { offsetInCU: 0x33E, offset: 0x9502D, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor16JSArrayContainerA2cDP8getArrayySayAC7JSValue_pGSS_AHtFTW', symObjAddr: 0xCF0, symBinAddr: 0x410EC, symSize: 0x4 } + - { offsetInCU: 0x37A, offset: 0x95069, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor16JSArrayContainerA2cDP8getArrayySayqd__GSgSS_qd__mtlFTW', symObjAddr: 0xD34, symBinAddr: 0x41130, symSize: 0x10 } + - { offsetInCU: 0x3B7, offset: 0x950A6, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor16JSArrayContainerA2cDP8getArrayySayAC7JSValue_pGSgSSFTW', symObjAddr: 0xDA4, symBinAddr: 0x411A0, symSize: 0xC } + - { offsetInCU: 0x3D3, offset: 0x950C2, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor17JSObjectContainerA2cDP9getObjectySDySSAC7JSValue_pGSS_AHtFTW', symObjAddr: 0xDBC, symBinAddr: 0x411B8, symSize: 0x4 } + - { offsetInCU: 0x40F, offset: 0x950FE, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor17JSObjectContainerA2cDP9getObjectySDySSAC7JSValue_pGSgSSFTW', symObjAddr: 0xE00, symBinAddr: 0x411FC, symSize: 0xC } + - { offsetInCU: 0x4CA, offset: 0x951B9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15coerceToJSValue33_883E0F63E6283FEB7FEBC7F75A4BFDE5LL_15formattingDatesAA0D0_pSgypSg_SbtF', symObjAddr: 0x12C8, symBinAddr: 0x416C4, symSize: 0xB74 } + - { offsetInCU: 0xFA8, offset: 0x95C97, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19dateStringFormatter33_883E0F63E6283FEB7FEBC7F75A4BFDE5LL_WZ', symObjAddr: 0x1FC8, symBinAddr: 0x423C4, symSize: 0x30 } + - { offsetInCU: 0xFED, offset: 0x95CDC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7JSTypesO26coerceDictionaryToJSObject_24formattingDatesAsStringsSDySSAA7JSValue_pGSgSDys11AnyHashableVypGSg_SbtFZTf4nnd_n', symObjAddr: 0x1FF8, symBinAddr: 0x423F4, symSize: 0xD4 } + - { offsetInCU: 0x102C, offset: 0x95D1B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DateVSgWOb', symObjAddr: 0x2150, symBinAddr: 0x424C8, symSize: 0x48 } + - { offsetInCU: 0x1040, offset: 0x95D2F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7JSTypesOMa', symObjAddr: 0x226C, symBinAddr: 0x4256C, symSize: 0x10 } + - { offsetInCU: 0x1054, offset: 0x95D43, size: 0x8, addend: 0x0, symName: '_$s10Foundation25NSFastEnumerationIteratorVACStAAWl', symObjAddr: 0x2308, symBinAddr: 0x425F8, symSize: 0x48 } + - { offsetInCU: 0x14FD, offset: 0x961EC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7JSTypesO26coerceDictionaryToJSObject_24formattingDatesAsStringsSDySSAA7JSValue_pGSgSDys11AnyHashableVypGSg_SbtFZ', symObjAddr: 0x0, symBinAddr: 0x403FC, symSize: 0x4 } + - { offsetInCU: 0x1525, offset: 0x96214, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSValueContainerPAAE9getStringySSSgSSF', symObjAddr: 0x4, symBinAddr: 0x40400, symSize: 0x114 } + - { offsetInCU: 0x158A, offset: 0x96279, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17JSStringContainerPAAE9getStringyS2S_SStF', symObjAddr: 0x118, symBinAddr: 0x40514, symSize: 0x58 } + - { offsetInCU: 0x15DD, offset: 0x962CC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSValueContainerPAAE7getBoolySbSgSSF', symObjAddr: 0x170, symBinAddr: 0x4056C, symSize: 0x110 } + - { offsetInCU: 0x1642, offset: 0x96331, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15JSBoolContainerPAAE7getBoolySbSS_SbtF', symObjAddr: 0x294, symBinAddr: 0x40690, symSize: 0x3C } + - { offsetInCU: 0x1695, offset: 0x96384, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSIntContainerPAAE6getIntySiSS_SitF', symObjAddr: 0x2E0, symBinAddr: 0x406DC, symSize: 0x34 } + - { offsetInCU: 0x16E8, offset: 0x963D7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSValueContainerPAAE6getIntySiSgSSF', symObjAddr: 0x334, symBinAddr: 0x40730, symSize: 0x118 } + - { offsetInCU: 0x174D, offset: 0x9643C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSFloatContainerPAAE8getFloatySfSS_SftF', symObjAddr: 0x450, symBinAddr: 0x4084C, symSize: 0x30 } + - { offsetInCU: 0x17AC, offset: 0x9649B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSValueContainerPAAE8getFloatySfSgSSF', symObjAddr: 0x4B0, symBinAddr: 0x408AC, symSize: 0x21C } + - { offsetInCU: 0x1848, offset: 0x96537, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17JSDoubleContainerPAAE9getDoubleySdSS_SdtF', symObjAddr: 0x6D0, symBinAddr: 0x40ACC, symSize: 0x30 } + - { offsetInCU: 0x189A, offset: 0x96589, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSValueContainerPAAE9getDoubleySdSgSSF', symObjAddr: 0x720, symBinAddr: 0x40B1C, symSize: 0x118 } + - { offsetInCU: 0x18FF, offset: 0x965EE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15JSDateContainerPAAE7getDatey10Foundation0E0VSS_AGtF', symObjAddr: 0x83C, symBinAddr: 0x40C38, symSize: 0x160 } + - { offsetInCU: 0x1952, offset: 0x96641, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSValueContainerPAAE7getDatey10Foundation0E0VSgSSF', symObjAddr: 0x9A8, symBinAddr: 0x40DA4, symSize: 0x348 } + - { offsetInCU: 0x19F0, offset: 0x966DF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSArrayContainerPAAE8getArrayySayAA7JSValue_pGSS_AFtF', symObjAddr: 0xCF4, symBinAddr: 0x410F0, symSize: 0x40 } + - { offsetInCU: 0x1A4F, offset: 0x9673E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSArrayContainerPAAE8getArrayySayqd__GSgSS_qd__mtlF', symObjAddr: 0xD44, symBinAddr: 0x41140, symSize: 0x60 } + - { offsetInCU: 0x1AAC, offset: 0x9679B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17JSObjectContainerPAAE9getObjectySDySSAA7JSValue_pGSS_AFtF', symObjAddr: 0xDC0, symBinAddr: 0x411BC, symSize: 0x40 } + - { offsetInCU: 0x1AFF, offset: 0x967EE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSValueContainerPAAE8getValueyAA0B0_pSgSSF', symObjAddr: 0xF30, symBinAddr: 0x4132C, symSize: 0xA4 } + - { offsetInCU: 0x1B64, offset: 0x96853, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSValueContainerPAAE6getAnyyypSgSSF', symObjAddr: 0xFD4, symBinAddr: 0x413D0, symSize: 0x90 } + - { offsetInCU: 0x1BAD, offset: 0x9689C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSValueContainerPAAE6decode_3for4withqd__qd__m_SSAA0B7DecoderCtKSeRd__lF', symObjAddr: 0x1064, symBinAddr: 0x41460, symSize: 0x184 } + - { offsetInCU: 0x1C55, offset: 0x96944, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7JSTypesO26coerceDictionaryToJSObject_24formattingDatesAsStringsSDySSAA7JSValue_pGSgSo12NSDictionaryCSg_SbtFZ', symObjAddr: 0x11E8, symBinAddr: 0x415E4, symSize: 0xE0 } + - { offsetInCU: 0x1E54, offset: 0x96B43, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7JSTypesO20coerceArrayToJSArray_24formattingDatesAsStringsSayAA7JSValue_pGSgSayypGSg_SbtFZ', symObjAddr: 0x1E3C, symBinAddr: 0x42238, symSize: 0x18C } + - { offsetInCU: 0x24E, offset: 0x9722B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC7Combine08TopLevelC0AadEP6decode_4fromqd__qd__m_5InputQztKSeRd__lFTW', symObjAddr: 0x1FC0, symBinAddr: 0x4463C, symSize: 0x20 } + - { offsetInCU: 0x304, offset: 0x972E1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueDecoder33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0C0AAsAEP10codingPathSays9CodingKey_pGvgTW', symObjAddr: 0x26A4, symBinAddr: 0x44D20, symSize: 0xC } + - { offsetInCU: 0x3E1, offset: 0x973BE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP10codingPathSays9CodingKey_pGvgTW', symObjAddr: 0x44B4, symBinAddr: 0x46B30, symSize: 0xC } + - { offsetInCU: 0x427, offset: 0x97404, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP7allKeysSay3KeyQzGvgTW', symObjAddr: 0x44C0, symBinAddr: 0x46B3C, symSize: 0xC } + - { offsetInCU: 0x530, offset: 0x9750D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP12currentIndexSivgTW', symObjAddr: 0x5F40, symBinAddr: 0x485BC, symSize: 0xC } + - { offsetInCU: 0x608, offset: 0x975E5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP10codingPathSays9CodingKey_pGvgTW', symObjAddr: 0x6E98, symBinAddr: 0x49514, symSize: 0xC } + - { offsetInCU: 0x644, offset: 0x97621, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOWOb', symObjAddr: 0x2AC, symBinAddr: 0x42928, symSize: 0x18 } + - { offsetInCU: 0x65C, offset: 0x97639, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOWOb', symObjAddr: 0x2AC, symBinAddr: 0x42928, symSize: 0x18 } + - { offsetInCU: 0x66D, offset: 0x9764A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC7Options33_DDEFC033B005E1F1FC949B68024B9ED4LLVWOc', symObjAddr: 0x2C4, symBinAddr: 0x42940, symSize: 0x44 } + - { offsetInCU: 0x800, offset: 0x977DD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueDecoder33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0C0AAsAEP9container7keyedBys22KeyedDecodingContainerVyqd__Gqd__m_tKs9CodingKeyRd__lFTW', symObjAddr: 0x26B0, symBinAddr: 0x44D2C, symSize: 0x20 } + - { offsetInCU: 0x823, offset: 0x97800, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueDecoder33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0C0AAsAEP16unkeyedContainers015UnkeyedDecodingM0_pyKFTW', symObjAddr: 0x26D0, symBinAddr: 0x44D4C, symSize: 0x20 } + - { offsetInCU: 0x846, offset: 0x97823, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueDecoder33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0C0AAsAEP20singleValueContainers06Singlem8DecodingN0_pyKFTW', symObjAddr: 0x26F0, symBinAddr: 0x44D6C, symSize: 0x20 } + - { offsetInCU: 0xA6D, offset: 0x97A4A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_GSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x3C80, symBinAddr: 0x462FC, symSize: 0x38 } + - { offsetInCU: 0xA89, offset: 0x97A66, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_GSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x3CB8, symBinAddr: 0x46334, symSize: 0x18 } + - { offsetInCU: 0xAA5, offset: 0x97A82, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_Gs06CodingM0AAsAHP11stringValueSSvgTW', symObjAddr: 0x3CD0, symBinAddr: 0x4634C, symSize: 0x14 } + - { offsetInCU: 0xAC1, offset: 0x97A9E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_Gs06CodingM0AAsAHP11stringValuexSgSS_tcfCTW', symObjAddr: 0x3CE4, symBinAddr: 0x46360, symSize: 0x30 } + - { offsetInCU: 0xADD, offset: 0x97ABA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_Gs06CodingM0AAsAHP8intValueSiSgvgTW', symObjAddr: 0x3D14, symBinAddr: 0x46390, symSize: 0xC } + - { offsetInCU: 0xB12, offset: 0x97AEF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_Gs06CodingM0AAsAHP8intValuexSgSi_tcfCTW', symObjAddr: 0x3D20, symBinAddr: 0x4639C, symSize: 0x2C } + - { offsetInCU: 0xB43, offset: 0x97B20, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyO8intValueAFyx_GSgSi_tcfCTf4dd_n', symObjAddr: 0x838C, symBinAddr: 0x4A8DC, symSize: 0x8 } + - { offsetInCU: 0xBAD, offset: 0x97B8A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP8containsySb3KeyQzFTW', symObjAddr: 0x44CC, symBinAddr: 0x46B48, symSize: 0x24 } + - { offsetInCU: 0xBC9, offset: 0x97BA6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP9decodeNil6forKeySb0Q0Qz_tKFTW', symObjAddr: 0x44F0, symBinAddr: 0x46B6C, symSize: 0x24 } + - { offsetInCU: 0xBEC, offset: 0x97BC9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP6decode_6forKeyS2bm_0P0QztKFTW', symObjAddr: 0x4514, symBinAddr: 0x46B90, symSize: 0x4C } + - { offsetInCU: 0xC0F, offset: 0x97BEC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP6decode_6forKeyS2Sm_0P0QztKFTW', symObjAddr: 0x4560, symBinAddr: 0x46BDC, symSize: 0x50 } + - { offsetInCU: 0xC32, offset: 0x97C0F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP6decode_6forKeyS2dm_0P0QztKFTW', symObjAddr: 0x45B0, symBinAddr: 0x46C2C, symSize: 0x48 } + - { offsetInCU: 0xC55, offset: 0x97C32, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP6decode_6forKeyS2fm_0P0QztKFTW', symObjAddr: 0x45F8, symBinAddr: 0x46C74, symSize: 0x48 } + - { offsetInCU: 0xC78, offset: 0x97C55, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP6decode_6forKeyqd__qd__m_0P0QztKSeRd__lFTW', symObjAddr: 0x48A8, symBinAddr: 0x46F24, symSize: 0x20 } + - { offsetInCU: 0xC9B, offset: 0x97C78, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP06nestedC07keyedBy6forKeys0blC0Vyqd__Gqd__m_0R0QztKs06CodingR0Rd__lFTW', symObjAddr: 0x4B0C, symBinAddr: 0x47188, symSize: 0x20 } + - { offsetInCU: 0xCBE, offset: 0x97C9B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP013nestedUnkeyedC06forKeys0olC0_p0Q0Qz_tKFTW', symObjAddr: 0x4B2C, symBinAddr: 0x471A8, symSize: 0x20 } + - { offsetInCU: 0xCE1, offset: 0x97CBE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP12superDecoders0O0_pyKFTW', symObjAddr: 0x4B4C, symBinAddr: 0x471C8, symSize: 0x20 } + - { offsetInCU: 0xD04, offset: 0x97CE1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP12superDecoder6forKeys0O0_p0Q0Qz_tKFTW', symObjAddr: 0x4B6C, symBinAddr: 0x471E8, symSize: 0x20 } + - { offsetInCU: 0xF60, offset: 0x97F3D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP5countSiSgvgTW', symObjAddr: 0x5F10, symBinAddr: 0x4858C, symSize: 0x14 } + - { offsetInCU: 0xFF5, offset: 0x97FD2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP7isAtEndSbvgTW', symObjAddr: 0x5F24, symBinAddr: 0x485A0, symSize: 0x1C } + - { offsetInCU: 0x1073, offset: 0x98050, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP9decodeNilSbyKFTW', symObjAddr: 0x5F4C, symBinAddr: 0x485C8, symSize: 0x24 } + - { offsetInCU: 0x1096, offset: 0x98073, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeyS2bmKFTW', symObjAddr: 0x5F70, symBinAddr: 0x485EC, symSize: 0x24 } + - { offsetInCU: 0x10B9, offset: 0x98096, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeyS2SmKFTW', symObjAddr: 0x5F94, symBinAddr: 0x48610, symSize: 0x20 } + - { offsetInCU: 0x10DC, offset: 0x980B9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeyS2dmKFTW', symObjAddr: 0x5FB4, symBinAddr: 0x48630, symSize: 0x20 } + - { offsetInCU: 0x10FF, offset: 0x980DC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeyS2fmKFTW', symObjAddr: 0x5FD4, symBinAddr: 0x48650, symSize: 0x20 } + - { offsetInCU: 0x1122, offset: 0x980FF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeyS2imKFTW', symObjAddr: 0x5FF4, symBinAddr: 0x48670, symSize: 0x28 } + - { offsetInCU: 0x1145, offset: 0x98122, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeys4Int8VAImKFTW', symObjAddr: 0x601C, symBinAddr: 0x48698, symSize: 0x28 } + - { offsetInCU: 0x1168, offset: 0x98145, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeys5Int16VAImKFTW', symObjAddr: 0x6044, symBinAddr: 0x486C0, symSize: 0x28 } + - { offsetInCU: 0x118B, offset: 0x98168, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeys5Int32VAImKFTW', symObjAddr: 0x606C, symBinAddr: 0x486E8, symSize: 0x28 } + - { offsetInCU: 0x11AE, offset: 0x9818B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeys5Int64VAImKFTW', symObjAddr: 0x6094, symBinAddr: 0x48710, symSize: 0x28 } + - { offsetInCU: 0x11D1, offset: 0x981AE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeyS2umKFTW', symObjAddr: 0x60BC, symBinAddr: 0x48738, symSize: 0x28 } + - { offsetInCU: 0x11F4, offset: 0x981D1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeys5UInt8VAImKFTW', symObjAddr: 0x60E4, symBinAddr: 0x48760, symSize: 0x28 } + - { offsetInCU: 0x1217, offset: 0x981F4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeys6UInt16VAImKFTW', symObjAddr: 0x610C, symBinAddr: 0x48788, symSize: 0x28 } + - { offsetInCU: 0x123A, offset: 0x98217, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeys6UInt32VAImKFTW', symObjAddr: 0x6134, symBinAddr: 0x487B0, symSize: 0x28 } + - { offsetInCU: 0x125D, offset: 0x9823A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeys6UInt64VAImKFTW', symObjAddr: 0x615C, symBinAddr: 0x487D8, symSize: 0x28 } + - { offsetInCU: 0x1280, offset: 0x9825D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeyqd__qd__mKSeRd__lFTW', symObjAddr: 0x6184, symBinAddr: 0x48800, symSize: 0x20 } + - { offsetInCU: 0x12A3, offset: 0x98280, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP06nestedC07keyedBys05KeyedlC0Vyqd__Gqd__m_tKs9CodingKeyRd__lFTW', symObjAddr: 0x63E8, symBinAddr: 0x48A64, symSize: 0x20 } + - { offsetInCU: 0x12C6, offset: 0x982A3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP06nestedbC0sAE_pyKFTW', symObjAddr: 0x6408, symBinAddr: 0x48A84, symSize: 0x20 } + - { offsetInCU: 0x12E9, offset: 0x982C6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP12superDecoders0N0_pyKFTW', symObjAddr: 0x6428, symBinAddr: 0x48AA4, symSize: 0x20 } + - { offsetInCU: 0x13F0, offset: 0x983CD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP9decodeNilSbyFTW', symObjAddr: 0x6EA4, symBinAddr: 0x49520, symSize: 0x84 } + - { offsetInCU: 0x144D, offset: 0x9842A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeyS2bmKFTW', symObjAddr: 0x6F28, symBinAddr: 0x495A4, symSize: 0x24 } + - { offsetInCU: 0x14A5, offset: 0x98482, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeyS2SmKFTW', symObjAddr: 0x6F4C, symBinAddr: 0x495C8, symSize: 0x20 } + - { offsetInCU: 0x1501, offset: 0x984DE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeyS2dmKFTW', symObjAddr: 0x6F6C, symBinAddr: 0x495E8, symSize: 0x20 } + - { offsetInCU: 0x156D, offset: 0x9854A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeyS2fmKFTW', symObjAddr: 0x6F8C, symBinAddr: 0x49608, symSize: 0x20 } + - { offsetInCU: 0x15D5, offset: 0x985B2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeyS2imKFTW', symObjAddr: 0x6FAC, symBinAddr: 0x49628, symSize: 0x28 } + - { offsetInCU: 0x162D, offset: 0x9860A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeys4Int8VAImKFTW', symObjAddr: 0x6FD4, symBinAddr: 0x49650, symSize: 0x28 } + - { offsetInCU: 0x1685, offset: 0x98662, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeys5Int16VAImKFTW', symObjAddr: 0x6FFC, symBinAddr: 0x49678, symSize: 0x28 } + - { offsetInCU: 0x16DD, offset: 0x986BA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeys5Int32VAImKFTW', symObjAddr: 0x7024, symBinAddr: 0x496A0, symSize: 0x28 } + - { offsetInCU: 0x1735, offset: 0x98712, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeys5Int64VAImKFTW', symObjAddr: 0x704C, symBinAddr: 0x496C8, symSize: 0x28 } + - { offsetInCU: 0x178D, offset: 0x9876A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeyS2umKFTW', symObjAddr: 0x7074, symBinAddr: 0x496F0, symSize: 0x28 } + - { offsetInCU: 0x17E5, offset: 0x987C2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeys5UInt8VAImKFTW', symObjAddr: 0x709C, symBinAddr: 0x49718, symSize: 0x28 } + - { offsetInCU: 0x183D, offset: 0x9881A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeys6UInt16VAImKFTW', symObjAddr: 0x70C4, symBinAddr: 0x49740, symSize: 0x28 } + - { offsetInCU: 0x1895, offset: 0x98872, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeys6UInt32VAImKFTW', symObjAddr: 0x70EC, symBinAddr: 0x49768, symSize: 0x28 } + - { offsetInCU: 0x18ED, offset: 0x988CA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeys6UInt64VAImKFTW', symObjAddr: 0x7114, symBinAddr: 0x49790, symSize: 0x28 } + - { offsetInCU: 0x1926, offset: 0x98903, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeyqd__qd__mKSeRd__lFTW', symObjAddr: 0x713C, symBinAddr: 0x497B8, symSize: 0x20 } + - { offsetInCU: 0x197E, offset: 0x9895B, size: 0x8, addend: 0x0, symName: '_$sSa37_appendElementAssumeUniqueAndCapacity_03newB0ySi_xntFs9CodingKey_p_Tg5Tf4nen_n', symObjAddr: 0x715C, symBinAddr: 0x497D8, symSize: 0x78 } + - { offsetInCU: 0x19E2, offset: 0x989BF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC7Options33_DDEFC033B005E1F1FC949B68024B9ED4LLVWOb', symObjAddr: 0x71EC, symBinAddr: 0x49850, symSize: 0x44 } + - { offsetInCU: 0x19F6, offset: 0x989D3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOWOy', symObjAddr: 0x7230, symBinAddr: 0x49894, symSize: 0x40 } + - { offsetInCU: 0x1A0A, offset: 0x989E7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOWOe', symObjAddr: 0x7270, symBinAddr: 0x498D4, symSize: 0x40 } + - { offsetInCU: 0x1A1E, offset: 0x989FB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC7Options33_DDEFC033B005E1F1FC949B68024B9ED4LLVWOh', symObjAddr: 0x72B0, symBinAddr: 0x49914, symSize: 0x3C } + - { offsetInCU: 0x1A32, offset: 0x98A0F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderCMU', symObjAddr: 0x72EC, symBinAddr: 0x49950, symSize: 0x8 } + - { offsetInCU: 0x1A46, offset: 0x98A23, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderCMr', symObjAddr: 0x7308, symBinAddr: 0x4996C, symSize: 0x6C } + - { offsetInCU: 0x1A5A, offset: 0x98A37, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOwCP', symObjAddr: 0x7374, symBinAddr: 0x499D8, symSize: 0x30 } + - { offsetInCU: 0x1A6E, offset: 0x98A4B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOwxx', symObjAddr: 0x73A4, symBinAddr: 0x49A08, symSize: 0x48 } + - { offsetInCU: 0x1A82, offset: 0x98A5F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOwcp', symObjAddr: 0x73EC, symBinAddr: 0x49A50, symSize: 0x78 } + - { offsetInCU: 0x1A96, offset: 0x98A73, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOwca', symObjAddr: 0x7464, symBinAddr: 0x49AC8, symSize: 0x128 } + - { offsetInCU: 0x1AAA, offset: 0x98A87, size: 0x8, addend: 0x0, symName: ___swift_memcpy48_8, symObjAddr: 0x758C, symBinAddr: 0x49BF0, symSize: 0x14 } + - { offsetInCU: 0x1ABE, offset: 0x98A9B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOwta', symObjAddr: 0x75A0, symBinAddr: 0x49C04, symSize: 0x98 } + - { offsetInCU: 0x1AD2, offset: 0x98AAF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOwet', symObjAddr: 0x7638, symBinAddr: 0x49C9C, symSize: 0x54 } + - { offsetInCU: 0x1AE6, offset: 0x98AC3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOwst', symObjAddr: 0x768C, symBinAddr: 0x49CF0, symSize: 0x58 } + - { offsetInCU: 0x1AFA, offset: 0x98AD7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOwug', symObjAddr: 0x76E4, symBinAddr: 0x49D48, symSize: 0x18 } + - { offsetInCU: 0x1B0E, offset: 0x98AEB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOwup', symObjAddr: 0x76FC, symBinAddr: 0x49D60, symSize: 0x4 } + - { offsetInCU: 0x1B22, offset: 0x98AFF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOwui', symObjAddr: 0x7700, symBinAddr: 0x49D64, symSize: 0x30 } + - { offsetInCU: 0x1B36, offset: 0x98B13, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOMa', symObjAddr: 0x7730, symBinAddr: 0x49D94, symSize: 0x10 } + - { offsetInCU: 0x1B4A, offset: 0x98B27, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueDecoder33_DDEFC033B005E1F1FC949B68024B9ED4LLCMU', symObjAddr: 0x7740, symBinAddr: 0x49DA4, symSize: 0x8 } + - { offsetInCU: 0x1B5E, offset: 0x98B3B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueDecoder33_DDEFC033B005E1F1FC949B68024B9ED4LLCMr', symObjAddr: 0x7748, symBinAddr: 0x49DAC, symSize: 0x84 } + - { offsetInCU: 0x1B72, offset: 0x98B4F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCMi', symObjAddr: 0x77CC, symBinAddr: 0x49E30, symSize: 0x4 } + - { offsetInCU: 0x1B86, offset: 0x98B63, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCMr', symObjAddr: 0x77D0, symBinAddr: 0x49E34, symSize: 0x80 } + - { offsetInCU: 0x1B9A, offset: 0x98B77, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCMa', symObjAddr: 0x7850, symBinAddr: 0x49EB4, symSize: 0xC } + - { offsetInCU: 0x1BAE, offset: 0x98B8B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCMU', symObjAddr: 0x785C, symBinAddr: 0x49EC0, symSize: 0x8 } + - { offsetInCU: 0x1BC2, offset: 0x98B9F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCMr', symObjAddr: 0x7878, symBinAddr: 0x49EDC, symSize: 0x8C } + - { offsetInCU: 0x1BD6, offset: 0x98BB3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCMU', symObjAddr: 0x7904, symBinAddr: 0x49F68, symSize: 0x8 } + - { offsetInCU: 0x1BEA, offset: 0x98BC7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCMr', symObjAddr: 0x7954, symBinAddr: 0x49FB8, symSize: 0x88 } + - { offsetInCU: 0x1BFE, offset: 0x98BDB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC7Options33_DDEFC033B005E1F1FC949B68024B9ED4LLVwCP', symObjAddr: 0x79DC, symBinAddr: 0x4A040, symSize: 0x108 } + - { offsetInCU: 0x1C12, offset: 0x98BEF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC7Options33_DDEFC033B005E1F1FC949B68024B9ED4LLVwxx', symObjAddr: 0x7AE4, symBinAddr: 0x4A148, symSize: 0x9C } + - { offsetInCU: 0x1C26, offset: 0x98C03, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC7Options33_DDEFC033B005E1F1FC949B68024B9ED4LLVwcp', symObjAddr: 0x7B80, symBinAddr: 0x4A1E4, symSize: 0xDC } + - { offsetInCU: 0x1C3A, offset: 0x98C17, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC7Options33_DDEFC033B005E1F1FC949B68024B9ED4LLVwca', symObjAddr: 0x7C5C, symBinAddr: 0x4A2C0, symSize: 0x18C } + - { offsetInCU: 0x1C4E, offset: 0x98C2B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC7Options33_DDEFC033B005E1F1FC949B68024B9ED4LLVwtk', symObjAddr: 0x7E28, symBinAddr: 0x4A44C, symSize: 0xA0 } + - { offsetInCU: 0x1C62, offset: 0x98C3F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC7Options33_DDEFC033B005E1F1FC949B68024B9ED4LLVwta', symObjAddr: 0x7EC8, symBinAddr: 0x4A4EC, symSize: 0xF8 } + - { offsetInCU: 0x1C76, offset: 0x98C53, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC7Options33_DDEFC033B005E1F1FC949B68024B9ED4LLVwet', symObjAddr: 0x7FC0, symBinAddr: 0x4A5E4, symSize: 0xC } + - { offsetInCU: 0x1C8A, offset: 0x98C67, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC7Options33_DDEFC033B005E1F1FC949B68024B9ED4LLVwst', symObjAddr: 0x8084, symBinAddr: 0x4A6A8, symSize: 0xC } + - { offsetInCU: 0x1C9E, offset: 0x98C7B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC7Options33_DDEFC033B005E1F1FC949B68024B9ED4LLVMr', symObjAddr: 0x8138, symBinAddr: 0x4A75C, symSize: 0x8C } + - { offsetInCU: 0x1CB2, offset: 0x98C8F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAA3KeysAFP_s06CodingN0PWT', symObjAddr: 0x81C4, symBinAddr: 0x4A7E8, symSize: 0x8 } + - { offsetInCU: 0x1CC6, offset: 0x98CA3, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_1, symObjAddr: 0x822C, symBinAddr: 0x4A830, symSize: 0x3C } + - { offsetInCU: 0x1CDA, offset: 0x98CB7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOMa', symObjAddr: 0x82D0, symBinAddr: 0x4A8B0, symSize: 0xC } + - { offsetInCU: 0x1CEE, offset: 0x98CCB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8containsySbxFSbxXEfU_TA', symObjAddr: 0x836C, symBinAddr: 0x4A8BC, symSize: 0x20 } + - { offsetInCU: 0x1D76, offset: 0x98D53, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC4data10codingPath8userInfo7optionsADyxGSDySSAA7JSValue_pG_Says9CodingKey_pGSDys0s4UserpT0VypGAA0R7DecoderC7OptionsACLLVtcfcxSgSScfu_TA', symObjAddr: 0x88CC, symBinAddr: 0x4AE1C, symSize: 0x60 } + - { offsetInCU: 0x1DBC, offset: 0x98D99, size: 0x8, addend: 0x0, symName: '_$sSD4KeysVySS9Capacitor7JSValue_p_GMa', symObjAddr: 0x892C, symBinAddr: 0x4AE7C, symSize: 0x64 } + - { offsetInCU: 0x1DD0, offset: 0x98DAD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7JSValue_pMa', symObjAddr: 0x8990, symBinAddr: 0x4AEE0, symSize: 0x54 } + - { offsetInCU: 0x1DE4, offset: 0x98DC1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOMi', symObjAddr: 0x8A84, symBinAddr: 0x4AFA8, symSize: 0x8 } + - { offsetInCU: 0x1DF8, offset: 0x98DD5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOwet', symObjAddr: 0x8A94, symBinAddr: 0x4AFB0, symSize: 0x50 } + - { offsetInCU: 0x1E0C, offset: 0x98DE9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOwst', symObjAddr: 0x8AE4, symBinAddr: 0x4B000, symSize: 0x8C } + - { offsetInCU: 0x1E20, offset: 0x98DFD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOwug', symObjAddr: 0x8B70, symBinAddr: 0x4B08C, symSize: 0x8 } + - { offsetInCU: 0x1E34, offset: 0x98E11, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOwup', symObjAddr: 0x8B78, symBinAddr: 0x4B094, symSize: 0x4 } + - { offsetInCU: 0x1E48, offset: 0x98E25, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOwui', symObjAddr: 0x8B7C, symBinAddr: 0x4B098, symSize: 0x4 } + - { offsetInCU: 0x1E5C, offset: 0x98E39, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_GSHAASQWb', symObjAddr: 0x8B80, symBinAddr: 0x4B09C, symSize: 0x10 } + - { offsetInCU: 0x1E70, offset: 0x98E4D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_Gs06CodingM0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8B90, symBinAddr: 0x4B0AC, symSize: 0x10 } + - { offsetInCU: 0x1E84, offset: 0x98E61, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_Gs06CodingM0AAs23CustomStringConvertiblePWb', symObjAddr: 0x8BA0, symBinAddr: 0x4B0BC, symSize: 0x10 } + - { offsetInCU: 0x20B4, offset: 0x99091, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_GSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3B40, symBinAddr: 0x461BC, symSize: 0x54 } + - { offsetInCU: 0x20D0, offset: 0x990AD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_GSHAASH9hashValueSivgTW', symObjAddr: 0x3B94, symBinAddr: 0x46210, symSize: 0x4C } + - { offsetInCU: 0x20EC, offset: 0x990C9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_GSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3BE0, symBinAddr: 0x4625C, symSize: 0x50 } + - { offsetInCU: 0x2108, offset: 0x990E5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_GSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3C30, symBinAddr: 0x462AC, symSize: 0x50 } + - { offsetInCU: 0x2124, offset: 0x99101, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_Gs28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0x3D4C, symBinAddr: 0x463C8, symSize: 0x34 } + - { offsetInCU: 0x2140, offset: 0x9911D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_Gs23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0x3D80, symBinAddr: 0x463FC, symSize: 0x34 } + - { offsetInCU: 0x2162, offset: 0x9913F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP15decodeIfPresent_6forKeySbSgSbm_0R0QztKFTW', symObjAddr: 0x48C8, symBinAddr: 0x46F44, symSize: 0x14 } + - { offsetInCU: 0x2185, offset: 0x99162, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP15decodeIfPresent_6forKeySSSgSSm_0R0QztKFTW', symObjAddr: 0x48DC, symBinAddr: 0x46F58, symSize: 0x14 } + - { offsetInCU: 0x21A8, offset: 0x99185, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP15decodeIfPresent_6forKeySdSgSdm_0R0QztKFTW', symObjAddr: 0x48F0, symBinAddr: 0x46F6C, symSize: 0x20 } + - { offsetInCU: 0x21CB, offset: 0x991A8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP15decodeIfPresent_6forKeySiSgSim_0R0QztKFTW', symObjAddr: 0x492C, symBinAddr: 0x46FA8, symSize: 0x20 } + - { offsetInCU: 0x21EE, offset: 0x991CB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP15decodeIfPresent_6forKeys5Int64VSgAKm_0R0QztKFTW', symObjAddr: 0x49A0, symBinAddr: 0x4701C, symSize: 0x20 } + - { offsetInCU: 0x2211, offset: 0x991EE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP15decodeIfPresent_6forKeySuSgSum_0R0QztKFTW', symObjAddr: 0x49C0, symBinAddr: 0x4703C, symSize: 0x20 } + - { offsetInCU: 0x2234, offset: 0x99211, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP15decodeIfPresent_6forKeys6UInt64VSgAKm_0R0QztKFTW', symObjAddr: 0x4AC4, symBinAddr: 0x47140, symSize: 0x20 } + - { offsetInCU: 0x2257, offset: 0x99234, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP15decodeIfPresent_6forKeyqd__Sgqd__m_0R0QztKSeRd__lFTW', symObjAddr: 0x4AE4, symBinAddr: 0x47160, symSize: 0x28 } + - { offsetInCU: 0x22CD, offset: 0x992AA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP15decodeIfPresentySbSgSbmKFTW', symObjAddr: 0x61A4, symBinAddr: 0x48820, symSize: 0x14 } + - { offsetInCU: 0x22F0, offset: 0x992CD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP15decodeIfPresentySSSgSSmKFTW', symObjAddr: 0x61B8, symBinAddr: 0x48834, symSize: 0x14 } + - { offsetInCU: 0x2313, offset: 0x992F0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP15decodeIfPresentySdSgSdmKFTW', symObjAddr: 0x61CC, symBinAddr: 0x48848, symSize: 0x20 } + - { offsetInCU: 0x2336, offset: 0x99313, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP15decodeIfPresentySiSgSimKFTW', symObjAddr: 0x6208, symBinAddr: 0x48884, symSize: 0x20 } + - { offsetInCU: 0x2359, offset: 0x99336, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP15decodeIfPresentys5Int64VSgAImKFTW', symObjAddr: 0x627C, symBinAddr: 0x488F8, symSize: 0x20 } + - { offsetInCU: 0x237C, offset: 0x99359, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP15decodeIfPresentySuSgSumKFTW', symObjAddr: 0x629C, symBinAddr: 0x48918, symSize: 0x20 } + - { offsetInCU: 0x239F, offset: 0x9937C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP15decodeIfPresentys6UInt64VSgAImKFTW', symObjAddr: 0x63A0, symBinAddr: 0x48A1C, symSize: 0x20 } + - { offsetInCU: 0x23C2, offset: 0x9939F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP15decodeIfPresentyqd__Sgqd__mKSeRd__lFTW', symObjAddr: 0x63C0, symBinAddr: 0x48A3C, symSize: 0x28 } + - { offsetInCU: 0x2671, offset: 0x9964E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC20dateDecodingStrategy04dataeF0018nonConformingFloateF0AC10Foundation11JSONDecoderC04DateeF0O_AI04DataeF0OAC03NonijeF0OtcfC', symObjAddr: 0x0, symBinAddr: 0x4267C, symSize: 0xBC } + - { offsetInCU: 0x272F, offset: 0x9970C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC6decode_4fromxxm_AA0B0_ptKSeRzlF', symObjAddr: 0xBC, symBinAddr: 0x42738, symSize: 0x134 } + - { offsetInCU: 0x27F3, offset: 0x997D0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC20dateDecodingStrategy04dataeF0018nonConformingFloateF0AC10Foundation11JSONDecoderC04DateeF0O_AI04DataeF0OAC03NonijeF0Otcfc', symObjAddr: 0x1F0, symBinAddr: 0x4286C, symSize: 0xA8 } + - { offsetInCU: 0x2845, offset: 0x99822, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC20dateDecodingStrategy10Foundation11JSONDecoderC04DateeF0Ovg', symObjAddr: 0x31C, symBinAddr: 0x42998, symSize: 0x74 } + - { offsetInCU: 0x286A, offset: 0x99847, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC20dateDecodingStrategy10Foundation11JSONDecoderC04DateeF0Ovs', symObjAddr: 0x390, symBinAddr: 0x42A0C, symSize: 0x7C } + - { offsetInCU: 0x28A7, offset: 0x99884, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC20dateDecodingStrategy10Foundation11JSONDecoderC04DateeF0OvM', symObjAddr: 0x40C, symBinAddr: 0x42A88, symSize: 0xCC } + - { offsetInCU: 0x28F3, offset: 0x998D0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC20dateDecodingStrategy10Foundation11JSONDecoderC04DateeF0OvM.resume.0', symObjAddr: 0x4D8, symBinAddr: 0x42B54, symSize: 0x108 } + - { offsetInCU: 0x2947, offset: 0x99924, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC20dataDecodingStrategy10Foundation11JSONDecoderC04DataeF0Ovg', symObjAddr: 0x5E0, symBinAddr: 0x42C5C, symSize: 0x64 } + - { offsetInCU: 0x2966, offset: 0x99943, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC20dataDecodingStrategy10Foundation11JSONDecoderC04DataeF0Ovs', symObjAddr: 0x644, symBinAddr: 0x42CC0, symSize: 0x6C } + - { offsetInCU: 0x29A3, offset: 0x99980, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC20dataDecodingStrategy10Foundation11JSONDecoderC04DataeF0OvM', symObjAddr: 0x6B0, symBinAddr: 0x42D2C, symSize: 0xBC } + - { offsetInCU: 0x29EF, offset: 0x999CC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC20dataDecodingStrategy10Foundation11JSONDecoderC04DataeF0OvM.resume.0', symObjAddr: 0x76C, symBinAddr: 0x42DE8, symSize: 0xFC } + - { offsetInCU: 0x2A43, offset: 0x99A20, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34nonConformingFloatDecodingStrategyAC03NonefgH0Ovg', symObjAddr: 0x868, symBinAddr: 0x42EE4, symSize: 0xA0 } + - { offsetInCU: 0x2A62, offset: 0x99A3F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34nonConformingFloatDecodingStrategyAC03NonefgH0Ovs', symObjAddr: 0x908, symBinAddr: 0x42F84, symSize: 0x9C } + - { offsetInCU: 0x2AAB, offset: 0x99A88, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34nonConformingFloatDecodingStrategyAC03NonefgH0OvM', symObjAddr: 0x9A4, symBinAddr: 0x43020, symSize: 0x94 } + - { offsetInCU: 0x2AD7, offset: 0x99AB4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34nonConformingFloatDecodingStrategyAC03NonefgH0OvM.resume.0', symObjAddr: 0xA38, symBinAddr: 0x430B4, symSize: 0xC4 } + - { offsetInCU: 0x2B61, offset: 0x99B3E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueDecoder33_DDEFC033B005E1F1FC949B68024B9ED4LLC10decodeData2asxxm_tKSeRzlF', symObjAddr: 0xAFC, symBinAddr: 0x43178, symSize: 0x1470 } + - { offsetInCU: 0x309F, offset: 0x9A07C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderCfd', symObjAddr: 0x1F6C, symBinAddr: 0x445E8, symSize: 0x24 } + - { offsetInCU: 0x30D0, offset: 0x9A0AD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderCfD', symObjAddr: 0x1F90, symBinAddr: 0x4460C, symSize: 0x30 } + - { offsetInCU: 0x3125, offset: 0x9A102, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueDecoder33_DDEFC033B005E1F1FC949B68024B9ED4LLCfD', symObjAddr: 0x1FE0, symBinAddr: 0x4465C, symSize: 0x50 } + - { offsetInCU: 0x316B, offset: 0x9A148, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueDecoder33_DDEFC033B005E1F1FC949B68024B9ED4LLC9container7keyedBys22KeyedDecodingContainerVyxGxm_tKs9CodingKeyRzlF', symObjAddr: 0x2030, symBinAddr: 0x446AC, symSize: 0x1EC } + - { offsetInCU: 0x31DE, offset: 0x9A1BB, size: 0x8, addend: 0x0, symName: '_$ss13DecodingErrorO9CapacitorE12typeMismatch_2on10codingPathABypXp_AC7JSValue_pSays9CodingKey_pGtFZ', symObjAddr: 0x221C, symBinAddr: 0x44898, symSize: 0x138 } + - { offsetInCU: 0x32A7, offset: 0x9A284, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC4data10codingPath8userInfo7optionsADyxGSDySSAA7JSValue_pG_Says9CodingKey_pGSDys0s4UserpT0VypGAA0R7DecoderC7OptionsACLLVtcfC', symObjAddr: 0x2354, symBinAddr: 0x449D0, symSize: 0x60 } + - { offsetInCU: 0x3326, offset: 0x9A303, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueDecoder33_DDEFC033B005E1F1FC949B68024B9ED4LLC16unkeyedContainers015UnkeyedDecodingM0_pyKF', symObjAddr: 0x23B4, symBinAddr: 0x44A30, symSize: 0x1D0 } + - { offsetInCU: 0x3414, offset: 0x9A3F1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueDecoder33_DDEFC033B005E1F1FC949B68024B9ED4LLC20singleValueContainers06Singlem8DecodingN0_pyKF', symObjAddr: 0x2584, symBinAddr: 0x44C00, symSize: 0x120 } + - { offsetInCU: 0x349A, offset: 0x9A477, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC4data10codingPath8userInfo7optionsADyxGSDySSAA7JSValue_pG_Says9CodingKey_pGSDys0s4UserpT0VypGAA0R7DecoderC7OptionsACLLVtcfc', symObjAddr: 0x2710, symBinAddr: 0x44D8C, symSize: 0xD0 } + - { offsetInCU: 0x350D, offset: 0x9A4EA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCfd', symObjAddr: 0x27E0, symBinAddr: 0x44E5C, symSize: 0x44 } + - { offsetInCU: 0x3530, offset: 0x9A50D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCfD', symObjAddr: 0x2824, symBinAddr: 0x44EA0, symSize: 0x20 } + - { offsetInCU: 0x3553, offset: 0x9A530, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8containsySbxF', symObjAddr: 0x2844, symBinAddr: 0x44EC0, symSize: 0x94 } + - { offsetInCU: 0x3595, offset: 0x9A572, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8containsySbxFSbxXEfU_', symObjAddr: 0x28D8, symBinAddr: 0x44F54, symSize: 0xBC } + - { offsetInCU: 0x3624, offset: 0x9A601, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC9decodeNil6forKeySbx_tKF', symObjAddr: 0x2994, symBinAddr: 0x45010, symSize: 0x2B4 } + - { offsetInCU: 0x370B, offset: 0x9A6E8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC6decode_6forKeyqd__qd__m_xtKSeRd__lF', symObjAddr: 0x2C48, symBinAddr: 0x452C4, symSize: 0x3D0 } + - { offsetInCU: 0x38FE, offset: 0x9A8DB, size: 0x8, addend: 0x0, symName: '_$ss13DecodingErrorO9CapacitorE11keyNotFound_2on10codingPathABs9CodingKey_p_AC7JSValue_pSaysAG_pGtFZ', symObjAddr: 0x3018, symBinAddr: 0x45694, symSize: 0x168 } + - { offsetInCU: 0x3A1B, offset: 0x9A9F8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC013nestedUnkeyedC06forKeys0m8DecodingC0_px_tKF', symObjAddr: 0x3180, symBinAddr: 0x457FC, symSize: 0x494 } + - { offsetInCU: 0x3BDB, offset: 0x9ABB8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC06nestedC07keyedBy6forKeys0b8DecodingC0Vyqd__Gqd__m_xtKs06CodingP0Rd__lF', symObjAddr: 0x3614, symBinAddr: 0x45C90, symSize: 0x4BC } + - { offsetInCU: 0x3D85, offset: 0x9AD62, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyO8rawValueAFyx_GSgSS_tcfC', symObjAddr: 0x3AD0, symBinAddr: 0x4614C, symSize: 0x58 } + - { offsetInCU: 0x3DCA, offset: 0x9ADA7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyO11stringValueAFyx_GSgSS_tcfC', symObjAddr: 0x3B28, symBinAddr: 0x461A4, symSize: 0x18 } + - { offsetInCU: 0x3E02, offset: 0x9ADDF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC12superDecoders0M0_pyKF', symObjAddr: 0x3DB4, symBinAddr: 0x46430, symSize: 0x324 } + - { offsetInCU: 0x3FA3, offset: 0x9AF80, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC12superDecoder6forKeys0M0_px_tKF', symObjAddr: 0x40D8, symBinAddr: 0x46754, symSize: 0x3DC } + - { offsetInCU: 0x4176, offset: 0x9B153, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCfD', symObjAddr: 0x4B8C, symBinAddr: 0x47208, symSize: 0x48 } + - { offsetInCU: 0x41C6, offset: 0x9B1A3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC9decodeNilSbyKF', symObjAddr: 0x4BD4, symBinAddr: 0x47250, symSize: 0xC4 } + - { offsetInCU: 0x4297, offset: 0x9B274, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC6decodeyxxmKSeRzlF', symObjAddr: 0x57CC, symBinAddr: 0x47E48, symSize: 0x16C } + - { offsetInCU: 0x4413, offset: 0x9B3F0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC6decodeyxxmKSeRzlFSb_Tgm5', symObjAddr: 0x4C98, symBinAddr: 0x47314, symSize: 0x168 } + - { offsetInCU: 0x4586, offset: 0x9B563, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC6decodeyxxmKSeRzlFSS_Tgm5', symObjAddr: 0x4E00, symBinAddr: 0x4747C, symSize: 0x164 } + - { offsetInCU: 0x46F9, offset: 0x9B6D6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC6decodeyxxmKSeRzlFSd_Tgm5', symObjAddr: 0x4F64, symBinAddr: 0x475E0, symSize: 0x164 } + - { offsetInCU: 0x486C, offset: 0x9B849, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC6decodeyxxmKSeRzlFSf_Tgm5', symObjAddr: 0x50C8, symBinAddr: 0x47744, symSize: 0x164 } + - { offsetInCU: 0x49CB, offset: 0x9B9A8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC06nestedbC0s0b8DecodingC0_pyKF', symObjAddr: 0x5938, symBinAddr: 0x47FB4, symSize: 0x230 } + - { offsetInCU: 0x4B4B, offset: 0x9BB28, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC06nestedC07keyedBys013KeyedDecodingC0VyxGxm_tKs9CodingKeyRzlF', symObjAddr: 0x5B68, symBinAddr: 0x481E4, symSize: 0x258 } + - { offsetInCU: 0x4CB2, offset: 0x9BC8F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC12superDecoders0M0_pyKF', symObjAddr: 0x5DC0, symBinAddr: 0x4843C, symSize: 0x150 } + - { offsetInCU: 0x4E22, offset: 0x9BDFF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCfD', symObjAddr: 0x6448, symBinAddr: 0x48AC4, symSize: 0x48 } + - { offsetInCU: 0x4E5D, offset: 0x9BE3A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC4cast2toxxm_tKlFSd_Tgm5', symObjAddr: 0x6490, symBinAddr: 0x48B0C, symSize: 0xE0 } + - { offsetInCU: 0x4E94, offset: 0x9BE71, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC4cast2toxxm_tKlFSf_Tgm5', symObjAddr: 0x6570, symBinAddr: 0x48BEC, symSize: 0xE0 } + - { offsetInCU: 0x4ED9, offset: 0x9BEB6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC9castFloat2toxxm_tKSFRzlFSd_Tgm5', symObjAddr: 0x6650, symBinAddr: 0x48CCC, symSize: 0x39C } + - { offsetInCU: 0x5067, offset: 0x9C044, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC9castFloat2toxxm_tKSFRzlFSf_Tgm5', symObjAddr: 0x69EC, symBinAddr: 0x49068, symSize: 0x39C } + - { offsetInCU: 0x51E7, offset: 0x9C1C4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC6decodeyxxmKSeRzlF', symObjAddr: 0x6D88, symBinAddr: 0x49404, symSize: 0x110 } + - { offsetInCU: 0x5403, offset: 0x9C3E0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC6decodeyS2bmKFTf4dn_n', symObjAddr: 0x8394, symBinAddr: 0x4A8E4, symSize: 0xE8 } + - { offsetInCU: 0x547F, offset: 0x9C45C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC6decodeyS2SmKFTf4dn_n', symObjAddr: 0x847C, symBinAddr: 0x4A9CC, symSize: 0xE0 } + - { offsetInCU: 0x162, offset: 0x9C769, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueEncoder33_762F18EA3FB6340CB5CC34BC6E29A243LLCAA0B17EncodingContainerACLLA2aeCLLP4dataAA0B0_pSgvgTW', symObjAddr: 0x23A8, symBinAddr: 0x4D3F0, symSize: 0x40 } + - { offsetInCU: 0x1B3, offset: 0x9C7BA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueEncoder33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0C0AAsAEP8userInfoSDys010CodingUserM3KeyVypGvgTW', symObjAddr: 0x2DF8, symBinAddr: 0x4DE40, symSize: 0x14 } + - { offsetInCU: 0x316, offset: 0x9C91D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17AnyKeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCAA015JSValueEncodingD0ACLLA2aeCLLP4dataAA0M0_pSgvgTW', symObjAddr: 0x4E98, symBinAddr: 0x4FEE0, symSize: 0x78 } + - { offsetInCU: 0x38B, offset: 0x9C992, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLOAA07JSValuebC0ACLLA2aeCLLP4dataAA0L0_pSgvgTW', symObjAddr: 0x1E6C, symBinAddr: 0x4CEB4, symSize: 0x8 } + - { offsetInCU: 0x442, offset: 0x9CA49, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0bc8EncodingD0AAsAEP10codingPathSays9CodingKey_pGvgTW', symObjAddr: 0x7244, symBinAddr: 0x5228C, symSize: 0xC } + - { offsetInCU: 0x489, offset: 0x9CA90, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCAA015JSValueEncodingD0ACLLA2aeCLLP4dataAA0M0_pSgvgTW', symObjAddr: 0x77A0, symBinAddr: 0x527E8, symSize: 0x54 } + - { offsetInCU: 0x57A, offset: 0x9CB81, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP10codingPathSays9CodingKey_pGvgTW', symObjAddr: 0x4738, symBinAddr: 0x4F780, symSize: 0xC } + - { offsetInCU: 0x663, offset: 0x9CC6A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x420, symBinAddr: 0x4B4F4, symSize: 0x18 } + - { offsetInCU: 0x6A7, offset: 0x9CCAE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyOSHAASH9hashValueSivgTW', symObjAddr: 0x438, symBinAddr: 0x4B50C, symSize: 0x44 } + - { offsetInCU: 0x78A, offset: 0x9CD91, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x47C, symBinAddr: 0x4B550, symSize: 0x28 } + - { offsetInCU: 0x827, offset: 0x9CE2E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4E8, symBinAddr: 0x4B5BC, symSize: 0x48 } + - { offsetInCU: 0x858, offset: 0x9CE5F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyO21__derived_enum_equalsySbAE_AEtFZTf4nnd_n', symObjAddr: 0x8794, symBinAddr: 0x537DC, symSize: 0x15C } + - { offsetInCU: 0xB49, offset: 0x9D150, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC7Combine08TopLevelC0AadEP6encodey6OutputQzqd__KSERd__lFTW', symObjAddr: 0x1D68, symBinAddr: 0x4CDB0, symSize: 0x20 } + - { offsetInCU: 0xBA9, offset: 0x9D1B0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOWOb', symObjAddr: 0xF34, symBinAddr: 0x4C008, symSize: 0x18 } + - { offsetInCU: 0xBC1, offset: 0x9D1C8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOWOb', symObjAddr: 0xF34, symBinAddr: 0x4C008, symSize: 0x18 } + - { offsetInCU: 0xDF3, offset: 0x9D3FA, size: 0x8, addend: 0x0, symName: '_$sSayxG9Capacitor24JSValueEncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLA2B0cD0ADLLORszlAbcDLLP4dataAB0B0_pSgvgTW', symObjAddr: 0x2628, symBinAddr: 0x4D670, symSize: 0x8 } + - { offsetInCU: 0xF49, offset: 0x9D550, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueEncoder33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0C0AAsAEP9container7keyedBys22KeyedEncodingContainerVyqd__Gqd__m_ts9CodingKeyRd__lFTW', symObjAddr: 0x2E0C, symBinAddr: 0x4DE54, symSize: 0x20 } + - { offsetInCU: 0xF65, offset: 0x9D56C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueEncoder33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0C0AAsAEP16unkeyedContainers015UnkeyedEncodingM0_pyFTW', symObjAddr: 0x2E2C, symBinAddr: 0x4DE74, symSize: 0x20 } + - { offsetInCU: 0xF81, offset: 0x9D588, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueEncoder33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0C0AAsAEP20singleValueContainers06Singlem8EncodingN0_pyFTW', symObjAddr: 0x2E4C, symBinAddr: 0x4DE94, symSize: 0x20 } + - { offsetInCU: 0x13B8, offset: 0x9D9BF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_GSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x4320, symBinAddr: 0x4F368, symSize: 0x38 } + - { offsetInCU: 0x13D4, offset: 0x9D9DB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_GSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x4358, symBinAddr: 0x4F3A0, symSize: 0x18 } + - { offsetInCU: 0x13F0, offset: 0x9D9F7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_Gs06CodingM0AAsAHP11stringValueSSvgTW', symObjAddr: 0x4370, symBinAddr: 0x4F3B8, symSize: 0x14 } + - { offsetInCU: 0x140C, offset: 0x9DA13, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_Gs06CodingM0AAsAHP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4384, symBinAddr: 0x4F3CC, symSize: 0x30 } + - { offsetInCU: 0x1428, offset: 0x9DA2F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_Gs06CodingM0AAsAHP8intValueSiSgvgTW', symObjAddr: 0x43B4, symBinAddr: 0x4F3FC, symSize: 0xC } + - { offsetInCU: 0x145D, offset: 0x9DA64, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_Gs06CodingM0AAsAHP8intValuexSgSi_tcfCTW', symObjAddr: 0x43C0, symBinAddr: 0x4F408, symSize: 0x2C } + - { offsetInCU: 0x148E, offset: 0x9DA95, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyO8intValueAFyx_GSgSi_tcfCTf4dd_n', symObjAddr: 0xA388, symBinAddr: 0x5521C, symSize: 0x8 } + - { offsetInCU: 0x14ED, offset: 0x9DAF4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP9encodeNil6forKeyy0Q0Qz_tKFTW', symObjAddr: 0x4744, symBinAddr: 0x4F78C, symSize: 0x20 } + - { offsetInCU: 0x1510, offset: 0x9DB17, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyySb_0P0QztKFTW', symObjAddr: 0x4764, symBinAddr: 0x4F7AC, symSize: 0x38 } + - { offsetInCU: 0x1533, offset: 0x9DB3A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyySS_0P0QztKFTW', symObjAddr: 0x479C, symBinAddr: 0x4F7E4, symSize: 0x6C } + - { offsetInCU: 0x1556, offset: 0x9DB5D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyySd_0P0QztKFTW', symObjAddr: 0x4808, symBinAddr: 0x4F850, symSize: 0x3C } + - { offsetInCU: 0x1579, offset: 0x9DB80, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyySf_0P0QztKFTW', symObjAddr: 0x4844, symBinAddr: 0x4F88C, symSize: 0x3C } + - { offsetInCU: 0x159C, offset: 0x9DBA3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyySi_0P0QztKFTW', symObjAddr: 0x4880, symBinAddr: 0x4F8C8, symSize: 0x38 } + - { offsetInCU: 0x15BF, offset: 0x9DBC6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyys4Int8V_0P0QztKFTW', symObjAddr: 0x48B8, symBinAddr: 0x4F900, symSize: 0x38 } + - { offsetInCU: 0x15E2, offset: 0x9DBE9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyys5Int16V_0P0QztKFTW', symObjAddr: 0x48F0, symBinAddr: 0x4F938, symSize: 0x38 } + - { offsetInCU: 0x1605, offset: 0x9DC0C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyys5Int32V_0P0QztKFTW', symObjAddr: 0x4928, symBinAddr: 0x4F970, symSize: 0x38 } + - { offsetInCU: 0x1628, offset: 0x9DC2F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyys5Int64V_0P0QztKFTW', symObjAddr: 0x4960, symBinAddr: 0x4F9A8, symSize: 0x38 } + - { offsetInCU: 0x164B, offset: 0x9DC52, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyySu_0P0QztKFTW', symObjAddr: 0x4998, symBinAddr: 0x4F9E0, symSize: 0x38 } + - { offsetInCU: 0x166E, offset: 0x9DC75, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyys5UInt8V_0P0QztKFTW', symObjAddr: 0x49D0, symBinAddr: 0x4FA18, symSize: 0x38 } + - { offsetInCU: 0x1691, offset: 0x9DC98, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyys6UInt16V_0P0QztKFTW', symObjAddr: 0x4A08, symBinAddr: 0x4FA50, symSize: 0x38 } + - { offsetInCU: 0x16B4, offset: 0x9DCBB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyys6UInt32V_0P0QztKFTW', symObjAddr: 0x4A40, symBinAddr: 0x4FA88, symSize: 0x38 } + - { offsetInCU: 0x16D7, offset: 0x9DCDE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyys6UInt64V_0P0QztKFTW', symObjAddr: 0x4A78, symBinAddr: 0x4FAC0, symSize: 0x38 } + - { offsetInCU: 0x16FA, offset: 0x9DD01, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyyqd___0P0QztKSERd__lFTW', symObjAddr: 0x4AB0, symBinAddr: 0x4FAF8, symSize: 0x20 } + - { offsetInCU: 0x171D, offset: 0x9DD24, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP15encodeIfPresent_6forKeyySbSg_0R0QztKFTW', symObjAddr: 0x4AF8, symBinAddr: 0x4FB40, symSize: 0x20 } + - { offsetInCU: 0x1740, offset: 0x9DD47, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP15encodeIfPresent_6forKeyySSSg_0R0QztKFTW', symObjAddr: 0x4B18, symBinAddr: 0x4FB60, symSize: 0x20 } + - { offsetInCU: 0x1763, offset: 0x9DD6A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP15encodeIfPresent_6forKeyySdSg_0R0QztKFTW', symObjAddr: 0x4B38, symBinAddr: 0x4FB80, symSize: 0x34 } + - { offsetInCU: 0x1786, offset: 0x9DD8D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP15encodeIfPresent_6forKeyySiSg_0R0QztKFTW', symObjAddr: 0x4B90, symBinAddr: 0x4FBD8, symSize: 0x34 } + - { offsetInCU: 0x17A9, offset: 0x9DDB0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP15encodeIfPresent_6forKeyys5Int64VSg_0R0QztKFTW', symObjAddr: 0x4C64, symBinAddr: 0x4FCAC, symSize: 0x34 } + - { offsetInCU: 0x17CC, offset: 0x9DDD3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP15encodeIfPresent_6forKeyySuSg_0R0QztKFTW', symObjAddr: 0x4C98, symBinAddr: 0x4FCE0, symSize: 0x34 } + - { offsetInCU: 0x17EF, offset: 0x9DDF6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP15encodeIfPresent_6forKeyys6UInt64VSg_0R0QztKFTW', symObjAddr: 0x4DA0, symBinAddr: 0x4FDE8, symSize: 0x34 } + - { offsetInCU: 0x1812, offset: 0x9DE19, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP15encodeIfPresent_6forKeyyqd__Sg_0R0QztKSERd__lFTW', symObjAddr: 0x4DD4, symBinAddr: 0x4FE1C, symSize: 0x20 } + - { offsetInCU: 0x1835, offset: 0x9DE3C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP06nestedC07keyedBy6forKeys0blC0Vyqd__Gqd__m_0R0Qzts06CodingR0Rd__lFTW', symObjAddr: 0x4DF4, symBinAddr: 0x4FE3C, symSize: 0x20 } + - { offsetInCU: 0x1851, offset: 0x9DE58, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP013nestedUnkeyedC06forKeys0olC0_p0Q0Qz_tFTW', symObjAddr: 0x4E14, symBinAddr: 0x4FE5C, symSize: 0x20 } + - { offsetInCU: 0x186D, offset: 0x9DE74, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP12superEncoders0O0_pyFTW', symObjAddr: 0x4E34, symBinAddr: 0x4FE7C, symSize: 0x20 } + - { offsetInCU: 0x1889, offset: 0x9DE90, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP12superEncoder6forKeys0O0_p0Q0Qz_tFTW', symObjAddr: 0x4E54, symBinAddr: 0x4FE9C, symSize: 0x20 } + - { offsetInCU: 0x18BC, offset: 0x9DEC3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGAA015JSValueEncodingC0ACLLA2afCLLP4dataAA0L0_pSgvgTW', symObjAddr: 0x4F64, symBinAddr: 0x4FFAC, symSize: 0x20 } + - { offsetInCU: 0x1BB3, offset: 0x9E1BA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP5countSivgTW', symObjAddr: 0x6284, symBinAddr: 0x512CC, symSize: 0x38 } + - { offsetInCU: 0x1C92, offset: 0x9E299, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP9encodeNilyyKFTW', symObjAddr: 0x62BC, symBinAddr: 0x51304, symSize: 0xB4 } + - { offsetInCU: 0x1D41, offset: 0x9E348, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyySbKFTW', symObjAddr: 0x6370, symBinAddr: 0x513B8, symSize: 0x20 } + - { offsetInCU: 0x1D64, offset: 0x9E36B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyySSKFTW', symObjAddr: 0x6390, symBinAddr: 0x513D8, symSize: 0x20 } + - { offsetInCU: 0x1D87, offset: 0x9E38E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyySdKFTW', symObjAddr: 0x63B0, symBinAddr: 0x513F8, symSize: 0x20 } + - { offsetInCU: 0x1DAA, offset: 0x9E3B1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyySfKFTW', symObjAddr: 0x63D0, symBinAddr: 0x51418, symSize: 0x20 } + - { offsetInCU: 0x1DCD, offset: 0x9E3D4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyySiKFTW', symObjAddr: 0x63F0, symBinAddr: 0x51438, symSize: 0x28 } + - { offsetInCU: 0x1DF0, offset: 0x9E3F7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyys4Int8VKFTW', symObjAddr: 0x6418, symBinAddr: 0x51460, symSize: 0x28 } + - { offsetInCU: 0x1E13, offset: 0x9E41A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyys5Int16VKFTW', symObjAddr: 0x6440, symBinAddr: 0x51488, symSize: 0x28 } + - { offsetInCU: 0x1E36, offset: 0x9E43D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyys5Int32VKFTW', symObjAddr: 0x6468, symBinAddr: 0x514B0, symSize: 0x28 } + - { offsetInCU: 0x1E59, offset: 0x9E460, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyys5Int64VKFTW', symObjAddr: 0x6490, symBinAddr: 0x514D8, symSize: 0x28 } + - { offsetInCU: 0x1E7C, offset: 0x9E483, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyySuKFTW', symObjAddr: 0x64B8, symBinAddr: 0x51500, symSize: 0x28 } + - { offsetInCU: 0x1E9F, offset: 0x9E4A6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyys5UInt8VKFTW', symObjAddr: 0x64E0, symBinAddr: 0x51528, symSize: 0x28 } + - { offsetInCU: 0x1EC2, offset: 0x9E4C9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyys6UInt16VKFTW', symObjAddr: 0x6508, symBinAddr: 0x51550, symSize: 0x28 } + - { offsetInCU: 0x1EE5, offset: 0x9E4EC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyys6UInt32VKFTW', symObjAddr: 0x6530, symBinAddr: 0x51578, symSize: 0x28 } + - { offsetInCU: 0x1F08, offset: 0x9E50F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyys6UInt64VKFTW', symObjAddr: 0x6558, symBinAddr: 0x515A0, symSize: 0x28 } + - { offsetInCU: 0x1F2B, offset: 0x9E532, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyyqd__KSERd__lFTW', symObjAddr: 0x6580, symBinAddr: 0x515C8, symSize: 0x20 } + - { offsetInCU: 0x1F4E, offset: 0x9E555, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP06nestedC07keyedBys05KeyedlC0Vyqd__Gqd__m_ts9CodingKeyRd__lFTW', symObjAddr: 0x6828, symBinAddr: 0x51870, symSize: 0x20 } + - { offsetInCU: 0x1F6A, offset: 0x9E571, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP06nestedbC0sAE_pyFTW', symObjAddr: 0x6848, symBinAddr: 0x51890, symSize: 0x20 } + - { offsetInCU: 0x1F86, offset: 0x9E58D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP12superEncoders0N0_pyFTW', symObjAddr: 0x6868, symBinAddr: 0x518B0, symSize: 0x20 } + - { offsetInCU: 0x1FA2, offset: 0x9E5A9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCAA015JSValueEncodingC0ACLLA2aeCLLP4dataAA0L0_pSgvgTW', symObjAddr: 0x6888, symBinAddr: 0x518D0, symSize: 0x58 } + - { offsetInCU: 0x20CF, offset: 0x9E6D6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0bc8EncodingD0AAsAEP9encodeNilyyKFTW', symObjAddr: 0x7250, symBinAddr: 0x52298, symSize: 0xA4 } + - { offsetInCU: 0x215E, offset: 0x9E765, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0bc8EncodingD0AAsAEP6encodeyySbKFTW', symObjAddr: 0x72F4, symBinAddr: 0x5233C, symSize: 0x70 } + - { offsetInCU: 0x21C4, offset: 0x9E7CB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0bc8EncodingD0AAsAEP6encodeyySSKFTW', symObjAddr: 0x7364, symBinAddr: 0x523AC, symSize: 0x84 } + - { offsetInCU: 0x222C, offset: 0x9E833, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0bc8EncodingD0AAsAEP6encodeyySdKFTW', symObjAddr: 0x73E8, symBinAddr: 0x52430, symSize: 0x20 } + - { offsetInCU: 0x2299, offset: 0x9E8A0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0bc8EncodingD0AAsAEP6encodeyySfKFTW', symObjAddr: 0x7408, symBinAddr: 0x52450, symSize: 0x20 } + - { offsetInCU: 0x22E4, offset: 0x9E8EB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0bc8EncodingD0AAsAEP6encodeyyqd__KSERd__lFTW', symObjAddr: 0x7780, symBinAddr: 0x527C8, symSize: 0x20 } + - { offsetInCU: 0x2572, offset: 0x9EB79, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV5merge_8isUnique16uniquingKeysWithyqd__n_Sbq_q__q_tKXEtKSTRd__x_q_t7ElementRtd__lFSS_9Capacitor7JSValue_ps15LazyMapSequenceVySDySSAhI_pGSS_AhI_ptGTg505$sSa9j76AA17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLORszlE4dataACLLAA7K28_pSgvgAaF_pAaF_p_AaF_ptXEfU_Tf1nncn_n', symObjAddr: 0x8378, symBinAddr: 0x533C0, symSize: 0x3DC } + - { offsetInCU: 0x2798, offset: 0x9ED9F, size: 0x8, addend: 0x0, symName: '_$sxq_xq_Iegnnrr_x3key_q_5valuetx_q_tIegnr_SHRzr0_lTRSS_9Capacitor7JSValue_pTg5081$sSD5merge_16uniquingKeysWithySDyxq_Gn_q_q__q_tKXEtKFx_q_tx_q_tcfU_SS_9Capacitor7D5_pTG5Tf3nnpf_n', symObjAddr: 0x8754, symBinAddr: 0x5379C, symSize: 0x40 } + - { offsetInCU: 0x27E5, offset: 0x9EDEC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOWOy', symObjAddr: 0x88F0, symBinAddr: 0x53938, symSize: 0x40 } + - { offsetInCU: 0x27F9, offset: 0x9EE00, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOWOe', symObjAddr: 0x8930, symBinAddr: 0x53978, symSize: 0x40 } + - { offsetInCU: 0x280D, offset: 0x9EE14, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC7Options33_762F18EA3FB6340CB5CC34BC6E29A243LLVWOc', symObjAddr: 0x8970, symBinAddr: 0x539B8, symSize: 0x44 } + - { offsetInCU: 0x2821, offset: 0x9EE28, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC7Options33_762F18EA3FB6340CB5CC34BC6E29A243LLVWOb', symObjAddr: 0x89C8, symBinAddr: 0x53A10, symSize: 0x44 } + - { offsetInCU: 0x2835, offset: 0x9EE3C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC7Options33_762F18EA3FB6340CB5CC34BC6E29A243LLVWOh', symObjAddr: 0x8A0C, symBinAddr: 0x53A54, symSize: 0x3C } + - { offsetInCU: 0x2849, offset: 0x9EE50, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyOSHAASQWb', symObjAddr: 0x8A48, symBinAddr: 0x53A90, symSize: 0x4 } + - { offsetInCU: 0x285D, offset: 0x9EE64, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyOAESQAAWl', symObjAddr: 0x8A4C, symBinAddr: 0x53A94, symSize: 0x44 } + - { offsetInCU: 0x2871, offset: 0x9EE78, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderCMU', symObjAddr: 0x8A90, symBinAddr: 0x53AD8, symSize: 0x8 } + - { offsetInCU: 0x2885, offset: 0x9EE8C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderCMr', symObjAddr: 0x8AAC, symBinAddr: 0x53AF4, symSize: 0x6C } + - { offsetInCU: 0x2899, offset: 0x9EEA0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyOwet', symObjAddr: 0x8B28, symBinAddr: 0x53B60, symSize: 0x90 } + - { offsetInCU: 0x28AD, offset: 0x9EEB4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyOwst', symObjAddr: 0x8BB8, symBinAddr: 0x53BF0, symSize: 0xBC } + - { offsetInCU: 0x28C1, offset: 0x9EEC8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyOwug', symObjAddr: 0x8C74, symBinAddr: 0x53CAC, symSize: 0x8 } + - { offsetInCU: 0x28D5, offset: 0x9EEDC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyOwup', symObjAddr: 0x8C7C, symBinAddr: 0x53CB4, symSize: 0x4 } + - { offsetInCU: 0x28E9, offset: 0x9EEF0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyOwui', symObjAddr: 0x8C80, symBinAddr: 0x53CB8, symSize: 0xC } + - { offsetInCU: 0x28FD, offset: 0x9EF04, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyOMa', symObjAddr: 0x8C8C, symBinAddr: 0x53CC4, symSize: 0x10 } + - { offsetInCU: 0x2911, offset: 0x9EF18, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOwxx', symObjAddr: 0x8C9C, symBinAddr: 0x53CD4, symSize: 0x48 } + - { offsetInCU: 0x2925, offset: 0x9EF2C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOwcp', symObjAddr: 0x8CE4, symBinAddr: 0x53D1C, symSize: 0x78 } + - { offsetInCU: 0x2939, offset: 0x9EF40, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOwca', symObjAddr: 0x8D5C, symBinAddr: 0x53D94, symSize: 0x128 } + - { offsetInCU: 0x294D, offset: 0x9EF54, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOwta', symObjAddr: 0x8E98, symBinAddr: 0x53EBC, symSize: 0x98 } + - { offsetInCU: 0x2961, offset: 0x9EF68, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOwet', symObjAddr: 0x8F30, symBinAddr: 0x53F54, symSize: 0x54 } + - { offsetInCU: 0x2975, offset: 0x9EF7C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOwst', symObjAddr: 0x8F84, symBinAddr: 0x53FA8, symSize: 0x58 } + - { offsetInCU: 0x2989, offset: 0x9EF90, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOwug', symObjAddr: 0x8FDC, symBinAddr: 0x54000, symSize: 0x18 } + - { offsetInCU: 0x299D, offset: 0x9EFA4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOwup', symObjAddr: 0x8FF4, symBinAddr: 0x54018, symSize: 0x4 } + - { offsetInCU: 0x29B1, offset: 0x9EFB8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOwui', symObjAddr: 0x8FF8, symBinAddr: 0x5401C, symSize: 0x30 } + - { offsetInCU: 0x29C5, offset: 0x9EFCC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOMa', symObjAddr: 0x9028, symBinAddr: 0x5404C, symSize: 0x10 } + - { offsetInCU: 0x29D9, offset: 0x9EFE0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueEncoder33_762F18EA3FB6340CB5CC34BC6E29A243LLCMU', symObjAddr: 0x9038, symBinAddr: 0x5405C, symSize: 0x8 } + - { offsetInCU: 0x29ED, offset: 0x9EFF4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueEncoder33_762F18EA3FB6340CB5CC34BC6E29A243LLCMr', symObjAddr: 0x9040, symBinAddr: 0x54064, symSize: 0x80 } + - { offsetInCU: 0x2A01, offset: 0x9F008, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCMi', symObjAddr: 0x90C0, symBinAddr: 0x540E4, symSize: 0x4 } + - { offsetInCU: 0x2A15, offset: 0x9F01C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCMr', symObjAddr: 0x90C4, symBinAddr: 0x540E8, symSize: 0x84 } + - { offsetInCU: 0x2A29, offset: 0x9F030, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCMa', symObjAddr: 0x9148, symBinAddr: 0x5416C, symSize: 0xC } + - { offsetInCU: 0x2A3D, offset: 0x9F044, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17AnyKeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCMa', symObjAddr: 0x9154, symBinAddr: 0x54178, symSize: 0x20 } + - { offsetInCU: 0x2A51, offset: 0x9F058, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCMU', symObjAddr: 0x9174, symBinAddr: 0x54198, symSize: 0x8 } + - { offsetInCU: 0x2A65, offset: 0x9F06C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCMr', symObjAddr: 0x9190, symBinAddr: 0x541B4, symSize: 0x84 } + - { offsetInCU: 0x2A79, offset: 0x9F080, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCMU', symObjAddr: 0x9214, symBinAddr: 0x54238, symSize: 0x8 } + - { offsetInCU: 0x2A8D, offset: 0x9F094, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCMr', symObjAddr: 0x9264, symBinAddr: 0x54288, symSize: 0x88 } + - { offsetInCU: 0x2AA1, offset: 0x9F0A8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOwCP', symObjAddr: 0x92EC, symBinAddr: 0x54310, symSize: 0x30 } + - { offsetInCU: 0x2AB5, offset: 0x9F0BC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOwxx', symObjAddr: 0x931C, symBinAddr: 0x54340, symSize: 0x4 } + - { offsetInCU: 0x2AC9, offset: 0x9F0D0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOwcp', symObjAddr: 0x9340, symBinAddr: 0x54344, symSize: 0x6C } + - { offsetInCU: 0x2ADD, offset: 0x9F0E4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOwca', symObjAddr: 0x93AC, symBinAddr: 0x543B0, symSize: 0x9C } + - { offsetInCU: 0x2AF1, offset: 0x9F0F8, size: 0x8, addend: 0x0, symName: ___swift_memcpy41_8, symObjAddr: 0x9448, symBinAddr: 0x5444C, symSize: 0x14 } + - { offsetInCU: 0x2B05, offset: 0x9F10C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOwta', symObjAddr: 0x945C, symBinAddr: 0x54460, symSize: 0x64 } + - { offsetInCU: 0x2B19, offset: 0x9F120, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOwet', symObjAddr: 0x94C0, symBinAddr: 0x544C4, symSize: 0x3C } + - { offsetInCU: 0x2B2D, offset: 0x9F134, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOwst', symObjAddr: 0x94FC, symBinAddr: 0x54500, symSize: 0x4C } + - { offsetInCU: 0x2B41, offset: 0x9F148, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOwug', symObjAddr: 0x9548, symBinAddr: 0x5454C, symSize: 0x1C } + - { offsetInCU: 0x2B55, offset: 0x9F15C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOwup', symObjAddr: 0x9564, symBinAddr: 0x54568, symSize: 0x4 } + - { offsetInCU: 0x2B69, offset: 0x9F170, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOwui', symObjAddr: 0x9568, symBinAddr: 0x5456C, symSize: 0x28 } + - { offsetInCU: 0x2B7D, offset: 0x9F184, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOMa', symObjAddr: 0x9590, symBinAddr: 0x54594, symSize: 0x10 } + - { offsetInCU: 0x2B91, offset: 0x9F198, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLOwCP', symObjAddr: 0x95A0, symBinAddr: 0x545A4, symSize: 0x30 } + - { offsetInCU: 0x2BA5, offset: 0x9F1AC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLOwxx', symObjAddr: 0x95D0, symBinAddr: 0x545D4, symSize: 0xC } + - { offsetInCU: 0x2BB9, offset: 0x9F1C0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLOwca', symObjAddr: 0x95DC, symBinAddr: 0x545E0, symSize: 0x40 } + - { offsetInCU: 0x2BCD, offset: 0x9F1D4, size: 0x8, addend: 0x0, symName: ___swift_memcpy8_8, symObjAddr: 0x961C, symBinAddr: 0x54620, symSize: 0xC } + - { offsetInCU: 0x2BE1, offset: 0x9F1E8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLOwta', symObjAddr: 0x9628, symBinAddr: 0x5462C, symSize: 0x34 } + - { offsetInCU: 0x2BF5, offset: 0x9F1FC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLOwet', symObjAddr: 0x965C, symBinAddr: 0x54660, symSize: 0x58 } + - { offsetInCU: 0x2C09, offset: 0x9F210, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLOwst', symObjAddr: 0x96B4, symBinAddr: 0x546B8, symSize: 0x54 } + - { offsetInCU: 0x2C1D, offset: 0x9F224, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLOwug', symObjAddr: 0x9708, symBinAddr: 0x5470C, symSize: 0xC } + - { offsetInCU: 0x2C31, offset: 0x9F238, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLOwup', symObjAddr: 0x9714, symBinAddr: 0x54718, symSize: 0x10 } + - { offsetInCU: 0x2C45, offset: 0x9F24C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLOwui', symObjAddr: 0x9724, symBinAddr: 0x54728, symSize: 0x14 } + - { offsetInCU: 0x2C59, offset: 0x9F260, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLOMa', symObjAddr: 0x9738, symBinAddr: 0x5473C, symSize: 0x10 } + - { offsetInCU: 0x2C6D, offset: 0x9F274, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC7Options33_762F18EA3FB6340CB5CC34BC6E29A243LLVwCP', symObjAddr: 0x9748, symBinAddr: 0x5474C, symSize: 0x11C } + - { offsetInCU: 0x2C81, offset: 0x9F288, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC7Options33_762F18EA3FB6340CB5CC34BC6E29A243LLVwxx', symObjAddr: 0x9864, symBinAddr: 0x54868, symSize: 0xA4 } + - { offsetInCU: 0x2C95, offset: 0x9F29C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC7Options33_762F18EA3FB6340CB5CC34BC6E29A243LLVwcp', symObjAddr: 0x9908, symBinAddr: 0x5490C, symSize: 0xF0 } + - { offsetInCU: 0x2CA9, offset: 0x9F2B0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC7Options33_762F18EA3FB6340CB5CC34BC6E29A243LLVwca', symObjAddr: 0x99F8, symBinAddr: 0x549FC, symSize: 0x1A0 } + - { offsetInCU: 0x2CBD, offset: 0x9F2C4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC7Options33_762F18EA3FB6340CB5CC34BC6E29A243LLVwtk', symObjAddr: 0x9B98, symBinAddr: 0x54B9C, symSize: 0xB4 } + - { offsetInCU: 0x2CD1, offset: 0x9F2D8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC7Options33_762F18EA3FB6340CB5CC34BC6E29A243LLVwta', symObjAddr: 0x9C4C, symBinAddr: 0x54C50, symSize: 0x10C } + - { offsetInCU: 0x2CE5, offset: 0x9F2EC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC7Options33_762F18EA3FB6340CB5CC34BC6E29A243LLVwet', symObjAddr: 0x9D58, symBinAddr: 0x54D5C, symSize: 0xC } + - { offsetInCU: 0x2CF9, offset: 0x9F300, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC7Options33_762F18EA3FB6340CB5CC34BC6E29A243LLVwst', symObjAddr: 0x9E18, symBinAddr: 0x54E1C, symSize: 0xC } + - { offsetInCU: 0x2D0D, offset: 0x9F314, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC7Options33_762F18EA3FB6340CB5CC34BC6E29A243LLVMr', symObjAddr: 0x9EC8, symBinAddr: 0x54ECC, symSize: 0x98 } + - { offsetInCU: 0x2D21, offset: 0x9F328, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAA3KeysAFP_s06CodingN0PWT', symObjAddr: 0x9F60, symBinAddr: 0x54F64, symSize: 0x8 } + - { offsetInCU: 0x2D35, offset: 0x9F33C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24JSValueEncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LL_pWOb', symObjAddr: 0x9FA8, symBinAddr: 0x54FAC, symSize: 0x18 } + - { offsetInCU: 0x2D50, offset: 0x9F357, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOWOh', symObjAddr: 0x9FC0, symBinAddr: 0x54FC4, symSize: 0x24 } + - { offsetInCU: 0x2D80, offset: 0x9F387, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOMa', symObjAddr: 0xA030, symBinAddr: 0x54FE8, symSize: 0xC } + - { offsetInCU: 0x2D94, offset: 0x9F39B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7JSValue_pSgWOd', symObjAddr: 0xA0A4, symBinAddr: 0x54FF4, symSize: 0x48 } + - { offsetInCU: 0x2DA8, offset: 0x9F3AF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17AnyKeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyAdA0cD0ACLLCyxGcs9CodingKeyRzlufcSDySSAA7JSValue_pGSgycfU_TA', symObjAddr: 0xA0EC, symBinAddr: 0x5503C, symSize: 0x4 } + - { offsetInCU: 0x2DC0, offset: 0x9F3C7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17AnyKeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyAdA0cD0ACLLCyxGcs9CodingKeyRzlufcSDySSAA7JSValue_pGSgycfU_TA', symObjAddr: 0xA0EC, symBinAddr: 0x5503C, symSize: 0x4 } + - { offsetInCU: 0x2DDA, offset: 0x9F3E1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOMi', symObjAddr: 0xA260, symBinAddr: 0x550F8, symSize: 0x8 } + - { offsetInCU: 0x2DEE, offset: 0x9F3F5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOwet', symObjAddr: 0xA26C, symBinAddr: 0x55100, symSize: 0x50 } + - { offsetInCU: 0x2E02, offset: 0x9F409, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOwst', symObjAddr: 0xA2BC, symBinAddr: 0x55150, symSize: 0x8C } + - { offsetInCU: 0x2E16, offset: 0x9F41D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOwug', symObjAddr: 0xA348, symBinAddr: 0x551DC, symSize: 0x8 } + - { offsetInCU: 0x2E2A, offset: 0x9F431, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOwup', symObjAddr: 0xA350, symBinAddr: 0x551E4, symSize: 0x4 } + - { offsetInCU: 0x2E3E, offset: 0x9F445, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOwui', symObjAddr: 0xA354, symBinAddr: 0x551E8, symSize: 0x4 } + - { offsetInCU: 0x2E52, offset: 0x9F459, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_GSHAASQWb', symObjAddr: 0xA358, symBinAddr: 0x551EC, symSize: 0x10 } + - { offsetInCU: 0x2E66, offset: 0x9F46D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_Gs06CodingM0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xA368, symBinAddr: 0x551FC, symSize: 0x10 } + - { offsetInCU: 0x2E7A, offset: 0x9F481, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_Gs06CodingM0AAs23CustomStringConvertiblePWb', symObjAddr: 0xA378, symBinAddr: 0x5520C, symSize: 0x10 } + - { offsetInCU: 0x2F2B, offset: 0x9F532, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4A4, symBinAddr: 0x4B578, symSize: 0x40 } + - { offsetInCU: 0x333B, offset: 0x9F942, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_GSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x41E0, symBinAddr: 0x4F228, symSize: 0x54 } + - { offsetInCU: 0x3357, offset: 0x9F95E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_GSHAASH9hashValueSivgTW', symObjAddr: 0x4234, symBinAddr: 0x4F27C, symSize: 0x4C } + - { offsetInCU: 0x3373, offset: 0x9F97A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_GSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4280, symBinAddr: 0x4F2C8, symSize: 0x50 } + - { offsetInCU: 0x338F, offset: 0x9F996, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_GSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x42D0, symBinAddr: 0x4F318, symSize: 0x50 } + - { offsetInCU: 0x33AB, offset: 0x9F9B2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_Gs28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0x43EC, symBinAddr: 0x4F434, symSize: 0x34 } + - { offsetInCU: 0x33C7, offset: 0x9F9CE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_Gs23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0x4420, symBinAddr: 0x4F468, symSize: 0x34 } + - { offsetInCU: 0x33E3, offset: 0x9F9EA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP17encodeConditional_6forKeyyqd___0Q0QztKRld__CSERd__lFTW', symObjAddr: 0x4AD0, symBinAddr: 0x4FB18, symSize: 0x28 } + - { offsetInCU: 0x3448, offset: 0x9FA4F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP17encodeConditionalyyqd__KRld__CSERd__lFTW', symObjAddr: 0x65A0, symBinAddr: 0x515E8, symSize: 0x28 } + - { offsetInCU: 0x346B, offset: 0x9FA72, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__Sb7ElementRtd__lFTW', symObjAddr: 0x65C8, symBinAddr: 0x51610, symSize: 0x28 } + - { offsetInCU: 0x348E, offset: 0x9FA95, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__SS7ElementRtd__lFTW', symObjAddr: 0x65F0, symBinAddr: 0x51638, symSize: 0x28 } + - { offsetInCU: 0x34B1, offset: 0x9FAB8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__Sd7ElementRtd__lFTW', symObjAddr: 0x6618, symBinAddr: 0x51660, symSize: 0x28 } + - { offsetInCU: 0x34D4, offset: 0x9FADB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__Sf7ElementRtd__lFTW', symObjAddr: 0x6640, symBinAddr: 0x51688, symSize: 0x28 } + - { offsetInCU: 0x34F7, offset: 0x9FAFE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__Si7ElementRtd__lFTW', symObjAddr: 0x6668, symBinAddr: 0x516B0, symSize: 0x28 } + - { offsetInCU: 0x351A, offset: 0x9FB21, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__s4Int8V7ElementRtd__lFTW', symObjAddr: 0x6690, symBinAddr: 0x516D8, symSize: 0x28 } + - { offsetInCU: 0x353D, offset: 0x9FB44, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__s5Int16V7ElementRtd__lFTW', symObjAddr: 0x66B8, symBinAddr: 0x51700, symSize: 0x28 } + - { offsetInCU: 0x3560, offset: 0x9FB67, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__s5Int32V7ElementRtd__lFTW', symObjAddr: 0x66E0, symBinAddr: 0x51728, symSize: 0x28 } + - { offsetInCU: 0x3583, offset: 0x9FB8A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__s5Int64V7ElementRtd__lFTW', symObjAddr: 0x6708, symBinAddr: 0x51750, symSize: 0x28 } + - { offsetInCU: 0x35A6, offset: 0x9FBAD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__Su7ElementRtd__lFTW', symObjAddr: 0x6730, symBinAddr: 0x51778, symSize: 0x28 } + - { offsetInCU: 0x35C9, offset: 0x9FBD0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__s5UInt8V7ElementRtd__lFTW', symObjAddr: 0x6758, symBinAddr: 0x517A0, symSize: 0x28 } + - { offsetInCU: 0x35EC, offset: 0x9FBF3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__s6UInt16V7ElementRtd__lFTW', symObjAddr: 0x6780, symBinAddr: 0x517C8, symSize: 0x28 } + - { offsetInCU: 0x360F, offset: 0x9FC16, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__s6UInt32V7ElementRtd__lFTW', symObjAddr: 0x67A8, symBinAddr: 0x517F0, symSize: 0x28 } + - { offsetInCU: 0x3632, offset: 0x9FC39, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__s6UInt64V7ElementRtd__lFTW', symObjAddr: 0x67D0, symBinAddr: 0x51818, symSize: 0x28 } + - { offsetInCU: 0x3655, offset: 0x9FC5C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__SE7ElementRpd__lFTW', symObjAddr: 0x67F8, symBinAddr: 0x51840, symSize: 0x30 } + - { offsetInCU: 0x3969, offset: 0x9FF70, size: 0x8, addend: 0x0, symName: '_$sSD11removeValue6forKeyq_Sgx_tFSS_9Capacitor07EncodedB033_762F18EA3FB6340CB5CC34BC6E29A243LLOTg5', symObjAddr: 0x0, symBinAddr: 0x4B0D4, symSize: 0xE8 } + - { offsetInCU: 0x3A78, offset: 0xA007F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24optionalEncodingStrategy04dateeF004dataeF0018nonConformingFloatE7StategyA2C08OptionaleF0O_10Foundation11JSONEncoderC04DateeF0OAL04DataeF0OAC03NonjkeF0OtcfC', symObjAddr: 0xE8, symBinAddr: 0x4B1BC, symSize: 0xD4 } + - { offsetInCU: 0x3AFD, offset: 0xA0104, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC14encodeJSObjectySDySSAA0B0_pGxKSERzlF', symObjAddr: 0x1BC, symBinAddr: 0x4B290, symSize: 0x1EC } + - { offsetInCU: 0x3B8B, offset: 0xA0192, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyO21__derived_enum_equalsySbAE_AEtFZ', symObjAddr: 0x3A8, symBinAddr: 0x4B47C, symSize: 0x10 } + - { offsetInCU: 0x3BC1, offset: 0xA01C8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyO4hash4intoys6HasherVz_tF', symObjAddr: 0x3B8, symBinAddr: 0x4B48C, symSize: 0x24 } + - { offsetInCU: 0x3C47, offset: 0xA024E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyO9hashValueSivg', symObjAddr: 0x3DC, symBinAddr: 0x4B4B0, symSize: 0x44 } + - { offsetInCU: 0x3D56, offset: 0xA035D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyO21__derived_enum_equalsySbAE_AEtFZ', symObjAddr: 0x4E4, symBinAddr: 0x4B5B8, symSize: 0x4 } + - { offsetInCU: 0x3D71, offset: 0xA0378, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24optionalEncodingStrategyAC08OptionaleF0Ovg', symObjAddr: 0x530, symBinAddr: 0x4B604, symSize: 0x44 } + - { offsetInCU: 0x3D90, offset: 0xA0397, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24optionalEncodingStrategyAC08OptionaleF0Ovs', symObjAddr: 0x574, symBinAddr: 0x4B648, symSize: 0x50 } + - { offsetInCU: 0x3DD5, offset: 0xA03DC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24optionalEncodingStrategyAC08OptionaleF0OvM', symObjAddr: 0x5C4, symBinAddr: 0x4B698, symSize: 0x6C } + - { offsetInCU: 0x3E01, offset: 0xA0408, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24optionalEncodingStrategyAC08OptionaleF0OvM.resume.0', symObjAddr: 0x630, symBinAddr: 0x4B704, symSize: 0x14 } + - { offsetInCU: 0x3E2A, offset: 0xA0431, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC20dateEncodingStrategy10Foundation11JSONEncoderC04DateeF0Ovg', symObjAddr: 0x644, symBinAddr: 0x4B718, symSize: 0x74 } + - { offsetInCU: 0x3E49, offset: 0xA0450, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC20dateEncodingStrategy10Foundation11JSONEncoderC04DateeF0Ovs', symObjAddr: 0x6B8, symBinAddr: 0x4B78C, symSize: 0x7C } + - { offsetInCU: 0x3E86, offset: 0xA048D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC20dateEncodingStrategy10Foundation11JSONEncoderC04DateeF0OvM', symObjAddr: 0x734, symBinAddr: 0x4B808, symSize: 0xCC } + - { offsetInCU: 0x3ED2, offset: 0xA04D9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC20dateEncodingStrategy10Foundation11JSONEncoderC04DateeF0OvM.resume.0', symObjAddr: 0x800, symBinAddr: 0x4B8D4, symSize: 0x108 } + - { offsetInCU: 0x3F26, offset: 0xA052D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC20dataEncodingStrategy10Foundation11JSONEncoderC04DataeF0Ovg', symObjAddr: 0x908, symBinAddr: 0x4B9DC, symSize: 0x74 } + - { offsetInCU: 0x3F45, offset: 0xA054C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC20dataEncodingStrategy10Foundation11JSONEncoderC04DataeF0Ovs', symObjAddr: 0x97C, symBinAddr: 0x4BA50, symSize: 0x7C } + - { offsetInCU: 0x3F82, offset: 0xA0589, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC20dataEncodingStrategy10Foundation11JSONEncoderC04DataeF0OvM', symObjAddr: 0x9F8, symBinAddr: 0x4BACC, symSize: 0xCC } + - { offsetInCU: 0x3FCE, offset: 0xA05D5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC20dataEncodingStrategy10Foundation11JSONEncoderC04DataeF0OvM.resume.0', symObjAddr: 0xAC4, symBinAddr: 0x4BB98, symSize: 0x108 } + - { offsetInCU: 0x4022, offset: 0xA0629, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34nonConformingFloatEncodingStrategyAC03NonefgH0Ovg', symObjAddr: 0xBCC, symBinAddr: 0x4BCA0, symSize: 0xA0 } + - { offsetInCU: 0x4041, offset: 0xA0648, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34nonConformingFloatEncodingStrategyAC03NonefgH0Ovs', symObjAddr: 0xC6C, symBinAddr: 0x4BD40, symSize: 0x9C } + - { offsetInCU: 0x408A, offset: 0xA0691, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34nonConformingFloatEncodingStrategyAC03NonefgH0OvM', symObjAddr: 0xD08, symBinAddr: 0x4BDDC, symSize: 0x94 } + - { offsetInCU: 0x40B6, offset: 0xA06BD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34nonConformingFloatEncodingStrategyAC03NonefgH0OvM.resume.0', symObjAddr: 0xD9C, symBinAddr: 0x4BE70, symSize: 0xC4 } + - { offsetInCU: 0x40DF, offset: 0xA06E6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24optionalEncodingStrategy04dateeF004dataeF0018nonConformingFloatE7StategyA2C08OptionaleF0O_10Foundation11JSONEncoderC04DateeF0OAL04DataeF0OAC03NonjkeF0Otcfc', symObjAddr: 0xE60, symBinAddr: 0x4BF34, symSize: 0xC0 } + - { offsetInCU: 0x4182, offset: 0xA0789, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC6encodeyAA0B0_pxKSERzlF', symObjAddr: 0xF4C, symBinAddr: 0x4C020, symSize: 0x2DC } + - { offsetInCU: 0x4290, offset: 0xA0897, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueEncoder33_762F18EA3FB6340CB5CC34BC6E29A243LLC13encodeGenericyyxKSERzlF', symObjAddr: 0x12B4, symBinAddr: 0x4C2FC, symSize: 0xA60 } + - { offsetInCU: 0x43C6, offset: 0xA09CD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderCfd', symObjAddr: 0x1D14, symBinAddr: 0x4CD5C, symSize: 0x24 } + - { offsetInCU: 0x43F7, offset: 0xA09FE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderCfD', symObjAddr: 0x1D38, symBinAddr: 0x4CD80, symSize: 0x30 } + - { offsetInCU: 0x446C, offset: 0xA0A73, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLO4dataAA7JSValue_pSgvg', symObjAddr: 0x1D88, symBinAddr: 0x4CDD0, symSize: 0xE4 } + - { offsetInCU: 0x4605, offset: 0xA0C0C, size: 0x8, addend: 0x0, symName: '_$sSa9CapacitorAA17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLORszlE4dataACLLAA7JSValue_pSgvg', symObjAddr: 0x1E74, symBinAddr: 0x4CEBC, symSize: 0x4DC } + - { offsetInCU: 0x48C9, offset: 0xA0ED0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueEncoder33_762F18EA3FB6340CB5CC34BC6E29A243LLCfD', symObjAddr: 0x2350, symBinAddr: 0x4D398, symSize: 0x58 } + - { offsetInCU: 0x4939, offset: 0xA0F40, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC5arraySayAA7JSValue_pGSgvg', symObjAddr: 0x23E8, symBinAddr: 0x4D430, symSize: 0x240 } + - { offsetInCU: 0x4E60, offset: 0xA1467, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueEncoder33_762F18EA3FB6340CB5CC34BC6E29A243LLC9container7keyedBys22KeyedEncodingContainerVyxGxm_ts9CodingKeyRzlF', symObjAddr: 0x2630, symBinAddr: 0x4D678, symSize: 0x2EC } + - { offsetInCU: 0x5233, offset: 0xA183A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC10codingPath8userInfo7optionsADyxGSays9CodingKey_pG_SDys0q4UseroR0VypGAA14JSValueEncoderC7OptionsACLLVtcfC', symObjAddr: 0x291C, symBinAddr: 0x4D964, symSize: 0x68 } + - { offsetInCU: 0x527E, offset: 0xA1885, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17AnyKeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyAdA0cD0ACLLCyxGcs9CodingKeyRzlufC', symObjAddr: 0x2984, symBinAddr: 0x4D9CC, symSize: 0x38 } + - { offsetInCU: 0x5301, offset: 0xA1908, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueEncoder33_762F18EA3FB6340CB5CC34BC6E29A243LLC16unkeyedContainers015UnkeyedEncodingM0_pyF', symObjAddr: 0x29BC, symBinAddr: 0x4DA04, symSize: 0x2A0 } + - { offsetInCU: 0x56C7, offset: 0xA1CCE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueEncoder33_762F18EA3FB6340CB5CC34BC6E29A243LLC20singleValueContainers06Singlem8EncodingN0_pyF', symObjAddr: 0x2C5C, symBinAddr: 0x4DCA4, symSize: 0x19C } + - { offsetInCU: 0x591E, offset: 0xA1F25, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC6objectSDySSAA7JSValue_pGSgvg', symObjAddr: 0x2E6C, symBinAddr: 0x4DEB4, symSize: 0x63C } + - { offsetInCU: 0x5DD0, offset: 0xA23D7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCfd', symObjAddr: 0x34A8, symBinAddr: 0x4E4F0, symSize: 0x44 } + - { offsetInCU: 0x5DF4, offset: 0xA23FB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCfD', symObjAddr: 0x34EC, symBinAddr: 0x4E534, symSize: 0x20 } + - { offsetInCU: 0x5E18, offset: 0xA241F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC6insert_3foryAA7JSValue_p_xtF', symObjAddr: 0x350C, symBinAddr: 0x4E554, symSize: 0x54 } + - { offsetInCU: 0x5EAA, offset: 0xA24B1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC6insert_3foryAA12EncodedValueACLLO_qd__ts9CodingKeyRd__lF', symObjAddr: 0x3560, symBinAddr: 0x4E5A8, symSize: 0x1C8 } + - { offsetInCU: 0x5FE2, offset: 0xA25E9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC9encodeNil6forKeyyx_tKF', symObjAddr: 0x3728, symBinAddr: 0x4E770, symSize: 0x8C } + - { offsetInCU: 0x6042, offset: 0xA2649, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC6encode_6forKeyyqd___xtKSERd__lF', symObjAddr: 0x37B4, symBinAddr: 0x4E7FC, symSize: 0x180 } + - { offsetInCU: 0x6112, offset: 0xA2719, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC16_encodeIfPresent_6forKeyyqd__Sg_xtKSERd__lF', symObjAddr: 0x3934, symBinAddr: 0x4E97C, symSize: 0x21C } + - { offsetInCU: 0x6198, offset: 0xA279F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC15encodeIfPresent_6forKeyyqd__Sg_xtKSERd__lF', symObjAddr: 0x3B50, symBinAddr: 0x4EB98, symSize: 0x14 } + - { offsetInCU: 0x61EC, offset: 0xA27F3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC15encodeIfPresent_6forKeyySbSg_xtKF', symObjAddr: 0x3B64, symBinAddr: 0x4EBAC, symSize: 0x34 } + - { offsetInCU: 0x6232, offset: 0xA2839, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC15encodeIfPresent_6forKeyySSSg_xtKF', symObjAddr: 0x3B98, symBinAddr: 0x4EBE0, symSize: 0x3C } + - { offsetInCU: 0x62CA, offset: 0xA28D1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC06nestedC07keyedBy6forKeys0b8EncodingC0Vyqd__Gqd__m_xts06CodingP0Rd__lF', symObjAddr: 0x3C90, symBinAddr: 0x4ECD8, symSize: 0x270 } + - { offsetInCU: 0x646E, offset: 0xA2A75, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC013nestedUnkeyedC06forKeys0m8EncodingC0_px_tF', symObjAddr: 0x3F00, symBinAddr: 0x4EF48, symSize: 0x270 } + - { offsetInCU: 0x6602, offset: 0xA2C09, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyO8rawValueAFyx_GSgSS_tcfC', symObjAddr: 0x4170, symBinAddr: 0x4F1B8, symSize: 0x58 } + - { offsetInCU: 0x6647, offset: 0xA2C4E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyO11stringValueAFyx_GSgSS_tcfC', symObjAddr: 0x41C8, symBinAddr: 0x4F210, symSize: 0x18 } + - { offsetInCU: 0x667F, offset: 0xA2C86, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC12superEncoders0M0_pyF', symObjAddr: 0x4454, symBinAddr: 0x4F49C, symSize: 0x17C } + - { offsetInCU: 0x671F, offset: 0xA2D26, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC12superEncoder6forKeys0M0_px_tF', symObjAddr: 0x45D0, symBinAddr: 0x4F618, symSize: 0x168 } + - { offsetInCU: 0x67EC, offset: 0xA2DF3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17AnyKeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCfD', symObjAddr: 0x4E74, symBinAddr: 0x4FEBC, symSize: 0x24 } + - { offsetInCU: 0x682F, offset: 0xA2E36, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC4dataAA7JSValue_pSgvg', symObjAddr: 0x4F10, symBinAddr: 0x4FF58, symSize: 0x54 } + - { offsetInCU: 0x686A, offset: 0xA2E71, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCfD', symObjAddr: 0x4F84, symBinAddr: 0x4FFCC, symSize: 0x50 } + - { offsetInCU: 0x6905, offset: 0xA2F0C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC6appendyyAA12EncodedValueACLLOF', symObjAddr: 0x4FD4, symBinAddr: 0x5001C, symSize: 0x130 } + - { offsetInCU: 0x6AD7, offset: 0xA30DE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC6encodeyyxKSERzlFSb_Tg5', symObjAddr: 0x5104, symBinAddr: 0x5014C, symSize: 0x180 } + - { offsetInCU: 0x6BCF, offset: 0xA31D6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC6encodeyyxKSERzlFSS_Tg5', symObjAddr: 0x5284, symBinAddr: 0x502CC, symSize: 0x1BC } + - { offsetInCU: 0x6CC8, offset: 0xA32CF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC6encodeyyxKSERzlFSd_Tg5', symObjAddr: 0x5440, symBinAddr: 0x50488, symSize: 0x188 } + - { offsetInCU: 0x6DC6, offset: 0xA33CD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC6encodeyyxKSERzlFSf_Tg5', symObjAddr: 0x55C8, symBinAddr: 0x50610, symSize: 0x188 } + - { offsetInCU: 0x6E9D, offset: 0xA34A4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC6encodeyyxKSERzlF', symObjAddr: 0x5D50, symBinAddr: 0x50D98, symSize: 0x164 } + - { offsetInCU: 0x6F4E, offset: 0xA3555, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC06nestedbC0s0b8EncodingC0_pyF', symObjAddr: 0x5EB4, symBinAddr: 0x50EFC, symSize: 0x134 } + - { offsetInCU: 0x6FDC, offset: 0xA35E3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC06nestedC07keyedBys013KeyedEncodingC0VyxGxm_ts9CodingKeyRzlF', symObjAddr: 0x5FE8, symBinAddr: 0x51030, symSize: 0x154 } + - { offsetInCU: 0x7086, offset: 0xA368D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC12superEncoders0M0_pyF', symObjAddr: 0x613C, symBinAddr: 0x51184, symSize: 0x148 } + - { offsetInCU: 0x715E, offset: 0xA3765, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCfD', symObjAddr: 0x68E0, symBinAddr: 0x51928, symSize: 0x50 } + - { offsetInCU: 0x71AE, offset: 0xA37B5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC11encodeFloatyyxKSFRzlFSd_Tg5', symObjAddr: 0x6930, symBinAddr: 0x51978, symSize: 0x3D0 } + - { offsetInCU: 0x72E7, offset: 0xA38EE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC11encodeFloatyyxKSFRzlFSf_Tg5', symObjAddr: 0x6D00, symBinAddr: 0x51D48, symSize: 0x3D0 } + - { offsetInCU: 0x740B, offset: 0xA3A12, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC6encodeyyxKSERzlF', symObjAddr: 0x70D0, symBinAddr: 0x52118, symSize: 0x174 } + - { offsetInCU: 0x75A9, offset: 0xA3BB0, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_10Foundation4DataVTg5', symObjAddr: 0x77F4, symBinAddr: 0x5283C, symSize: 0x1DC } + - { offsetInCU: 0x765C, offset: 0xA3C63, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_So13CAPPluginCallCTg5', symObjAddr: 0x79D0, symBinAddr: 0x52A18, symSize: 0x204 } + - { offsetInCU: 0x7701, offset: 0xA3D08, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_9Capacitor7JSValue_pTg5', symObjAddr: 0x7BD4, symBinAddr: 0x52C1C, symSize: 0x1F0 } + - { offsetInCU: 0x77B4, offset: 0xA3DBB, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_ypTg5', symObjAddr: 0x7DC4, symBinAddr: 0x52E0C, symSize: 0x1DC } + - { offsetInCU: 0x7860, offset: 0xA3E67, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_SSTg5', symObjAddr: 0x7FA0, symBinAddr: 0x52FE8, symSize: 0x1DC } + - { offsetInCU: 0x790C, offset: 0xA3F13, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOTg5', symObjAddr: 0x817C, symBinAddr: 0x531C4, symSize: 0x1FC } + - { offsetInCU: 0x2CC, offset: 0xA44BA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7KeyPathVs26ExpressibleByStringLiteralAAs0de23ExtendedGraphemeClusterG0PWb', symObjAddr: 0x684, symBinAddr: 0x55748, symSize: 0x4 } + - { offsetInCU: 0x2E0, offset: 0xA44CE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7KeyPathVACs43ExpressibleByExtendedGraphemeClusterLiteralAAWl', symObjAddr: 0x688, symBinAddr: 0x5574C, symSize: 0x44 } + - { offsetInCU: 0x2F4, offset: 0xA44E2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7KeyPathVs26ExpressibleByStringLiteralAA0fG4TypesADP_s01_de7BuiltinfG0PWT', symObjAddr: 0x6CC, symBinAddr: 0x55790, symSize: 0xC } + - { offsetInCU: 0x308, offset: 0xA44F6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7KeyPathVs43ExpressibleByExtendedGraphemeClusterLiteralAAs0de13UnicodeScalarI0PWb', symObjAddr: 0x6D8, symBinAddr: 0x5579C, symSize: 0x4 } + - { offsetInCU: 0x31C, offset: 0xA450A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7KeyPathVACs33ExpressibleByUnicodeScalarLiteralAAWl', symObjAddr: 0x6DC, symBinAddr: 0x557A0, symSize: 0x44 } + - { offsetInCU: 0x330, offset: 0xA451E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7KeyPathVs43ExpressibleByExtendedGraphemeClusterLiteralAA0fghI4TypesADP_s01_de7BuiltinfghI0PWT', symObjAddr: 0x720, symBinAddr: 0x557E4, symSize: 0xC } + - { offsetInCU: 0x344, offset: 0xA4532, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7KeyPathVs33ExpressibleByUnicodeScalarLiteralAA0fgH4TypesADP_s01_de7BuiltinfgH0PWT', symObjAddr: 0x72C, symBinAddr: 0x557F0, symSize: 0xC } + - { offsetInCU: 0x358, offset: 0xA4546, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7KeyPathVMa', symObjAddr: 0x738, symBinAddr: 0x557FC, symSize: 0x10 } + - { offsetInCU: 0x630, offset: 0xA481E, size: 0x8, addend: 0x0, symName: '_$sSD9CapacitorSSRszAA7JSValue_pRs_rlE7keyPathAaB_pSgAA03KeyD0V_tcig', symObjAddr: 0x0, symBinAddr: 0x55234, symSize: 0x294 } + - { offsetInCU: 0x9E7, offset: 0xA4BD5, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySSG_s15EmptyCollectionVySSGTg5Tf4nndn_n', symObjAddr: 0x388, symBinAddr: 0x555BC, symSize: 0x18C } + - { offsetInCU: 0x2B, offset: 0xA4DD6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC8standardACvau', symObjAddr: 0x0, symBinAddr: 0x5580C, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0xA4DFA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC8standardACvpZ', symObjAddr: 0xE290, symBinAddr: 0xA6740, symSize: 0x0 } + - { offsetInCU: 0x23C, offset: 0xA4FE7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLC9instancesAA20ConcurrentDictionaryCyADGvpZ', symObjAddr: 0x2380, symBinAddr: 0xA2CA0, symSize: 0x0 } + - { offsetInCU: 0x256, offset: 0xA5001, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC8standardACvau', symObjAddr: 0x0, symBinAddr: 0x5580C, symSize: 0x40 } + - { offsetInCU: 0x371, offset: 0xA511C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCAA08KeyValueC7BackendA2aEP3get_2asqd__SgSS_qd__mtKSeRd__lFTW', symObjAddr: 0x14FC, symBinAddr: 0x56D08, symSize: 0x20 } + - { offsetInCU: 0x394, offset: 0xA513F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCAA08KeyValueC7BackendA2aEP3set_5valueySS_qd__tKSERd__lFTW', symObjAddr: 0x151C, symBinAddr: 0x56D28, symSize: 0x20 } + - { offsetInCU: 0x3B7, offset: 0xA5162, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCAA08KeyValueC7BackendA2aEP6deleteyySSKFTW', symObjAddr: 0x153C, symBinAddr: 0x56D48, symSize: 0x20 } + - { offsetInCU: 0x3F5, offset: 0xA51A0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLC4with4nameADSS_tFZTf4nd_n', symObjAddr: 0x1998, symBinAddr: 0x57180, symSize: 0x550 } + - { offsetInCU: 0x665, offset: 0xA5410, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13InMemoryStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCAA08KeyValueD7BackendA2aEP3get_2asqd__SgSS_qd__mtKSeRd__lFTW', symObjAddr: 0x18E0, symBinAddr: 0x570EC, symSize: 0x20 } + - { offsetInCU: 0x688, offset: 0xA5433, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13InMemoryStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCAA08KeyValueD7BackendA2aEP3set_5valueySS_qd__tKSERd__lFTW', symObjAddr: 0x1900, symBinAddr: 0x5710C, symSize: 0x20 } + - { offsetInCU: 0x6AB, offset: 0xA5456, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13InMemoryStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCAA08KeyValueD7BackendA2aEP6deleteyySSKFTW', symObjAddr: 0x1920, symBinAddr: 0x5712C, symSize: 0x28 } + - { offsetInCU: 0x8B7, offset: 0xA5662, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC8standard_WZ', symObjAddr: 0x92C, symBinAddr: 0x56138, symSize: 0x68 } + - { offsetInCU: 0x934, offset: 0xA56DF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20KeyValueStoreBackend_pWOb', symObjAddr: 0x994, symBinAddr: 0x561A0, symSize: 0x18 } + - { offsetInCU: 0x98D, offset: 0xA5738, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLC9instances_WZ', symObjAddr: 0x142C, symBinAddr: 0x56C38, symSize: 0x68 } + - { offsetInCU: 0xA7A, offset: 0xA5825, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCMa', symObjAddr: 0x1EE8, symBinAddr: 0x576D0, symSize: 0x3C } + - { offsetInCU: 0xA8E, offset: 0xA5839, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13InMemoryStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCMa', symObjAddr: 0x1F24, symBinAddr: 0x5770C, symSize: 0x20 } + - { offsetInCU: 0xAA2, offset: 0xA584D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreCMa', symObjAddr: 0x1F84, symBinAddr: 0x5772C, symSize: 0x20 } + - { offsetInCU: 0xAB6, offset: 0xA5861, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC7BackendOwCP', symObjAddr: 0x1FE8, symBinAddr: 0x5774C, symSize: 0x2C } + - { offsetInCU: 0xACA, offset: 0xA5875, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC7BackendOwxx', symObjAddr: 0x2014, symBinAddr: 0x57778, symSize: 0x8 } + - { offsetInCU: 0xADE, offset: 0xA5889, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC7BackendOwca', symObjAddr: 0x201C, symBinAddr: 0x57780, symSize: 0x40 } + - { offsetInCU: 0xAF2, offset: 0xA589D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC7BackendOwta', symObjAddr: 0x2068, symBinAddr: 0x577C0, symSize: 0x30 } + - { offsetInCU: 0xB06, offset: 0xA58B1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC7BackendOwet', symObjAddr: 0x2098, symBinAddr: 0x577F0, symSize: 0x50 } + - { offsetInCU: 0xB1A, offset: 0xA58C5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC7BackendOwst', symObjAddr: 0x20E8, symBinAddr: 0x57840, symSize: 0x54 } + - { offsetInCU: 0xB2E, offset: 0xA58D9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC7BackendOwug', symObjAddr: 0x213C, symBinAddr: 0x57894, symSize: 0x18 } + - { offsetInCU: 0xB42, offset: 0xA58ED, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC7BackendOwup', symObjAddr: 0x2154, symBinAddr: 0x578AC, symSize: 0x4 } + - { offsetInCU: 0xB56, offset: 0xA5901, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC7BackendOwui', symObjAddr: 0x2158, symBinAddr: 0x578B0, symSize: 0x20 } + - { offsetInCU: 0xB6A, offset: 0xA5915, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC7BackendOMa', symObjAddr: 0x2178, symBinAddr: 0x578D0, symSize: 0x10 } + - { offsetInCU: 0xB7E, offset: 0xA5929, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCMU', symObjAddr: 0x2188, symBinAddr: 0x578E0, symSize: 0x8 } + - { offsetInCU: 0xB92, offset: 0xA593D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCMr', symObjAddr: 0x2190, symBinAddr: 0x578E8, symSize: 0x80 } + - { offsetInCU: 0xBA6, offset: 0xA5951, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20ConcurrentDictionaryCMi', symObjAddr: 0x2210, symBinAddr: 0x57968, symSize: 0x4 } + - { offsetInCU: 0xBBA, offset: 0xA5965, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20ConcurrentDictionaryCMr', symObjAddr: 0x2214, symBinAddr: 0x5796C, symSize: 0x50 } + - { offsetInCU: 0xBCE, offset: 0xA5979, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20ConcurrentDictionaryCMa', symObjAddr: 0x2264, symBinAddr: 0x579BC, symSize: 0xC } + - { offsetInCU: 0xF17, offset: 0xA5CC2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC7backendAcA0bcD7Backend_p_tcfC', symObjAddr: 0x40, symBinAddr: 0x5584C, symSize: 0x40 } + - { offsetInCU: 0xF53, offset: 0xA5CFE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC7backendAcA0bcD7Backend_p_tcfc', symObjAddr: 0x80, symBinAddr: 0x5588C, symSize: 0x1C } + - { offsetInCU: 0x1061, offset: 0xA5E0C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC4typeA2C7BackendO_tcfC', symObjAddr: 0x9C, symBinAddr: 0x558A8, symSize: 0x138 } + - { offsetInCU: 0x11B2, offset: 0xA5F5D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC4typeA2C7BackendO_tcfc', symObjAddr: 0x1D4, symBinAddr: 0x559E0, symSize: 0x11C } + - { offsetInCU: 0x12FE, offset: 0xA60A9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC9suiteNameACSS_tcfC', symObjAddr: 0x2F0, symBinAddr: 0x55AFC, symSize: 0x70 } + - { offsetInCU: 0x1389, offset: 0xA6134, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC3get_2asxSgSS_xmtKSeRzlF', symObjAddr: 0x360, symBinAddr: 0x55B6C, symSize: 0x94 } + - { offsetInCU: 0x13D2, offset: 0xA617D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC3set_5valueySS_xtKSERzlF', symObjAddr: 0x3F4, symBinAddr: 0x55C00, symSize: 0x8C } + - { offsetInCU: 0x140F, offset: 0xA61BA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC6deleteyySSKF', symObjAddr: 0x480, symBinAddr: 0x55C8C, symSize: 0x64 } + - { offsetInCU: 0x1479, offset: 0xA6224, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC_2asxSgSS_xmtcSeRzSERzluig', symObjAddr: 0x4E4, symBinAddr: 0x55CF0, symSize: 0xCC } + - { offsetInCU: 0x1578, offset: 0xA6323, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC_2asxSgSS_xmtcSeRzSERzluis', symObjAddr: 0x5B0, symBinAddr: 0x55DBC, symSize: 0x1D0 } + - { offsetInCU: 0x1653, offset: 0xA63FE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC_2asxSgSS_xmtcSeRzSERzluiM', symObjAddr: 0x780, symBinAddr: 0x55F8C, symSize: 0xD0 } + - { offsetInCU: 0x1667, offset: 0xA6412, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC_2asxSgSS_xmtcSeRzSERzluiM.resume.0', symObjAddr: 0x850, symBinAddr: 0x5605C, symSize: 0xDC } + - { offsetInCU: 0x1681, offset: 0xA642C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC8standardACvgZ', symObjAddr: 0x9AC, symBinAddr: 0x561B8, symSize: 0x40 } + - { offsetInCU: 0x16A8, offset: 0xA6453, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreCfd', symObjAddr: 0x9EC, symBinAddr: 0x561F8, symSize: 0x1C } + - { offsetInCU: 0x16D9, offset: 0xA6484, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreCfD', symObjAddr: 0xA08, symBinAddr: 0x56214, symSize: 0x24 } + - { offsetInCU: 0x171A, offset: 0xA64C5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLC7baseUrlAD10Foundation3URLV_tcfc', symObjAddr: 0xA2C, symBinAddr: 0x56238, symSize: 0xE4 } + - { offsetInCU: 0x188D, offset: 0xA6638, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLC3get_2asxSgSS_xmtKSeRzlF', symObjAddr: 0xB10, symBinAddr: 0x5631C, symSize: 0x574 } + - { offsetInCU: 0x1A6E, offset: 0xA6819, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLC3set_5valueySS_xtKSERzlF', symObjAddr: 0x1084, symBinAddr: 0x56890, symSize: 0x1BC } + - { offsetInCU: 0x1B7F, offset: 0xA692A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLC6deleteyySSKF', symObjAddr: 0x1240, symBinAddr: 0x56A4C, symSize: 0x1EC } + - { offsetInCU: 0x1CA0, offset: 0xA6A4B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCfD', symObjAddr: 0x1494, symBinAddr: 0x56CA0, symSize: 0x68 } + - { offsetInCU: 0x1CDB, offset: 0xA6A86, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13InMemoryStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLC3get_2asxSgSS_xmtKSeRzlF', symObjAddr: 0x155C, symBinAddr: 0x56D68, symSize: 0x188 } + - { offsetInCU: 0x1DB7, offset: 0xA6B62, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13InMemoryStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLC3set_5valueySS_xtKSERzlF', symObjAddr: 0x16E4, symBinAddr: 0x56EF0, symSize: 0x118 } + - { offsetInCU: 0x1EA2, offset: 0xA6C4D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13InMemoryStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLC6deleteyySSF', symObjAddr: 0x17FC, symBinAddr: 0x57008, symSize: 0xB0 } + - { offsetInCU: 0x1F77, offset: 0xA6D22, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13InMemoryStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCfD', symObjAddr: 0x18AC, symBinAddr: 0x570B8, symSize: 0x34 } + - { offsetInCU: 0x1FCA, offset: 0xA6D75, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20ConcurrentDictionaryCfD', symObjAddr: 0x196C, symBinAddr: 0x57154, symSize: 0x2C } + - { offsetInCU: 0x138, offset: 0xA6FE0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterCACycfcTo', symObjAddr: 0x7C4, symBinAddr: 0x58150, symSize: 0x64 } + - { offsetInCU: 0x189, offset: 0xA7031, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterC04userB6Center_11willPresent21withCompletionHandlerySo06UNUserbE0C_So14UNNotificationCySo0L19PresentationOptionsVctF06$sSo33lmN16VIeyBy_ABIegy_TRALIeyBy_Tf1nncn_nTf4dnng_n', symObjAddr: 0x8EC, symBinAddr: 0x58278, symSize: 0x11C } + - { offsetInCU: 0x217, offset: 0xA70BF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterC04userB6Center_10didReceive21withCompletionHandlerySo06UNUserbE0C_So22UNNotificationResponseCyyctF13$sIeyB_Ieg_TRIeyB_Tf1nncn_nTf4dnng_n', symObjAddr: 0xA08, symBinAddr: 0x58394, symSize: 0x130 } + - { offsetInCU: 0x2A6, offset: 0xA714E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterCfETo', symObjAddr: 0x858, symBinAddr: 0x581E4, symSize: 0x38 } + - { offsetInCU: 0x2D5, offset: 0xA717D, size: 0x8, addend: 0x0, symName: '_$sSo25UNPushNotificationTriggerCMa', symObjAddr: 0x890, symBinAddr: 0x5821C, symSize: 0x3C } + - { offsetInCU: 0x2E9, offset: 0xA7191, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterCMa', symObjAddr: 0x8CC, symBinAddr: 0x58258, symSize: 0x20 } + - { offsetInCU: 0x313, offset: 0xA71BB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor27NotificationHandlerProtocol_pSgXwWOh', symObjAddr: 0xB38, symBinAddr: 0x584C4, symSize: 0x24 } + - { offsetInCU: 0x425, offset: 0xA72CD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterCACycfC', symObjAddr: 0x0, symBinAddr: 0x579CC, symSize: 0x20 } + - { offsetInCU: 0x43F, offset: 0xA72E7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterC30handleApplicationNotificationsSbvs', symObjAddr: 0x20, symBinAddr: 0x579EC, symSize: 0x94 } + - { offsetInCU: 0x489, offset: 0xA7331, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterC04pushB7HandlerAA0bE8Protocol_pSgvM', symObjAddr: 0x128, symBinAddr: 0x57AB4, symSize: 0x70 } + - { offsetInCU: 0x4AE, offset: 0xA7356, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterC05localB7HandlerAA0bE8Protocol_pSgvM', symObjAddr: 0x398, symBinAddr: 0x57D24, symSize: 0x70 } + - { offsetInCU: 0x55C, offset: 0xA7404, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterC04userB6Center_11willPresent21withCompletionHandlerySo06UNUserbE0C_So14UNNotificationCySo0L19PresentationOptionsVctF', symObjAddr: 0x468, symBinAddr: 0x57DF4, symSize: 0x11C } + - { offsetInCU: 0x5F5, offset: 0xA749D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterC04userB6Center_10didReceive21withCompletionHandlerySo06UNUserbE0C_So22UNNotificationResponseCyyctF', symObjAddr: 0x590, symBinAddr: 0x57F1C, symSize: 0x130 } + - { offsetInCU: 0x682, offset: 0xA752A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterCACycfc', symObjAddr: 0x76C, symBinAddr: 0x580F8, symSize: 0x58 } + - { offsetInCU: 0x6B3, offset: 0xA755B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterCfD', symObjAddr: 0x828, symBinAddr: 0x581B4, symSize: 0x30 } + - { offsetInCU: 0x4F, offset: 0xA75EB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO9formatter031_F806BC7C3B9E74076D863322397580I0LLSo22NSISO8601DateFormatterCvpZ', symObjAddr: 0x1F00, symBinAddr: 0xA3018, symSize: 0x0 } + - { offsetInCU: 0xB5, offset: 0xA7651, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19CAPPluginCallResultCyACSDySSypGSgcfcTo', symObjAddr: 0x50C, symBinAddr: 0x589F4, symSize: 0x7C } + - { offsetInCU: 0xFD, offset: 0xA7699, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19CAPPluginCallResultCACycfcTo', symObjAddr: 0x5B4, symBinAddr: 0x58A9C, symSize: 0x2C } + - { offsetInCU: 0x1EB, offset: 0xA7787, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorC7messageSSvgTo', symObjAddr: 0x5FC, symBinAddr: 0x58AE4, symSize: 0x4C } + - { offsetInCU: 0x23C, offset: 0xA77D8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorC4codeSSSgvgTo', symObjAddr: 0x680, symBinAddr: 0x58B68, symSize: 0x5C } + - { offsetInCU: 0x285, offset: 0xA7821, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorC5errors0D0_pSgvgTo', symObjAddr: 0x714, symBinAddr: 0x58BFC, symSize: 0x50 } + - { offsetInCU: 0x2D6, offset: 0xA7872, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorC7message4code5error4dataACSS_SSSgs0D0_pSgSDySSypGSgtcfcTo', symObjAddr: 0x844, symBinAddr: 0x58D2C, symSize: 0xD4 } + - { offsetInCU: 0x334, offset: 0xA78D0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorCACycfcTo', symObjAddr: 0x964, symBinAddr: 0x58E4C, symSize: 0x2C } + - { offsetInCU: 0x462, offset: 0xA79FE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3CC, symBinAddr: 0x588B4, symSize: 0x8 } + - { offsetInCU: 0x4BA, offset: 0xA7A56, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x3D4, symBinAddr: 0x588BC, symSize: 0x40 } + - { offsetInCU: 0x59D, offset: 0xA7B39, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x414, symBinAddr: 0x588FC, symSize: 0x24 } + - { offsetInCU: 0x6DF, offset: 0xA7C7B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO9formatter031_F806BC7C3B9E74076D863322397580I0LL_WZ', symObjAddr: 0x484, symBinAddr: 0x5896C, symSize: 0x30 } + - { offsetInCU: 0x73A, offset: 0xA7CD6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19CAPPluginCallResultCfETo', symObjAddr: 0x5EC, symBinAddr: 0x58AD4, symSize: 0x10 } + - { offsetInCU: 0x769, offset: 0xA7D05, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorCfETo', symObjAddr: 0x9CC, symBinAddr: 0x58EB4, symSize: 0x60 } + - { offsetInCU: 0x876, offset: 0xA7E12, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV5merge_8isUnique16uniquingKeysWithyqd__n_Sbq_q__q_tKXEtKSTRd__x_q_t7ElementRtd__lFSS_yps15LazyMapSequenceVySDySSypGSS_yptGTg599$s9Capacitor16PluginCallResultO18jsonRepresentation15includingFieldsSSSgSDySSypGSg_tKFypyp_yptXEfU_Tf1nncn_n', symObjAddr: 0xA2C, symBinAddr: 0x58F14, symSize: 0x264 } + - { offsetInCU: 0x9DA, offset: 0xA7F76, size: 0x8, addend: 0x0, symName: '_$sxq_xq_Iegnnrr_x3key_q_5valuetx_q_tIegnr_SHRzr0_lTRSS_ypTg575$sSD5merge_16uniquingKeysWithySDyxq_Gn_q_q__q_tKXEtKFx_q_tx_q_tcfU_SS_ypTG5Tf3nnpf_n', symObjAddr: 0xC90, symBinAddr: 0x59178, symSize: 0x40 } + - { offsetInCU: 0xAC7, offset: 0xA8063, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV9mapValuesyAByxqd__Gqd__q_KXEKlFSS_ypypTg5111$s9Capacitor16PluginCallResultO7prepare031_F806BC7C3B9E74076D863322397580I0LL10dictionarySDySSypGAG_tFypypXEfU_9Capacitor0ghI0OTf1cn_nTf4ng_n', symObjAddr: 0xEB4, symBinAddr: 0x5939C, symSize: 0x520 } + - { offsetInCU: 0xDAD, offset: 0xA8349, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19CAPPluginCallResultCMa', symObjAddr: 0x18FC, symBinAddr: 0x59DE4, symSize: 0x20 } + - { offsetInCU: 0xDC1, offset: 0xA835D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorCMa', symObjAddr: 0x191C, symBinAddr: 0x59E04, symSize: 0x20 } + - { offsetInCU: 0xDD5, offset: 0xA8371, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultOwCP', symObjAddr: 0x193C, symBinAddr: 0x59E24, symSize: 0x2C } + - { offsetInCU: 0xDE9, offset: 0xA8385, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultOwxx', symObjAddr: 0x1968, symBinAddr: 0x59E50, symSize: 0x8 } + - { offsetInCU: 0xDFD, offset: 0xA8399, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultOwca', symObjAddr: 0x1970, symBinAddr: 0x59E58, symSize: 0x38 } + - { offsetInCU: 0xE11, offset: 0xA83AD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultOwta', symObjAddr: 0x19B4, symBinAddr: 0x59E90, symSize: 0x30 } + - { offsetInCU: 0xE25, offset: 0xA83C1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultOwet', symObjAddr: 0x19E4, symBinAddr: 0x59EC0, symSize: 0x48 } + - { offsetInCU: 0xE39, offset: 0xA83D5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultOwst', symObjAddr: 0x1A2C, symBinAddr: 0x59F08, symSize: 0x3C } + - { offsetInCU: 0xE4D, offset: 0xA83E9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultOwug', symObjAddr: 0x1A68, symBinAddr: 0x59F44, symSize: 0x8 } + - { offsetInCU: 0xE61, offset: 0xA83FD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultOwup', symObjAddr: 0x1A70, symBinAddr: 0x59F4C, symSize: 0x4 } + - { offsetInCU: 0xE75, offset: 0xA8411, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultOwui', symObjAddr: 0x1A74, symBinAddr: 0x59F50, symSize: 0x4 } + - { offsetInCU: 0xE89, offset: 0xA8425, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultOMa', symObjAddr: 0x1A78, symBinAddr: 0x59F54, symSize: 0x10 } + - { offsetInCU: 0xE9D, offset: 0xA8439, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOAEs0F0AAWl', symObjAddr: 0x1A88, symBinAddr: 0x59F64, symSize: 0x44 } + - { offsetInCU: 0xEB1, offset: 0xA844D, size: 0x8, addend: 0x0, symName: '_$sSS3key_yp5valuetSgWOc', symObjAddr: 0x1BC4, symBinAddr: 0x59FA8, symSize: 0x48 } + - { offsetInCU: 0xEC5, offset: 0xA8461, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOwet', symObjAddr: 0x1C50, symBinAddr: 0x5A02C, symSize: 0x50 } + - { offsetInCU: 0xED9, offset: 0xA8475, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOwst', symObjAddr: 0x1CA0, symBinAddr: 0x5A07C, symSize: 0x8C } + - { offsetInCU: 0xEED, offset: 0xA8489, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOwug', symObjAddr: 0x1D2C, symBinAddr: 0x5A108, symSize: 0x8 } + - { offsetInCU: 0xF01, offset: 0xA849D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOwup', symObjAddr: 0x1D34, symBinAddr: 0x5A110, symSize: 0x4 } + - { offsetInCU: 0xF15, offset: 0xA84B1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOwui', symObjAddr: 0x1D38, symBinAddr: 0x5A114, symSize: 0x4 } + - { offsetInCU: 0xF29, offset: 0xA84C5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOMa', symObjAddr: 0x1D3C, symBinAddr: 0x5A118, symSize: 0x10 } + - { offsetInCU: 0xF3D, offset: 0xA84D9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOSHAASQWb', symObjAddr: 0x1D4C, symBinAddr: 0x5A128, symSize: 0x4 } + - { offsetInCU: 0xF51, offset: 0xA84ED, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOAESQAAWl', symObjAddr: 0x1D50, symBinAddr: 0x5A12C, symSize: 0x44 } + - { offsetInCU: 0xF9C, offset: 0xA8538, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSayypG_ypTg5103$s9Capacitor16PluginCallResultO7prepare031_F806BC7C3B9E74076D863322397580I0LL5arraySayypGAG_tFypypXEfU_9Capacitor0efG0OTf1cn_n', symObjAddr: 0x0, symBinAddr: 0x584E8, symSize: 0x40 } + - { offsetInCU: 0x106F, offset: 0xA860B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x438, symBinAddr: 0x58920, symSize: 0x3C } + - { offsetInCU: 0x110B, offset: 0xA86A7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOs0F0AAsAFP7_domainSSvgTW', symObjAddr: 0x474, symBinAddr: 0x5895C, symSize: 0x4 } + - { offsetInCU: 0x1127, offset: 0xA86C3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOs0F0AAsAFP5_codeSivgTW', symObjAddr: 0x478, symBinAddr: 0x58960, symSize: 0x4 } + - { offsetInCU: 0x1143, offset: 0xA86DF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOs0F0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0x47C, symBinAddr: 0x58964, symSize: 0x4 } + - { offsetInCU: 0x115F, offset: 0xA86FB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOs0F0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x480, symBinAddr: 0x58968, symSize: 0x4 } + - { offsetInCU: 0x123E, offset: 0xA87DA, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSayypG_ypTg5103$s9Capacitor16PluginCallResultO7prepare031_F806BC7C3B9E74076D863322397580I0LL5arraySayypGAG_tFypypXEfU_9Capacitor0efG0OTf1cn_nTf4ng_n', symObjAddr: 0x13D4, symBinAddr: 0x598BC, symSize: 0x3E8 } + - { offsetInCU: 0x165F, offset: 0xA8BFB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19CAPPluginCallResultCyACSDySSypGSgcfC', symObjAddr: 0x40, symBinAddr: 0x58528, symSize: 0x4C } + - { offsetInCU: 0x16A9, offset: 0xA8C45, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorC7message4code5error4dataACSS_SSSgs0D0_pSgSDySSypGSgtcfC', symObjAddr: 0x8C, symBinAddr: 0x58574, symSize: 0x80 } + - { offsetInCU: 0x170D, offset: 0xA8CA9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18jsonRepresentation15includingFieldsSSSgSDySSypGSg_tKF', symObjAddr: 0x10C, symBinAddr: 0x585F4, symSize: 0x2C0 } + - { offsetInCU: 0x1849, offset: 0xA8DE5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19CAPPluginCallResultC10resultDataAA06PlugincD0OSgvg', symObjAddr: 0x4B4, symBinAddr: 0x5899C, symSize: 0x10 } + - { offsetInCU: 0x186C, offset: 0xA8E08, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19CAPPluginCallResultCyACSDySSypGSgcfc', symObjAddr: 0x4D0, symBinAddr: 0x589B8, symSize: 0x3C } + - { offsetInCU: 0x1893, offset: 0xA8E2F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19CAPPluginCallResultCACycfc', symObjAddr: 0x588, symBinAddr: 0x58A70, symSize: 0x2C } + - { offsetInCU: 0x1905, offset: 0xA8EA1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorC7messageSSvg', symObjAddr: 0x648, symBinAddr: 0x58B30, symSize: 0x38 } + - { offsetInCU: 0x1938, offset: 0xA8ED4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorC4codeSSSgvg', symObjAddr: 0x6DC, symBinAddr: 0x58BC4, symSize: 0x38 } + - { offsetInCU: 0x196B, offset: 0xA8F07, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorC5errors0D0_pSgvg', symObjAddr: 0x764, symBinAddr: 0x58C4C, symSize: 0x30 } + - { offsetInCU: 0x198A, offset: 0xA8F26, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorC10resultDataAA06PluginC6ResultOSgvg', symObjAddr: 0x794, symBinAddr: 0x58C7C, symSize: 0x10 } + - { offsetInCU: 0x19AD, offset: 0xA8F49, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorC7message4code5error4dataACSS_SSSgs0D0_pSgSDySSypGSgtcfc', symObjAddr: 0x814, symBinAddr: 0x58CFC, symSize: 0x30 } + - { offsetInCU: 0x19C1, offset: 0xA8F5D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorCACycfC', symObjAddr: 0x918, symBinAddr: 0x58E00, symSize: 0x20 } + - { offsetInCU: 0x19D5, offset: 0xA8F71, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorCACycfc', symObjAddr: 0x938, symBinAddr: 0x58E20, symSize: 0x2C } + - { offsetInCU: 0x1AAE, offset: 0xA904A, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceV8IteratorV4nextq_SgyFSDySSypG_SS_yptTg5', symObjAddr: 0xCD0, symBinAddr: 0x591B8, symSize: 0x138 } + - { offsetInCU: 0x1B83, offset: 0xA911F, size: 0x8, addend: 0x0, symName: '_$sSq3mapyqd__Sgqd__xKXEKlFSS3key_yp5valuet_SS_yptTg5', symObjAddr: 0xE08, symBinAddr: 0x592F0, symSize: 0xAC } + - { offsetInCU: 0x1C65, offset: 0xA9201, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorC7message4code5error4dataACSS_SSSgs0D0_pSgSDySSypGSgtcfcTf4nngnn_n', symObjAddr: 0x17BC, symBinAddr: 0x59CA4, symSize: 0x140 } + - { offsetInCU: 0x2B, offset: 0xA9364, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC9getStringySSSgSS_AEtF', symObjAddr: 0x0, symBinAddr: 0x5A180, symSize: 0xF8 } + - { offsetInCU: 0x85, offset: 0xA93BE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC9getStringySSSgSS_AEtFTo', symObjAddr: 0x1BC, symBinAddr: 0x5A278, symSize: 0xC8 } + - { offsetInCU: 0xC1, offset: 0xA93FA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC10getBooleanySbSS_SbtFTo', symObjAddr: 0x364, symBinAddr: 0x5A420, symSize: 0x6C } + - { offsetInCU: 0xFD, offset: 0xA9436, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC6getIntySiSS_SitFTo', symObjAddr: 0x4B0, symBinAddr: 0x5A56C, symSize: 0x6C } + - { offsetInCU: 0x16A, offset: 0xA94A3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC7isEmptySbyFTo', symObjAddr: 0x718, symBinAddr: 0x5A7D4, symSize: 0x1C } + - { offsetInCU: 0x18A, offset: 0xA94C3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC7isEmptySbyFTo', symObjAddr: 0x718, symBinAddr: 0x5A7D4, symSize: 0x1C } + - { offsetInCU: 0x1A7, offset: 0xA94E0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC7isEmptySbyFTo', symObjAddr: 0x718, symBinAddr: 0x5A7D4, symSize: 0x1C } + - { offsetInCU: 0x22F, offset: 0xA9568, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigCACycfcTo', symObjAddr: 0x790, symBinAddr: 0x5A84C, symSize: 0x2C } + - { offsetInCU: 0x2C3, offset: 0xA95FC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigCMa', symObjAddr: 0x7EC, symBinAddr: 0x5A8A8, symSize: 0x20 } + - { offsetInCU: 0x2D7, offset: 0xA9610, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigCfETo', symObjAddr: 0x80C, symBinAddr: 0x5A8C8, symSize: 0x10 } + - { offsetInCU: 0x4BF, offset: 0xA97F8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC9getStringySSSgSS_AEtF', symObjAddr: 0x0, symBinAddr: 0x5A180, symSize: 0xF8 } + - { offsetInCU: 0x53A, offset: 0xA9873, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC10getBooleanySbSS_SbtF', symObjAddr: 0x284, symBinAddr: 0x5A340, symSize: 0xE0 } + - { offsetInCU: 0x5B5, offset: 0xA98EE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC6getIntySiSS_SitF', symObjAddr: 0x3D0, symBinAddr: 0x5A48C, symSize: 0xE0 } + - { offsetInCU: 0x630, offset: 0xA9969, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC8getArrayySayAA7JSValue_pGSgSS_AGtF', symObjAddr: 0x51C, symBinAddr: 0x5A5D8, symSize: 0xF4 } + - { offsetInCU: 0x6AB, offset: 0xA99E4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC9getObjectySDySSAA7JSValue_pGSgSSF', symObjAddr: 0x610, symBinAddr: 0x5A6CC, symSize: 0xEC } + - { offsetInCU: 0x724, offset: 0xA9A5D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC7isEmptySbyF', symObjAddr: 0x6FC, symBinAddr: 0x5A7B8, symSize: 0x1C } + - { offsetInCU: 0x744, offset: 0xA9A7D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC7isEmptySbyF', symObjAddr: 0x6FC, symBinAddr: 0x5A7B8, symSize: 0x1C } + - { offsetInCU: 0x79D, offset: 0xA9AD6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC03getC4JSONSDySSAA7JSValue_pGyF', symObjAddr: 0x734, symBinAddr: 0x5A7F0, symSize: 0x10 } + - { offsetInCU: 0x7C3, offset: 0xA9AFC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC03getC4JSONSDySSAA7JSValue_pGyF', symObjAddr: 0x734, symBinAddr: 0x5A7F0, symSize: 0x10 } + - { offsetInCU: 0x7E4, offset: 0xA9B1D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigCACycfC', symObjAddr: 0x744, symBinAddr: 0x5A800, symSize: 0x20 } + - { offsetInCU: 0x7FE, offset: 0xA9B37, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigCACycfc', symObjAddr: 0x764, symBinAddr: 0x5A820, symSize: 0x2C } + - { offsetInCU: 0x857, offset: 0xA9B90, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigCfD', symObjAddr: 0x7BC, symBinAddr: 0x5A878, symSize: 0x30 } + - { offsetInCU: 0x27, offset: 0xA9BEE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterVACycfC', symObjAddr: 0x0, symBinAddr: 0x5A8D8, symSize: 0xC } + - { offsetInCU: 0xD1, offset: 0xA9C98, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterVAA0B0A2aDP5route3forS2S_tFTW', symObjAddr: 0x1B0, symBinAddr: 0x5AA88, symSize: 0x8 } + - { offsetInCU: 0xED, offset: 0xA9CB4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterVAA0B0A2aDP8basePathSSvgTW', symObjAddr: 0x1B8, symBinAddr: 0x5AA90, symSize: 0x2C } + - { offsetInCU: 0x11F, offset: 0xA9CE6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterVAA0B0A2aDP8basePathSSvsTW', symObjAddr: 0x1E4, symBinAddr: 0x5AABC, symSize: 0x34 } + - { offsetInCU: 0x151, offset: 0xA9D18, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterVAA0B0A2aDP8basePathSSvMTW', symObjAddr: 0x218, symBinAddr: 0x5AAF0, symSize: 0x10 } + - { offsetInCU: 0x16D, offset: 0xA9D34, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterVAA0B0A2aDP8basePathSSvMTW.resume.0', symObjAddr: 0x228, symBinAddr: 0x5AB00, symSize: 0x4 } + - { offsetInCU: 0x18A, offset: 0xA9D51, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterVwCP', symObjAddr: 0x22C, symBinAddr: 0x5AB04, symSize: 0x2C } + - { offsetInCU: 0x19E, offset: 0xA9D65, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterVwxx', symObjAddr: 0x258, symBinAddr: 0x5AB30, symSize: 0x8 } + - { offsetInCU: 0x1B2, offset: 0xA9D79, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterVwca', symObjAddr: 0x260, symBinAddr: 0x5AB38, symSize: 0x40 } + - { offsetInCU: 0x1C6, offset: 0xA9D8D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterVwta', symObjAddr: 0x2AC, symBinAddr: 0x5AB78, symSize: 0x30 } + - { offsetInCU: 0x1DA, offset: 0xA9DA1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterVwet', symObjAddr: 0x2DC, symBinAddr: 0x5ABA8, symSize: 0x48 } + - { offsetInCU: 0x1EE, offset: 0xA9DB5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterVwst', symObjAddr: 0x324, symBinAddr: 0x5ABF0, symSize: 0x3C } + - { offsetInCU: 0x202, offset: 0xA9DC9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterVMa', symObjAddr: 0x360, symBinAddr: 0x5AC2C, symSize: 0x10 } + - { offsetInCU: 0x347, offset: 0xA9F0E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterVACycfC', symObjAddr: 0x0, symBinAddr: 0x5A8D8, symSize: 0xC } + - { offsetInCU: 0x35B, offset: 0xA9F22, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterV8basePathSSvg', symObjAddr: 0xC, symBinAddr: 0x5A8E4, symSize: 0x30 } + - { offsetInCU: 0x375, offset: 0xA9F3C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterV8basePathSSvs', symObjAddr: 0x3C, symBinAddr: 0x5A914, symSize: 0x34 } + - { offsetInCU: 0x389, offset: 0xA9F50, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterV8basePathSSvM', symObjAddr: 0x70, symBinAddr: 0x5A948, symSize: 0x10 } + - { offsetInCU: 0x39D, offset: 0xA9F64, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterV8basePathSSvM.resume.0', symObjAddr: 0x80, symBinAddr: 0x5A958, symSize: 0x4 } + - { offsetInCU: 0x3C5, offset: 0xA9F8C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterV5route3forS2S_tF', symObjAddr: 0x84, symBinAddr: 0x5A95C, symSize: 0x12C } + - { offsetInCU: 0x27, offset: 0xAA05B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17TmpViewControllerC13viewDidAppearyySbFTo', symObjAddr: 0x0, symBinAddr: 0x5AC40, symSize: 0xF4 } + - { offsetInCU: 0x66, offset: 0xAA09A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17TmpViewControllerC13viewDidAppearyySbFTo', symObjAddr: 0x0, symBinAddr: 0x5AC40, symSize: 0xF4 } + - { offsetInCU: 0xC8, offset: 0xAA0FC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17TmpViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfcTo', symObjAddr: 0xF4, symBinAddr: 0x5AD34, symSize: 0xAC } + - { offsetInCU: 0x122, offset: 0xAA156, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17TmpViewControllerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1A0, symBinAddr: 0x5ADE0, symSize: 0x44 } + - { offsetInCU: 0x18D, offset: 0xAA1C1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17TmpViewControllerCMa', symObjAddr: 0x214, symBinAddr: 0x5AE54, symSize: 0x20 } + - { offsetInCU: 0x362, offset: 0xAA396, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17TmpViewControllerCfD', symObjAddr: 0x1E4, symBinAddr: 0x5AE24, symSize: 0x30 } + - { offsetInCU: 0x27, offset: 0xAA3E0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVAASo7UIColorCRbzlE5color7fromHexAESgSS_tFZ', symObjAddr: 0x0, symBinAddr: 0x5AE74, symSize: 0x2B4 } + - { offsetInCU: 0x2C1, offset: 0xAA67A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVAASo7UIColorCRbzlE5color7fromHexAESgSS_tFZ', symObjAddr: 0x0, symBinAddr: 0x5AE74, symSize: 0x2B4 } + - { offsetInCU: 0x3D3, offset: 0xAA78C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVAASo7UIColorCRbzlE5color1r1g1b1aAESi_S3itFZ', symObjAddr: 0x2F8, symBinAddr: 0x5B128, symSize: 0x70 } + - { offsetInCU: 0x4C1, offset: 0xAA87A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVAASo7UIColorCRbzlE5color4argbAEs6UInt32V_tFZ', symObjAddr: 0x368, symBinAddr: 0x5B198, symSize: 0x64 } + - { offsetInCU: 0x27, offset: 0xAA973, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginC18setServerAssetPathyySo13CAPPluginCallCF', symObjAddr: 0x0, symBinAddr: 0x5B1FC, symSize: 0x318 } + - { offsetInCU: 0x66, offset: 0xAA9B2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginC18setServerAssetPathyySo13CAPPluginCallCFTo', symObjAddr: 0x318, symBinAddr: 0x5B514, symSize: 0x50 } + - { offsetInCU: 0x9D, offset: 0xAA9E9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginC17setServerBasePathyySo13CAPPluginCallCFTo', symObjAddr: 0x488, symBinAddr: 0x5B684, symSize: 0x50 } + - { offsetInCU: 0xD4, offset: 0xAAA20, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginC17getServerBasePathyySo13CAPPluginCallCFTo', symObjAddr: 0x698, symBinAddr: 0x5B894, symSize: 0x50 } + - { offsetInCU: 0x10B, offset: 0xAAA57, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginC21persistServerBasePathyySo13CAPPluginCallCFTo', symObjAddr: 0x8BC, symBinAddr: 0x5BAB8, symSize: 0x50 } + - { offsetInCU: 0x171, offset: 0xAAABD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginC6bridge8pluginId0F4NameAcA17CAPBridgeProtocol_p_S2StcfcTo', symObjAddr: 0xA94, symBinAddr: 0x5BC90, symSize: 0xD8 } + - { offsetInCU: 0x1EC, offset: 0xAAB38, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginCACycfcTo', symObjAddr: 0xBBC, symBinAddr: 0x5BDB8, symSize: 0x3C } + - { offsetInCU: 0x2B4, offset: 0xAAC00, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginCMa', symObjAddr: 0xA74, symBinAddr: 0x5BC70, symSize: 0x20 } + - { offsetInCU: 0x413, offset: 0xAAD5F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginC18setServerAssetPathyySo13CAPPluginCallCF', symObjAddr: 0x0, symBinAddr: 0x5B1FC, symSize: 0x318 } + - { offsetInCU: 0x476, offset: 0xAADC2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginC17setServerBasePathyySo13CAPPluginCallCF', symObjAddr: 0x368, symBinAddr: 0x5B564, symSize: 0x120 } + - { offsetInCU: 0x507, offset: 0xAAE53, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginC17getServerBasePathyySo13CAPPluginCallCF', symObjAddr: 0x4D8, symBinAddr: 0x5B6D4, symSize: 0x1C0 } + - { offsetInCU: 0x67D, offset: 0xAAFC9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginC21persistServerBasePathyySo13CAPPluginCallCF', symObjAddr: 0x6E8, symBinAddr: 0x5B8E4, symSize: 0x1D4 } + - { offsetInCU: 0x752, offset: 0xAB09E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginC6bridge8pluginId0F4NameAcA17CAPBridgeProtocol_p_S2StcfC', symObjAddr: 0x90C, symBinAddr: 0x5BB08, symSize: 0xB4 } + - { offsetInCU: 0x766, offset: 0xAB0B2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginC6bridge8pluginId0F4NameAcA17CAPBridgeProtocol_p_S2Stcfc', symObjAddr: 0x9C0, symBinAddr: 0x5BBBC, symSize: 0xB4 } + - { offsetInCU: 0x7DF, offset: 0xAB12B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginCACycfC', symObjAddr: 0xB6C, symBinAddr: 0x5BD68, symSize: 0x20 } + - { offsetInCU: 0x7F3, offset: 0xAB13F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginCACycfc', symObjAddr: 0xB8C, symBinAddr: 0x5BD88, symSize: 0x30 } + - { offsetInCU: 0x824, offset: 0xAB170, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginCfD', symObjAddr: 0xBF8, symBinAddr: 0x5BDF4, symSize: 0x30 } + - { offsetInCU: 0x50, offset: 0xAB1ED, size: 0x8, addend: 0x0, symName: '_$s9Capacitor10stoppedKey33_B3B54AF19006E24BF72646DA5D63F2A4LLSvSgvp', symObjAddr: 0x4FF0, symBinAddr: 0xA3148, symSize: 0x0 } + - { offsetInCU: 0x156, offset: 0xAB2F3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC03webC0_5startySo05WKWebC0C_So15WKURLSchemeTask_ptFTo', symObjAddr: 0xAE0, symBinAddr: 0x5C8C4, symSize: 0x64 } + - { offsetInCU: 0x1A8, offset: 0xAB345, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC03webC0_4stopySo05WKWebC0C_So15WKURLSchemeTask_ptFTo', symObjAddr: 0xC14, symBinAddr: 0x5C9F8, symSize: 0x78 } + - { offsetInCU: 0x225, offset: 0xAB3C2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC06handleA11HttpRequestyySo15WKURLSchemeTask_p_10Foundation3URLVSbtFyAF4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU0_', symObjAddr: 0xE74, symBinAddr: 0x5CC58, symSize: 0x2C0 } + - { offsetInCU: 0x2CA, offset: 0xAB467, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC06handleA11HttpRequestyySo15WKURLSchemeTask_p_10Foundation3URLVSbtFyAF4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU0_yyScMYccfU_', symObjAddr: 0x1134, symBinAddr: 0x5CF18, symSize: 0x708 } + - { offsetInCU: 0x596, offset: 0xAB733, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerCACycfcTo', symObjAddr: 0x1998, symBinAddr: 0x5D77C, symSize: 0x2C } + - { offsetInCU: 0x986, offset: 0xABB23, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerCfETo', symObjAddr: 0x19F8, symBinAddr: 0x5D7DC, symSize: 0x50 } + - { offsetInCU: 0x9B5, offset: 0xABB52, size: 0x8, addend: 0x0, symName: '_$s9Capacitor10stoppedKey33_B3B54AF19006E24BF72646DA5D63F2A4LL_WZ', symObjAddr: 0x1A48, symBinAddr: 0x5D82C, symSize: 0x20 } + - { offsetInCU: 0xB38, offset: 0xABCD5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV5merge_8isUnique16uniquingKeysWithyqd__n_Sbq_q__q_tKXEtKSTRd__x_q_t7ElementRtd__lFs11AnyHashableV_yps15LazyMapSequenceVySDyAIypGAI_yptGTg5176$s9Capacitor19WebViewAssetHandlerC06handleA11HttpRequestyySo15WKURLSchemeTask_p_10Foundation3URLVSbtFyAF4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU0_yyScMYccfU_ypyp_yptXEfU_Tf1nncn_n', symObjAddr: 0x1A68, symBinAddr: 0x5D84C, symSize: 0x3DC } + - { offsetInCU: 0xD70, offset: 0xABF0D, size: 0x8, addend: 0x0, symName: '_$sxq_xq_Iegnnrr_x3key_q_5valuetx_q_tIegnr_SHRzr0_lTRs11AnyHashableV_ypTg5070$sSD5merge_16uniquingKeysWithySDyxq_Gn_q_q__q_tKXEtKFx_q_tx_q_tcfU_s11cD7V_ypTg5Tf3nnpf_n', symObjAddr: 0x1E44, symBinAddr: 0x5DC28, symSize: 0x30 } + - { offsetInCU: 0xDCA, offset: 0xABF67, size: 0x8, addend: 0x0, symName: '_$ss13_parseInteger5ascii5radixq_Sgx_SitSyRzs010FixedWidthB0R_r0_lFSS_SiTg5', symObjAddr: 0x1E74, symBinAddr: 0x5DC58, symSize: 0xE4 } + - { offsetInCU: 0xE82, offset: 0xAC01F, size: 0x8, addend: 0x0, symName: '_$ss13_parseInteger5ascii5radixq_Sgx_SitSyRzs010FixedWidthB0R_r0_lFADSRys5UInt8VGXEfU_SS_SiTg5', symObjAddr: 0x1F58, symBinAddr: 0x5DD3C, symSize: 0x284 } + - { offsetInCU: 0x102E, offset: 0xAC1CB, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV19_uninitializedCount15minimumCapacityAByxGSi_SitcfCs5UInt8V_Tgmq5', symObjAddr: 0x2508, symBinAddr: 0x5E2EC, symSize: 0x64 } + - { offsetInCU: 0x108E, offset: 0xAC22B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6Router_pWOc', symObjAddr: 0x27F8, symBinAddr: 0x5E5DC, symSize: 0x44 } + - { offsetInCU: 0x10A2, offset: 0xAC23F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerCMa', symObjAddr: 0x283C, symBinAddr: 0x5E620, symSize: 0x3C } + - { offsetInCU: 0x10B6, offset: 0xAC253, size: 0x8, addend: 0x0, symName: ___swift_mutable_project_boxed_opaque_existential_1, symObjAddr: 0x2878, symBinAddr: 0x5E65C, symSize: 0x28 } + - { offsetInCU: 0x11FE, offset: 0xAC39B, size: 0x8, addend: 0x0, symName: '_$sSh21_nonEmptyArrayLiteralShyxGSayxG_tcfCSo16NSURLResourceKeya_Tgm5Tf4g_n', symObjAddr: 0x30E0, symBinAddr: 0x5EE7C, symSize: 0x234 } + - { offsetInCU: 0x152A, offset: 0xAC6C7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerCMU', symObjAddr: 0x492C, symBinAddr: 0x606C8, symSize: 0x8 } + - { offsetInCU: 0x153E, offset: 0xAC6DB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerCMr', symObjAddr: 0x4934, symBinAddr: 0x606D0, symSize: 0x9C } + - { offsetInCU: 0x1552, offset: 0xAC6EF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC06handleA11HttpRequestyySo15WKURLSchemeTask_p_10Foundation3URLVSbtFyAF4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU0_TA', symObjAddr: 0x4B3C, symBinAddr: 0x607E8, symSize: 0x68 } + - { offsetInCU: 0x1566, offset: 0xAC703, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x4BA4, symBinAddr: 0x60850, symSize: 0x10 } + - { offsetInCU: 0x157A, offset: 0xAC717, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x4BB4, symBinAddr: 0x60860, symSize: 0x8 } + - { offsetInCU: 0x158E, offset: 0xAC72B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC06handleA11HttpRequestyySo15WKURLSchemeTask_p_10Foundation3URLVSbtFyAF4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU0_yyScMYccfU_TA', symObjAddr: 0x4CA0, symBinAddr: 0x6094C, symSize: 0x4C } + - { offsetInCU: 0x15A2, offset: 0xAC73F, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgWOy', symObjAddr: 0x4CEC, symBinAddr: 0x60998, symSize: 0x14 } + - { offsetInCU: 0x15B6, offset: 0xAC753, size: 0x8, addend: 0x0, symName: '_$s8Dispatch0A13WorkItemFlagsVACs10SetAlgebraAAWl', symObjAddr: 0x4D00, symBinAddr: 0x609AC, symSize: 0x48 } + - { offsetInCU: 0x15CA, offset: 0xAC767, size: 0x8, addend: 0x0, symName: '_$sSay8Dispatch0A13WorkItemFlagsVGSayxGSTsWl', symObjAddr: 0x4D48, symBinAddr: 0x609F4, symSize: 0x60 } + - { offsetInCU: 0x15DE, offset: 0xAC77B, size: 0x8, addend: 0x0, symName: '_$sypSgWOb', symObjAddr: 0x4F20, symBinAddr: 0x60B10, symSize: 0x48 } + - { offsetInCU: 0x1656, offset: 0xAC7F3, size: 0x8, addend: 0x0, symName: '_$sSD7merging_16uniquingKeysWithSDyxq_GACn_q_q__q_tKXEtKFs11AnyHashableV_ypTg5176$s9Capacitor19WebViewAssetHandlerC06handleA11HttpRequestyySo15WKURLSchemeTask_p_10Foundation3URLVSbtFyAF4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU0_yyScMYccfU_ypyp_yptXEfU_Tf1ncn_n', symObjAddr: 0x30, symBinAddr: 0x5BE54, symSize: 0x7C } + - { offsetInCU: 0x173F, offset: 0xAC8DC, size: 0x8, addend: 0x0, symName: '_$ss17FixedWidthIntegerPsEyxSgSScfCSi_Tgm5', symObjAddr: 0x728, symBinAddr: 0x5C50C, symSize: 0x3B8 } + - { offsetInCU: 0x2112, offset: 0xAD2AF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC6routerAcA6Router_p_tcfC', symObjAddr: 0x0, symBinAddr: 0x5BE24, symSize: 0x30 } + - { offsetInCU: 0x216F, offset: 0xAD30C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC6routerAcA6Router_p_tcfc', symObjAddr: 0xAC, symBinAddr: 0x5BED0, symSize: 0x10C } + - { offsetInCU: 0x224A, offset: 0xAD3E7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC03setD4PathyySSF', symObjAddr: 0x1F8, symBinAddr: 0x5BFDC, symSize: 0x94 } + - { offsetInCU: 0x22BC, offset: 0xAD459, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC12setServerUrlyy10Foundation3URLVSgF', symObjAddr: 0x28C, symBinAddr: 0x5C070, symSize: 0xAC } + - { offsetInCU: 0x233A, offset: 0xAD4D7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC17isUsingLiveReload33_B3B54AF19006E24BF72646DA5D63F2A4LLySb10Foundation3URLVF', symObjAddr: 0x338, symBinAddr: 0x5C11C, symSize: 0x2C4 } + - { offsetInCU: 0x23BC, offset: 0xAD559, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC03webC0_5startySo05WKWebC0C_So15WKURLSchemeTask_ptF', symObjAddr: 0x5FC, symBinAddr: 0x5C3E0, symSize: 0x8 } + - { offsetInCU: 0x23D6, offset: 0xAD573, size: 0x8, addend: 0x0, symName: '_$sSo12NSFileHandleC14forReadingFromAB10Foundation3URLV_tKcfCTO', symObjAddr: 0x604, symBinAddr: 0x5C3E8, symSize: 0x124 } + - { offsetInCU: 0x2412, offset: 0xAD5AF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC03webC0_4stopySo05WKWebC0C_So15WKURLSchemeTask_ptF', symObjAddr: 0xB44, symBinAddr: 0x5C928, symSize: 0x30 } + - { offsetInCU: 0x2449, offset: 0xAD5E6, size: 0x8, addend: 0x0, symName: '_$sSo15WKURLSchemeTaskP9CapacitorE7stopped33_B3B54AF19006E24BF72646DA5D63F2A4LLSbvs', symObjAddr: 0xB74, symBinAddr: 0x5C958, symSize: 0xA0 } + - { offsetInCU: 0x24E7, offset: 0xAD684, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC20mimeTypeForExtension04pathI0S2S_tF', symObjAddr: 0xC8C, symBinAddr: 0x5CA70, symSize: 0x168 } + - { offsetInCU: 0x25AF, offset: 0xAD74C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC16isMediaExtension04pathH0SbSS_tF', symObjAddr: 0xDF4, symBinAddr: 0x5CBD8, symSize: 0x80 } + - { offsetInCU: 0x26A1, offset: 0xAD83E, size: 0x8, addend: 0x0, symName: '_$sSo15WKURLSchemeTaskP9CapacitorE7stopped33_B3B54AF19006E24BF72646DA5D63F2A4LLSbvg', symObjAddr: 0x183C, symBinAddr: 0x5D620, symSize: 0x100 } + - { offsetInCU: 0x26E3, offset: 0xAD880, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC9mimeTypesSDyS2SGvg', symObjAddr: 0x193C, symBinAddr: 0x5D720, symSize: 0x10 } + - { offsetInCU: 0x2706, offset: 0xAD8A3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerCACycfC', symObjAddr: 0x194C, symBinAddr: 0x5D730, symSize: 0x20 } + - { offsetInCU: 0x271A, offset: 0xAD8B7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerCACycfc', symObjAddr: 0x196C, symBinAddr: 0x5D750, symSize: 0x2C } + - { offsetInCU: 0x2773, offset: 0xAD910, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerCfD', symObjAddr: 0x19C4, symBinAddr: 0x5D7A8, symSize: 0x34 } + - { offsetInCU: 0x2836, offset: 0xAD9D3, size: 0x8, addend: 0x0, symName: '_$sSS8_copyingyS2SFZ', symObjAddr: 0x21DC, symBinAddr: 0x5DFC0, symSize: 0x8C } + - { offsetInCU: 0x284A, offset: 0xAD9E7, size: 0x8, addend: 0x0, symName: '_$sSlsEy11SubSequenceQzqd__cSXRd__5BoundQyd__5IndexRtzluigSS_s16PartialRangeFromVySSAEVGTgq5', symObjAddr: 0x2268, symBinAddr: 0x5E04C, symSize: 0x4C } + - { offsetInCU: 0x287A, offset: 0xADA17, size: 0x8, addend: 0x0, symName: '_$sSS8_copyingySSSsFZ', symObjAddr: 0x22B4, symBinAddr: 0x5E098, symSize: 0x164 } + - { offsetInCU: 0x28D7, offset: 0xADA74, size: 0x8, addend: 0x0, symName: '_$sSlsE5countSivgSs8UTF8ViewV_Tgq5', symObjAddr: 0x2418, symBinAddr: 0x5E1FC, symSize: 0xF0 } + - { offsetInCU: 0x28FE, offset: 0xADA9B, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSs8UTF8ViewV_Tgq5', symObjAddr: 0x256C, symBinAddr: 0x5E350, symSize: 0x214 } + - { offsetInCU: 0x2933, offset: 0xADAD0, size: 0x8, addend: 0x0, symName: '_$ss11_StringGutsV27_slowEnsureMatchingEncodingySS5IndexVAEF', symObjAddr: 0x2780, symBinAddr: 0x5E564, symSize: 0x78 } + - { offsetInCU: 0x2983, offset: 0xADB20, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC06handleA11HttpRequestyySo15WKURLSchemeTask_p_10Foundation3URLVSbtFTf4nndn_n', symObjAddr: 0x28E8, symBinAddr: 0x5E684, symSize: 0x7F8 } + - { offsetInCU: 0x2CC0, offset: 0xADE5D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC03webC0_5startySo05WKWebC0C_So15WKURLSchemeTask_ptFTf4dnn_n', symObjAddr: 0x3314, symBinAddr: 0x5F0B0, symSize: 0x15F8 } + - { offsetInCU: 0x43, offset: 0xAE82C, size: 0x8, addend: 0x0, symName: '_$sIeyB_Ieg_TR', symObjAddr: 0x4, symBinAddr: 0x60BA0, symSize: 0x8 } + - { offsetInCU: 0xD6, offset: 0xAE8BF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerCACycfcTo', symObjAddr: 0x2A4, symBinAddr: 0x60E40, symSize: 0x20 } + - { offsetInCU: 0x17E, offset: 0xAE967, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_29didStartProvisionalNavigationySo05WKWebC0C_So12WKNavigationCSgtFTo', symObjAddr: 0x3A4, symBinAddr: 0x60F40, symSize: 0x64 } + - { offsetInCU: 0x1DF, offset: 0xAE9C8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_32requestMediaCapturePermissionFor16initiatedByFrame4type08decisionE0ySo05WKWebC0C_So16WKSecurityOriginCSo11WKFrameInfoCSo07WKMediaI4TypeVySo20WKPermissionDecisionVctFTo', symObjAddr: 0x42C, symBinAddr: 0x60FC8, symSize: 0xA8 } + - { offsetInCU: 0x269, offset: 0xAEA52, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_46requestDeviceOrientationAndMotionPermissionFor16initiatedByFrame08decisionE0ySo05WKWebC0C_So16WKSecurityOriginCSo11WKFrameInfoCySo20WKPermissionDecisionVctFTo', symObjAddr: 0x4F8, symBinAddr: 0x61094, symSize: 0xA8 } + - { offsetInCU: 0x2FD, offset: 0xAEAE6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_15decidePolicyFor08decisionE0ySo05WKWebC0C_So18WKNavigationActionCySo0lmH0VctFTo', symObjAddr: 0xF4C, symBinAddr: 0x61AE8, symSize: 0x94 } + - { offsetInCU: 0x34D, offset: 0xAEB36, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_9didFinishySo05WKWebC0C_So12WKNavigationCSgtFTo', symObjAddr: 0xFE4, symBinAddr: 0x61B80, symSize: 0x68 } + - { offsetInCU: 0x3A2, offset: 0xAEB8B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_7didFail9withErrorySo05WKWebC0C_So12WKNavigationCSgs0J0_ptFTo', symObjAddr: 0x1054, symBinAddr: 0x61BF0, symSize: 0x8C } + - { offsetInCU: 0x3F7, offset: 0xAEBE0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_28didFailProvisionalNavigation9withErrorySo05WKWebC0C_So12WKNavigationCSgs0L0_ptFTo', symObjAddr: 0x10E8, symBinAddr: 0x61C84, symSize: 0x8C } + - { offsetInCU: 0x444, offset: 0xAEC2D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webcB26ContentProcessDidTerminateyySo05WKWebC0CFTo', symObjAddr: 0x1198, symBinAddr: 0x61D34, symSize: 0x6C } + - { offsetInCU: 0x494, offset: 0xAEC7D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC21userContentController_10didReceiveySo06WKUsergH0C_So15WKScriptMessageCtFTo', symObjAddr: 0x120C, symBinAddr: 0x61DA8, symSize: 0x68 } + - { offsetInCU: 0x4FF, offset: 0xAECE8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_34runJavaScriptAlertPanelWithMessage16initiatedByFrame010completionE0ySo05WKWebC0C_SSSo11WKFrameInfoCyyctFTo', symObjAddr: 0x14FC, symBinAddr: 0x62098, symSize: 0xC0 } + - { offsetInCU: 0x559, offset: 0xAED42, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_36runJavaScriptConfirmPanelWithMessage16initiatedByFrame010completionE0ySo05WKWebC0C_SSSo11WKFrameInfoCySbctFTo', symObjAddr: 0x15D0, symBinAddr: 0x6216C, symSize: 0xDC } + - { offsetInCU: 0x5C9, offset: 0xAEDB2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_37runJavaScriptTextInputPanelWithPrompt07defaultJ016initiatedByFrame010completionE0ySo05WKWebC0C_S2SSgSo11WKFrameInfoCyAKctFTo', symObjAddr: 0x268C, symBinAddr: 0x63228, symSize: 0xF8 } + - { offsetInCU: 0x623, offset: 0xAEE0C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_06createbC4With3for14windowFeaturesSo05WKWebC0CSgAI_So0lC13ConfigurationCSo18WKNavigationActionCSo08WKWindowK0CtFTo', symObjAddr: 0x27D0, symBinAddr: 0x6336C, symSize: 0xAC } + - { offsetInCU: 0x677, offset: 0xAEE60, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC06scrollC16WillBeginZooming_4withySo08UIScrollC0C_So6UIViewCSgtFTo', symObjAddr: 0x28D0, symBinAddr: 0x6346C, symSize: 0xA0 } + - { offsetInCU: 0x6D6, offset: 0xAEEBF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_15decidePolicyFor08decisionE0ySo05WKWebC0C_So18WKNavigationActionCySo0lmH0VctF06$sSo24lmH16VIeyBy_ABIegy_TRALIeyBy_Tf1nncn_nTf4dnng_n', symObjAddr: 0x2B8C, symBinAddr: 0x636E8, symSize: 0x980 } + - { offsetInCU: 0x9B8, offset: 0xAF1A1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC10logJSError33_F9163AD9166938F8B4F54F28D02AA29FLLyySDySSypGFTf4nd_n', symObjAddr: 0x3FE4, symBinAddr: 0x64B40, symSize: 0x7A4 } + - { offsetInCU: 0x1066, offset: 0xAF84F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_34runJavaScriptAlertPanelWithMessage16initiatedByFrame010completionE0ySo05WKWebC0C_SSSo11WKFrameInfoCyyctF13$sIeyB_Ieg_TRIeyB_Tf1nnncn_nTf4dndng_n', symObjAddr: 0x5444, symBinAddr: 0x65FA0, symSize: 0x2F0 } + - { offsetInCU: 0x11A5, offset: 0xAF98E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_37runJavaScriptTextInputPanelWithPrompt07defaultJ016initiatedByFrame010completionE0ySo05WKWebC0C_S2SSgSo11WKFrameInfoCyAKctF019$sSo8NSStringCSgIeyQ12_SSSgIegg_TRSo0Y0CSgIeyBy_Tf1nnnncn_nTf4dnndng_n', symObjAddr: 0x5B3C, symBinAddr: 0x665FC, symSize: 0xE8C } + - { offsetInCU: 0x1623, offset: 0xAFE0C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_06createbC4With3for14windowFeaturesSo05WKWebC0CSgAI_So0lC13ConfigurationCSo18WKNavigationActionCSo08WKWindowK0CtFTf4ddndd_n', symObjAddr: 0x69C8, symBinAddr: 0x67488, symSize: 0x22C } + - { offsetInCU: 0x169E, offset: 0xAFE87, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC17contentControllerSo013WKUserContentG0CvpACTk', symObjAddr: 0x74, symBinAddr: 0x60C10, symSize: 0x68 } + - { offsetInCU: 0x16DE, offset: 0xAFEC7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerCMa', symObjAddr: 0x284, symBinAddr: 0x60E20, symSize: 0x20 } + - { offsetInCU: 0x18DB, offset: 0xB00C4, size: 0x8, addend: 0x0, symName: '_$sSo8NSStringCSgIeyBy_SSSgIegg_TR', symObjAddr: 0x2784, symBinAddr: 0x63320, symSize: 0x44 } + - { offsetInCU: 0x1936, offset: 0xB011F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerCfETo', symObjAddr: 0x29EC, symBinAddr: 0x63588, symSize: 0x4C } + - { offsetInCU: 0x19CB, offset: 0xB01B4, size: 0x8, addend: 0x0, symName: '_$sSo38UIApplicationOpenExternalURLOptionsKeyaABSHSCWl', symObjAddr: 0x2B44, symBinAddr: 0x636A0, symSize: 0x48 } + - { offsetInCU: 0x1B19, offset: 0xB0302, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_34runJavaScriptAlertPanelWithMessage16initiatedByFrame010completionE0ySo05WKWebC0C_SSSo11WKFrameInfoCyyctFySo13UIAlertActionCcfU_TA', symObjAddr: 0x540C, symBinAddr: 0x65F68, symSize: 0x20 } + - { offsetInCU: 0x1B4D, offset: 0xB0336, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x542C, symBinAddr: 0x65F88, symSize: 0x10 } + - { offsetInCU: 0x1B61, offset: 0xB034A, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x543C, symBinAddr: 0x65F98, symSize: 0x8 } + - { offsetInCU: 0x1B80, offset: 0xB0369, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_37runJavaScriptTextInputPanelWithPrompt07defaultJ016initiatedByFrame010completionE0ySo05WKWebC0C_S2SSgSo11WKFrameInfoCyAKctFySo11UITextFieldCcfU_TA', symObjAddr: 0x5AAC, symBinAddr: 0x665C4, symSize: 0x8 } + - { offsetInCU: 0x1B94, offset: 0xB037D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_37runJavaScriptTextInputPanelWithPrompt07defaultJ016initiatedByFrame010completionE0ySo05WKWebC0C_S2SSgSo11WKFrameInfoCyAKctFySo13UIAlertActionCcfU0_TA', symObjAddr: 0x5AB4, symBinAddr: 0x665CC, symSize: 0x28 } + - { offsetInCU: 0x1BD3, offset: 0xB03BC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC0bC12LoadingStateOwet', symObjAddr: 0x6CF0, symBinAddr: 0x677A0, symSize: 0xA8 } + - { offsetInCU: 0x1BE7, offset: 0xB03D0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC0bC12LoadingStateOwst', symObjAddr: 0x6D98, symBinAddr: 0x67848, symSize: 0xC4 } + - { offsetInCU: 0x1BFB, offset: 0xB03E4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC0bC12LoadingStateOwug', symObjAddr: 0x6E5C, symBinAddr: 0x6790C, symSize: 0x1C } + - { offsetInCU: 0x1C0F, offset: 0xB03F8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC0bC12LoadingStateOwup', symObjAddr: 0x6E78, symBinAddr: 0x67928, symSize: 0x4 } + - { offsetInCU: 0x1C23, offset: 0xB040C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC0bC12LoadingStateOwui', symObjAddr: 0x6E7C, symBinAddr: 0x6792C, symSize: 0x18 } + - { offsetInCU: 0x1C37, offset: 0xB0420, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC0bC12LoadingStateOMa', symObjAddr: 0x6E94, symBinAddr: 0x67944, symSize: 0x10 } + - { offsetInCU: 0x1C4B, offset: 0xB0434, size: 0x8, addend: 0x0, symName: '_$sSo8NSStringCSgIeyBy_SSSgIegg_TRTA', symObjAddr: 0x6EC8, symBinAddr: 0x67978, symSize: 0x8 } + - { offsetInCU: 0x1C6A, offset: 0xB0453, size: 0x8, addend: 0x0, symName: '_$s10ObjectiveC8ObjCBoolVIeyBy_SbIegy_TRTA', symObjAddr: 0x6F1C, symBinAddr: 0x679CC, symSize: 0x14 } + - { offsetInCU: 0x1C93, offset: 0xB047C, size: 0x8, addend: 0x0, symName: '_$sIeyB_Ieg_TRTA', symObjAddr: 0x6F30, symBinAddr: 0x679E0, symSize: 0xC } + - { offsetInCU: 0x1CBC, offset: 0xB04A5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_36runJavaScriptConfirmPanelWithMessage16initiatedByFrame010completionE0ySo05WKWebC0C_SSSo11WKFrameInfoCySbctFySo13UIAlertActionCcfU_TA', symObjAddr: 0x6F74, symBinAddr: 0x67A24, symSize: 0x24 } + - { offsetInCU: 0x1CF0, offset: 0xB04D9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_36runJavaScriptConfirmPanelWithMessage16initiatedByFrame010completionE0ySo05WKWebC0C_SSSo11WKFrameInfoCySbctFySo13UIAlertActionCcfU0_TA', symObjAddr: 0x6F98, symBinAddr: 0x67A48, symSize: 0x24 } + - { offsetInCU: 0x1D24, offset: 0xB050D, size: 0x8, addend: 0x0, symName: '_$sypSgWOc', symObjAddr: 0x7018, symBinAddr: 0x67A6C, symSize: 0x48 } + - { offsetInCU: 0x2384, offset: 0xB0B6D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerCACycfC', symObjAddr: 0xC, symBinAddr: 0x60BA8, symSize: 0x20 } + - { offsetInCU: 0x2398, offset: 0xB0B81, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC6bridgeAA0A6BridgeCSgvg', symObjAddr: 0x2C, symBinAddr: 0x60BC8, symSize: 0x48 } + - { offsetInCU: 0x23E7, offset: 0xB0BD0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC17contentControllerSo013WKUserContentG0Cvg', symObjAddr: 0xDC, symBinAddr: 0x60C78, symSize: 0x44 } + - { offsetInCU: 0x241A, offset: 0xB0C03, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerCACycfc', symObjAddr: 0x120, symBinAddr: 0x60CBC, symSize: 0x164 } + - { offsetInCU: 0x2471, offset: 0xB0C5A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC7cleanUpyyF', symObjAddr: 0x2C4, symBinAddr: 0x60E60, symSize: 0x70 } + - { offsetInCU: 0x24CF, offset: 0xB0CB8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC15willLoadWebviewyySo05WKWebC0CSgF', symObjAddr: 0x334, symBinAddr: 0x60ED0, symSize: 0x6C } + - { offsetInCU: 0x255F, offset: 0xB0D48, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_29didStartProvisionalNavigationySo05WKWebC0C_So12WKNavigationCSgtF', symObjAddr: 0x3A0, symBinAddr: 0x60F3C, symSize: 0x4 } + - { offsetInCU: 0x2586, offset: 0xB0D6F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_32requestMediaCapturePermissionFor16initiatedByFrame4type08decisionE0ySo05WKWebC0C_So16WKSecurityOriginCSo11WKFrameInfoCSo07WKMediaI4TypeVySo20WKPermissionDecisionVctF', symObjAddr: 0x408, symBinAddr: 0x60FA4, symSize: 0x24 } + - { offsetInCU: 0x262C, offset: 0xB0E15, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_46requestDeviceOrientationAndMotionPermissionFor16initiatedByFrame08decisionE0ySo05WKWebC0C_So16WKSecurityOriginCSo11WKFrameInfoCySo20WKPermissionDecisionVctF', symObjAddr: 0x4D4, symBinAddr: 0x61070, symSize: 0x24 } + - { offsetInCU: 0x2724, offset: 0xB0F0D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_15decidePolicyFor08decisionE0ySo05WKWebC0C_So18WKNavigationActionCySo0lmH0VctF', symObjAddr: 0x5A0, symBinAddr: 0x6113C, symSize: 0x9AC } + - { offsetInCU: 0x2939, offset: 0xB1122, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_9didFinishySo05WKWebC0C_So12WKNavigationCSgtF', symObjAddr: 0xFE0, symBinAddr: 0x61B7C, symSize: 0x4 } + - { offsetInCU: 0x2954, offset: 0xB113D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_7didFail9withErrorySo05WKWebC0C_So12WKNavigationCSgs0J0_ptF', symObjAddr: 0x104C, symBinAddr: 0x61BE8, symSize: 0x8 } + - { offsetInCU: 0x296F, offset: 0xB1158, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_28didFailProvisionalNavigation9withErrorySo05WKWebC0C_So12WKNavigationCSgs0L0_ptF', symObjAddr: 0x10E0, symBinAddr: 0x61C7C, symSize: 0x8 } + - { offsetInCU: 0x298A, offset: 0xB1173, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webcB26ContentProcessDidTerminateyySo05WKWebC0CF', symObjAddr: 0x1174, symBinAddr: 0x61D10, symSize: 0x24 } + - { offsetInCU: 0x29CF, offset: 0xB11B8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC21userContentController_10didReceiveySo06WKUsergH0C_So15WKScriptMessageCtF', symObjAddr: 0x1204, symBinAddr: 0x61DA0, symSize: 0x8 } + - { offsetInCU: 0x2A32, offset: 0xB121B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_34runJavaScriptAlertPanelWithMessage16initiatedByFrame010completionE0ySo05WKWebC0C_SSSo11WKFrameInfoCyyctF', symObjAddr: 0x1274, symBinAddr: 0x61E10, symSize: 0x288 } + - { offsetInCU: 0x2B84, offset: 0xB136D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_36runJavaScriptConfirmPanelWithMessage16initiatedByFrame010completionE0ySo05WKWebC0C_SSSo11WKFrameInfoCySbctF', symObjAddr: 0x15BC, symBinAddr: 0x62158, symSize: 0x14 } + - { offsetInCU: 0x2C4B, offset: 0xB1434, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_37runJavaScriptTextInputPanelWithPrompt07defaultJ016initiatedByFrame010completionE0ySo05WKWebC0C_S2SSgSo11WKFrameInfoCyAKctF', symObjAddr: 0x16AC, symBinAddr: 0x62248, symSize: 0xDC4 } + - { offsetInCU: 0x30AD, offset: 0xB1896, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_37runJavaScriptTextInputPanelWithPrompt07defaultJ016initiatedByFrame010completionE0ySo05WKWebC0C_S2SSgSo11WKFrameInfoCyAKctFySo11UITextFieldCcfU_', symObjAddr: 0x2470, symBinAddr: 0x6300C, symSize: 0x50 } + - { offsetInCU: 0x30EA, offset: 0xB18D3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_37runJavaScriptTextInputPanelWithPrompt07defaultJ016initiatedByFrame010completionE0ySo05WKWebC0C_S2SSgSo11WKFrameInfoCyAKctFySo13UIAlertActionCcfU1_', symObjAddr: 0x2510, symBinAddr: 0x630AC, symSize: 0x17C } + - { offsetInCU: 0x3304, offset: 0xB1AED, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_06createbC4With3for14windowFeaturesSo05WKWebC0CSgAI_So0lC13ConfigurationCSo18WKNavigationActionCSo08WKWindowK0CtF', symObjAddr: 0x27C8, symBinAddr: 0x63364, symSize: 0x8 } + - { offsetInCU: 0x331F, offset: 0xB1B08, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC06scrollC16WillBeginZooming_4withySo08UIScrollC0C_So6UIViewCSgtF', symObjAddr: 0x287C, symBinAddr: 0x63418, symSize: 0x54 } + - { offsetInCU: 0x3391, offset: 0xB1B7A, size: 0x8, addend: 0x0, symName: '_$sSlsEy11SubSequenceQzqd__cSXRd__5BoundQyd__5IndexRtzluigSS_s16PartialRangeFromVySSAEVGTg5', symObjAddr: 0x2970, symBinAddr: 0x6350C, symSize: 0x4C } + - { offsetInCU: 0x3425, offset: 0xB1C0E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerCfD', symObjAddr: 0x29BC, symBinAddr: 0x63558, symSize: 0x30 } + - { offsetInCU: 0x34AC, offset: 0xB1C95, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_29didStartProvisionalNavigationySo05WKWebC0C_So12WKNavigationCSgtFTf4ddn_n', symObjAddr: 0x2A38, symBinAddr: 0x635D4, symSize: 0xCC } + - { offsetInCU: 0x35F2, offset: 0xB1DDB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_9didFinishySo05WKWebC0C_So12WKNavigationCSgtFTf4ndn_n', symObjAddr: 0x350C, symBinAddr: 0x64068, symSize: 0xD8 } + - { offsetInCU: 0x3733, offset: 0xB1F1C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_7didFail9withErrorySo05WKWebC0C_So12WKNavigationCSgs0J0_ptFTf4ndnn_n', symObjAddr: 0x35E4, symBinAddr: 0x64140, symSize: 0x514 } + - { offsetInCU: 0x3986, offset: 0xB216F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_28didFailProvisionalNavigation9withErrorySo05WKWebC0C_So12WKNavigationCSgs0L0_ptFTf4ndnn_n', symObjAddr: 0x3AF8, symBinAddr: 0x64654, symSize: 0x4EC } + - { offsetInCU: 0x3C02, offset: 0xB23EB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC21userContentController_10didReceiveySo06WKUsergH0C_So15WKScriptMessageCtFTf4dnn_n', symObjAddr: 0x4788, symBinAddr: 0x652E4, symSize: 0xC60 } + - { offsetInCU: 0x417B, offset: 0xB2964, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_36runJavaScriptConfirmPanelWithMessage16initiatedByFrame010completionE0ySo05WKWebC0C_SSSo11WKFrameInfoCySbctFTf4dndnn_n', symObjAddr: 0x5734, symBinAddr: 0x66290, symSize: 0x310 } + - { offsetInCU: 0x2B, offset: 0xB2AFA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVAASo9WKWebViewCRszlE39setKeyboardShouldRequireUserInteractionyySbSgF', symObjAddr: 0x0, symBinAddr: 0x67B64, symSize: 0x90 } + - { offsetInCU: 0x4F, offset: 0xB2B1E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor28associatedKeyboardFlagHandle33_3E0898892F6945378FAE8ABD0FA44A3BLLs5UInt8Vvp', symObjAddr: 0xAB8, symBinAddr: 0xA3230, symSize: 0x0 } + - { offsetInCU: 0xF9, offset: 0xB2BC8, size: 0x8, addend: 0x0, symName: '_$sSo9WKWebViewC9CapacitorE23_swizzleKeyboardMethodsyyFZTo', symObjAddr: 0x378, symBinAddr: 0x67E14, symSize: 0x28 } + - { offsetInCU: 0x131, offset: 0xB2C00, size: 0x8, addend: 0x0, symName: '_$sSo9WKWebViewC9CapacitorE18oneTimeOnlySwizzle_WZ', symObjAddr: 0x3A0, symBinAddr: 0x67E3C, symSize: 0x4 } + - { offsetInCU: 0x1B9, offset: 0xB2C88, size: 0x8, addend: 0x0, symName: '_$sSo9WKWebViewC9CapacitorE18oneTimeOnlySwizzleytvpZfiyyXEfU_', symObjAddr: 0x3A4, symBinAddr: 0x67E40, symSize: 0x11C } + - { offsetInCU: 0x287, offset: 0xB2D56, size: 0x8, addend: 0x0, symName: '_$sSo9WKWebViewC9CapacitorE18oneTimeOnlySwizzleytvpZfiyyXEfU_ABSgypSgcfU_', symObjAddr: 0x4C0, symBinAddr: 0x67F5C, symSize: 0xDC } + - { offsetInCU: 0x2C8, offset: 0xB2D97, size: 0x8, addend: 0x0, symName: '_$sSo9WKWebViewC9CapacitorE18oneTimeOnlySwizzleytvpZfiyyXEfU_ys13OpaquePointerV_10ObjectiveC8SelectorVtcfU0_yyp_SVS3bypSgtcfU_', symObjAddr: 0x59C, symBinAddr: 0x68038, symSize: 0x2D8 } + - { offsetInCU: 0x39B, offset: 0xB2E6A, size: 0x8, addend: 0x0, symName: '_$sSo9WKWebViewC9CapacitorE18oneTimeOnlySwizzleytvpZfiyyXEfU_ys13OpaquePointerV_10ObjectiveC8SelectorVtcfU0_yyp_SVS3bypSgtcfU_TA', symObjAddr: 0x898, symBinAddr: 0x68334, symSize: 0x28 } + - { offsetInCU: 0x3AF, offset: 0xB2E7E, size: 0x8, addend: 0x0, symName: '_$sypSVS3bypSgIegnyyyyn_yXlSVS3byXlSgIeyByyyyyy_TR', symObjAddr: 0x8C0, symBinAddr: 0x6835C, symSize: 0xD4 } + - { offsetInCU: 0x3C7, offset: 0xB2E96, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x994, symBinAddr: 0x68430, symSize: 0x10 } + - { offsetInCU: 0x3DB, offset: 0xB2EAA, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x9A4, symBinAddr: 0x68440, symSize: 0x8 } + - { offsetInCU: 0x3EF, offset: 0xB2EBE, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_0, symObjAddr: 0xA08, symBinAddr: 0x68448, symSize: 0x24 } + - { offsetInCU: 0x61B, offset: 0xB30EA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVAASo9WKWebViewCRszlE39setKeyboardShouldRequireUserInteractionyySbSgF', symObjAddr: 0x0, symBinAddr: 0x67B64, symSize: 0x90 } + - { offsetInCU: 0x6AE, offset: 0xB317D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVAASo9WKWebViewCRszlE36keyboardShouldRequireUserInteractionSbSgvg', symObjAddr: 0x90, symBinAddr: 0x67BF4, symSize: 0x108 } + - { offsetInCU: 0x6EB, offset: 0xB31BA, size: 0x8, addend: 0x0, symName: '_$sSo9WKWebViewC9CapacitorE27associatedKeyboardFlagValueypSgvs', symObjAddr: 0x198, symBinAddr: 0x67CFC, symSize: 0x118 } +... diff --git a/ios/App/App.xcarchive/dSYMs/Cordova.framework.dSYM/Contents/Info.plist b/ios/App/App.xcarchive/dSYMs/Cordova.framework.dSYM/Contents/Info.plist new file mode 100644 index 0000000..a9aae36 --- /dev/null +++ b/ios/App/App.xcarchive/dSYMs/Cordova.framework.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.apple.xcode.dsym.org.cocoapods.Cordova + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + 6.2.0 + CFBundleVersion + 1 + + diff --git a/ios/App/App.xcarchive/dSYMs/Cordova.framework.dSYM/Contents/Resources/DWARF/Cordova b/ios/App/App.xcarchive/dSYMs/Cordova.framework.dSYM/Contents/Resources/DWARF/Cordova new file mode 100644 index 0000000..b54bbee Binary files /dev/null and b/ios/App/App.xcarchive/dSYMs/Cordova.framework.dSYM/Contents/Resources/DWARF/Cordova differ diff --git a/ios/App/App.xcarchive/dSYMs/Cordova.framework.dSYM/Contents/Resources/Relocations/aarch64/Cordova.yml b/ios/App/App.xcarchive/dSYMs/Cordova.framework.dSYM/Contents/Resources/Relocations/aarch64/Cordova.yml new file mode 100644 index 0000000..7351a94 --- /dev/null +++ b/ios/App/App.xcarchive/dSYMs/Cordova.framework.dSYM/Contents/Resources/Relocations/aarch64/Cordova.yml @@ -0,0 +1,189 @@ +--- +triple: 'arm64-apple-darwin' +binary-path: '/Users/quyilin/Library/Developer/Xcode/DerivedData/App-cahnbiefphmvwmeanmfamzecfuyo/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Cordova.framework/Cordova' +relocations: + - { offsetInCU: 0x34, offset: 0x572C1, size: 0x8, addend: 0x0, symName: _CordovaVersionString, symObjAddr: 0x0, symBinAddr: 0x7C40, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x572F6, size: 0x8, addend: 0x0, symName: _CordovaVersionNumber, symObjAddr: 0x28, symBinAddr: 0x7C68, symSize: 0x0 } + - { offsetInCU: 0x27, offset: 0x57333, size: 0x8, addend: 0x0, symName: '-[AppDelegate viewController]', symObjAddr: 0x0, symBinAddr: 0x4000, symSize: 0x8 } + - { offsetInCU: 0xB4, offset: 0x573C0, size: 0x8, addend: 0x0, symName: '-[AppDelegate viewController]', symObjAddr: 0x0, symBinAddr: 0x4000, symSize: 0x8 } + - { offsetInCU: 0xEB, offset: 0x573F7, size: 0x8, addend: 0x0, symName: '-[AppDelegate setViewController:]', symObjAddr: 0x8, symBinAddr: 0x4008, symSize: 0xC } + - { offsetInCU: 0x12C, offset: 0x57438, size: 0x8, addend: 0x0, symName: '-[AppDelegate .cxx_destruct]', symObjAddr: 0x14, symBinAddr: 0x4014, symSize: 0xC } + - { offsetInCU: 0x27, offset: 0x574AF, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl initWithWebView:pluginManager:]', symObjAddr: 0x0, symBinAddr: 0x4020, symSize: 0x108 } + - { offsetInCU: 0x1E6, offset: 0x5766E, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl initWithWebView:pluginManager:]', symObjAddr: 0x0, symBinAddr: 0x4020, symSize: 0x108 } + - { offsetInCU: 0x25C, offset: 0x576E4, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl pathForResource:]', symObjAddr: 0x108, symBinAddr: 0x4128, symSize: 0x190 } + - { offsetInCU: 0x2FF, offset: 0x57787, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl flushCommandQueueWithDelayedJs]', symObjAddr: 0x298, symBinAddr: 0x42B8, symSize: 0x8 } + - { offsetInCU: 0x330, offset: 0x577B8, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl evalJsHelper2:]', symObjAddr: 0x2A0, symBinAddr: 0x42C0, symSize: 0x84 } + - { offsetInCU: 0x3FD, offset: 0x57885, size: 0x8, addend: 0x0, symName: '___40-[CDVCommandDelegateImpl evalJsHelper2:]_block_invoke', symObjAddr: 0x324, symBinAddr: 0x4344, symSize: 0x40 } + - { offsetInCU: 0x44C, offset: 0x578D4, size: 0x8, addend: 0x0, symName: '___40-[CDVCommandDelegateImpl evalJsHelper2:]_block_invoke_2', symObjAddr: 0x364, symBinAddr: 0x4384, symSize: 0x5C } + - { offsetInCU: 0x4AA, offset: 0x57932, size: 0x8, addend: 0x0, symName: ___copy_helper_block_e8_32s40s, symObjAddr: 0x3C0, symBinAddr: 0x43E0, symSize: 0x28 } + - { offsetInCU: 0x4D3, offset: 0x5795B, size: 0x8, addend: 0x0, symName: ___destroy_helper_block_e8_32s40s, symObjAddr: 0x3E8, symBinAddr: 0x4408, symSize: 0x28 } + - { offsetInCU: 0x4F2, offset: 0x5797A, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl isValidCallbackId:]', symObjAddr: 0x410, symBinAddr: 0x4430, symSize: 0x94 } + - { offsetInCU: 0x539, offset: 0x579C1, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl sendPluginResult:callbackId:]', symObjAddr: 0x4A4, symBinAddr: 0x44C4, symSize: 0x138 } + - { offsetInCU: 0x5D8, offset: 0x57A60, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl evalJs:]', symObjAddr: 0x5DC, symBinAddr: 0x45FC, symSize: 0x8 } + - { offsetInCU: 0x617, offset: 0x57A9F, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl evalJs:scheduledOnRunLoop:]', symObjAddr: 0x5E4, symBinAddr: 0x4604, symSize: 0x58 } + - { offsetInCU: 0x666, offset: 0x57AEE, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl getCommandInstance:]', symObjAddr: 0x63C, symBinAddr: 0x465C, symSize: 0x64 } + - { offsetInCU: 0x6AD, offset: 0x57B35, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl runInBackground:]', symObjAddr: 0x6A0, symBinAddr: 0x46C0, symSize: 0x40 } + - { offsetInCU: 0x73C, offset: 0x57BC4, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl settings]', symObjAddr: 0x6E0, symBinAddr: 0x4700, symSize: 0x40 } + - { offsetInCU: 0x773, offset: 0x57BFB, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl urlTransformer]', symObjAddr: 0x720, symBinAddr: 0x4740, symSize: 0x8 } + - { offsetInCU: 0x7AA, offset: 0x57C32, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl setUrlTransformer:]', symObjAddr: 0x728, symBinAddr: 0x4748, symSize: 0x8 } + - { offsetInCU: 0x7E9, offset: 0x57C71, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl .cxx_destruct]', symObjAddr: 0x730, symBinAddr: 0x4750, symSize: 0x48 } + - { offsetInCU: 0x27, offset: 0x57E82, size: 0x8, addend: 0x0, symName: '-[CDVConfigParser init]', symObjAddr: 0x0, symBinAddr: 0x4798, symSize: 0xDC } + - { offsetInCU: 0xD8, offset: 0x57F33, size: 0x8, addend: 0x0, symName: '-[CDVConfigParser init]', symObjAddr: 0x0, symBinAddr: 0x4798, symSize: 0xDC } + - { offsetInCU: 0x10F, offset: 0x57F6A, size: 0x8, addend: 0x0, symName: '-[CDVConfigParser parser:didStartElement:namespaceURI:qualifiedName:attributes:]', symObjAddr: 0xDC, symBinAddr: 0x4874, symSize: 0x2AC } + - { offsetInCU: 0x1CD, offset: 0x58028, size: 0x8, addend: 0x0, symName: '-[CDVConfigParser parser:didEndElement:namespaceURI:qualifiedName:]', symObjAddr: 0x388, symBinAddr: 0x4B20, symSize: 0x44 } + - { offsetInCU: 0x234, offset: 0x5808F, size: 0x8, addend: 0x0, symName: '-[CDVConfigParser parser:parseErrorOccurred:]', symObjAddr: 0x3CC, symBinAddr: 0x4B64, symSize: 0x4 } + - { offsetInCU: 0x27B, offset: 0x580D6, size: 0x8, addend: 0x0, symName: '-[CDVConfigParser pluginsDict]', symObjAddr: 0x3D0, symBinAddr: 0x4B68, symSize: 0x8 } + - { offsetInCU: 0x2B2, offset: 0x5810D, size: 0x8, addend: 0x0, symName: '-[CDVConfigParser setPluginsDict:]', symObjAddr: 0x3D8, symBinAddr: 0x4B70, symSize: 0xC } + - { offsetInCU: 0x2F3, offset: 0x5814E, size: 0x8, addend: 0x0, symName: '-[CDVConfigParser settings]', symObjAddr: 0x3E4, symBinAddr: 0x4B7C, symSize: 0x8 } + - { offsetInCU: 0x32A, offset: 0x58185, size: 0x8, addend: 0x0, symName: '-[CDVConfigParser setSettings:]', symObjAddr: 0x3EC, symBinAddr: 0x4B84, symSize: 0xC } + - { offsetInCU: 0x36B, offset: 0x581C6, size: 0x8, addend: 0x0, symName: '-[CDVConfigParser startPage]', symObjAddr: 0x3F8, symBinAddr: 0x4B90, symSize: 0x8 } + - { offsetInCU: 0x3A2, offset: 0x581FD, size: 0x8, addend: 0x0, symName: '-[CDVConfigParser setStartPage:]', symObjAddr: 0x400, symBinAddr: 0x4B98, symSize: 0xC } + - { offsetInCU: 0x3E3, offset: 0x5823E, size: 0x8, addend: 0x0, symName: '-[CDVConfigParser startupPluginNames]', symObjAddr: 0x40C, symBinAddr: 0x4BA4, symSize: 0x8 } + - { offsetInCU: 0x41A, offset: 0x58275, size: 0x8, addend: 0x0, symName: '-[CDVConfigParser setStartupPluginNames:]', symObjAddr: 0x414, symBinAddr: 0x4BAC, symSize: 0xC } + - { offsetInCU: 0x45B, offset: 0x582B6, size: 0x8, addend: 0x0, symName: '-[CDVConfigParser .cxx_destruct]', symObjAddr: 0x420, symBinAddr: 0x4BB8, symSize: 0x54 } + - { offsetInCU: 0x27, offset: 0x5836C, size: 0x8, addend: 0x0, symName: '+[CDVInvokedUrlCommand commandFromJson:]', symObjAddr: 0x0, symBinAddr: 0x4C0C, symSize: 0x4C } + - { offsetInCU: 0xC6, offset: 0x5840B, size: 0x8, addend: 0x0, symName: '+[CDVInvokedUrlCommand commandFromJson:]', symObjAddr: 0x0, symBinAddr: 0x4C0C, symSize: 0x4C } + - { offsetInCU: 0x109, offset: 0x5844E, size: 0x8, addend: 0x0, symName: '-[CDVInvokedUrlCommand initFromJson:]', symObjAddr: 0x4C, symBinAddr: 0x4C58, symSize: 0x11C } + - { offsetInCU: 0x1A0, offset: 0x584E5, size: 0x8, addend: 0x0, symName: '-[CDVInvokedUrlCommand initWithArguments:callbackId:className:methodName:]', symObjAddr: 0x168, symBinAddr: 0x4D74, symSize: 0x104 } + - { offsetInCU: 0x217, offset: 0x5855C, size: 0x8, addend: 0x0, symName: '-[CDVInvokedUrlCommand massageArguments]', symObjAddr: 0x26C, symBinAddr: 0x4E78, symSize: 0x1C0 } + - { offsetInCU: 0x2D8, offset: 0x5861D, size: 0x8, addend: 0x0, symName: '-[CDVInvokedUrlCommand argumentAtIndex:]', symObjAddr: 0x42C, symBinAddr: 0x5038, symSize: 0x8 } + - { offsetInCU: 0x31B, offset: 0x58660, size: 0x8, addend: 0x0, symName: '-[CDVInvokedUrlCommand argumentAtIndex:withDefault:]', symObjAddr: 0x434, symBinAddr: 0x5040, symSize: 0x8 } + - { offsetInCU: 0x36C, offset: 0x586B1, size: 0x8, addend: 0x0, symName: '-[CDVInvokedUrlCommand argumentAtIndex:withDefault:andClass:]', symObjAddr: 0x43C, symBinAddr: 0x5048, symSize: 0xE4 } + - { offsetInCU: 0x3E3, offset: 0x58728, size: 0x8, addend: 0x0, symName: '-[CDVInvokedUrlCommand arguments]', symObjAddr: 0x520, symBinAddr: 0x512C, symSize: 0x8 } + - { offsetInCU: 0x41A, offset: 0x5875F, size: 0x8, addend: 0x0, symName: '-[CDVInvokedUrlCommand callbackId]', symObjAddr: 0x528, symBinAddr: 0x5134, symSize: 0x8 } + - { offsetInCU: 0x451, offset: 0x58796, size: 0x8, addend: 0x0, symName: '-[CDVInvokedUrlCommand className]', symObjAddr: 0x530, symBinAddr: 0x513C, symSize: 0x8 } + - { offsetInCU: 0x488, offset: 0x587CD, size: 0x8, addend: 0x0, symName: '-[CDVInvokedUrlCommand methodName]', symObjAddr: 0x538, symBinAddr: 0x5144, symSize: 0x8 } + - { offsetInCU: 0x4BF, offset: 0x58804, size: 0x8, addend: 0x0, symName: '-[CDVInvokedUrlCommand .cxx_destruct]', symObjAddr: 0x540, symBinAddr: 0x514C, symSize: 0x48 } + - { offsetInCU: 0x27, offset: 0x588C3, size: 0x8, addend: 0x0, symName: '-[UIView(org_apache_cordova_UIView_Extension) scrollView]', symObjAddr: 0x0, symBinAddr: 0x5194, symSize: 0x58 } + - { offsetInCU: 0x41, offset: 0x588DD, size: 0x8, addend: 0x0, symName: _CDVPageDidLoadNotification, symObjAddr: 0xF30, symBinAddr: 0xC0B8, symSize: 0x0 } + - { offsetInCU: 0x61, offset: 0x588FD, size: 0x8, addend: 0x0, symName: _CDVPluginHandleOpenURLNotification, symObjAddr: 0xF38, symBinAddr: 0xC0C0, symSize: 0x0 } + - { offsetInCU: 0x77, offset: 0x58913, size: 0x8, addend: 0x0, symName: _CDVPluginHandleOpenURLWithAppSourceAndAnnotationNotification, symObjAddr: 0xF40, symBinAddr: 0xC0C8, symSize: 0x0 } + - { offsetInCU: 0x8D, offset: 0x58929, size: 0x8, addend: 0x0, symName: _CDVPluginResetNotification, symObjAddr: 0xF48, symBinAddr: 0xC0D0, symSize: 0x0 } + - { offsetInCU: 0xA3, offset: 0x5893F, size: 0x8, addend: 0x0, symName: _CDVLocalNotification, symObjAddr: 0xF50, symBinAddr: 0xC0D8, symSize: 0x0 } + - { offsetInCU: 0xB9, offset: 0x58955, size: 0x8, addend: 0x0, symName: _CDVRemoteNotification, symObjAddr: 0xF58, symBinAddr: 0xC0E0, symSize: 0x0 } + - { offsetInCU: 0xCF, offset: 0x5896B, size: 0x8, addend: 0x0, symName: _CDVRemoteNotificationError, symObjAddr: 0xF60, symBinAddr: 0xC0E8, symSize: 0x0 } + - { offsetInCU: 0xE5, offset: 0x58981, size: 0x8, addend: 0x0, symName: _CDVViewWillAppearNotification, symObjAddr: 0xF68, symBinAddr: 0xC0F0, symSize: 0x0 } + - { offsetInCU: 0xFB, offset: 0x58997, size: 0x8, addend: 0x0, symName: _CDVViewDidAppearNotification, symObjAddr: 0xF70, symBinAddr: 0xC0F8, symSize: 0x0 } + - { offsetInCU: 0x111, offset: 0x589AD, size: 0x8, addend: 0x0, symName: _CDVViewWillDisappearNotification, symObjAddr: 0xF78, symBinAddr: 0xC100, symSize: 0x0 } + - { offsetInCU: 0x127, offset: 0x589C3, size: 0x8, addend: 0x0, symName: _CDVViewDidDisappearNotification, symObjAddr: 0xF80, symBinAddr: 0xC108, symSize: 0x0 } + - { offsetInCU: 0x13D, offset: 0x589D9, size: 0x8, addend: 0x0, symName: _CDVViewWillLayoutSubviewsNotification, symObjAddr: 0xF88, symBinAddr: 0xC110, symSize: 0x0 } + - { offsetInCU: 0x153, offset: 0x589EF, size: 0x8, addend: 0x0, symName: _CDVViewDidLayoutSubviewsNotification, symObjAddr: 0xF90, symBinAddr: 0xC118, symSize: 0x0 } + - { offsetInCU: 0x169, offset: 0x58A05, size: 0x8, addend: 0x0, symName: _CDVViewWillTransitionToSizeNotification, symObjAddr: 0xF98, symBinAddr: 0xC120, symSize: 0x0 } + - { offsetInCU: 0x290, offset: 0x58B2C, size: 0x8, addend: 0x0, symName: '-[UIView(org_apache_cordova_UIView_Extension) scrollView]', symObjAddr: 0x0, symBinAddr: 0x5194, symSize: 0x58 } + - { offsetInCU: 0x2F8, offset: 0x58B94, size: 0x8, addend: 0x0, symName: '-[CDVPlugin initWithWebViewEngine:]', symObjAddr: 0x58, symBinAddr: 0x51EC, symSize: 0x6C } + - { offsetInCU: 0x33F, offset: 0x58BDB, size: 0x8, addend: 0x0, symName: '-[CDVPlugin pluginInitialize]', symObjAddr: 0xC4, symBinAddr: 0x5258, symSize: 0xD4 } + - { offsetInCU: 0x372, offset: 0x58C0E, size: 0x8, addend: 0x0, symName: '-[CDVPlugin dispose]', symObjAddr: 0x198, symBinAddr: 0x532C, symSize: 0x30 } + - { offsetInCU: 0x3A5, offset: 0x58C41, size: 0x8, addend: 0x0, symName: '-[CDVPlugin handleOpenURL:]', symObjAddr: 0x1C8, symBinAddr: 0x535C, symSize: 0x48 } + - { offsetInCU: 0x3F4, offset: 0x58C90, size: 0x8, addend: 0x0, symName: '-[CDVPlugin onAppTerminate]', symObjAddr: 0x210, symBinAddr: 0x53A4, symSize: 0x4 } + - { offsetInCU: 0x423, offset: 0x58CBF, size: 0x8, addend: 0x0, symName: '-[CDVPlugin onMemoryWarning]', symObjAddr: 0x214, symBinAddr: 0x53A8, symSize: 0x4 } + - { offsetInCU: 0x452, offset: 0x58CEE, size: 0x8, addend: 0x0, symName: '-[CDVPlugin onReset]', symObjAddr: 0x218, symBinAddr: 0x53AC, symSize: 0x4 } + - { offsetInCU: 0x481, offset: 0x58D1D, size: 0x8, addend: 0x0, symName: '-[CDVPlugin dealloc]', symObjAddr: 0x21C, symBinAddr: 0x53B0, symSize: 0x68 } + - { offsetInCU: 0x4B4, offset: 0x58D50, size: 0x8, addend: 0x0, symName: '-[CDVPlugin appDelegate]', symObjAddr: 0x284, symBinAddr: 0x5418, symSize: 0x4C } + - { offsetInCU: 0x4E7, offset: 0x58D83, size: 0x8, addend: 0x0, symName: '-[CDVPlugin webViewEngine]', symObjAddr: 0x2D0, symBinAddr: 0x5464, symSize: 0x18 } + - { offsetInCU: 0x51E, offset: 0x58DBA, size: 0x8, addend: 0x0, symName: '-[CDVPlugin setWebViewEngine:]', symObjAddr: 0x2E8, symBinAddr: 0x547C, symSize: 0xC } + - { offsetInCU: 0x55F, offset: 0x58DFB, size: 0x8, addend: 0x0, symName: '-[CDVPlugin viewController]', symObjAddr: 0x2F4, symBinAddr: 0x5488, symSize: 0x18 } + - { offsetInCU: 0x596, offset: 0x58E32, size: 0x8, addend: 0x0, symName: '-[CDVPlugin setViewController:]', symObjAddr: 0x30C, symBinAddr: 0x54A0, symSize: 0xC } + - { offsetInCU: 0x5D7, offset: 0x58E73, size: 0x8, addend: 0x0, symName: '-[CDVPlugin commandDelegate]', symObjAddr: 0x318, symBinAddr: 0x54AC, symSize: 0x18 } + - { offsetInCU: 0x60E, offset: 0x58EAA, size: 0x8, addend: 0x0, symName: '-[CDVPlugin setCommandDelegate:]', symObjAddr: 0x330, symBinAddr: 0x54C4, symSize: 0xC } + - { offsetInCU: 0x64F, offset: 0x58EEB, size: 0x8, addend: 0x0, symName: '-[CDVPlugin hasPendingOperation]', symObjAddr: 0x33C, symBinAddr: 0x54D0, symSize: 0xC } + - { offsetInCU: 0x686, offset: 0x58F22, size: 0x8, addend: 0x0, symName: '-[CDVPlugin setHasPendingOperation:]', symObjAddr: 0x348, symBinAddr: 0x54DC, symSize: 0x8 } + - { offsetInCU: 0x6C3, offset: 0x58F5F, size: 0x8, addend: 0x0, symName: '-[CDVPlugin webView]', symObjAddr: 0x350, symBinAddr: 0x54E4, symSize: 0x18 } + - { offsetInCU: 0x6FA, offset: 0x58F96, size: 0x8, addend: 0x0, symName: '-[CDVPlugin setWebView:]', symObjAddr: 0x368, symBinAddr: 0x54FC, symSize: 0xC } + - { offsetInCU: 0x73B, offset: 0x58FD7, size: 0x8, addend: 0x0, symName: '-[CDVPlugin className]', symObjAddr: 0x374, symBinAddr: 0x5508, symSize: 0x8 } + - { offsetInCU: 0x772, offset: 0x5900E, size: 0x8, addend: 0x0, symName: '-[CDVPlugin setClassName:]', symObjAddr: 0x37C, symBinAddr: 0x5510, symSize: 0xC } + - { offsetInCU: 0x7B3, offset: 0x5904F, size: 0x8, addend: 0x0, symName: '-[CDVPlugin .cxx_destruct]', symObjAddr: 0x388, symBinAddr: 0x551C, symSize: 0x44 } + - { offsetInCU: 0x27, offset: 0x590C7, size: 0x8, addend: 0x0, symName: '-[CDVPlugin(CDVPluginResources) pluginLocalizedString:]', symObjAddr: 0x0, symBinAddr: 0x5560, symSize: 0xF0 } + - { offsetInCU: 0x4A, offset: 0x590EA, size: 0x8, addend: 0x0, symName: '-[CDVPlugin(CDVPluginResources) pluginLocalizedString:]', symObjAddr: 0x0, symBinAddr: 0x5560, symSize: 0xF0 } + - { offsetInCU: 0xDA, offset: 0x5917A, size: 0x8, addend: 0x0, symName: '-[CDVPlugin(CDVPluginResources) pluginImageResource:]', symObjAddr: 0xF0, symBinAddr: 0x5650, symSize: 0xB0 } + - { offsetInCU: 0x27, offset: 0x592AC, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager initWithParser:viewController:webView:]', symObjAddr: 0x0, symBinAddr: 0x5700, symSize: 0x1D8 } + - { offsetInCU: 0x12F, offset: 0x593B4, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager initWithParser:viewController:webView:]', symObjAddr: 0x0, symBinAddr: 0x5700, symSize: 0x1D8 } + - { offsetInCU: 0x196, offset: 0x5941B, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager getCommandInstance:]', symObjAddr: 0x1D8, symBinAddr: 0x58D8, symSize: 0x224 } + - { offsetInCU: 0x269, offset: 0x594EE, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager registerPlugin:withClassName:]', symObjAddr: 0x3FC, symBinAddr: 0x5AFC, symSize: 0xF4 } + - { offsetInCU: 0x2BC, offset: 0x59541, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager onAppDidEnterBackground:]', symObjAddr: 0x4F0, symBinAddr: 0x5BF0, symSize: 0x38 } + - { offsetInCU: 0x2FB, offset: 0x59580, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager onAppWillEnterForeground:]', symObjAddr: 0x528, symBinAddr: 0x5C28, symSize: 0x38 } + - { offsetInCU: 0x33A, offset: 0x595BF, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager pluginsMap]', symObjAddr: 0x560, symBinAddr: 0x5C60, symSize: 0x8 } + - { offsetInCU: 0x371, offset: 0x595F6, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager setPluginsMap:]', symObjAddr: 0x568, symBinAddr: 0x5C68, symSize: 0xC } + - { offsetInCU: 0x3B2, offset: 0x59637, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager pluginObjects]', symObjAddr: 0x574, symBinAddr: 0x5C74, symSize: 0x8 } + - { offsetInCU: 0x3E9, offset: 0x5966E, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager setPluginObjects:]', symObjAddr: 0x57C, symBinAddr: 0x5C7C, symSize: 0xC } + - { offsetInCU: 0x42A, offset: 0x596AF, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager settings]', symObjAddr: 0x588, symBinAddr: 0x5C88, symSize: 0x8 } + - { offsetInCU: 0x461, offset: 0x596E6, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager setSettings:]', symObjAddr: 0x590, symBinAddr: 0x5C90, symSize: 0xC } + - { offsetInCU: 0x4A2, offset: 0x59727, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager viewController]', symObjAddr: 0x59C, symBinAddr: 0x5C9C, symSize: 0x18 } + - { offsetInCU: 0x4D9, offset: 0x5975E, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager setViewController:]', symObjAddr: 0x5B4, symBinAddr: 0x5CB4, symSize: 0xC } + - { offsetInCU: 0x51A, offset: 0x5979F, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager webView]', symObjAddr: 0x5C0, symBinAddr: 0x5CC0, symSize: 0x18 } + - { offsetInCU: 0x551, offset: 0x597D6, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager setWebView:]', symObjAddr: 0x5D8, symBinAddr: 0x5CD8, symSize: 0xC } + - { offsetInCU: 0x592, offset: 0x59817, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager commandDelegate]', symObjAddr: 0x5E4, symBinAddr: 0x5CE4, symSize: 0x8 } + - { offsetInCU: 0x5C9, offset: 0x5984E, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager setCommandDelegate:]', symObjAddr: 0x5EC, symBinAddr: 0x5CEC, symSize: 0xC } + - { offsetInCU: 0x60A, offset: 0x5988F, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager .cxx_destruct]', symObjAddr: 0x5F8, symBinAddr: 0x5CF8, symSize: 0x58 } + - { offsetInCU: 0x27, offset: 0x599C1, size: 0x8, addend: 0x0, symName: _messageFromArrayBuffer, symObjAddr: 0x0, symBinAddr: 0x5D50, symSize: 0xB4 } + - { offsetInCU: 0x41, offset: 0x599DB, size: 0x8, addend: 0x0, symName: _SWIFT_CDVCommandStatus_NO_RESULT, symObjAddr: 0xB60, symBinAddr: 0x7C78, symSize: 0x0 } + - { offsetInCU: 0xB7, offset: 0x59A51, size: 0x8, addend: 0x0, symName: _SWIFT_CDVCommandStatus_OK, symObjAddr: 0xB68, symBinAddr: 0x7C80, symSize: 0x0 } + - { offsetInCU: 0xCD, offset: 0x59A67, size: 0x8, addend: 0x0, symName: _SWIFT_CDVCommandStatus_CLASS_NOT_FOUND_EXCEPTION, symObjAddr: 0xB70, symBinAddr: 0x7C88, symSize: 0x0 } + - { offsetInCU: 0xE3, offset: 0x59A7D, size: 0x8, addend: 0x0, symName: _SWIFT_CDVCommandStatus_ILLEGAL_ACCESS_EXCEPTION, symObjAddr: 0xB78, symBinAddr: 0x7C90, symSize: 0x0 } + - { offsetInCU: 0xF9, offset: 0x59A93, size: 0x8, addend: 0x0, symName: _SWIFT_CDVCommandStatus_INSTANTIATION_EXCEPTION, symObjAddr: 0xB80, symBinAddr: 0x7C98, symSize: 0x0 } + - { offsetInCU: 0x10F, offset: 0x59AA9, size: 0x8, addend: 0x0, symName: _SWIFT_CDVCommandStatus_MALFORMED_URL_EXCEPTION, symObjAddr: 0xB88, symBinAddr: 0x7CA0, symSize: 0x0 } + - { offsetInCU: 0x125, offset: 0x59ABF, size: 0x8, addend: 0x0, symName: _SWIFT_CDVCommandStatus_IO_EXCEPTION, symObjAddr: 0xB90, symBinAddr: 0x7CA8, symSize: 0x0 } + - { offsetInCU: 0x13B, offset: 0x59AD5, size: 0x8, addend: 0x0, symName: _SWIFT_CDVCommandStatus_INVALID_ACTION, symObjAddr: 0xB98, symBinAddr: 0x7CB0, symSize: 0x0 } + - { offsetInCU: 0x151, offset: 0x59AEB, size: 0x8, addend: 0x0, symName: _SWIFT_CDVCommandStatus_JSON_EXCEPTION, symObjAddr: 0xBA0, symBinAddr: 0x7CB8, symSize: 0x0 } + - { offsetInCU: 0x167, offset: 0x59B01, size: 0x8, addend: 0x0, symName: _SWIFT_CDVCommandStatus_ERROR, symObjAddr: 0xBA8, symBinAddr: 0x7CC0, symSize: 0x0 } + - { offsetInCU: 0x17D, offset: 0x59B17, size: 0x8, addend: 0x0, symName: _org_apache_cordova_CommandStatusMsgs, symObjAddr: 0x5960, symBinAddr: 0x12CC8, symSize: 0x0 } + - { offsetInCU: 0x198, offset: 0x59B32, size: 0x8, addend: 0x0, symName: _gIsVerbose, symObjAddr: 0x5968, symBinAddr: 0x12CD0, symSize: 0x0 } + - { offsetInCU: 0x25E, offset: 0x59BF8, size: 0x8, addend: 0x0, symName: _messageFromArrayBuffer, symObjAddr: 0x0, symBinAddr: 0x5D50, symSize: 0xB4 } + - { offsetInCU: 0x289, offset: 0x59C23, size: 0x8, addend: 0x0, symName: _massageMessage, symObjAddr: 0xB4, symBinAddr: 0x5E04, symSize: 0x68 } + - { offsetInCU: 0x2CA, offset: 0x59C64, size: 0x8, addend: 0x0, symName: _messageFromMultipart, symObjAddr: 0x11C, symBinAddr: 0x5E6C, symSize: 0x128 } + - { offsetInCU: 0x332, offset: 0x59CCC, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult initialize]', symObjAddr: 0x244, symBinAddr: 0x5F94, symSize: 0x9C } + - { offsetInCU: 0x361, offset: 0x59CFB, size: 0x8, addend: 0x0, symName: '-[CDVPluginResult init]', symObjAddr: 0x2E0, symBinAddr: 0x6030, symSize: 0xC } + - { offsetInCU: 0x396, offset: 0x59D30, size: 0x8, addend: 0x0, symName: '-[CDVPluginResult initWithStatus:message:]', symObjAddr: 0x2EC, symBinAddr: 0x603C, symSize: 0xD0 } + - { offsetInCU: 0x3ED, offset: 0x59D87, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult resultWithStatus:]', symObjAddr: 0x3BC, symBinAddr: 0x610C, symSize: 0x2C } + - { offsetInCU: 0x434, offset: 0x59DCE, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult resultWithStatus:messageAsString:]', symObjAddr: 0x3E8, symBinAddr: 0x6138, symSize: 0x58 } + - { offsetInCU: 0x48B, offset: 0x59E25, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult resultWithStatus:messageAsArray:]', symObjAddr: 0x440, symBinAddr: 0x6190, symSize: 0x58 } + - { offsetInCU: 0x4E2, offset: 0x59E7C, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult resultWithStatus:messageAsInt:]', symObjAddr: 0x498, symBinAddr: 0x61E8, symSize: 0x6C } + - { offsetInCU: 0x539, offset: 0x59ED3, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult resultWithStatus:messageAsNSInteger:]', symObjAddr: 0x504, symBinAddr: 0x6254, symSize: 0x6C } + - { offsetInCU: 0x590, offset: 0x59F2A, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult resultWithStatus:messageAsNSUInteger:]', symObjAddr: 0x570, symBinAddr: 0x62C0, symSize: 0x6C } + - { offsetInCU: 0x5E7, offset: 0x59F81, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult resultWithStatus:messageAsDouble:]', symObjAddr: 0x5DC, symBinAddr: 0x632C, symSize: 0x74 } + - { offsetInCU: 0x63E, offset: 0x59FD8, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult resultWithStatus:messageAsBool:]', symObjAddr: 0x650, symBinAddr: 0x63A0, symSize: 0x6C } + - { offsetInCU: 0x695, offset: 0x5A02F, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult resultWithStatus:messageAsDictionary:]', symObjAddr: 0x6BC, symBinAddr: 0x640C, symSize: 0x58 } + - { offsetInCU: 0x6EC, offset: 0x5A086, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult resultWithStatus:messageAsArrayBuffer:]', symObjAddr: 0x714, symBinAddr: 0x6464, symSize: 0x7C } + - { offsetInCU: 0x759, offset: 0x5A0F3, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult resultWithStatus:messageAsMultipart:]', symObjAddr: 0x790, symBinAddr: 0x64E0, symSize: 0x7C } + - { offsetInCU: 0x7C6, offset: 0x5A160, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult resultWithStatus:messageToErrorObject:]', symObjAddr: 0x80C, symBinAddr: 0x655C, symSize: 0xD8 } + - { offsetInCU: 0x82D, offset: 0x5A1C7, size: 0x8, addend: 0x0, symName: '-[CDVPluginResult setKeepCallbackAsBool:]', symObjAddr: 0x8E4, symBinAddr: 0x6634, symSize: 0x44 } + - { offsetInCU: 0x870, offset: 0x5A20A, size: 0x8, addend: 0x0, symName: '-[CDVPluginResult argumentsAsJSON]', symObjAddr: 0x928, symBinAddr: 0x6678, symSize: 0xDC } + - { offsetInCU: 0x8D3, offset: 0x5A26D, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult setVerbose:]', symObjAddr: 0xA04, symBinAddr: 0x6754, symSize: 0xC } + - { offsetInCU: 0x90E, offset: 0x5A2A8, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult isVerbose]', symObjAddr: 0xA10, symBinAddr: 0x6760, symSize: 0xC } + - { offsetInCU: 0x941, offset: 0x5A2DB, size: 0x8, addend: 0x0, symName: '-[CDVPluginResult JSONStringFromArray:]', symObjAddr: 0xA1C, symBinAddr: 0x676C, symSize: 0xC0 } + - { offsetInCU: 0x9A4, offset: 0x5A33E, size: 0x8, addend: 0x0, symName: '-[CDVPluginResult status]', symObjAddr: 0xADC, symBinAddr: 0x682C, symSize: 0x8 } + - { offsetInCU: 0x9DB, offset: 0x5A375, size: 0x8, addend: 0x0, symName: '-[CDVPluginResult message]', symObjAddr: 0xAE4, symBinAddr: 0x6834, symSize: 0x8 } + - { offsetInCU: 0xA12, offset: 0x5A3AC, size: 0x8, addend: 0x0, symName: '-[CDVPluginResult keepCallback]', symObjAddr: 0xAEC, symBinAddr: 0x683C, symSize: 0x8 } + - { offsetInCU: 0xA49, offset: 0x5A3E3, size: 0x8, addend: 0x0, symName: '-[CDVPluginResult setKeepCallback:]', symObjAddr: 0xAF4, symBinAddr: 0x6844, symSize: 0xC } + - { offsetInCU: 0xA8A, offset: 0x5A424, size: 0x8, addend: 0x0, symName: '-[CDVPluginResult associatedObject]', symObjAddr: 0xB00, symBinAddr: 0x6850, symSize: 0x8 } + - { offsetInCU: 0xAC1, offset: 0x5A45B, size: 0x8, addend: 0x0, symName: '-[CDVPluginResult setAssociatedObject:]', symObjAddr: 0xB08, symBinAddr: 0x6858, symSize: 0xC } + - { offsetInCU: 0xB02, offset: 0x5A49C, size: 0x8, addend: 0x0, symName: '-[CDVPluginResult .cxx_destruct]', symObjAddr: 0xB14, symBinAddr: 0x6864, symSize: 0x48 } + - { offsetInCU: 0x27, offset: 0x5A54F, size: 0x8, addend: 0x0, symName: '+[CDVURLProtocol canInitWithRequest:]', symObjAddr: 0x0, symBinAddr: 0x68AC, symSize: 0x8 } + - { offsetInCU: 0x41, offset: 0x5A569, size: 0x8, addend: 0x0, symName: _kCDVAssetsLibraryPrefixes, symObjAddr: 0x2A8, symBinAddr: 0xC128, symSize: 0x0 } + - { offsetInCU: 0x7B, offset: 0x5A5A3, size: 0x8, addend: 0x0, symName: '+[CDVURLProtocol canInitWithRequest:]', symObjAddr: 0x0, symBinAddr: 0x68AC, symSize: 0x8 } + - { offsetInCU: 0xBA, offset: 0x5A5E2, size: 0x8, addend: 0x0, symName: '+[CDVURLProtocol canonicalRequestForRequest:]', symObjAddr: 0x8, symBinAddr: 0x68B4, symSize: 0x18 } + - { offsetInCU: 0xFD, offset: 0x5A625, size: 0x8, addend: 0x0, symName: '-[CDVURLProtocol startLoading]', symObjAddr: 0x20, symBinAddr: 0x68CC, symSize: 0x4 } + - { offsetInCU: 0x12C, offset: 0x5A654, size: 0x8, addend: 0x0, symName: '-[CDVURLProtocol stopLoading]', symObjAddr: 0x24, symBinAddr: 0x68D0, symSize: 0x4 } + - { offsetInCU: 0x15B, offset: 0x5A683, size: 0x8, addend: 0x0, symName: '+[CDVURLProtocol requestIsCacheEquivalent:toRequest:]', symObjAddr: 0x28, symBinAddr: 0x68D4, symSize: 0x8 } + - { offsetInCU: 0x1A6, offset: 0x5A6CE, size: 0x8, addend: 0x0, symName: '-[CDVURLProtocol sendResponseWithResponseCode:data:mimeType:]', symObjAddr: 0x30, symBinAddr: 0x68DC, symSize: 0x1C4 } + - { offsetInCU: 0x27, offset: 0x5A7BA, size: 0x8, addend: 0x0, symName: '-[CDVViewController pluginObjects]', symObjAddr: 0x0, symBinAddr: 0x6AA0, symSize: 0x10 } + - { offsetInCU: 0xA5, offset: 0x5A838, size: 0x8, addend: 0x0, symName: '-[CDVViewController pluginObjects]', symObjAddr: 0x0, symBinAddr: 0x6AA0, symSize: 0x10 } + - { offsetInCU: 0xDC, offset: 0x5A86F, size: 0x8, addend: 0x0, symName: '-[CDVViewController setPluginObjects:]', symObjAddr: 0x10, symBinAddr: 0x6AB0, symSize: 0x14 } + - { offsetInCU: 0x11D, offset: 0x5A8B0, size: 0x8, addend: 0x0, symName: '-[CDVViewController settings]', symObjAddr: 0x24, symBinAddr: 0x6AC4, symSize: 0x10 } + - { offsetInCU: 0x154, offset: 0x5A8E7, size: 0x8, addend: 0x0, symName: '-[CDVViewController webView]', symObjAddr: 0x34, symBinAddr: 0x6AD4, symSize: 0x20 } + - { offsetInCU: 0x18B, offset: 0x5A91E, size: 0x8, addend: 0x0, symName: '-[CDVViewController .cxx_destruct]', symObjAddr: 0x54, symBinAddr: 0x6AF4, symSize: 0x50 } + - { offsetInCU: 0x27, offset: 0x5A995, size: 0x8, addend: 0x0, symName: '+[CDVWebViewProcessPoolFactory sharedFactory]', symObjAddr: 0x0, symBinAddr: 0x6B44, symSize: 0x40 } + - { offsetInCU: 0x41, offset: 0x5A9AF, size: 0x8, addend: 0x0, symName: _factory, symObjAddr: 0x2348, symBinAddr: 0x12CD8, symSize: 0x0 } + - { offsetInCU: 0x80, offset: 0x5A9EE, size: 0x8, addend: 0x0, symName: '+[CDVWebViewProcessPoolFactory sharedFactory]', symObjAddr: 0x0, symBinAddr: 0x6B44, symSize: 0x40 } + - { offsetInCU: 0xAA, offset: 0x5AA18, size: 0x8, addend: 0x0, symName: _sharedFactory.onceToken, symObjAddr: 0x2350, symBinAddr: 0x12CE0, symSize: 0x0 } + - { offsetInCU: 0x16E, offset: 0x5AADC, size: 0x8, addend: 0x0, symName: '___45+[CDVWebViewProcessPoolFactory sharedFactory]_block_invoke', symObjAddr: 0x40, symBinAddr: 0x6B84, symSize: 0x2C } + - { offsetInCU: 0x195, offset: 0x5AB03, size: 0x8, addend: 0x0, symName: '-[CDVWebViewProcessPoolFactory init]', symObjAddr: 0x6C, symBinAddr: 0x6BB0, symSize: 0x64 } + - { offsetInCU: 0x1CC, offset: 0x5AB3A, size: 0x8, addend: 0x0, symName: '-[CDVWebViewProcessPoolFactory sharedProcessPool]', symObjAddr: 0xD0, symBinAddr: 0x6C14, symSize: 0x8 } + - { offsetInCU: 0x203, offset: 0x5AB71, size: 0x8, addend: 0x0, symName: '-[CDVWebViewProcessPoolFactory sharedPool]', symObjAddr: 0xD8, symBinAddr: 0x6C1C, symSize: 0x8 } + - { offsetInCU: 0x23A, offset: 0x5ABA8, size: 0x8, addend: 0x0, symName: '-[CDVWebViewProcessPoolFactory setSharedPool:]', symObjAddr: 0xE0, symBinAddr: 0x6C24, symSize: 0xC } + - { offsetInCU: 0x27B, offset: 0x5ABE9, size: 0x8, addend: 0x0, symName: '-[CDVWebViewProcessPoolFactory .cxx_destruct]', symObjAddr: 0xEC, symBinAddr: 0x6C30, symSize: 0xC } + - { offsetInCU: 0x27, offset: 0x5ACE6, size: 0x8, addend: 0x0, symName: '-[NSDictionary(CordovaPreferences) cordovaSettingForKey:]', symObjAddr: 0x0, symBinAddr: 0x6C3C, symSize: 0x54 } + - { offsetInCU: 0x43, offset: 0x5AD02, size: 0x8, addend: 0x0, symName: '-[NSDictionary(CordovaPreferences) cordovaSettingForKey:]', symObjAddr: 0x0, symBinAddr: 0x6C3C, symSize: 0x54 } + - { offsetInCU: 0x8A, offset: 0x5AD49, size: 0x8, addend: 0x0, symName: '-[NSDictionary(CordovaPreferences) cordovaBoolSettingForKey:defaultValue:]', symObjAddr: 0x54, symBinAddr: 0x6C90, symSize: 0x48 } + - { offsetInCU: 0x101, offset: 0x5ADC0, size: 0x8, addend: 0x0, symName: '-[NSDictionary(CordovaPreferences) cordovaFloatSettingForKey:defaultValue:]', symObjAddr: 0x9C, symBinAddr: 0x6CD8, symSize: 0x50 } + - { offsetInCU: 0x178, offset: 0x5AE37, size: 0x8, addend: 0x0, symName: '-[NSMutableDictionary(CordovaPreferences) setCordovaSetting:forKey:]', symObjAddr: 0xEC, symBinAddr: 0x6D28, symSize: 0x64 } +... diff --git a/ios/App/App.xcodeproj/project.pbxproj b/ios/App/App.xcodeproj/project.pbxproj new file mode 100644 index 0000000..15676bb --- /dev/null +++ b/ios/App/App.xcodeproj/project.pbxproj @@ -0,0 +1,410 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 48; + objects = { + +/* Begin PBXBuildFile section */ + 2FAD9763203C412B000D30F8 /* config.xml in Resources */ = {isa = PBXBuildFile; fileRef = 2FAD9762203C412B000D30F8 /* config.xml */; }; + 50379B232058CBB4000EE86E /* capacitor.config.json in Resources */ = {isa = PBXBuildFile; fileRef = 50379B222058CBB4000EE86E /* capacitor.config.json */; }; + 504EC3081FED79650016851F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504EC3071FED79650016851F /* AppDelegate.swift */; }; + 504EC30D1FED79650016851F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 504EC30B1FED79650016851F /* Main.storyboard */; }; + 504EC30F1FED79650016851F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 504EC30E1FED79650016851F /* Assets.xcassets */; }; + 504EC3121FED79650016851F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 504EC3101FED79650016851F /* LaunchScreen.storyboard */; }; + 50B271D11FEDC1A000F3C39B /* public in Resources */ = {isa = PBXBuildFile; fileRef = 50B271D01FEDC1A000F3C39B /* public */; }; + A084ECDBA7D38E1E42DFC39D /* Pods_App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 2FAD9762203C412B000D30F8 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = config.xml; sourceTree = ""; }; + 50379B222058CBB4000EE86E /* capacitor.config.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = capacitor.config.json; sourceTree = ""; }; + 504EC3041FED79650016851F /* App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = App.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 504EC3071FED79650016851F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + 504EC30C1FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 504EC30E1FED79650016851F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 504EC3111FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; + 504EC3131FED79650016851F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 50B271D01FEDC1A000F3C39B /* public */ = {isa = PBXFileReference; lastKnownFileType = folder; path = public; sourceTree = ""; }; + AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_App.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.release.xcconfig"; path = "Pods/Target Support Files/Pods-App/Pods-App.release.xcconfig"; sourceTree = ""; }; + FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.debug.xcconfig"; path = "Pods/Target Support Files/Pods-App/Pods-App.debug.xcconfig"; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 504EC3011FED79650016851F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + A084ECDBA7D38E1E42DFC39D /* Pods_App.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 27E2DDA53C4D2A4D1A88CE4A /* Frameworks */ = { + isa = PBXGroup; + children = ( + AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 504EC2FB1FED79650016851F = { + isa = PBXGroup; + children = ( + 504EC3061FED79650016851F /* App */, + 504EC3051FED79650016851F /* Products */, + 7F8756D8B27F46E3366F6CEA /* Pods */, + 27E2DDA53C4D2A4D1A88CE4A /* Frameworks */, + ); + sourceTree = ""; + }; + 504EC3051FED79650016851F /* Products */ = { + isa = PBXGroup; + children = ( + 504EC3041FED79650016851F /* App.app */, + ); + name = Products; + sourceTree = ""; + }; + 504EC3061FED79650016851F /* App */ = { + isa = PBXGroup; + children = ( + 50379B222058CBB4000EE86E /* capacitor.config.json */, + 504EC3071FED79650016851F /* AppDelegate.swift */, + 504EC30B1FED79650016851F /* Main.storyboard */, + 504EC30E1FED79650016851F /* Assets.xcassets */, + 504EC3101FED79650016851F /* LaunchScreen.storyboard */, + 504EC3131FED79650016851F /* Info.plist */, + 2FAD9762203C412B000D30F8 /* config.xml */, + 50B271D01FEDC1A000F3C39B /* public */, + ); + path = App; + sourceTree = ""; + }; + 7F8756D8B27F46E3366F6CEA /* Pods */ = { + isa = PBXGroup; + children = ( + FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */, + AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */, + ); + name = Pods; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 504EC3031FED79650016851F /* App */ = { + isa = PBXNativeTarget; + buildConfigurationList = 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "App" */; + buildPhases = ( + 6634F4EFEBD30273BCE97C65 /* [CP] Check Pods Manifest.lock */, + 504EC3001FED79650016851F /* Sources */, + 504EC3011FED79650016851F /* Frameworks */, + 504EC3021FED79650016851F /* Resources */, + 9592DBEFFC6D2A0C8D5DEB22 /* [CP] Embed Pods Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = App; + productName = App; + productReference = 504EC3041FED79650016851F /* App.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 504EC2FC1FED79650016851F /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 0920; + LastUpgradeCheck = 0920; + TargetAttributes = { + 504EC3031FED79650016851F = { + CreatedOnToolsVersion = 9.2; + LastSwiftMigration = 1100; + ProvisioningStyle = Automatic; + }; + }; + }; + buildConfigurationList = 504EC2FF1FED79650016851F /* Build configuration list for PBXProject "App" */; + compatibilityVersion = "Xcode 8.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 504EC2FB1FED79650016851F; + packageReferences = ( + ); + productRefGroup = 504EC3051FED79650016851F /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 504EC3031FED79650016851F /* App */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 504EC3021FED79650016851F /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 504EC3121FED79650016851F /* LaunchScreen.storyboard in Resources */, + 50B271D11FEDC1A000F3C39B /* public in Resources */, + 504EC30F1FED79650016851F /* Assets.xcassets in Resources */, + 50379B232058CBB4000EE86E /* capacitor.config.json in Resources */, + 504EC30D1FED79650016851F /* Main.storyboard in Resources */, + 2FAD9763203C412B000D30F8 /* config.xml in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 6634F4EFEBD30273BCE97C65 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-App-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; + 9592DBEFFC6D2A0C8D5DEB22 /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 504EC3001FED79650016851F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 504EC3081FED79650016851F /* AppDelegate.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + 504EC30B1FED79650016851F /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 504EC30C1FED79650016851F /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 504EC3101FED79650016851F /* LaunchScreen.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 504EC3111FED79650016851F /* Base */, + ); + name = LaunchScreen.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 504EC3141FED79650016851F /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGN_IDENTITY = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + }; + name = Debug; + }; + 504EC3151FED79650016851F /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGN_IDENTITY = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 504EC3171FED79650016851F /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = 2H3JBCD9K8; + INFOPLIST_FILE = App/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + MARKETING_VERSION = 1.0; + OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\""; + PRODUCT_BUNDLE_IDENTIFIER = org.dsz.examaware; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 504EC3181FED79650016851F /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = 2H3JBCD9K8; + INFOPLIST_FILE = App/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = org.dsz.examaware; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = ""; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 504EC2FF1FED79650016851F /* Build configuration list for PBXProject "App" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 504EC3141FED79650016851F /* Debug */, + 504EC3151FED79650016851F /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 504EC3161FED79650016851F /* Build configuration list for PBXNativeTarget "App" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 504EC3171FED79650016851F /* Debug */, + 504EC3181FED79650016851F /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 504EC2FC1FED79650016851F /* Project object */; +} diff --git a/ios/App/App.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ios/App/App.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/ios/App/App.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/ios/App/App.xcworkspace/contents.xcworkspacedata b/ios/App/App.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..b301e82 --- /dev/null +++ b/ios/App/App.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,10 @@ + + + + + + + diff --git a/ios/App/App.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ios/App/App.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/ios/App/App.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/ios/App/App/AppDelegate.swift b/ios/App/App/AppDelegate.swift new file mode 100644 index 0000000..c3cd83b --- /dev/null +++ b/ios/App/App/AppDelegate.swift @@ -0,0 +1,49 @@ +import UIKit +import Capacitor + +@UIApplicationMain +class AppDelegate: UIResponder, UIApplicationDelegate { + + var window: UIWindow? + + func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { + // Override point for customization after application launch. + return true + } + + func applicationWillResignActive(_ application: UIApplication) { + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and invalidate graphics rendering callbacks. Games should use this method to pause the game. + } + + func applicationDidEnterBackground(_ application: UIApplication) { + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. + } + + func applicationWillEnterForeground(_ application: UIApplication) { + // Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background. + } + + func applicationDidBecomeActive(_ application: UIApplication) { + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. + } + + func applicationWillTerminate(_ application: UIApplication) { + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. + } + + func application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey: Any] = [:]) -> Bool { + // Called when the app was launched with a url. Feel free to add additional processing here, + // but if you want the App API to support tracking app url opens, make sure to keep this call + return ApplicationDelegateProxy.shared.application(app, open: url, options: options) + } + + func application(_ application: UIApplication, continue userActivity: NSUserActivity, restorationHandler: @escaping ([UIUserActivityRestoring]?) -> Void) -> Bool { + // Called when the app was launched with an activity, including Universal Links. + // Feel free to add additional processing here, but if you want the App API to support + // tracking app url opens, make sure to keep this call + return ApplicationDelegateProxy.shared.application(application, continue: userActivity, restorationHandler: restorationHandler) + } + +} diff --git a/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-512@2x.png b/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-512@2x.png new file mode 100644 index 0000000..adf6ba0 Binary files /dev/null and b/ios/App/App/Assets.xcassets/AppIcon.appiconset/AppIcon-512@2x.png differ diff --git a/ios/App/App/Assets.xcassets/AppIcon.appiconset/Contents.json b/ios/App/App/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..9b7d382 --- /dev/null +++ b/ios/App/App/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,14 @@ +{ + "images" : [ + { + "filename" : "AppIcon-512@2x.png", + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/ios/App/App/Assets.xcassets/Contents.json b/ios/App/App/Assets.xcassets/Contents.json new file mode 100644 index 0000000..da4a164 --- /dev/null +++ b/ios/App/App/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/ios/App/App/Assets.xcassets/Splash.imageset/Contents.json b/ios/App/App/Assets.xcassets/Splash.imageset/Contents.json new file mode 100644 index 0000000..d7d96a6 --- /dev/null +++ b/ios/App/App/Assets.xcassets/Splash.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "splash-2732x2732-2.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "filename" : "splash-2732x2732-1.png", + "scale" : "2x" + }, + { + "idiom" : "universal", + "filename" : "splash-2732x2732.png", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-1.png b/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-1.png new file mode 100644 index 0000000..33ea6c9 Binary files /dev/null and b/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-1.png differ diff --git a/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-2.png b/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-2.png new file mode 100644 index 0000000..33ea6c9 Binary files /dev/null and b/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732-2.png differ diff --git a/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732.png b/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732.png new file mode 100644 index 0000000..33ea6c9 Binary files /dev/null and b/ios/App/App/Assets.xcassets/Splash.imageset/splash-2732x2732.png differ diff --git a/ios/App/App/Base.lproj/LaunchScreen.storyboard b/ios/App/App/Base.lproj/LaunchScreen.storyboard new file mode 100644 index 0000000..e7ae5d7 --- /dev/null +++ b/ios/App/App/Base.lproj/LaunchScreen.storyboard @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ios/App/App/Base.lproj/Main.storyboard b/ios/App/App/Base.lproj/Main.storyboard new file mode 100644 index 0000000..b44df7b --- /dev/null +++ b/ios/App/App/Base.lproj/Main.storyboard @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/ios/App/App/Info.plist b/ios/App/App/Info.plist new file mode 100644 index 0000000..91b8648 --- /dev/null +++ b/ios/App/App/Info.plist @@ -0,0 +1,49 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ExamAware + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + $(MARKETING_VERSION) + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + LSRequiresIPhoneOS + + UILaunchStoryboardName + LaunchScreen + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UIViewControllerBasedStatusBarAppearance + + + diff --git a/ios/App/Podfile b/ios/App/Podfile new file mode 100644 index 0000000..1401679 --- /dev/null +++ b/ios/App/Podfile @@ -0,0 +1,24 @@ +require_relative '../../node_modules/.pnpm/@capacitor+ios@6.2.0_@capacitor+core@6.2.0/node_modules/@capacitor/ios/scripts/pods_helpers' + +platform :ios, '13.0' +use_frameworks! + +# workaround to avoid Xcode caching of Pods that requires +# Product -> Clean Build Folder after new Cordova plugins installed +# Requires CocoaPods 1.6 or newer +install! 'cocoapods', :disable_input_output_paths => true + +def capacitor_pods + pod 'Capacitor', :path => '../../node_modules/.pnpm/@capacitor+ios@6.2.0_@capacitor+core@6.2.0/node_modules/@capacitor/ios' + pod 'CapacitorCordova', :path => '../../node_modules/.pnpm/@capacitor+ios@6.2.0_@capacitor+core@6.2.0/node_modules/@capacitor/ios' + +end + +target 'App' do + capacitor_pods + # Add your Pods here +end + +post_install do |installer| + assertDeploymentTarget(installer) +end diff --git a/ios/App/Podfile.lock b/ios/App/Podfile.lock new file mode 100644 index 0000000..9d503ec --- /dev/null +++ b/ios/App/Podfile.lock @@ -0,0 +1,22 @@ +PODS: + - Capacitor (6.2.0): + - CapacitorCordova + - CapacitorCordova (6.2.0) + +DEPENDENCIES: + - "Capacitor (from `../../node_modules/.pnpm/@capacitor+ios@6.2.0_@capacitor+core@6.2.0/node_modules/@capacitor/ios`)" + - "CapacitorCordova (from `../../node_modules/.pnpm/@capacitor+ios@6.2.0_@capacitor+core@6.2.0/node_modules/@capacitor/ios`)" + +EXTERNAL SOURCES: + Capacitor: + :path: "../../node_modules/.pnpm/@capacitor+ios@6.2.0_@capacitor+core@6.2.0/node_modules/@capacitor/ios" + CapacitorCordova: + :path: "../../node_modules/.pnpm/@capacitor+ios@6.2.0_@capacitor+core@6.2.0/node_modules/@capacitor/ios" + +SPEC CHECKSUMS: + Capacitor: 05d35014f4425b0740fc8776481f6a369ad071bf + CapacitorCordova: b33e7f4aa4ed105dd43283acdd940964374a87d9 + +PODFILE CHECKSUM: 6a3efc6b060adc82d76804719eb99f2025cb4ac3 + +COCOAPODS: 1.16.2 diff --git a/ios/App/archive.plist b/ios/App/archive.plist new file mode 100644 index 0000000..ceb87d7 --- /dev/null +++ b/ios/App/archive.plist @@ -0,0 +1,8 @@ + + + + +method +app-store-connect + + \ No newline at end of file diff --git a/ios/App/unsigned.xcarchive/Info.plist b/ios/App/unsigned.xcarchive/Info.plist new file mode 100644 index 0000000..16ff89e --- /dev/null +++ b/ios/App/unsigned.xcarchive/Info.plist @@ -0,0 +1,33 @@ + + + + + ApplicationProperties + + ApplicationPath + Applications/App.app + Architectures + + arm64 + + CFBundleIdentifier + org.dsz.examaware + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + SigningIdentity + + Team + + + ArchiveVersion + 2 + CreationDate + 2025-01-15T11:56:54Z + Name + App + SchemeName + App + + diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/App b/ios/App/unsigned.xcarchive/Products/Applications/App.app/App new file mode 100755 index 0000000..372ab6b Binary files /dev/null and b/ios/App/unsigned.xcarchive/Products/Applications/App.app/App differ diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/AppIcon60x60@2x.png b/ios/App/unsigned.xcarchive/Products/Applications/App.app/AppIcon60x60@2x.png new file mode 100644 index 0000000..f3cd879 Binary files /dev/null and b/ios/App/unsigned.xcarchive/Products/Applications/App.app/AppIcon60x60@2x.png differ diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/AppIcon76x76@2x~ipad.png b/ios/App/unsigned.xcarchive/Products/Applications/App.app/AppIcon76x76@2x~ipad.png new file mode 100644 index 0000000..150cc8f Binary files /dev/null and b/ios/App/unsigned.xcarchive/Products/Applications/App.app/AppIcon76x76@2x~ipad.png differ diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/Assets.car b/ios/App/unsigned.xcarchive/Products/Applications/App.app/Assets.car new file mode 100644 index 0000000..4716412 Binary files /dev/null and b/ios/App/unsigned.xcarchive/Products/Applications/App.app/Assets.car differ diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-snD-IY-ifK.nib b/ios/App/unsigned.xcarchive/Products/Applications/App.app/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-snD-IY-ifK.nib new file mode 100644 index 0000000..4762827 Binary files /dev/null and b/ios/App/unsigned.xcarchive/Products/Applications/App.app/Base.lproj/LaunchScreen.storyboardc/01J-lp-oVM-view-snD-IY-ifK.nib differ diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/Base.lproj/LaunchScreen.storyboardc/Info.plist b/ios/App/unsigned.xcarchive/Products/Applications/App.app/Base.lproj/LaunchScreen.storyboardc/Info.plist new file mode 100644 index 0000000..32288e8 Binary files /dev/null and b/ios/App/unsigned.xcarchive/Products/Applications/App.app/Base.lproj/LaunchScreen.storyboardc/Info.plist differ diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib b/ios/App/unsigned.xcarchive/Products/Applications/App.app/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib new file mode 100644 index 0000000..64c0d88 Binary files /dev/null and b/ios/App/unsigned.xcarchive/Products/Applications/App.app/Base.lproj/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib differ diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/Base.lproj/Main.storyboardc/Info.plist b/ios/App/unsigned.xcarchive/Products/Applications/App.app/Base.lproj/Main.storyboardc/Info.plist new file mode 100644 index 0000000..9a41f2c Binary files /dev/null and b/ios/App/unsigned.xcarchive/Products/Applications/App.app/Base.lproj/Main.storyboardc/Info.plist differ diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib b/ios/App/unsigned.xcarchive/Products/Applications/App.app/Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib new file mode 100644 index 0000000..00d28d1 Binary files /dev/null and b/ios/App/unsigned.xcarchive/Products/Applications/App.app/Base.lproj/Main.storyboardc/UIViewController-BYZ-38-t0r.nib differ diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/Frameworks/Capacitor.framework/Capacitor b/ios/App/unsigned.xcarchive/Products/Applications/App.app/Frameworks/Capacitor.framework/Capacitor new file mode 100755 index 0000000..7141085 Binary files /dev/null and b/ios/App/unsigned.xcarchive/Products/Applications/App.app/Frameworks/Capacitor.framework/Capacitor differ diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/Frameworks/Capacitor.framework/Info.plist b/ios/App/unsigned.xcarchive/Products/Applications/App.app/Frameworks/Capacitor.framework/Info.plist new file mode 100644 index 0000000..c52f587 Binary files /dev/null and b/ios/App/unsigned.xcarchive/Products/Applications/App.app/Frameworks/Capacitor.framework/Info.plist differ diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/Frameworks/Capacitor.framework/PrivacyInfo.xcprivacy b/ios/App/unsigned.xcarchive/Products/Applications/App.app/Frameworks/Capacitor.framework/PrivacyInfo.xcprivacy new file mode 100644 index 0000000..a1f9119 --- /dev/null +++ b/ios/App/unsigned.xcarchive/Products/Applications/App.app/Frameworks/Capacitor.framework/PrivacyInfo.xcprivacy @@ -0,0 +1,14 @@ + + + + + NSPrivacyAccessedAPITypes + + NSPrivacyCollectedDataTypes + + NSPrivacyTrackingDomains + + NSPrivacyTracking + + + diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/Frameworks/Capacitor.framework/native-bridge.js b/ios/App/unsigned.xcarchive/Products/Applications/App.app/Frameworks/Capacitor.framework/native-bridge.js new file mode 100644 index 0000000..17db853 --- /dev/null +++ b/ios/App/unsigned.xcarchive/Products/Applications/App.app/Frameworks/Capacitor.framework/native-bridge.js @@ -0,0 +1,1025 @@ + +/*! Capacitor: https://capacitorjs.com/ - MIT License */ +/* Generated File. Do not edit. */ + +var nativeBridge = (function (exports) { + 'use strict'; + + var ExceptionCode; + (function (ExceptionCode) { + /** + * API is not implemented. + * + * This usually means the API can't be used because it is not implemented for + * the current platform. + */ + ExceptionCode["Unimplemented"] = "UNIMPLEMENTED"; + /** + * API is not available. + * + * This means the API can't be used right now because: + * - it is currently missing a prerequisite, such as network connectivity + * - it requires a particular platform or browser version + */ + ExceptionCode["Unavailable"] = "UNAVAILABLE"; + })(ExceptionCode || (ExceptionCode = {})); + class CapacitorException extends Error { + constructor(message, code, data) { + super(message); + this.message = message; + this.code = code; + this.data = data; + } + } + + // For removing exports for iOS/Android, keep let for reassignment + // eslint-disable-next-line + let dummy = {}; + const readFileAsBase64 = (file) => new Promise((resolve, reject) => { + const reader = new FileReader(); + reader.onloadend = () => { + const data = reader.result; + resolve(btoa(data)); + }; + reader.onerror = reject; + reader.readAsBinaryString(file); + }); + const convertFormData = async (formData) => { + const newFormData = []; + for (const pair of formData.entries()) { + const [key, value] = pair; + if (value instanceof File) { + const base64File = await readFileAsBase64(value); + newFormData.push({ + key, + value: base64File, + type: 'base64File', + contentType: value.type, + fileName: value.name, + }); + } + else { + newFormData.push({ key, value, type: 'string' }); + } + } + return newFormData; + }; + const convertBody = async (body, contentType) => { + if (body instanceof ReadableStream || body instanceof Uint8Array) { + let encodedData; + if (body instanceof ReadableStream) { + const reader = body.getReader(); + const chunks = []; + while (true) { + const { done, value } = await reader.read(); + if (done) + break; + chunks.push(value); + } + const concatenated = new Uint8Array(chunks.reduce((acc, chunk) => acc + chunk.length, 0)); + let position = 0; + for (const chunk of chunks) { + concatenated.set(chunk, position); + position += chunk.length; + } + encodedData = concatenated; + } + else { + encodedData = body; + } + let data = new TextDecoder().decode(encodedData); + let type; + if (contentType === 'application/json') { + try { + data = JSON.parse(data); + } + catch (ignored) { + // ignore + } + type = 'json'; + } + else if (contentType === 'multipart/form-data') { + type = 'formData'; + } + else if (contentType === null || contentType === void 0 ? void 0 : contentType.startsWith('image')) { + type = 'image'; + } + else if (contentType === 'application/octet-stream') { + type = 'binary'; + } + else { + type = 'text'; + } + return { + data, + type, + headers: { 'Content-Type': contentType || 'application/octet-stream' }, + }; + } + else if (body instanceof URLSearchParams) { + return { + data: body.toString(), + type: 'text', + }; + } + else if (body instanceof FormData) { + const formData = await convertFormData(body); + return { + data: formData, + type: 'formData', + }; + } + else if (body instanceof File) { + const fileData = await readFileAsBase64(body); + return { + data: fileData, + type: 'file', + headers: { 'Content-Type': body.type }, + }; + } + return { data: body, type: 'json' }; + }; + const CAPACITOR_HTTP_INTERCEPTOR = '/_capacitor_http_interceptor_'; + const CAPACITOR_HTTP_INTERCEPTOR_URL_PARAM = 'u'; + // TODO: export as Cap function + const isRelativeOrProxyUrl = (url) => !url || + !(url.startsWith('http:') || url.startsWith('https:')) || + url.indexOf(CAPACITOR_HTTP_INTERCEPTOR) > -1; + // TODO: export as Cap function + const createProxyUrl = (url, win) => { + var _a, _b; + if (isRelativeOrProxyUrl(url)) + return url; + const bridgeUrl = new URL((_b = (_a = win.Capacitor) === null || _a === void 0 ? void 0 : _a.getServerUrl()) !== null && _b !== void 0 ? _b : ''); + bridgeUrl.pathname = CAPACITOR_HTTP_INTERCEPTOR; + bridgeUrl.searchParams.append(CAPACITOR_HTTP_INTERCEPTOR_URL_PARAM, url); + return bridgeUrl.toString(); + }; + const initBridge = (w) => { + const getPlatformId = (win) => { + var _a, _b; + if (win === null || win === void 0 ? void 0 : win.androidBridge) { + return 'android'; + } + else if ((_b = (_a = win === null || win === void 0 ? void 0 : win.webkit) === null || _a === void 0 ? void 0 : _a.messageHandlers) === null || _b === void 0 ? void 0 : _b.bridge) { + return 'ios'; + } + else { + return 'web'; + } + }; + const convertFileSrcServerUrl = (webviewServerUrl, filePath) => { + if (typeof filePath === 'string') { + if (filePath.startsWith('/')) { + return webviewServerUrl + '/_capacitor_file_' + filePath; + } + else if (filePath.startsWith('file://')) { + return (webviewServerUrl + filePath.replace('file://', '/_capacitor_file_')); + } + else if (filePath.startsWith('content://')) { + return (webviewServerUrl + + filePath.replace('content:/', '/_capacitor_content_')); + } + } + return filePath; + }; + const initEvents = (win, cap) => { + cap.addListener = (pluginName, eventName, callback) => { + const callbackId = cap.nativeCallback(pluginName, 'addListener', { + eventName: eventName, + }, callback); + return { + remove: async () => { + var _a; + (_a = win === null || win === void 0 ? void 0 : win.console) === null || _a === void 0 ? void 0 : _a.debug('Removing listener', pluginName, eventName); + cap.removeListener(pluginName, callbackId, eventName, callback); + }, + }; + }; + cap.removeListener = (pluginName, callbackId, eventName, callback) => { + cap.nativeCallback(pluginName, 'removeListener', { + callbackId: callbackId, + eventName: eventName, + }, callback); + }; + cap.createEvent = (eventName, eventData) => { + const doc = win.document; + if (doc) { + const ev = doc.createEvent('Events'); + ev.initEvent(eventName, false, false); + if (eventData && typeof eventData === 'object') { + for (const i in eventData) { + // eslint-disable-next-line no-prototype-builtins + if (eventData.hasOwnProperty(i)) { + ev[i] = eventData[i]; + } + } + } + return ev; + } + return null; + }; + cap.triggerEvent = (eventName, target, eventData) => { + const doc = win.document; + const cordova = win.cordova; + eventData = eventData || {}; + const ev = cap.createEvent(eventName, eventData); + if (ev) { + if (target === 'document') { + if (cordova === null || cordova === void 0 ? void 0 : cordova.fireDocumentEvent) { + cordova.fireDocumentEvent(eventName, eventData); + return true; + } + else if (doc === null || doc === void 0 ? void 0 : doc.dispatchEvent) { + return doc.dispatchEvent(ev); + } + } + else if (target === 'window' && win.dispatchEvent) { + return win.dispatchEvent(ev); + } + else if (doc === null || doc === void 0 ? void 0 : doc.querySelector) { + const targetEl = doc.querySelector(target); + if (targetEl) { + return targetEl.dispatchEvent(ev); + } + } + } + return false; + }; + win.Capacitor = cap; + }; + const initLegacyHandlers = (win, cap) => { + // define cordova if it's not there already + win.cordova = win.cordova || {}; + const doc = win.document; + const nav = win.navigator; + if (nav) { + nav.app = nav.app || {}; + nav.app.exitApp = () => { + var _a; + if (!((_a = cap.Plugins) === null || _a === void 0 ? void 0 : _a.App)) { + win.console.warn('App plugin not installed'); + } + else { + cap.nativeCallback('App', 'exitApp', {}); + } + }; + } + if (doc) { + const docAddEventListener = doc.addEventListener; + doc.addEventListener = (...args) => { + var _a; + const eventName = args[0]; + const handler = args[1]; + if (eventName === 'deviceready' && handler) { + Promise.resolve().then(handler); + } + else if (eventName === 'backbutton' && cap.Plugins.App) { + // Add a dummy listener so Capacitor doesn't do the default + // back button action + if (!((_a = cap.Plugins) === null || _a === void 0 ? void 0 : _a.App)) { + win.console.warn('App plugin not installed'); + } + else { + cap.Plugins.App.addListener('backButton', () => { + // ignore + }); + } + } + return docAddEventListener.apply(doc, args); + }; + } + // deprecated in v3, remove from v4 + cap.platform = cap.getPlatform(); + cap.isNative = cap.isNativePlatform(); + win.Capacitor = cap; + }; + const initVendor = (win, cap) => { + const Ionic = (win.Ionic = win.Ionic || {}); + const IonicWebView = (Ionic.WebView = Ionic.WebView || {}); + const Plugins = cap.Plugins; + IonicWebView.getServerBasePath = (callback) => { + var _a; + (_a = Plugins === null || Plugins === void 0 ? void 0 : Plugins.WebView) === null || _a === void 0 ? void 0 : _a.getServerBasePath().then((result) => { + callback(result.path); + }); + }; + IonicWebView.setServerAssetPath = (path) => { + var _a; + (_a = Plugins === null || Plugins === void 0 ? void 0 : Plugins.WebView) === null || _a === void 0 ? void 0 : _a.setServerAssetPath({ path }); + }; + IonicWebView.setServerBasePath = (path) => { + var _a; + (_a = Plugins === null || Plugins === void 0 ? void 0 : Plugins.WebView) === null || _a === void 0 ? void 0 : _a.setServerBasePath({ path }); + }; + IonicWebView.persistServerBasePath = () => { + var _a; + (_a = Plugins === null || Plugins === void 0 ? void 0 : Plugins.WebView) === null || _a === void 0 ? void 0 : _a.persistServerBasePath(); + }; + IonicWebView.convertFileSrc = (url) => cap.convertFileSrc(url); + win.Capacitor = cap; + win.Ionic.WebView = IonicWebView; + }; + const initLogger = (win, cap) => { + const BRIDGED_CONSOLE_METHODS = [ + 'debug', + 'error', + 'info', + 'log', + 'trace', + 'warn', + ]; + const createLogFromNative = (c) => (result) => { + if (isFullConsole(c)) { + const success = result.success === true; + const tagStyles = success + ? 'font-style: italic; font-weight: lighter; color: gray' + : 'font-style: italic; font-weight: lighter; color: red'; + c.groupCollapsed('%cresult %c' + + result.pluginId + + '.' + + result.methodName + + ' (#' + + result.callbackId + + ')', tagStyles, 'font-style: italic; font-weight: bold; color: #444'); + if (result.success === false) { + c.error(result.error); + } + else { + c.dir(result.data); + } + c.groupEnd(); + } + else { + if (result.success === false) { + c.error('LOG FROM NATIVE', result.error); + } + else { + c.log('LOG FROM NATIVE', result.data); + } + } + }; + const createLogToNative = (c) => (call) => { + if (isFullConsole(c)) { + c.groupCollapsed('%cnative %c' + + call.pluginId + + '.' + + call.methodName + + ' (#' + + call.callbackId + + ')', 'font-weight: lighter; color: gray', 'font-weight: bold; color: #000'); + c.dir(call); + c.groupEnd(); + } + else { + c.log('LOG TO NATIVE: ', call); + } + }; + const isFullConsole = (c) => { + if (!c) { + return false; + } + return (typeof c.groupCollapsed === 'function' || + typeof c.groupEnd === 'function' || + typeof c.dir === 'function'); + }; + const serializeConsoleMessage = (msg) => { + try { + if (typeof msg === 'object') { + msg = JSON.stringify(msg); + } + return String(msg); + } + catch (e) { + return ''; + } + }; + const platform = getPlatformId(win); + if (platform == 'android' || platform == 'ios') { + // patch document.cookie on Android/iOS + win.CapacitorCookiesDescriptor = + Object.getOwnPropertyDescriptor(Document.prototype, 'cookie') || + Object.getOwnPropertyDescriptor(HTMLDocument.prototype, 'cookie'); + let doPatchCookies = false; + // check if capacitor cookies is disabled before patching + if (platform === 'ios') { + // Use prompt to synchronously get capacitor cookies config. + // https://stackoverflow.com/questions/29249132/wkwebview-complex-communication-between-javascript-native-code/49474323#49474323 + const payload = { + type: 'CapacitorCookies.isEnabled', + }; + const isCookiesEnabled = prompt(JSON.stringify(payload)); + if (isCookiesEnabled === 'true') { + doPatchCookies = true; + } + } + else if (typeof win.CapacitorCookiesAndroidInterface !== 'undefined') { + const isCookiesEnabled = win.CapacitorCookiesAndroidInterface.isEnabled(); + if (isCookiesEnabled === true) { + doPatchCookies = true; + } + } + if (doPatchCookies) { + Object.defineProperty(document, 'cookie', { + get: function () { + var _a, _b, _c; + if (platform === 'ios') { + // Use prompt to synchronously get cookies. + // https://stackoverflow.com/questions/29249132/wkwebview-complex-communication-between-javascript-native-code/49474323#49474323 + const payload = { + type: 'CapacitorCookies.get', + }; + const res = prompt(JSON.stringify(payload)); + return res; + } + else if (typeof win.CapacitorCookiesAndroidInterface !== 'undefined') { + // return original document.cookie since Android does not support filtering of `httpOnly` cookies + return (_c = (_b = (_a = win.CapacitorCookiesDescriptor) === null || _a === void 0 ? void 0 : _a.get) === null || _b === void 0 ? void 0 : _b.call(document)) !== null && _c !== void 0 ? _c : ''; + } + }, + set: function (val) { + const cookiePairs = val.split(';'); + const domainSection = val.toLowerCase().split('domain=')[1]; + const domain = cookiePairs.length > 1 && + domainSection != null && + domainSection.length > 0 + ? domainSection.split(';')[0].trim() + : ''; + if (platform === 'ios') { + // Use prompt to synchronously set cookies. + // https://stackoverflow.com/questions/29249132/wkwebview-complex-communication-between-javascript-native-code/49474323#49474323 + const payload = { + type: 'CapacitorCookies.set', + action: val, + domain, + }; + prompt(JSON.stringify(payload)); + } + else if (typeof win.CapacitorCookiesAndroidInterface !== 'undefined') { + win.CapacitorCookiesAndroidInterface.setCookie(domain, val); + } + }, + }); + } + // patch fetch / XHR on Android/iOS + // store original fetch & XHR functions + win.CapacitorWebFetch = window.fetch; + win.CapacitorWebXMLHttpRequest = { + abort: window.XMLHttpRequest.prototype.abort, + constructor: window.XMLHttpRequest.prototype.constructor, + fullObject: window.XMLHttpRequest, + getAllResponseHeaders: window.XMLHttpRequest.prototype.getAllResponseHeaders, + getResponseHeader: window.XMLHttpRequest.prototype.getResponseHeader, + open: window.XMLHttpRequest.prototype.open, + prototype: window.XMLHttpRequest.prototype, + send: window.XMLHttpRequest.prototype.send, + setRequestHeader: window.XMLHttpRequest.prototype.setRequestHeader, + }; + let doPatchHttp = false; + // check if capacitor http is disabled before patching + if (platform === 'ios') { + // Use prompt to synchronously get capacitor http config. + // https://stackoverflow.com/questions/29249132/wkwebview-complex-communication-between-javascript-native-code/49474323#49474323 + const payload = { + type: 'CapacitorHttp', + }; + const isHttpEnabled = prompt(JSON.stringify(payload)); + if (isHttpEnabled === 'true') { + doPatchHttp = true; + } + } + else if (typeof win.CapacitorHttpAndroidInterface !== 'undefined') { + const isHttpEnabled = win.CapacitorHttpAndroidInterface.isEnabled(); + if (isHttpEnabled === true) { + doPatchHttp = true; + } + } + if (doPatchHttp) { + // fetch patch + window.fetch = async (resource, options) => { + const request = new Request(resource, options); + if (request.url.startsWith(`${cap.getServerUrl()}/`)) { + return win.CapacitorWebFetch(resource, options); + } + const { method } = request; + if (method.toLocaleUpperCase() === 'GET' || + method.toLocaleUpperCase() === 'HEAD' || + method.toLocaleUpperCase() === 'OPTIONS' || + method.toLocaleUpperCase() === 'TRACE') { + if (typeof resource === 'string') { + return await win.CapacitorWebFetch(createProxyUrl(resource, win), options); + } + else if (resource instanceof Request) { + const modifiedRequest = new Request(createProxyUrl(resource.url, win), resource); + return await win.CapacitorWebFetch(modifiedRequest, options); + } + } + const tag = `CapacitorHttp fetch ${Date.now()} ${resource}`; + console.time(tag); + try { + const { body } = request; + const optionHeaders = Object.fromEntries(request.headers.entries()); + const { data: requestData, type, headers, } = await convertBody((options === null || options === void 0 ? void 0 : options.body) || body || undefined, optionHeaders['Content-Type'] || optionHeaders['content-type']); + const nativeResponse = await cap.nativePromise('CapacitorHttp', 'request', { + url: request.url, + method: method, + data: requestData, + dataType: type, + headers: Object.assign(Object.assign({}, headers), optionHeaders), + }); + const contentType = nativeResponse.headers['Content-Type'] || + nativeResponse.headers['content-type']; + let data = (contentType === null || contentType === void 0 ? void 0 : contentType.startsWith('application/json')) + ? JSON.stringify(nativeResponse.data) + : nativeResponse.data; + // use null data for 204 No Content HTTP response + if (nativeResponse.status === 204) { + data = null; + } + // intercept & parse response before returning + const response = new Response(data, { + headers: nativeResponse.headers, + status: nativeResponse.status, + }); + /* + * copy url to response, `cordova-plugin-ionic` uses this url from the response + * we need `Object.defineProperty` because url is an inherited getter on the Response + * see: https://stackoverflow.com/a/57382543 + * */ + Object.defineProperty(response, 'url', { + value: nativeResponse.url, + }); + console.timeEnd(tag); + return response; + } + catch (error) { + console.timeEnd(tag); + return Promise.reject(error); + } + }; + window.XMLHttpRequest = function () { + const xhr = new win.CapacitorWebXMLHttpRequest.constructor(); + Object.defineProperties(xhr, { + _headers: { + value: {}, + writable: true, + }, + _method: { + value: xhr.method, + writable: true, + }, + }); + const prototype = win.CapacitorWebXMLHttpRequest.prototype; + const isProgressEventAvailable = () => typeof ProgressEvent !== 'undefined' && + ProgressEvent.prototype instanceof Event; + // XHR patch abort + prototype.abort = function () { + if (isRelativeOrProxyUrl(this._url)) { + return win.CapacitorWebXMLHttpRequest.abort.call(this); + } + this.readyState = 0; + setTimeout(() => { + this.dispatchEvent(new Event('abort')); + this.dispatchEvent(new Event('loadend')); + }); + }; + // XHR patch open + prototype.open = function (method, url) { + this._method = method.toLocaleUpperCase(); + this._url = url; + if (!this._method || + this._method === 'GET' || + this._method === 'HEAD' || + this._method === 'OPTIONS' || + this._method === 'TRACE') { + if (isRelativeOrProxyUrl(url)) { + return win.CapacitorWebXMLHttpRequest.open.call(this, method, url); + } + this._url = createProxyUrl(this._url, win); + return win.CapacitorWebXMLHttpRequest.open.call(this, method, this._url); + } + Object.defineProperties(this, { + readyState: { + get: function () { + var _a; + return (_a = this._readyState) !== null && _a !== void 0 ? _a : 0; + }, + set: function (val) { + this._readyState = val; + setTimeout(() => { + this.dispatchEvent(new Event('readystatechange')); + }); + }, + }, + }); + setTimeout(() => { + this.dispatchEvent(new Event('loadstart')); + }); + this.readyState = 1; + }; + // XHR patch set request header + prototype.setRequestHeader = function (header, value) { + if (isRelativeOrProxyUrl(this._url)) { + return win.CapacitorWebXMLHttpRequest.setRequestHeader.call(this, header, value); + } + this._headers[header] = value; + }; + // XHR patch send + prototype.send = function (body) { + if (isRelativeOrProxyUrl(this._url)) { + return win.CapacitorWebXMLHttpRequest.send.call(this, body); + } + const tag = `CapacitorHttp XMLHttpRequest ${Date.now()} ${this._url}`; + console.time(tag); + try { + this.readyState = 2; + Object.defineProperties(this, { + response: { + value: '', + writable: true, + }, + responseText: { + value: '', + writable: true, + }, + responseURL: { + value: '', + writable: true, + }, + status: { + value: 0, + writable: true, + }, + }); + convertBody(body).then(({ data, type, headers }) => { + const otherHeaders = this._headers != null && Object.keys(this._headers).length > 0 + ? this._headers + : undefined; + // intercept request & pass to the bridge + cap + .nativePromise('CapacitorHttp', 'request', { + url: this._url, + method: this._method, + data: data !== null ? data : undefined, + headers: Object.assign(Object.assign({}, headers), otherHeaders), + dataType: type, + }) + .then((nativeResponse) => { + var _a; + // intercept & parse response before returning + if (this.readyState == 2) { + //TODO: Add progress event emission on native side + if (isProgressEventAvailable()) { + this.dispatchEvent(new ProgressEvent('progress', { + lengthComputable: true, + loaded: nativeResponse.data.length, + total: nativeResponse.data.length, + })); + } + this._headers = nativeResponse.headers; + this.status = nativeResponse.status; + if (this.responseType === '' || + this.responseType === 'text') { + this.response = + typeof nativeResponse.data !== 'string' + ? JSON.stringify(nativeResponse.data) + : nativeResponse.data; + } + else { + this.response = nativeResponse.data; + } + this.responseText = ((_a = (nativeResponse.headers['Content-Type'] || + nativeResponse.headers['content-type'])) === null || _a === void 0 ? void 0 : _a.startsWith('application/json')) + ? JSON.stringify(nativeResponse.data) + : nativeResponse.data; + this.responseURL = nativeResponse.url; + this.readyState = 4; + setTimeout(() => { + this.dispatchEvent(new Event('load')); + this.dispatchEvent(new Event('loadend')); + }); + } + console.timeEnd(tag); + }) + .catch((error) => { + this.status = error.status; + this._headers = error.headers; + this.response = error.data; + this.responseText = JSON.stringify(error.data); + this.responseURL = error.url; + this.readyState = 4; + if (isProgressEventAvailable()) { + this.dispatchEvent(new ProgressEvent('progress', { + lengthComputable: false, + loaded: 0, + total: 0, + })); + } + setTimeout(() => { + this.dispatchEvent(new Event('error')); + this.dispatchEvent(new Event('loadend')); + }); + console.timeEnd(tag); + }); + }); + } + catch (error) { + this.status = 500; + this._headers = {}; + this.response = error; + this.responseText = error.toString(); + this.responseURL = this._url; + this.readyState = 4; + if (isProgressEventAvailable()) { + this.dispatchEvent(new ProgressEvent('progress', { + lengthComputable: false, + loaded: 0, + total: 0, + })); + } + setTimeout(() => { + this.dispatchEvent(new Event('error')); + this.dispatchEvent(new Event('loadend')); + }); + console.timeEnd(tag); + } + }; + // XHR patch getAllResponseHeaders + prototype.getAllResponseHeaders = function () { + if (isRelativeOrProxyUrl(this._url)) { + return win.CapacitorWebXMLHttpRequest.getAllResponseHeaders.call(this); + } + let returnString = ''; + for (const key in this._headers) { + if (key != 'Set-Cookie') { + returnString += key + ': ' + this._headers[key] + '\r\n'; + } + } + return returnString; + }; + // XHR patch getResponseHeader + prototype.getResponseHeader = function (name) { + if (isRelativeOrProxyUrl(this._url)) { + return win.CapacitorWebXMLHttpRequest.getResponseHeader.call(this, name); + } + return this._headers[name]; + }; + Object.setPrototypeOf(xhr, prototype); + return xhr; + }; + Object.assign(window.XMLHttpRequest, win.CapacitorWebXMLHttpRequest.fullObject); + } + } + // patch window.console on iOS and store original console fns + const isIos = getPlatformId(win) === 'ios'; + if (win.console && isIos) { + Object.defineProperties(win.console, BRIDGED_CONSOLE_METHODS.reduce((props, method) => { + const consoleMethod = win.console[method].bind(win.console); + props[method] = { + value: (...args) => { + const msgs = [...args]; + cap.toNative('Console', 'log', { + level: method, + message: msgs.map(serializeConsoleMessage).join(' '), + }); + return consoleMethod(...args); + }, + }; + return props; + }, {})); + } + cap.logJs = (msg, level) => { + switch (level) { + case 'error': + win.console.error(msg); + break; + case 'warn': + win.console.warn(msg); + break; + case 'info': + win.console.info(msg); + break; + default: + win.console.log(msg); + } + }; + cap.logToNative = createLogToNative(win.console); + cap.logFromNative = createLogFromNative(win.console); + cap.handleError = err => win.console.error(err); + win.Capacitor = cap; + }; + function initNativeBridge(win) { + const cap = win.Capacitor || {}; + // keep a collection of callbacks for native response data + const callbacks = new Map(); + const webviewServerUrl = typeof win.WEBVIEW_SERVER_URL === 'string' ? win.WEBVIEW_SERVER_URL : ''; + cap.getServerUrl = () => webviewServerUrl; + cap.convertFileSrc = filePath => convertFileSrcServerUrl(webviewServerUrl, filePath); + // Counter of callback ids, randomized to avoid + // any issues during reloads if a call comes back with + // an existing callback id from an old session + let callbackIdCount = Math.floor(Math.random() * 134217728); + let postToNative = null; + const isNativePlatform = () => true; + const getPlatform = () => getPlatformId(win); + cap.getPlatform = getPlatform; + cap.isPluginAvailable = name => Object.prototype.hasOwnProperty.call(cap.Plugins, name); + cap.isNativePlatform = isNativePlatform; + // create the postToNative() fn if needed + if (getPlatformId(win) === 'android') { + // android platform + postToNative = data => { + var _a; + try { + win.androidBridge.postMessage(JSON.stringify(data)); + } + catch (e) { + (_a = win === null || win === void 0 ? void 0 : win.console) === null || _a === void 0 ? void 0 : _a.error(e); + } + }; + } + else if (getPlatformId(win) === 'ios') { + // ios platform + postToNative = data => { + var _a; + try { + data.type = data.type ? data.type : 'message'; + win.webkit.messageHandlers.bridge.postMessage(data); + } + catch (e) { + (_a = win === null || win === void 0 ? void 0 : win.console) === null || _a === void 0 ? void 0 : _a.error(e); + } + }; + } + cap.handleWindowError = (msg, url, lineNo, columnNo, err) => { + const str = msg.toLowerCase(); + if (str.indexOf('script error') > -1) ; + else { + const errObj = { + type: 'js.error', + error: { + message: msg, + url: url, + line: lineNo, + col: columnNo, + errorObject: JSON.stringify(err), + }, + }; + if (err !== null) { + cap.handleError(err); + } + postToNative(errObj); + } + return false; + }; + if (cap.DEBUG) { + window.onerror = cap.handleWindowError; + } + initLogger(win, cap); + /** + * Send a plugin method call to the native layer + */ + cap.toNative = (pluginName, methodName, options, storedCallback) => { + var _a, _b; + try { + if (typeof postToNative === 'function') { + let callbackId = '-1'; + if (storedCallback && + (typeof storedCallback.callback === 'function' || + typeof storedCallback.resolve === 'function')) { + // store the call for later lookup + callbackId = String(++callbackIdCount); + callbacks.set(callbackId, storedCallback); + } + const callData = { + callbackId: callbackId, + pluginId: pluginName, + methodName: methodName, + options: options || {}, + }; + if (cap.isLoggingEnabled && pluginName !== 'Console') { + cap.logToNative(callData); + } + // post the call data to native + postToNative(callData); + return callbackId; + } + else { + (_a = win === null || win === void 0 ? void 0 : win.console) === null || _a === void 0 ? void 0 : _a.warn(`implementation unavailable for: ${pluginName}`); + } + } + catch (e) { + (_b = win === null || win === void 0 ? void 0 : win.console) === null || _b === void 0 ? void 0 : _b.error(e); + } + return null; + }; + if (win === null || win === void 0 ? void 0 : win.androidBridge) { + win.androidBridge.onmessage = function (event) { + returnResult(JSON.parse(event.data)); + }; + } + /** + * Process a response from the native layer. + */ + cap.fromNative = result => { + returnResult(result); + }; + const returnResult = (result) => { + var _a, _b; + if (cap.isLoggingEnabled && result.pluginId !== 'Console') { + cap.logFromNative(result); + } + // get the stored call, if it exists + try { + const storedCall = callbacks.get(result.callbackId); + if (storedCall) { + // looks like we've got a stored call + if (result.error) { + // ensure stacktraces by copying error properties to an Error + result.error = Object.keys(result.error).reduce((err, key) => { + // use any type to avoid importing util and compiling most of .ts files + err[key] = result.error[key]; + return err; + }, new cap.Exception('')); + } + if (typeof storedCall.callback === 'function') { + // callback + if (result.success) { + storedCall.callback(result.data); + } + else { + storedCall.callback(null, result.error); + } + } + else if (typeof storedCall.resolve === 'function') { + // promise + if (result.success) { + storedCall.resolve(result.data); + } + else { + storedCall.reject(result.error); + } + // no need to keep this stored callback + // around for a one time resolve promise + callbacks.delete(result.callbackId); + } + } + else if (!result.success && result.error) { + // no stored callback, but if there was an error let's log it + (_a = win === null || win === void 0 ? void 0 : win.console) === null || _a === void 0 ? void 0 : _a.warn(result.error); + } + if (result.save === false) { + callbacks.delete(result.callbackId); + } + } + catch (e) { + (_b = win === null || win === void 0 ? void 0 : win.console) === null || _b === void 0 ? void 0 : _b.error(e); + } + // always delete to prevent memory leaks + // overkill but we're not sure what apps will do with this data + delete result.data; + delete result.error; + }; + cap.nativeCallback = (pluginName, methodName, options, callback) => { + if (typeof options === 'function') { + console.warn(`Using a callback as the 'options' parameter of 'nativeCallback()' is deprecated.`); + callback = options; + options = null; + } + return cap.toNative(pluginName, methodName, options, { callback }); + }; + cap.nativePromise = (pluginName, methodName, options) => { + return new Promise((resolve, reject) => { + cap.toNative(pluginName, methodName, options, { + resolve: resolve, + reject: reject, + }); + }); + }; + // eslint-disable-next-line @typescript-eslint/no-unused-vars + cap.withPlugin = (_pluginId, _fn) => dummy; + cap.Exception = CapacitorException; + initEvents(win, cap); + initLegacyHandlers(win, cap); + initVendor(win, cap); + win.Capacitor = cap; + } + initNativeBridge(w); + }; + initBridge(typeof globalThis !== 'undefined' + ? globalThis + : typeof self !== 'undefined' + ? self + : typeof window !== 'undefined' + ? window + : typeof global !== 'undefined' + ? global + : {}); + + dummy = initBridge; + + Object.defineProperty(exports, '__esModule', { value: true }); + + return exports; + +})({}); diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/Frameworks/Cordova.framework/Cordova b/ios/App/unsigned.xcarchive/Products/Applications/App.app/Frameworks/Cordova.framework/Cordova new file mode 100755 index 0000000..069e75e Binary files /dev/null and b/ios/App/unsigned.xcarchive/Products/Applications/App.app/Frameworks/Cordova.framework/Cordova differ diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/Frameworks/Cordova.framework/Info.plist b/ios/App/unsigned.xcarchive/Products/Applications/App.app/Frameworks/Cordova.framework/Info.plist new file mode 100644 index 0000000..49d62fc Binary files /dev/null and b/ios/App/unsigned.xcarchive/Products/Applications/App.app/Frameworks/Cordova.framework/Info.plist differ diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/Frameworks/Cordova.framework/PrivacyInfo.xcprivacy b/ios/App/unsigned.xcarchive/Products/Applications/App.app/Frameworks/Cordova.framework/PrivacyInfo.xcprivacy new file mode 100644 index 0000000..d37d627 --- /dev/null +++ b/ios/App/unsigned.xcarchive/Products/Applications/App.app/Frameworks/Cordova.framework/PrivacyInfo.xcprivacy @@ -0,0 +1,14 @@ + + + + + NSPrivacyCollectedDataTypes + + NSPrivacyAccessedAPITypes + + NSPrivacyTrackingDomains + + NSPrivacyTracking + + + diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/Info.plist b/ios/App/unsigned.xcarchive/Products/Applications/App.app/Info.plist new file mode 100644 index 0000000..adb9965 Binary files /dev/null and b/ios/App/unsigned.xcarchive/Products/Applications/App.app/Info.plist differ diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/PkgInfo b/ios/App/unsigned.xcarchive/Products/Applications/App.app/PkgInfo new file mode 100644 index 0000000..bd04210 --- /dev/null +++ b/ios/App/unsigned.xcarchive/Products/Applications/App.app/PkgInfo @@ -0,0 +1 @@ +APPL???? \ No newline at end of file diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/capacitor.config.json b/ios/App/unsigned.xcarchive/Products/Applications/App.app/capacitor.config.json new file mode 100644 index 0000000..dd706f1 --- /dev/null +++ b/ios/App/unsigned.xcarchive/Products/Applications/App.app/capacitor.config.json @@ -0,0 +1,6 @@ +{ + "appId": "org.dsz.examaware", + "appName": "DSZ ExamAware", + "webDir": "dist", + "packageClassList": [] +} diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/config.xml b/ios/App/unsigned.xcarchive/Products/Applications/App.app/config.xml new file mode 100644 index 0000000..1b1b0e0 --- /dev/null +++ b/ios/App/unsigned.xcarchive/Products/Applications/App.app/config.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/VAvatar-B-NrXs_n.css b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/VAvatar-B-NrXs_n.css new file mode 100644 index 0000000..1e8f43a --- /dev/null +++ b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/VAvatar-B-NrXs_n.css @@ -0,0 +1 @@ +.v-btn{align-items:center;border-radius:4px;display:inline-grid;grid-template-areas:"prepend content append";grid-template-columns:max-content auto max-content;font-weight:500;justify-content:center;letter-spacing:.0892857143em;line-height:normal;max-width:100%;outline:none;position:relative;text-decoration:none;text-indent:.0892857143em;text-transform:uppercase;transition-property:box-shadow,transform,opacity,background;transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;vertical-align:middle;flex-shrink:0}.v-btn--size-x-small{--v-btn-size: .625rem;--v-btn-height: 20px;font-size:var(--v-btn-size);min-width:36px;padding:0 8px}.v-btn--size-small{--v-btn-size: .75rem;--v-btn-height: 28px;font-size:var(--v-btn-size);min-width:50px;padding:0 12px}.v-btn--size-default{--v-btn-size: .875rem;--v-btn-height: 36px;font-size:var(--v-btn-size);min-width:64px;padding:0 16px}.v-btn--size-large{--v-btn-size: 1rem;--v-btn-height: 44px;font-size:var(--v-btn-size);min-width:78px;padding:0 20px}.v-btn--size-x-large{--v-btn-size: 1.125rem;--v-btn-height: 52px;font-size:var(--v-btn-size);min-width:92px;padding:0 24px}.v-btn.v-btn--density-default{height:calc(var(--v-btn-height) + 0px)}.v-btn.v-btn--density-comfortable{height:calc(var(--v-btn-height) + -8px)}.v-btn.v-btn--density-compact{height:calc(var(--v-btn-height) + -12px)}.v-btn{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-btn--border{border-width:thin;box-shadow:none}.v-btn--absolute{position:absolute}.v-btn--fixed{position:fixed}.v-btn:hover>.v-btn__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-btn:focus-visible>.v-btn__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn:focus>.v-btn__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-btn--active>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]>.v-btn__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-btn--active:hover>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:hover>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-btn--active:focus-visible>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn--active:focus>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:focus>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-btn--variant-plain,.v-btn--variant-outlined,.v-btn--variant-text,.v-btn--variant-tonal{background:transparent;color:inherit}.v-btn--variant-plain{opacity:.62}.v-btn--variant-plain:focus,.v-btn--variant-plain:hover{opacity:1}.v-btn--variant-plain .v-btn__overlay{display:none}.v-btn--variant-elevated,.v-btn--variant-flat{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-btn--variant-elevated{box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-btn--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-btn--variant-outlined{border:thin solid currentColor}.v-btn--variant-text .v-btn__overlay{background:currentColor}.v-btn--variant-tonal .v-btn__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-btn .v-btn__underlay{position:absolute}@supports selector(:focus-visible){.v-btn:after{pointer-events:none;border:2px solid currentColor;border-radius:inherit;opacity:0;transition:opacity .2s ease-in-out}.v-btn:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-btn:focus-visible:after{opacity:calc(.25 * var(--v-theme-overlay-multiplier))}}.v-btn--icon{border-radius:50%;min-width:0;padding:0}.v-btn--icon.v-btn--size-default{--v-btn-size: 1rem}.v-btn--icon.v-btn--density-default{width:calc(var(--v-btn-height) + 12px);height:calc(var(--v-btn-height) + 12px)}.v-btn--icon.v-btn--density-comfortable{width:calc(var(--v-btn-height) + 0px);height:calc(var(--v-btn-height) + 0px)}.v-btn--icon.v-btn--density-compact{width:calc(var(--v-btn-height) + -8px);height:calc(var(--v-btn-height) + -8px)}.v-btn--elevated:hover,.v-btn--elevated:focus{box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-btn--elevated:active{box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-btn--flat{box-shadow:none}.v-btn--block{display:flex;flex:1 0 auto;min-width:100%}.v-btn--disabled{pointer-events:none;opacity:.26}.v-btn--disabled:hover{opacity:.26}.v-btn--disabled.v-btn--variant-elevated,.v-btn--disabled.v-btn--variant-flat{box-shadow:none;opacity:1;color:rgba(var(--v-theme-on-surface),.26);background:rgb(var(--v-theme-surface))}.v-btn--disabled.v-btn--variant-elevated .v-btn__overlay,.v-btn--disabled.v-btn--variant-flat .v-btn__overlay{opacity:.4615384615}.v-btn--loading{pointer-events:none}.v-btn--loading .v-btn__content,.v-btn--loading .v-btn__prepend,.v-btn--loading .v-btn__append{opacity:0}.v-btn--stacked{grid-template-areas:"prepend" "content" "append";grid-template-columns:auto;grid-template-rows:max-content max-content max-content;justify-items:center;align-content:center}.v-btn--stacked .v-btn__content{flex-direction:column;line-height:1.25}.v-btn--stacked .v-btn__prepend,.v-btn--stacked .v-btn__append,.v-btn--stacked .v-btn__content>.v-icon--start,.v-btn--stacked .v-btn__content>.v-icon--end{margin-inline:0}.v-btn--stacked .v-btn__prepend,.v-btn--stacked .v-btn__content>.v-icon--start{margin-bottom:4px}.v-btn--stacked .v-btn__append,.v-btn--stacked .v-btn__content>.v-icon--end{margin-top:4px}.v-btn--stacked.v-btn--size-x-small{--v-btn-size: .625rem;--v-btn-height: 56px;font-size:var(--v-btn-size);min-width:56px;padding:0 12px}.v-btn--stacked.v-btn--size-small{--v-btn-size: .75rem;--v-btn-height: 64px;font-size:var(--v-btn-size);min-width:64px;padding:0 14px}.v-btn--stacked.v-btn--size-default{--v-btn-size: .875rem;--v-btn-height: 72px;font-size:var(--v-btn-size);min-width:72px;padding:0 16px}.v-btn--stacked.v-btn--size-large{--v-btn-size: 1rem;--v-btn-height: 80px;font-size:var(--v-btn-size);min-width:80px;padding:0 18px}.v-btn--stacked.v-btn--size-x-large{--v-btn-size: 1.125rem;--v-btn-height: 88px;font-size:var(--v-btn-size);min-width:88px;padding:0 20px}.v-btn--stacked.v-btn--density-default{height:calc(var(--v-btn-height) + 0px)}.v-btn--stacked.v-btn--density-comfortable{height:calc(var(--v-btn-height) + -16px)}.v-btn--stacked.v-btn--density-compact{height:calc(var(--v-btn-height) + -24px)}.v-btn--slim{padding:0 8px}.v-btn--readonly{pointer-events:none}.v-btn--rounded{border-radius:24px}.v-btn--rounded.v-btn--icon{border-radius:4px}.v-btn .v-icon{--v-icon-size-multiplier: .8571428571}.v-btn--icon .v-icon{--v-icon-size-multiplier: 1}.v-btn--stacked .v-icon{--v-icon-size-multiplier: 1.1428571429}.v-btn--stacked.v-btn--block{min-width:100%}.v-btn__loader{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.v-btn__loader>.v-progress-circular{width:1.5em;height:1.5em}.v-btn__content,.v-btn__prepend,.v-btn__append{align-items:center;display:flex;transition:transform,opacity .2s cubic-bezier(.4,0,.2,1)}.v-btn__prepend{grid-area:prepend;margin-inline:calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5)}.v-btn--slim .v-btn__prepend{margin-inline-start:0}.v-btn__append{grid-area:append;margin-inline:calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9)}.v-btn--slim .v-btn__append{margin-inline-end:0}.v-btn__content{grid-area:content;justify-content:center;white-space:nowrap}.v-btn__content>.v-icon--start{margin-inline:calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5)}.v-btn__content>.v-icon--end{margin-inline:calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9)}.v-btn--stacked .v-btn__content{white-space:normal}.v-btn__overlay{background-color:currentColor;border-radius:inherit;opacity:0;transition:opacity .2s ease-in-out}.v-btn__overlay,.v-btn__underlay{pointer-events:none}.v-btn__overlay,.v-btn__underlay{position:absolute;top:0;left:0;width:100%;height:100%}.v-pagination .v-btn{border-radius:4px}.v-pagination .v-btn--rounded{border-radius:50%}.v-pagination .v-btn__overlay{transition:none}.v-pagination .v-pagination__item--is-active .v-btn__overlay{opacity:var(--v-border-opacity)}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled)>.v-btn__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):hover>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):focus-visible>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):focus>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain{opacity:1}.v-btn-group{display:inline-flex;flex-wrap:nowrap;max-width:100%;min-width:0;overflow:hidden;vertical-align:middle}.v-btn-group{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-btn-group--border{border-width:thin;box-shadow:none}.v-btn-group{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-btn-group{border-radius:4px}.v-btn-group{background:transparent;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-btn-group--density-default.v-btn-group{height:48px}.v-btn-group--density-comfortable.v-btn-group{height:40px}.v-btn-group--density-compact.v-btn-group{height:36px}.v-btn-group .v-btn{border-radius:0;border-color:inherit}.v-btn-group .v-btn:not(:last-child){border-inline-end:none}.v-btn-group .v-btn:not(:first-child){border-inline-start:none}.v-btn-group .v-btn:first-child{border-start-start-radius:inherit;border-end-start-radius:inherit}.v-btn-group .v-btn:last-child{border-start-end-radius:inherit;border-end-end-radius:inherit}.v-btn-group--divided .v-btn:not(:last-child){border-inline-end-width:thin;border-inline-end-style:solid;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))}.v-btn-group--tile{border-radius:0}.v-icon{--v-icon-size-multiplier: 1;align-items:center;display:inline-flex;font-feature-settings:"liga";height:1em;justify-content:center;letter-spacing:normal;line-height:1;position:relative;text-indent:0;text-align:center;-webkit-user-select:none;user-select:none;vertical-align:middle;width:1em;min-width:1em}.v-icon--clickable{cursor:pointer}.v-icon--disabled{pointer-events:none;opacity:.38}.v-icon--size-x-small{font-size:calc(var(--v-icon-size-multiplier) * 1em)}.v-icon--size-small{font-size:calc(var(--v-icon-size-multiplier) * 1.25em)}.v-icon--size-default{font-size:calc(var(--v-icon-size-multiplier) * 1.5em)}.v-icon--size-large{font-size:calc(var(--v-icon-size-multiplier) * 1.75em)}.v-icon--size-x-large{font-size:calc(var(--v-icon-size-multiplier) * 2em)}.v-icon__svg{fill:currentColor;width:100%;height:100%}.v-icon--start{margin-inline-end:8px}.v-icon--end{margin-inline-start:8px}.v-progress-circular{align-items:center;display:inline-flex;justify-content:center;position:relative;vertical-align:middle}.v-progress-circular>svg{width:100%;height:100%;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0;z-index:0}.v-progress-circular__content{align-items:center;display:flex;justify-content:center}.v-progress-circular__underlay{color:rgba(var(--v-border-color),var(--v-border-opacity));stroke:currentColor;z-index:1}.v-progress-circular__overlay{stroke:currentColor;transition:all .2s ease-in-out,stroke-width 0s;z-index:2}.v-progress-circular--size-x-small{height:16px;width:16px}.v-progress-circular--size-small{height:24px;width:24px}.v-progress-circular--size-default{height:32px;width:32px}.v-progress-circular--size-large{height:48px;width:48px}.v-progress-circular--size-x-large{height:64px;width:64px}.v-progress-circular--indeterminate>svg{animation:progress-circular-rotate 1.4s linear infinite;transform-origin:center center;transition:all .2s ease-in-out}.v-progress-circular--indeterminate .v-progress-circular__overlay{animation:progress-circular-dash 1.4s ease-in-out infinite,progress-circular-rotate 1.4s linear infinite;stroke-dasharray:25,200;stroke-dashoffset:0;stroke-linecap:round;transform-origin:center center;transform:rotate(-90deg)}.v-progress-circular--disable-shrink>svg{animation-duration:.7s}.v-progress-circular--disable-shrink .v-progress-circular__overlay{animation:none}.v-progress-circular--indeterminate:not(.v-progress-circular--visible)>svg,.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay{animation-play-state:paused!important}@keyframes progress-circular-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0px}50%{stroke-dasharray:100,200;stroke-dashoffset:-15px}to{stroke-dasharray:100,200;stroke-dashoffset:-124px}}@keyframes progress-circular-rotate{to{transform:rotate(270deg)}}.v-progress-linear{background:transparent;overflow:hidden;position:relative;transition:.2s cubic-bezier(.4,0,.2,1);width:100%}@media (forced-colors: active){.v-progress-linear{border:thin solid buttontext}}.v-progress-linear__background,.v-progress-linear__buffer{background:currentColor;bottom:0;left:0;opacity:var(--v-border-opacity);position:absolute;top:0;width:100%;transition-property:width,left,right;transition:inherit}@media (forced-colors: active){.v-progress-linear__buffer{background-color:highlight;opacity:.3}}.v-progress-linear__content{align-items:center;display:flex;height:100%;justify-content:center;left:0;pointer-events:none;position:absolute;top:0;width:100%}.v-progress-linear__determinate,.v-progress-linear__indeterminate{background:currentColor}@media (forced-colors: active){.v-progress-linear__determinate,.v-progress-linear__indeterminate{background-color:highlight}}.v-progress-linear__determinate{height:inherit;left:0;position:absolute;transition:inherit;transition-property:width,left,right}.v-progress-linear__indeterminate .long,.v-progress-linear__indeterminate .short{animation-play-state:paused;animation-duration:2.2s;animation-iteration-count:infinite;bottom:0;height:inherit;left:0;position:absolute;right:auto;top:0;width:auto}.v-progress-linear__indeterminate .long{animation-name:indeterminate-ltr}.v-progress-linear__indeterminate .short{animation-name:indeterminate-short-ltr}.v-progress-linear__stream{animation:stream .25s infinite linear;animation-play-state:paused;bottom:0;left:auto;opacity:.3;pointer-events:none;position:absolute;transition:inherit;transition-property:width,left,right}.v-progress-linear--reverse .v-progress-linear__background,.v-progress-linear--reverse .v-progress-linear__determinate,.v-progress-linear--reverse .v-progress-linear__content,.v-progress-linear--reverse .v-progress-linear__indeterminate .long,.v-progress-linear--reverse .v-progress-linear__indeterminate .short{left:auto;right:0}.v-progress-linear--reverse .v-progress-linear__indeterminate .long{animation-name:indeterminate-rtl}.v-progress-linear--reverse .v-progress-linear__indeterminate .short{animation-name:indeterminate-short-rtl}.v-progress-linear--reverse .v-progress-linear__stream{right:auto}.v-progress-linear--absolute,.v-progress-linear--fixed{left:0;z-index:1}.v-progress-linear--absolute{position:absolute}.v-progress-linear--fixed{position:fixed}.v-progress-linear--rounded{border-radius:9999px}.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__determinate,.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__indeterminate{border-radius:inherit}.v-progress-linear--striped .v-progress-linear__determinate{animation:progress-linear-stripes 1s infinite linear;background-image:linear-gradient(135deg,hsla(0,0%,100%,.25) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.25) 0,hsla(0,0%,100%,.25) 75%,transparent 0,transparent);background-repeat:repeat;background-size:var(--v-progress-linear-height)}.v-progress-linear--active .v-progress-linear__indeterminate .long,.v-progress-linear--active .v-progress-linear__indeterminate .short,.v-progress-linear--active .v-progress-linear__stream{animation-play-state:running}.v-progress-linear--rounded-bar .v-progress-linear__determinate,.v-progress-linear--rounded-bar .v-progress-linear__indeterminate,.v-progress-linear--rounded-bar .v-progress-linear__stream+.v-progress-linear__background{border-radius:9999px}.v-progress-linear--rounded-bar .v-progress-linear__determinate{border-start-start-radius:0;border-end-start-radius:0}@keyframes indeterminate-ltr{0%{left:-90%;right:100%}60%{left:-90%;right:100%}to{left:100%;right:-35%}}@keyframes indeterminate-rtl{0%{left:100%;right:-90%}60%{left:100%;right:-90%}to{left:-35%;right:100%}}@keyframes indeterminate-short-ltr{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@keyframes indeterminate-short-rtl{0%{left:100%;right:-200%}60%{left:-8%;right:107%}to{left:-8%;right:107%}}@keyframes stream{to{transform:translate(var(--v-progress-linear-stream-to))}}@keyframes progress-linear-stripes{0%{background-position-x:var(--v-progress-linear-height)}}.v-ripple__container{color:inherit;border-radius:inherit;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;z-index:0;pointer-events:none;contain:strict}.v-ripple__animation{color:inherit;position:absolute;top:0;left:0;border-radius:50%;background:currentColor;opacity:0;pointer-events:none;overflow:hidden;will-change:transform,opacity}.v-ripple__animation--enter{transition:none;opacity:0}.v-ripple__animation--in{transition:transform .25s cubic-bezier(0,0,.2,1),opacity .1s cubic-bezier(0,0,.2,1);opacity:calc(.25 * var(--v-theme-overlay-multiplier))}.v-ripple__animation--out{transition:opacity .3s cubic-bezier(0,0,.2,1);opacity:0}.v-avatar{flex:none;align-items:center;display:inline-flex;justify-content:center;line-height:normal;overflow:hidden;position:relative;text-align:center;transition:.2s cubic-bezier(.4,0,.2,1);transition-property:width,height;vertical-align:middle}.v-avatar.v-avatar--size-x-small{--v-avatar-height: 24px}.v-avatar.v-avatar--size-small{--v-avatar-height: 32px}.v-avatar.v-avatar--size-default{--v-avatar-height: 40px}.v-avatar.v-avatar--size-large{--v-avatar-height: 48px}.v-avatar.v-avatar--size-x-large{--v-avatar-height: 56px}.v-avatar.v-avatar--density-default{height:calc(var(--v-avatar-height) + 0px);width:calc(var(--v-avatar-height) + 0px)}.v-avatar.v-avatar--density-comfortable{height:calc(var(--v-avatar-height) + -4px);width:calc(var(--v-avatar-height) + -4px)}.v-avatar.v-avatar--density-compact{height:calc(var(--v-avatar-height) + -8px);width:calc(var(--v-avatar-height) + -8px)}.v-avatar{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-avatar--border{border-width:thin;box-shadow:none}.v-avatar{border-radius:50%}.v-avatar--variant-plain,.v-avatar--variant-outlined,.v-avatar--variant-text,.v-avatar--variant-tonal{background:transparent;color:inherit}.v-avatar--variant-plain{opacity:.62}.v-avatar--variant-plain:focus,.v-avatar--variant-plain:hover{opacity:1}.v-avatar--variant-plain .v-avatar__overlay{display:none}.v-avatar--variant-elevated,.v-avatar--variant-flat{background:var(--v-theme-surface);color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity))}.v-avatar--variant-elevated{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-avatar--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-avatar--variant-outlined{border:thin solid currentColor}.v-avatar--variant-text .v-avatar__overlay{background:currentColor}.v-avatar--variant-tonal .v-avatar__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-avatar .v-avatar__underlay{position:absolute}.v-avatar--rounded{border-radius:4px}.v-avatar--start{margin-inline-end:8px}.v-avatar--end{margin-inline-start:8px}.v-avatar .v-img{height:100%;width:100%}.v-img{--v-theme-overlay-multiplier: 3;z-index:0}.v-img.v-img--absolute{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.v-img--booting .v-responsive__sizer{transition:none}.v-img--rounded{border-radius:4px}.v-img__img,.v-img__picture,.v-img__gradient,.v-img__placeholder,.v-img__error{z-index:-1}.v-img__img,.v-img__picture,.v-img__gradient,.v-img__placeholder,.v-img__error{position:absolute;top:0;left:0;width:100%;height:100%}.v-img__img--preload{filter:blur(4px)}.v-img__img--contain{object-fit:contain}.v-img__img--cover{object-fit:cover}.v-img__gradient{background-repeat:no-repeat}.v-responsive{display:flex;flex:1 0 auto;max-height:100%;max-width:100%;overflow:hidden;position:relative}.v-responsive--inline{display:inline-flex;flex:0 0 auto}.v-responsive__content{flex:1 0 0px;max-width:100%}.v-responsive__sizer~.v-responsive__content{margin-inline-start:-100%}.v-responsive__sizer{flex:1 0 0px;transition:padding-bottom .2s cubic-bezier(.4,0,.2,1);pointer-events:none} diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/VAvatar-CBxZwzSi.js b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/VAvatar-CBxZwzSi.js new file mode 100644 index 0000000..a7ec55e --- /dev/null +++ b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/VAvatar-CBxZwzSi.js @@ -0,0 +1 @@ +import{a_ as se,g as $,_ as bt,aM as ht,m as N,aL as Oe,p as _,aN as M,f,af as G,aP as Ae,a$ as Ve,b0 as yt,b1 as Ct,b2 as St,c as o,a5 as Fe,G as me,a as U,b as W,d as H,h as Me,t as L,u as O,X as J,ar as _t,W as De,Y as kt,k as oe,w as j,aa as ge,n as je,o as wt,b3 as xt,a0 as Ge,a1 as It,b4 as Bt,y as ue,a9 as Vt,i as I,O as le,r as ce,b5 as Pt,b6 as Et,b7 as Lt,s as D,b8 as Ce,R as Tt,z as pt,e as Ue,j as Pe,ak as We,aK as He,b9 as $t,ba as Ee,U as Se,ah as zt,aB as Rt,bb as Le,au as qe,av as Xe,am as be,aJ as Nt,as as Ot,an as At,ao as Ft}from"./index-KF56cXUu.js";const Ye=["top","bottom"],Mt=["start","end","left","right"];function Dt(e,n){let[a,t]=e.split(" ");return t||(t=se(Ye,a)?"start":se(Mt,a)?"top":"center"),{side:Te(a,n),align:Te(t,n)}}function Te(e,n){return e==="start"?n?"right":"left":e==="end"?n?"left":"right":e}function En(e){return{side:{center:"center",top:"bottom",bottom:"top",left:"right",right:"left"}[e.side],align:e.align}}function Ln(e){return{side:e.side,align:{center:"center",top:"bottom",bottom:"top",left:"right",right:"left"}[e.align]}}function Tn(e){return{side:e.align,align:e.side}}function pn(e){return se(Ye,e.side)?"y":"x"}function $n(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"div",a=arguments.length>2?arguments[2]:void 0;return $()({name:a??bt(ht(e.replace(/__/g,"-"))),props:{tag:{type:String,default:n},...N()},setup(t,s){let{slots:l}=s;return()=>{var i;return Oe(t.tag,{class:[e,t.class],style:t.style},(i=l.default)==null?void 0:i.call(l))}}})}const zn=(e,n)=>{const a=e.__vccOpts||e;for(const[t,s]of n)a[t]=s;return a},_e=_({border:[Boolean,Number,String]},"border");function ke(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:M();return{borderClasses:f(()=>{const t=G(e)?e.value:e.border,s=[];if(t===!0||t==="")s.push(`${n}--border`);else if(typeof t=="string"||t===0)for(const l of String(t).split(" "))s.push(`border-${l}`);return s})}}const jt=[null,"default","comfortable","compact"],we=_({density:{type:String,default:"default",validator:e=>jt.includes(e)}},"density");function xe(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:M();return{densityClasses:f(()=>`${n}--density-${e.density}`)}}const Ke=_({elevation:{type:[Number,String],validator(e){const n=parseInt(e);return!isNaN(n)&&n>=0&&n<=24}}},"elevation");function Je(e){return{elevationClasses:f(()=>{const a=G(e)?e.value:e.elevation,t=[];return a==null||t.push(`elevation-${a}`),t})}}const Q=_({rounded:{type:[Boolean,Number,String],default:void 0},tile:Boolean},"rounded");function Z(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:M();return{roundedClasses:f(()=>{const t=G(e)?e.value:e.rounded,s=G(e)?e.value:e.tile,l=[];if(t===!0||t==="")l.push(`${n}--rounded`);else if(typeof t=="string"||t===0)for(const i of String(t).split(" "))l.push(`rounded-${i}`);else(s||t===!1)&&l.push("rounded-0");return l})}}function Ie(e){return Ae(()=>{const n=[],a={};if(e.value.background)if(Ve(e.value.background)){if(a.backgroundColor=e.value.background,!e.value.text&&yt(e.value.background)){const t=Ct(e.value.background);if(t.a==null||t.a===1){const s=St(t);a.color=s,a.caretColor=s}}}else n.push(`bg-${e.value.background}`);return e.value.text&&(Ve(e.value.text)?(a.color=e.value.text,a.caretColor=e.value.text):n.push(`text-${e.value.text}`)),{colorClasses:n,colorStyles:a}})}function ie(e,n){const a=f(()=>({text:G(e)?e.value:n?e[n]:null})),{colorClasses:t,colorStyles:s}=Ie(a);return{textColorClasses:t,textColorStyles:s}}function te(e,n){const a=f(()=>({background:G(e)?e.value:n?e[n]:null})),{colorClasses:t,colorStyles:s}=Ie(a);return{backgroundColorClasses:t,backgroundColorStyles:s}}const Gt=["elevated","flat","tonal","outlined","text","plain"];function Qe(e,n){return o(Fe,null,[e&&o("span",{key:"overlay",class:`${n}__overlay`},null),o("span",{key:"underlay",class:`${n}__underlay`},null)])}const Be=_({color:String,variant:{type:String,default:"elevated",validator:e=>Gt.includes(e)}},"variant");function Ze(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:M();const a=f(()=>{const{variant:l}=me(e);return`${n}--variant-${l}`}),{colorClasses:t,colorStyles:s}=Ie(f(()=>{const{variant:l,color:i}=me(e);return{[["elevated","flat"].includes(l)?"background":"text"]:i}}));return{colorClasses:t,colorStyles:s,variantClasses:a}}const et=_({baseColor:String,divided:Boolean,..._e(),...N(),...we(),...Ke(),...Q(),...U(),...W(),...Be()},"VBtnGroup"),pe=$()({name:"VBtnGroup",props:et(),setup(e,n){let{slots:a}=n;const{themeClasses:t}=H(e),{densityClasses:s}=xe(e),{borderClasses:l}=ke(e),{elevationClasses:i}=Je(e),{roundedClasses:c}=Z(e);Me({VBtn:{height:"auto",baseColor:L(e,"baseColor"),color:L(e,"color"),density:L(e,"density"),flat:!0,variant:L(e,"variant")}}),O(()=>o(e.tag,{class:["v-btn-group",{"v-btn-group--divided":e.divided},t.value,l.value,s.value,i.value,c.value,e.class],style:e.style},a))}}),Ut=_({modelValue:{type:null,default:void 0},multiple:Boolean,mandatory:[Boolean,String],max:Number,selectedClass:String,disabled:Boolean},"group"),Wt=_({value:null,disabled:Boolean,selectedClass:String},"group-item");function Ht(e,n){let a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;const t=J("useGroupItem");if(!t)throw new Error("[Vuetify] useGroupItem composable must be used inside a component setup function");const s=_t();De(Symbol.for(`${n.description}:id`),s);const l=kt(n,null);if(!l){if(!a)return l;throw new Error(`[Vuetify] Could not find useGroup injection with symbol ${n.description}`)}const i=L(e,"value"),c=f(()=>!!(l.disabled.value||e.disabled));l.register({id:s,value:i,disabled:c},t),oe(()=>{l.unregister(s)});const d=f(()=>l.isSelected(s)),m=f(()=>l.items.value[0].id===s),g=f(()=>l.items.value[l.items.value.length-1].id===s),h=f(()=>d.value&&[l.selectedClass.value,e.selectedClass]);return j(d,r=>{t.emit("group:selected",{value:r})},{flush:"sync"}),{id:s,isSelected:d,isFirst:m,isLast:g,toggle:()=>l.select(s,!d.value),select:r=>l.select(s,r),selectedClass:h,value:i,disabled:c,group:l}}function qt(e,n){let a=!1;const t=ge([]),s=je(e,"modelValue",[],r=>r==null?[]:tt(t,It(r)),r=>{const u=Yt(t,r);return e.multiple?u:u[0]}),l=J("useGroup");function i(r,u){const y=r,v=Symbol.for(`${n.description}:id`),S=Bt(v,l==null?void 0:l.vnode).indexOf(u);me(y.value)==null&&(y.value=S,y.useIndexAsValue=!0),S>-1?t.splice(S,0,y):t.push(y)}function c(r){if(a)return;d();const u=t.findIndex(y=>y.id===r);t.splice(u,1)}function d(){const r=t.find(u=>!u.disabled);r&&e.mandatory==="force"&&!s.value.length&&(s.value=[r.id])}wt(()=>{d()}),oe(()=>{a=!0}),xt(()=>{for(let r=0;rv.id===r);if(!(u&&(y!=null&&y.disabled)))if(e.multiple){const v=s.value.slice(),C=v.findIndex(P=>P===r),S=~C;if(u=u??!S,S&&e.mandatory&&v.length<=1||!S&&e.max!=null&&v.length+1>e.max)return;C<0&&u?v.push(r):C>=0&&!u&&v.splice(C,1),s.value=v}else{const v=s.value.includes(r);if(e.mandatory&&v)return;s.value=u??!v?[r]:[]}}function g(r){if(e.multiple,s.value.length){const u=s.value[0],y=t.findIndex(S=>S.id===u);let v=(y+r)%t.length,C=t[v];for(;C.disabled&&v!==y;)v=(v+r)%t.length,C=t[v];if(C.disabled)return;s.value=[t[v].id]}else{const u=t.find(y=>!y.disabled);u&&(s.value=[u.id])}}const h={register:i,unregister:c,selected:s,select:m,disabled:L(e,"disabled"),prev:()=>g(t.length-1),next:()=>g(1),isSelected:r=>s.value.includes(r),selectedClass:f(()=>e.selectedClass),items:f(()=>t),getItemIndex:r=>Xt(t,r)};return De(n,h),h}function Xt(e,n){const a=tt(e,[n]);return a.length?e.findIndex(t=>t.id===a[0]):-1}function tt(e,n){const a=[];return n.forEach(t=>{const s=e.find(i=>Ge(t,i.value)),l=e[t];(s==null?void 0:s.value)!=null?a.push(s.id):l!=null&&a.push(l.id)}),a}function Yt(e,n){const a=[];return n.forEach(t=>{const s=e.findIndex(l=>l.id===t);if(~s){const l=e[s];a.push(l.value!=null?l.value:s)}}),a}const nt=Symbol.for("vuetify:v-btn-toggle"),Kt=_({...et(),...Ut()},"VBtnToggle");$()({name:"VBtnToggle",props:Kt(),emits:{"update:modelValue":e=>!0},setup(e,n){let{slots:a}=n;const{isSelected:t,next:s,prev:l,select:i,selected:c}=qt(e,nt);return O(()=>{const d=pe.filterProps(e);return o(pe,ue({class:["v-btn-toggle",e.class]},d,{style:e.style}),{default:()=>{var m;return[(m=a.default)==null?void 0:m.call(a,{isSelected:t,next:s,prev:l,select:i,selected:c})]}})}),{next:s,prev:l,select:i}}});const Jt=_({defaults:Object,disabled:Boolean,reset:[Number,String],root:[Boolean,String],scoped:Boolean},"VDefaultsProvider"),ne=$(!1)({name:"VDefaultsProvider",props:Jt(),setup(e,n){let{slots:a}=n;const{defaults:t,disabled:s,reset:l,root:i,scoped:c}=Vt(e);return Me(t,{reset:l,root:i,scoped:c,disabled:s}),()=>{var d;return(d=a.default)==null?void 0:d.call(a)}}}),Qt=["x-small","small","default","large","x-large"],de=_({size:{type:[String,Number],default:"default"}},"size");function ve(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:M();return Ae(()=>{let a,t;return se(Qt,e.size)?a=`${n}--size-${e.size}`:e.size&&(t={width:I(e.size),height:I(e.size)}),{sizeClasses:a,sizeStyles:t}})}const Zt=_({color:String,disabled:Boolean,start:Boolean,end:Boolean,icon:le,...N(),...de(),...U({tag:"i"}),...W()},"VIcon"),ae=$()({name:"VIcon",props:Zt(),setup(e,n){let{attrs:a,slots:t}=n;const s=ce(),{themeClasses:l}=H(e),{iconData:i}=Pt(f(()=>s.value||e.icon)),{sizeClasses:c}=ve(e),{textColorClasses:d,textColorStyles:m}=ie(L(e,"color"));return O(()=>{var r,u;const g=(r=t.default)==null?void 0:r.call(t);g&&(s.value=(u=Et(g).filter(y=>y.type===Lt&&y.children&&typeof y.children=="string")[0])==null?void 0:u.children);const h=!!(a.onClick||a.onClickOnce);return o(i.value.component,{tag:e.tag,icon:i.value.icon,class:["v-icon","notranslate",l.value,c.value,d.value,{"v-icon--clickable":h,"v-icon--disabled":e.disabled,"v-icon--start":e.start,"v-icon--end":e.end},e.class],style:[c.value?void 0:{fontSize:I(e.size),height:I(e.size),width:I(e.size)},m.value,e.style],role:h?"button":void 0,"aria-hidden":!h,tabindex:h?e.disabled?-1:0:void 0},{default:()=>[g]})}),{}}});function at(e,n){const a=ce(),t=D(!1);if(Ce){const s=new IntersectionObserver(l=>{t.value=!!l.find(i=>i.isIntersecting)},n);oe(()=>{s.disconnect()}),j(a,(l,i)=>{i&&(s.unobserve(i),t.value=!1),l&&s.observe(l)},{flush:"post"})}return{intersectionRef:a,isIntersecting:t}}const en=_({bgColor:String,color:String,indeterminate:[Boolean,String],modelValue:{type:[Number,String],default:0},rotate:{type:[Number,String],default:0},width:{type:[Number,String],default:4},...N(),...de(),...U({tag:"div"}),...W()},"VProgressCircular"),tn=$()({name:"VProgressCircular",props:en(),setup(e,n){let{slots:a}=n;const t=20,s=2*Math.PI*t,l=ce(),{themeClasses:i}=H(e),{sizeClasses:c,sizeStyles:d}=ve(e),{textColorClasses:m,textColorStyles:g}=ie(L(e,"color")),{textColorClasses:h,textColorStyles:r}=ie(L(e,"bgColor")),{intersectionRef:u,isIntersecting:y}=at(),{resizeRef:v,contentRect:C}=Tt(),S=f(()=>Math.max(0,Math.min(100,parseFloat(e.modelValue)))),P=f(()=>Number(e.width)),E=f(()=>d.value?Number(e.size):C.value?C.value.width:Math.max(P.value,32)),w=f(()=>t/(1-P.value/E.value)*2),T=f(()=>P.value/E.value*w.value),z=f(()=>I((100-S.value)/100*s));return pt(()=>{u.value=l.value,v.value=l.value}),O(()=>o(e.tag,{ref:l,class:["v-progress-circular",{"v-progress-circular--indeterminate":!!e.indeterminate,"v-progress-circular--visible":y.value,"v-progress-circular--disable-shrink":e.indeterminate==="disable-shrink"},i.value,c.value,m.value,e.class],style:[d.value,g.value,e.style],role:"progressbar","aria-valuemin":"0","aria-valuemax":"100","aria-valuenow":e.indeterminate?void 0:S.value},{default:()=>[o("svg",{style:{transform:`rotate(calc(-90deg + ${Number(e.rotate)}deg))`},xmlns:"http://www.w3.org/2000/svg",viewBox:`0 0 ${w.value} ${w.value}`},[o("circle",{class:["v-progress-circular__underlay",h.value],style:r.value,fill:"transparent",cx:"50%",cy:"50%",r:t,"stroke-width":T.value,"stroke-dasharray":s,"stroke-dashoffset":0},null),o("circle",{class:"v-progress-circular__overlay",fill:"transparent",cx:"50%",cy:"50%",r:t,"stroke-width":T.value,"stroke-dasharray":s,"stroke-dashoffset":z.value},null)]),a.default&&o("div",{class:"v-progress-circular__content"},[a.default({value:S.value})])]})),{}}}),$e={center:"center",top:"bottom",bottom:"top",left:"right",right:"left"},st=_({location:String},"location");function lt(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,a=arguments.length>2?arguments[2]:void 0;const{isRtl:t}=Ue();return{locationStyles:f(()=>{if(!e.location)return{};const{side:l,align:i}=Dt(e.location.split(" ").length>1?e.location:`${e.location} center`,t.value);function c(m){return a?a(m):0}const d={};return l!=="center"&&(n?d[$e[l]]=`calc(100% - ${c(l)}px)`:d[l]=0),i!=="center"?n?d[$e[i]]=`calc(100% - ${c(i)}px)`:d[i]=0:(l==="center"?d.top=d.left="50%":d[{top:"left",bottom:"left",left:"top",right:"top"}[l]]="50%",d.transform={top:"translateX(-50%)",bottom:"translateX(-50%)",left:"translateY(-50%)",right:"translateY(-50%)",center:"translate(-50%, -50%)"}[l]),d})}}const nn=_({absolute:Boolean,active:{type:Boolean,default:!0},bgColor:String,bgOpacity:[Number,String],bufferValue:{type:[Number,String],default:0},bufferColor:String,bufferOpacity:[Number,String],clickable:Boolean,color:String,height:{type:[Number,String],default:4},indeterminate:Boolean,max:{type:[Number,String],default:100},modelValue:{type:[Number,String],default:0},opacity:[Number,String],reverse:Boolean,stream:Boolean,striped:Boolean,roundedBar:Boolean,...N(),...st({location:"top"}),...Q(),...U(),...W()},"VProgressLinear"),an=$()({name:"VProgressLinear",props:nn(),emits:{"update:modelValue":e=>!0},setup(e,n){var x;let{slots:a}=n;const t=je(e,"modelValue"),{isRtl:s,rtlClasses:l}=Ue(),{themeClasses:i}=H(e),{locationStyles:c}=lt(e),{textColorClasses:d,textColorStyles:m}=ie(e,"color"),{backgroundColorClasses:g,backgroundColorStyles:h}=te(f(()=>e.bgColor||e.color)),{backgroundColorClasses:r,backgroundColorStyles:u}=te(f(()=>e.bufferColor||e.bgColor||e.color)),{backgroundColorClasses:y,backgroundColorStyles:v}=te(e,"color"),{roundedClasses:C}=Z(e),{intersectionRef:S,isIntersecting:P}=at(),E=f(()=>parseFloat(e.max)),w=f(()=>parseFloat(e.height)),T=f(()=>Pe(parseFloat(e.bufferValue)/E.value*100,0,100)),z=f(()=>Pe(parseFloat(t.value)/E.value*100,0,100)),p=f(()=>s.value!==e.reverse),q=f(()=>e.indeterminate?"fade-transition":"slide-x-transition"),A=We&&((x=window.matchMedia)==null?void 0:x.call(window,"(forced-colors: active)").matches);function X(b){if(!S.value)return;const{left:k,right:B,width:R}=S.value.getBoundingClientRect(),F=p.value?R-b.clientX+(B-R):b.clientX-k;t.value=Math.round(F/R*E.value)}return O(()=>o(e.tag,{ref:S,class:["v-progress-linear",{"v-progress-linear--absolute":e.absolute,"v-progress-linear--active":e.active&&P.value,"v-progress-linear--reverse":p.value,"v-progress-linear--rounded":e.rounded,"v-progress-linear--rounded-bar":e.roundedBar,"v-progress-linear--striped":e.striped},C.value,i.value,l.value,e.class],style:[{bottom:e.location==="bottom"?0:void 0,top:e.location==="top"?0:void 0,height:e.active?I(w.value):0,"--v-progress-linear-height":I(w.value),...e.absolute?c.value:{}},e.style],role:"progressbar","aria-hidden":e.active?"false":"true","aria-valuemin":"0","aria-valuemax":e.max,"aria-valuenow":e.indeterminate?void 0:z.value,onClick:e.clickable&&X},{default:()=>[e.stream&&o("div",{key:"stream",class:["v-progress-linear__stream",d.value],style:{...m.value,[p.value?"left":"right"]:I(-w.value),borderTop:`${I(w.value/2)} dotted`,opacity:parseFloat(e.bufferOpacity),top:`calc(50% - ${I(w.value/4)})`,width:I(100-T.value,"%"),"--v-progress-linear-stream-to":I(w.value*(p.value?1:-1))}},null),o("div",{class:["v-progress-linear__background",A?void 0:g.value],style:[h.value,{opacity:parseFloat(e.bgOpacity),width:e.stream?0:void 0}]},null),o("div",{class:["v-progress-linear__buffer",A?void 0:r.value],style:[u.value,{opacity:parseFloat(e.bufferOpacity),width:I(T.value,"%")}]},null),o(He,{name:q.value},{default:()=>[e.indeterminate?o("div",{class:"v-progress-linear__indeterminate"},[["long","short"].map(b=>o("div",{key:b,class:["v-progress-linear__indeterminate",b,A?void 0:y.value],style:v.value},null))]):o("div",{class:["v-progress-linear__determinate",A?void 0:y.value],style:[v.value,{width:I(z.value,"%")}]},null)]}),a.default&&o("div",{class:"v-progress-linear__content"},[a.default({value:z.value,buffer:T.value})])]})),{}}}),sn=_({loading:[Boolean,String]},"loader");function ln(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:M();return{loaderClasses:f(()=>({[`${n}--loading`]:e.loading}))}}function Rn(e,n){var t;let{slots:a}=n;return o("div",{class:`${e.name}__loader`},[((t=a.default)==null?void 0:t.call(a,{color:e.color,isActive:e.active}))||o(an,{absolute:e.absolute,active:e.active,color:e.color,height:"2",indeterminate:!0},null)])}const rn=["static","relative","fixed","absolute","sticky"],on=_({position:{type:String,validator:e=>rn.includes(e)}},"position");function un(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:M();return{positionClasses:f(()=>e.position?`${n}--${e.position}`:void 0)}}function cn(){const e=J("useRoute");return f(()=>{var n;return(n=e==null?void 0:e.proxy)==null?void 0:n.$route})}function Nn(){var e,n;return(n=(e=J("useRouter"))==null?void 0:e.proxy)==null?void 0:n.$router}function dn(e,n){var h,r;const a=$t("RouterLink"),t=f(()=>!!(e.href||e.to)),s=f(()=>(t==null?void 0:t.value)||Ee(n,"click")||Ee(e,"click"));if(typeof a=="string"||!("useLink"in a)){const u=L(e,"href");return{isLink:t,isClickable:s,href:u,linkProps:ge({href:u})}}const l=f(()=>({...e,to:L(()=>e.to||"")})),i=a.useLink(l.value),c=f(()=>e.to?i:void 0),d=cn(),m=f(()=>{var u,y,v;return c.value?e.exact?d.value?((v=c.value.isExactActive)==null?void 0:v.value)&&Ge(c.value.route.value.query,d.value.query):((y=c.value.isExactActive)==null?void 0:y.value)??!1:((u=c.value.isActive)==null?void 0:u.value)??!1:!1}),g=f(()=>{var u;return e.to?(u=c.value)==null?void 0:u.route.value.href:e.href});return{isLink:t,isClickable:s,isActive:m,route:(h=c.value)==null?void 0:h.route,navigate:(r=c.value)==null?void 0:r.navigate,href:g,linkProps:ge({href:g,"aria-current":f(()=>m.value?"page":void 0)})}}const vn=_({href:String,replace:Boolean,to:[String,Object],exact:Boolean},"router");let fe=!1;function On(e,n){let a=!1,t,s;We&&(Se(()=>{window.addEventListener("popstate",l),t=e==null?void 0:e.beforeEach((i,c,d)=>{fe?a?n(d):d():setTimeout(()=>a?n(d):d()),fe=!0}),s=e==null?void 0:e.afterEach(()=>{fe=!1})}),zt(()=>{window.removeEventListener("popstate",l),t==null||t(),s==null||s()}));function l(i){var c;(c=i.state)!=null&&c.replaced||(a=!0,setTimeout(()=>a=!1))}}function fn(e,n){j(()=>{var a;return(a=e.isActive)==null?void 0:a.value},a=>{e.isLink.value&&a&&n&&Se(()=>{n(!0)})},{immediate:!0})}const he=Symbol("rippleStop"),mn=80;function ze(e,n){e.style.transform=n,e.style.webkitTransform=n}function ye(e){return e.constructor.name==="TouchEvent"}function it(e){return e.constructor.name==="KeyboardEvent"}const gn=function(e,n){var h;let a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},t=0,s=0;if(!it(e)){const r=n.getBoundingClientRect(),u=ye(e)?e.touches[e.touches.length-1]:e;t=u.clientX-r.left,s=u.clientY-r.top}let l=0,i=.3;(h=n._ripple)!=null&&h.circle?(i=.15,l=n.clientWidth/2,l=a.center?l:l+Math.sqrt((t-l)**2+(s-l)**2)/4):l=Math.sqrt(n.clientWidth**2+n.clientHeight**2)/2;const c=`${(n.clientWidth-l*2)/2}px`,d=`${(n.clientHeight-l*2)/2}px`,m=a.center?c:`${t-l}px`,g=a.center?d:`${s-l}px`;return{radius:l,scale:i,x:m,y:g,centerX:c,centerY:d}},re={show(e,n){var u;let a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(!((u=n==null?void 0:n._ripple)!=null&&u.enabled))return;const t=document.createElement("span"),s=document.createElement("span");t.appendChild(s),t.className="v-ripple__container",a.class&&(t.className+=` ${a.class}`);const{radius:l,scale:i,x:c,y:d,centerX:m,centerY:g}=gn(e,n,a),h=`${l*2}px`;s.className="v-ripple__animation",s.style.width=h,s.style.height=h,n.appendChild(t);const r=window.getComputedStyle(n);r&&r.position==="static"&&(n.style.position="relative",n.dataset.previousPosition="static"),s.classList.add("v-ripple__animation--enter"),s.classList.add("v-ripple__animation--visible"),ze(s,`translate(${c}, ${d}) scale3d(${i},${i},${i})`),s.dataset.activated=String(performance.now()),setTimeout(()=>{s.classList.remove("v-ripple__animation--enter"),s.classList.add("v-ripple__animation--in"),ze(s,`translate(${m}, ${g}) scale3d(1,1,1)`)},0)},hide(e){var l;if(!((l=e==null?void 0:e._ripple)!=null&&l.enabled))return;const n=e.getElementsByClassName("v-ripple__animation");if(n.length===0)return;const a=n[n.length-1];if(a.dataset.isHiding)return;a.dataset.isHiding="true";const t=performance.now()-Number(a.dataset.activated),s=Math.max(250-t,0);setTimeout(()=>{a.classList.remove("v-ripple__animation--in"),a.classList.add("v-ripple__animation--out"),setTimeout(()=>{var c;e.getElementsByClassName("v-ripple__animation").length===1&&e.dataset.previousPosition&&(e.style.position=e.dataset.previousPosition,delete e.dataset.previousPosition),((c=a.parentNode)==null?void 0:c.parentNode)===e&&e.removeChild(a.parentNode)},300)},s)}};function rt(e){return typeof e>"u"||!!e}function Y(e){const n={},a=e.currentTarget;if(!(!(a!=null&&a._ripple)||a._ripple.touched||e[he])){if(e[he]=!0,ye(e))a._ripple.touched=!0,a._ripple.isTouch=!0;else if(a._ripple.isTouch)return;if(n.center=a._ripple.centered||it(e),a._ripple.class&&(n.class=a._ripple.class),ye(e)){if(a._ripple.showTimerCommit)return;a._ripple.showTimerCommit=()=>{re.show(e,a,n)},a._ripple.showTimer=window.setTimeout(()=>{var t;(t=a==null?void 0:a._ripple)!=null&&t.showTimerCommit&&(a._ripple.showTimerCommit(),a._ripple.showTimerCommit=null)},mn)}else re.show(e,a,n)}}function Re(e){e[he]=!0}function V(e){const n=e.currentTarget;if(n!=null&&n._ripple){if(window.clearTimeout(n._ripple.showTimer),e.type==="touchend"&&n._ripple.showTimerCommit){n._ripple.showTimerCommit(),n._ripple.showTimerCommit=null,n._ripple.showTimer=window.setTimeout(()=>{V(e)});return}window.setTimeout(()=>{n._ripple&&(n._ripple.touched=!1)}),re.hide(n)}}function ot(e){const n=e.currentTarget;n!=null&&n._ripple&&(n._ripple.showTimerCommit&&(n._ripple.showTimerCommit=null),window.clearTimeout(n._ripple.showTimer))}let K=!1;function ut(e){!K&&(e.keyCode===Le.enter||e.keyCode===Le.space)&&(K=!0,Y(e))}function ct(e){K=!1,V(e)}function dt(e){K&&(K=!1,V(e))}function vt(e,n,a){const{value:t,modifiers:s}=n,l=rt(t);if(l||re.hide(e),e._ripple=e._ripple??{},e._ripple.enabled=l,e._ripple.centered=s.center,e._ripple.circle=s.circle,Rt(t)&&t.class&&(e._ripple.class=t.class),l&&!a){if(s.stop){e.addEventListener("touchstart",Re,{passive:!0}),e.addEventListener("mousedown",Re);return}e.addEventListener("touchstart",Y,{passive:!0}),e.addEventListener("touchend",V,{passive:!0}),e.addEventListener("touchmove",ot,{passive:!0}),e.addEventListener("touchcancel",V),e.addEventListener("mousedown",Y),e.addEventListener("mouseup",V),e.addEventListener("mouseleave",V),e.addEventListener("keydown",ut),e.addEventListener("keyup",ct),e.addEventListener("blur",dt),e.addEventListener("dragstart",V,{passive:!0})}else!l&&a&&ft(e)}function ft(e){e.removeEventListener("mousedown",Y),e.removeEventListener("touchstart",Y),e.removeEventListener("touchend",V),e.removeEventListener("touchmove",ot),e.removeEventListener("touchcancel",V),e.removeEventListener("mouseup",V),e.removeEventListener("mouseleave",V),e.removeEventListener("keydown",ut),e.removeEventListener("keyup",ct),e.removeEventListener("dragstart",V),e.removeEventListener("blur",dt)}function bn(e,n){vt(e,n,!1)}function hn(e){delete e._ripple,ft(e)}function yn(e,n){if(n.value===n.oldValue)return;const a=rt(n.oldValue);vt(e,n,a)}const Cn={mounted:bn,unmounted:hn,updated:yn},Sn=_({active:{type:Boolean,default:void 0},activeColor:String,baseColor:String,symbol:{type:null,default:nt},flat:Boolean,icon:[Boolean,String,Function,Object],prependIcon:le,appendIcon:le,block:Boolean,readonly:Boolean,slim:Boolean,stacked:Boolean,ripple:{type:[Boolean,Object],default:!0},text:String,..._e(),...N(),...we(),...qe(),...Ke(),...Wt(),...sn(),...st(),...on(),...Q(),...vn(),...de(),...U({tag:"button"}),...W(),...Be({variant:"elevated"})},"VBtn"),An=$()({name:"VBtn",props:Sn(),emits:{"group:selected":e=>!0},setup(e,n){let{attrs:a,slots:t}=n;const{themeClasses:s}=H(e),{borderClasses:l}=ke(e),{densityClasses:i}=xe(e),{dimensionStyles:c}=Xe(e),{elevationClasses:d}=Je(e),{loaderClasses:m}=ln(e),{locationStyles:g}=lt(e),{positionClasses:h}=un(e),{roundedClasses:r}=Z(e),{sizeClasses:u,sizeStyles:y}=ve(e),v=Ht(e,e.symbol,!1),C=dn(e,a),S=f(()=>{var x;return e.active!==void 0?e.active:C.isLink.value?(x=C.isActive)==null?void 0:x.value:v==null?void 0:v.isSelected.value}),P=f(()=>S.value?e.activeColor??e.color:e.color),E=f(()=>{var b,k;return{color:(v==null?void 0:v.isSelected.value)&&(!C.isLink.value||((b=C.isActive)==null?void 0:b.value))||!v||((k=C.isActive)==null?void 0:k.value)?P.value??e.baseColor:e.baseColor,variant:e.variant}}),{colorClasses:w,colorStyles:T,variantClasses:z}=Ze(E),p=f(()=>(v==null?void 0:v.disabled.value)||e.disabled),q=f(()=>e.variant==="elevated"&&!(e.disabled||e.flat||e.border)),A=f(()=>{if(!(e.value===void 0||typeof e.value=="symbol"))return Object(e.value)===e.value?JSON.stringify(e.value,null,0):e.value});function X(x){var b;p.value||C.isLink.value&&(x.metaKey||x.ctrlKey||x.shiftKey||x.button!==0||a.target==="_blank")||((b=C.navigate)==null||b.call(C,x),v==null||v.toggle())}return fn(C,v==null?void 0:v.select),O(()=>{const x=C.isLink.value?"a":e.tag,b=!!(e.prependIcon||t.prepend),k=!!(e.appendIcon||t.append),B=!!(e.icon&&e.icon!==!0);return be(o(x,ue({type:x==="a"?void 0:"button",class:["v-btn",v==null?void 0:v.selectedClass.value,{"v-btn--active":S.value,"v-btn--block":e.block,"v-btn--disabled":p.value,"v-btn--elevated":q.value,"v-btn--flat":e.flat,"v-btn--icon":!!e.icon,"v-btn--loading":e.loading,"v-btn--readonly":e.readonly,"v-btn--slim":e.slim,"v-btn--stacked":e.stacked},s.value,l.value,w.value,i.value,d.value,m.value,h.value,r.value,u.value,z.value,e.class],style:[T.value,c.value,g.value,y.value,e.style],"aria-busy":e.loading?!0:void 0,disabled:p.value||void 0,tabindex:e.loading||e.readonly?-1:void 0,onClick:X,value:A.value},C.linkProps),{default:()=>{var R;return[Qe(!0,"v-btn"),!e.icon&&b&&o("span",{key:"prepend",class:"v-btn__prepend"},[t.prepend?o(ne,{key:"prepend-defaults",disabled:!e.prependIcon,defaults:{VIcon:{icon:e.prependIcon}}},t.prepend):o(ae,{key:"prepend-icon",icon:e.prependIcon},null)]),o("span",{class:"v-btn__content","data-no-activator":""},[!t.default&&B?o(ae,{key:"content-icon",icon:e.icon},null):o(ne,{key:"content-defaults",disabled:!B,defaults:{VIcon:{icon:e.icon}}},{default:()=>{var F;return[((F=t.default)==null?void 0:F.call(t))??e.text]}})]),!e.icon&&k&&o("span",{key:"append",class:"v-btn__append"},[t.append?o(ne,{key:"append-defaults",disabled:!e.appendIcon,defaults:{VIcon:{icon:e.appendIcon}}},t.append):o(ae,{key:"append-icon",icon:e.appendIcon},null)]),!!e.loading&&o("span",{key:"loader",class:"v-btn__loader"},[((R=t.loader)==null?void 0:R.call(t))??o(tn,{color:typeof e.loading=="boolean"?void 0:e.loading,indeterminate:!0,width:"2"},null)])]}}),[[Cn,!p.value&&e.ripple,"",{center:!!e.icon}]])}),{group:v}}});function _n(e){return{aspectStyles:f(()=>{const n=Number(e.aspectRatio);return n?{paddingBottom:String(1/n*100)+"%"}:void 0})}}const mt=_({aspectRatio:[String,Number],contentClass:null,inline:Boolean,...N(),...qe()},"VResponsive"),Ne=$()({name:"VResponsive",props:mt(),setup(e,n){let{slots:a}=n;const{aspectStyles:t}=_n(e),{dimensionStyles:s}=Xe(e);return O(()=>{var l;return o("div",{class:["v-responsive",{"v-responsive--inline":e.inline},e.class],style:[s.value,e.style]},[o("div",{class:"v-responsive__sizer",style:t.value},null),(l=a.additional)==null?void 0:l.call(a),a.default&&o("div",{class:["v-responsive__content",e.contentClass]},[a.default()])])}),{}}}),kn=_({transition:{type:[Boolean,String,Object],default:"fade-transition",validator:e=>e!==!0}},"transition"),ee=(e,n)=>{let{slots:a}=n;const{transition:t,disabled:s,group:l,...i}=e,{component:c=l?Nt:He,...d}=typeof t=="object"?t:{};return Oe(c,ue(typeof t=="string"?{name:s?"":t}:d,typeof t=="string"?{}:Object.fromEntries(Object.entries({disabled:s,group:l}).filter(m=>{let[g,h]=m;return h!==void 0})),i),a)};function wn(e,n){if(!Ce)return;const a=n.modifiers||{},t=n.value,{handler:s,options:l}=typeof t=="object"?t:{handler:t,options:{}},i=new IntersectionObserver(function(){var h;let c=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],d=arguments.length>1?arguments[1]:void 0;const m=(h=e._observe)==null?void 0:h[n.instance.$.uid];if(!m)return;const g=c.some(r=>r.isIntersecting);s&&(!a.quiet||m.init)&&(!a.once||g||m.init)&&s(g,c,d),g&&a.once?gt(e,n):m.init=!0},l);e._observe=Object(e._observe),e._observe[n.instance.$.uid]={init:!1,observer:i},i.observe(e)}function gt(e,n){var t;const a=(t=e._observe)==null?void 0:t[n.instance.$.uid];a&&(a.observer.unobserve(e),delete e._observe[n.instance.$.uid])}const xn={mounted:wn,unmounted:gt},In=_({absolute:Boolean,alt:String,cover:Boolean,color:String,draggable:{type:[Boolean,String],default:void 0},eager:Boolean,gradient:String,lazySrc:String,options:{type:Object,default:()=>({root:void 0,rootMargin:void 0,threshold:void 0})},sizes:String,src:{type:[String,Object],default:""},crossorigin:String,referrerpolicy:String,srcset:String,position:String,...mt(),...N(),...Q(),...kn()},"VImg"),Bn=$()({name:"VImg",directives:{intersect:xn},props:In(),emits:{loadstart:e=>!0,load:e=>!0,error:e=>!0},setup(e,n){let{emit:a,slots:t}=n;const{backgroundColorClasses:s,backgroundColorStyles:l}=te(L(e,"color")),{roundedClasses:i}=Z(e),c=J("VImg"),d=D(""),m=ce(),g=D(e.eager?"loading":"idle"),h=D(),r=D(),u=f(()=>e.src&&typeof e.src=="object"?{src:e.src.src,srcset:e.srcset||e.src.srcset,lazySrc:e.lazySrc||e.src.lazySrc,aspect:Number(e.aspectRatio||e.src.aspect||0)}:{src:e.src,srcset:e.srcset,lazySrc:e.lazySrc,aspect:Number(e.aspectRatio||0)}),y=f(()=>u.value.aspect||h.value/r.value||0);j(()=>e.src,()=>{v(g.value!=="idle")}),j(y,(b,k)=>{!b&&k&&m.value&&w(m.value)}),Ot(()=>v());function v(b){if(!(e.eager&&b)&&!(Ce&&!b&&!e.eager)){if(g.value="loading",u.value.lazySrc){const k=new Image;k.src=u.value.lazySrc,w(k,null)}u.value.src&&Se(()=>{var k;a("loadstart",((k=m.value)==null?void 0:k.currentSrc)||u.value.src),setTimeout(()=>{var B;if(!c.isUnmounted)if((B=m.value)!=null&&B.complete){if(m.value.naturalWidth||S(),g.value==="error")return;y.value||w(m.value,null),g.value==="loading"&&C()}else y.value||w(m.value),P()})})}}function C(){var b;c.isUnmounted||(P(),w(m.value),g.value="loaded",a("load",((b=m.value)==null?void 0:b.currentSrc)||u.value.src))}function S(){var b;c.isUnmounted||(g.value="error",a("error",((b=m.value)==null?void 0:b.currentSrc)||u.value.src))}function P(){const b=m.value;b&&(d.value=b.currentSrc||b.src)}let E=-1;oe(()=>{clearTimeout(E)});function w(b){let k=arguments.length>1&&arguments[1]!==void 0?arguments[1]:100;const B=()=>{if(clearTimeout(E),c.isUnmounted)return;const{naturalHeight:R,naturalWidth:F}=b;R||F?(h.value=F,r.value=R):!b.complete&&g.value==="loading"&&k!=null?E=window.setTimeout(B,k):(b.currentSrc.endsWith(".svg")||b.currentSrc.startsWith("data:image/svg+xml"))&&(h.value=1,r.value=1)};B()}const T=f(()=>({"v-img__img--cover":e.cover,"v-img__img--contain":!e.cover})),z=()=>{var B;if(!u.value.src||g.value==="idle")return null;const b=o("img",{class:["v-img__img",T.value],style:{objectPosition:e.position},src:u.value.src,srcset:u.value.srcset,alt:e.alt,crossorigin:e.crossorigin,referrerpolicy:e.referrerpolicy,draggable:e.draggable,sizes:e.sizes,ref:m,onLoad:C,onError:S},null),k=(B=t.sources)==null?void 0:B.call(t);return o(ee,{transition:e.transition,appear:!0},{default:()=>[be(k?o("picture",{class:"v-img__picture"},[k,b]):b,[[Ft,g.value==="loaded"]])]})},p=()=>o(ee,{transition:e.transition},{default:()=>[u.value.lazySrc&&g.value!=="loaded"&&o("img",{class:["v-img__img","v-img__img--preload",T.value],style:{objectPosition:e.position},src:u.value.lazySrc,alt:e.alt,crossorigin:e.crossorigin,referrerpolicy:e.referrerpolicy,draggable:e.draggable},null)]}),q=()=>t.placeholder?o(ee,{transition:e.transition,appear:!0},{default:()=>[(g.value==="loading"||g.value==="error"&&!t.error)&&o("div",{class:"v-img__placeholder"},[t.placeholder()])]}):null,A=()=>t.error?o(ee,{transition:e.transition,appear:!0},{default:()=>[g.value==="error"&&o("div",{class:"v-img__error"},[t.error()])]}):null,X=()=>e.gradient?o("div",{class:"v-img__gradient",style:{backgroundImage:`linear-gradient(${e.gradient})`}},null):null,x=D(!1);{const b=j(y,k=>{k&&(requestAnimationFrame(()=>{requestAnimationFrame(()=>{x.value=!0})}),b())})}return O(()=>{const b=Ne.filterProps(e);return be(o(Ne,ue({class:["v-img",{"v-img--absolute":e.absolute,"v-img--booting":!x.value},s.value,i.value,e.class],style:[{width:I(e.width==="auto"?h.value:e.width)},l.value,e.style]},b,{aspectRatio:y.value,"aria-label":e.alt,role:e.alt?"img":void 0}),{additional:()=>o(Fe,null,[o(z,null,null),o(p,null,null),o(X,null,null),o(q,null,null),o(A,null,null)]),default:t.default}),[[At("intersect"),{handler:v,options:e.options},null,{once:!0}]])}),{currentSrc:d,image:m,state:g,naturalWidth:h,naturalHeight:r}}}),Vn=_({start:Boolean,end:Boolean,icon:le,image:String,text:String,..._e(),...N(),...we(),...Q(),...de(),...U(),...W(),...Be({variant:"flat"})},"VAvatar"),Fn=$()({name:"VAvatar",props:Vn(),setup(e,n){let{slots:a}=n;const{themeClasses:t}=H(e),{borderClasses:s}=ke(e),{colorClasses:l,colorStyles:i,variantClasses:c}=Ze(e),{densityClasses:d}=xe(e),{roundedClasses:m}=Z(e),{sizeClasses:g,sizeStyles:h}=ve(e);return O(()=>o(e.tag,{class:["v-avatar",{"v-avatar--start":e.start,"v-avatar--end":e.end},t.value,s.value,l.value,d.value,m.value,g.value,c.value,e.class],style:[i.value,h.value,e.style]},{default:()=>[a.default?o(ne,{key:"content-defaults",defaults:{VImg:{cover:!0,src:e.image},VIcon:{icon:e.icon}}},{default:()=>[a.default()]}):e.image?o(Bn,{key:"image",src:e.image,alt:"",cover:!0},null):e.icon?o(ae,{key:"icon",icon:e.icon},null):e.text,Qe(!1,"v-avatar")]})),{}}});export{$n as A,ie as B,kn as C,tn as D,Dt as E,En as F,Ln as G,Tn as H,pn as I,Nn as J,On as K,Rn as L,ee as M,xn as N,st as O,on as P,lt as Q,Cn as R,un as S,Bn as V,zn as _,Ke as a,Q as b,ke as c,Je as d,Z as e,ne as f,An as g,ae as h,we as i,de as j,Be as k,sn as l,_e as m,ln as n,xe as o,Ut as p,qt as q,Wt as r,vn as s,Ze as t,te as u,ve as v,Ht as w,dn as x,Qe as y,Fn as z}; diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/VRow-DeU12m8D.css b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/VRow-DeU12m8D.css new file mode 100644 index 0000000..6ac2dee --- /dev/null +++ b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/VRow-DeU12m8D.css @@ -0,0 +1 @@ +.v-card{display:block;overflow:hidden;overflow-wrap:break-word;position:relative;padding:0;text-decoration:none;transition-duration:.28s;transition-property:box-shadow,opacity,background;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:0}.v-card{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-card--border{border-width:thin;box-shadow:none}.v-card--absolute{position:absolute}.v-card--fixed{position:fixed}.v-card{border-radius:4px}.v-card:hover>.v-card__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-card:focus-visible>.v-card__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-card:focus>.v-card__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-card--active>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]>.v-card__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-card--active:hover>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]:hover>.v-card__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-card--active:focus-visible>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-card__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-card--active:focus>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]:focus>.v-card__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-card--variant-plain,.v-card--variant-outlined,.v-card--variant-text,.v-card--variant-tonal{background:transparent;color:inherit}.v-card--variant-plain{opacity:.62}.v-card--variant-plain:focus,.v-card--variant-plain:hover{opacity:1}.v-card--variant-plain .v-card__overlay{display:none}.v-card--variant-elevated,.v-card--variant-flat{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-card--variant-elevated{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-card--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-card--variant-outlined{border:thin solid currentColor}.v-card--variant-text .v-card__overlay{background:currentColor}.v-card--variant-tonal .v-card__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-card .v-card__underlay{position:absolute}.v-card--disabled{pointer-events:none;-webkit-user-select:none;user-select:none}.v-card--disabled>:not(.v-card__loader){opacity:.6}.v-card--flat{box-shadow:none}.v-card--hover{cursor:pointer}.v-card--hover:before,.v-card--hover:after{border-radius:inherit;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:0;transition:inherit}.v-card--hover:before{opacity:1;z-index:-1}.v-card--hover:before{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-card--hover:after{z-index:1;opacity:0}.v-card--hover:after{box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-card--hover:hover:after{opacity:1}.v-card--hover:hover:before{opacity:0}.v-card--hover:hover{box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-card--link{cursor:pointer}.v-card-actions{align-items:center;display:flex;flex:none;min-height:52px;padding:.5rem;gap:.5rem}.v-card-item{align-items:center;display:grid;flex:none;grid-template-areas:"prepend content append";grid-template-columns:max-content auto max-content;padding:.625rem 1rem}.v-card-item+.v-card-text{padding-top:0}.v-card-item__prepend,.v-card-item__append{align-items:center;display:flex}.v-card-item__prepend{grid-area:prepend;padding-inline-end:.5rem}.v-card-item__append{grid-area:append;padding-inline-start:.5rem}.v-card-item__content{align-self:center;grid-area:content;overflow:hidden}.v-card-title{display:block;flex:none;font-size:1.25rem;font-weight:500;-webkit-hyphens:auto;hyphens:auto;letter-spacing:.0125em;min-width:0;overflow-wrap:normal;overflow:hidden;padding:.5rem 1rem;text-overflow:ellipsis;text-transform:none;white-space:nowrap;word-break:normal;word-wrap:break-word}.v-card .v-card-title{line-height:1.6}.v-card--density-comfortable .v-card-title{line-height:1.75rem}.v-card--density-compact .v-card-title{line-height:1.55rem}.v-card-item .v-card-title{padding:0}.v-card-title+.v-card-text,.v-card-title+.v-card-actions{padding-top:0}.v-card-subtitle{display:block;flex:none;font-size:.875rem;font-weight:400;letter-spacing:.0178571429em;opacity:var(--v-card-subtitle-opacity, var(--v-medium-emphasis-opacity));overflow:hidden;padding:0 1rem;text-overflow:ellipsis;text-transform:none;white-space:nowrap}.v-card .v-card-subtitle{line-height:1.425}.v-card--density-comfortable .v-card-subtitle{line-height:1.125rem}.v-card--density-compact .v-card-subtitle{line-height:1rem}.v-card-item .v-card-subtitle{padding:0 0 .25rem}.v-card-text{flex:1 1 auto;font-size:.875rem;font-weight:400;letter-spacing:.0178571429em;opacity:var(--v-card-text-opacity, 1);padding:1rem;text-transform:none}.v-card .v-card-text{line-height:1.425}.v-card--density-comfortable .v-card-text{line-height:1.2rem}.v-card--density-compact .v-card-text{line-height:1.15rem}.v-card__image{display:flex;height:100%;flex:1 1 auto;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.v-card__content{border-radius:inherit;overflow:hidden;position:relative}.v-card__loader{bottom:auto;top:0;left:0;position:absolute;right:0;width:100%;z-index:1}.v-card__overlay{background-color:currentColor;border-radius:inherit;position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0;transition:opacity .2s ease-in-out}.v-container{width:100%;padding:16px;margin-right:auto;margin-left:auto}@media (min-width: 960px){.v-container{max-width:900px}}@media (min-width: 1280px){.v-container{max-width:1200px}}@media (min-width: 1920px){.v-container{max-width:1800px}}@media (min-width: 2560px){.v-container{max-width:2400px}}.v-container--fluid{max-width:100%}.v-container.fill-height{align-items:center;display:flex;flex-wrap:wrap}.v-row{display:flex;flex-wrap:wrap;flex:1 1 auto;margin:-12px}.v-row+.v-row{margin-top:12px}.v-row+.v-row--dense{margin-top:4px}.v-row--dense{margin:-4px}.v-row--dense>.v-col,.v-row--dense>[class*=v-col-]{padding:4px}.v-row.v-row--no-gutters{margin:0}.v-row.v-row--no-gutters>.v-col,.v-row.v-row--no-gutters>[class*=v-col-]{padding:0}.v-spacer{flex-grow:1}.v-col-xxl,.v-col-xxl-auto,.v-col-xxl-12,.v-col-xxl-11,.v-col-xxl-10,.v-col-xxl-9,.v-col-xxl-8,.v-col-xxl-7,.v-col-xxl-6,.v-col-xxl-5,.v-col-xxl-4,.v-col-xxl-3,.v-col-xxl-2,.v-col-xxl-1,.v-col-xl,.v-col-xl-auto,.v-col-xl-12,.v-col-xl-11,.v-col-xl-10,.v-col-xl-9,.v-col-xl-8,.v-col-xl-7,.v-col-xl-6,.v-col-xl-5,.v-col-xl-4,.v-col-xl-3,.v-col-xl-2,.v-col-xl-1,.v-col-lg,.v-col-lg-auto,.v-col-lg-12,.v-col-lg-11,.v-col-lg-10,.v-col-lg-9,.v-col-lg-8,.v-col-lg-7,.v-col-lg-6,.v-col-lg-5,.v-col-lg-4,.v-col-lg-3,.v-col-lg-2,.v-col-lg-1,.v-col-md,.v-col-md-auto,.v-col-md-12,.v-col-md-11,.v-col-md-10,.v-col-md-9,.v-col-md-8,.v-col-md-7,.v-col-md-6,.v-col-md-5,.v-col-md-4,.v-col-md-3,.v-col-md-2,.v-col-md-1,.v-col-sm,.v-col-sm-auto,.v-col-sm-12,.v-col-sm-11,.v-col-sm-10,.v-col-sm-9,.v-col-sm-8,.v-col-sm-7,.v-col-sm-6,.v-col-sm-5,.v-col-sm-4,.v-col-sm-3,.v-col-sm-2,.v-col-sm-1,.v-col,.v-col-auto,.v-col-12,.v-col-11,.v-col-10,.v-col-9,.v-col-8,.v-col-7,.v-col-6,.v-col-5,.v-col-4,.v-col-3,.v-col-2,.v-col-1{width:100%;padding:12px}.v-col{flex-basis:0;flex-grow:1;max-width:100%}.v-col-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-3{flex:0 0 25%;max-width:25%}.v-col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-6{flex:0 0 50%;max-width:50%}.v-col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-9{flex:0 0 75%;max-width:75%}.v-col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-12{flex:0 0 100%;max-width:100%}.offset-1{margin-inline-start:8.3333333333%}.offset-2{margin-inline-start:16.6666666667%}.offset-3{margin-inline-start:25%}.offset-4{margin-inline-start:33.3333333333%}.offset-5{margin-inline-start:41.6666666667%}.offset-6{margin-inline-start:50%}.offset-7{margin-inline-start:58.3333333333%}.offset-8{margin-inline-start:66.6666666667%}.offset-9{margin-inline-start:75%}.offset-10{margin-inline-start:83.3333333333%}.offset-11{margin-inline-start:91.6666666667%}@media (min-width: 600px){.v-col-sm{flex-basis:0;flex-grow:1;max-width:100%}.v-col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-sm-3{flex:0 0 25%;max-width:25%}.v-col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-sm-6{flex:0 0 50%;max-width:50%}.v-col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-sm-9{flex:0 0 75%;max-width:75%}.v-col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-sm-12{flex:0 0 100%;max-width:100%}.offset-sm-0{margin-inline-start:0}.offset-sm-1{margin-inline-start:8.3333333333%}.offset-sm-2{margin-inline-start:16.6666666667%}.offset-sm-3{margin-inline-start:25%}.offset-sm-4{margin-inline-start:33.3333333333%}.offset-sm-5{margin-inline-start:41.6666666667%}.offset-sm-6{margin-inline-start:50%}.offset-sm-7{margin-inline-start:58.3333333333%}.offset-sm-8{margin-inline-start:66.6666666667%}.offset-sm-9{margin-inline-start:75%}.offset-sm-10{margin-inline-start:83.3333333333%}.offset-sm-11{margin-inline-start:91.6666666667%}}@media (min-width: 960px){.v-col-md{flex-basis:0;flex-grow:1;max-width:100%}.v-col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-md-3{flex:0 0 25%;max-width:25%}.v-col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-md-6{flex:0 0 50%;max-width:50%}.v-col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-md-9{flex:0 0 75%;max-width:75%}.v-col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-md-12{flex:0 0 100%;max-width:100%}.offset-md-0{margin-inline-start:0}.offset-md-1{margin-inline-start:8.3333333333%}.offset-md-2{margin-inline-start:16.6666666667%}.offset-md-3{margin-inline-start:25%}.offset-md-4{margin-inline-start:33.3333333333%}.offset-md-5{margin-inline-start:41.6666666667%}.offset-md-6{margin-inline-start:50%}.offset-md-7{margin-inline-start:58.3333333333%}.offset-md-8{margin-inline-start:66.6666666667%}.offset-md-9{margin-inline-start:75%}.offset-md-10{margin-inline-start:83.3333333333%}.offset-md-11{margin-inline-start:91.6666666667%}}@media (min-width: 1280px){.v-col-lg{flex-basis:0;flex-grow:1;max-width:100%}.v-col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-lg-3{flex:0 0 25%;max-width:25%}.v-col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-lg-6{flex:0 0 50%;max-width:50%}.v-col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-lg-9{flex:0 0 75%;max-width:75%}.v-col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-lg-12{flex:0 0 100%;max-width:100%}.offset-lg-0{margin-inline-start:0}.offset-lg-1{margin-inline-start:8.3333333333%}.offset-lg-2{margin-inline-start:16.6666666667%}.offset-lg-3{margin-inline-start:25%}.offset-lg-4{margin-inline-start:33.3333333333%}.offset-lg-5{margin-inline-start:41.6666666667%}.offset-lg-6{margin-inline-start:50%}.offset-lg-7{margin-inline-start:58.3333333333%}.offset-lg-8{margin-inline-start:66.6666666667%}.offset-lg-9{margin-inline-start:75%}.offset-lg-10{margin-inline-start:83.3333333333%}.offset-lg-11{margin-inline-start:91.6666666667%}}@media (min-width: 1920px){.v-col-xl{flex-basis:0;flex-grow:1;max-width:100%}.v-col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-xl-3{flex:0 0 25%;max-width:25%}.v-col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-xl-6{flex:0 0 50%;max-width:50%}.v-col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-xl-9{flex:0 0 75%;max-width:75%}.v-col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-xl-12{flex:0 0 100%;max-width:100%}.offset-xl-0{margin-inline-start:0}.offset-xl-1{margin-inline-start:8.3333333333%}.offset-xl-2{margin-inline-start:16.6666666667%}.offset-xl-3{margin-inline-start:25%}.offset-xl-4{margin-inline-start:33.3333333333%}.offset-xl-5{margin-inline-start:41.6666666667%}.offset-xl-6{margin-inline-start:50%}.offset-xl-7{margin-inline-start:58.3333333333%}.offset-xl-8{margin-inline-start:66.6666666667%}.offset-xl-9{margin-inline-start:75%}.offset-xl-10{margin-inline-start:83.3333333333%}.offset-xl-11{margin-inline-start:91.6666666667%}}@media (min-width: 2560px){.v-col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.v-col-xxl-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-xxl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-xxl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-xxl-3{flex:0 0 25%;max-width:25%}.v-col-xxl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-xxl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-xxl-6{flex:0 0 50%;max-width:50%}.v-col-xxl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-xxl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-xxl-9{flex:0 0 75%;max-width:75%}.v-col-xxl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-xxl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-xxl-12{flex:0 0 100%;max-width:100%}.offset-xxl-0{margin-inline-start:0}.offset-xxl-1{margin-inline-start:8.3333333333%}.offset-xxl-2{margin-inline-start:16.6666666667%}.offset-xxl-3{margin-inline-start:25%}.offset-xxl-4{margin-inline-start:33.3333333333%}.offset-xxl-5{margin-inline-start:41.6666666667%}.offset-xxl-6{margin-inline-start:50%}.offset-xxl-7{margin-inline-start:58.3333333333%}.offset-xxl-8{margin-inline-start:66.6666666667%}.offset-xxl-9{margin-inline-start:75%}.offset-xxl-10{margin-inline-start:83.3333333333%}.offset-xxl-11{margin-inline-start:91.6666666667%}} diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/VRow-eJbrdKF-.js b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/VRow-eJbrdKF-.js new file mode 100644 index 0000000..ef257ba --- /dev/null +++ b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/VRow-eJbrdKF-.js @@ -0,0 +1 @@ +import{g as u,m as o,h as ce,u as y,c as s,p as m,a as g,O as C,a5 as x,au as B,b as re,d as ue,av as $,f as V,am as oe,an as ve,y as fe,e as me,aZ as S,_ as A,aL as p}from"./index-KF56cXUu.js";import{A as ye,i as E,z as j,h as T,f as P,m as ge,a as be,l as ke,O as Ce,P as Ve,b as Se,s as Pe,k as Ae,R as he,c as Ie,t as Ne,o as Le,d as xe,n as je,Q as Te,S as _e,e as we,x as Be,V as $e,L as pe,y as Ee}from"./VAvatar-CBxZwzSi.js";const Re=u()({name:"VCardActions",props:o(),setup(e,n){let{slots:t}=n;return ce({VBtn:{slim:!0,variant:"text"}}),y(()=>{var a;return s("div",{class:["v-card-actions",e.class],style:e.style},[(a=t.default)==null?void 0:a.call(t)])}),{}}}),Oe=m({opacity:[Number,String],...o(),...g()},"VCardSubtitle"),De=u()({name:"VCardSubtitle",props:Oe(),setup(e,n){let{slots:t}=n;return y(()=>s(e.tag,{class:["v-card-subtitle",e.class],style:[{"--v-card-subtitle-opacity":e.opacity},e.style]},t)),{}}}),Ge=ye("v-card-title"),Me=m({appendAvatar:String,appendIcon:C,prependAvatar:String,prependIcon:C,subtitle:[String,Number],title:[String,Number],...o(),...E()},"VCardItem"),Fe=u()({name:"VCardItem",props:Me(),setup(e,n){let{slots:t}=n;return y(()=>{var v;const a=!!(e.prependAvatar||e.prependIcon),l=!!(a||t.prepend),i=!!(e.appendAvatar||e.appendIcon),c=!!(i||t.append),d=!!(e.title!=null||t.title),r=!!(e.subtitle!=null||t.subtitle);return s("div",{class:["v-card-item",e.class],style:e.style},[l&&s("div",{key:"prepend",class:"v-card-item__prepend"},[t.prepend?s(P,{key:"prepend-defaults",disabled:!a,defaults:{VAvatar:{density:e.density,image:e.prependAvatar},VIcon:{density:e.density,icon:e.prependIcon}}},t.prepend):s(x,null,[e.prependAvatar&&s(j,{key:"prepend-avatar",density:e.density,image:e.prependAvatar},null),e.prependIcon&&s(T,{key:"prepend-icon",density:e.density,icon:e.prependIcon},null)])]),s("div",{class:"v-card-item__content"},[d&&s(Ge,{key:"title"},{default:()=>{var f;return[((f=t.title)==null?void 0:f.call(t))??e.title]}}),r&&s(De,{key:"subtitle"},{default:()=>{var f;return[((f=t.subtitle)==null?void 0:f.call(t))??e.subtitle]}}),(v=t.default)==null?void 0:v.call(t)]),c&&s("div",{key:"append",class:"v-card-item__append"},[t.append?s(P,{key:"append-defaults",disabled:!i,defaults:{VAvatar:{density:e.density,image:e.appendAvatar},VIcon:{density:e.density,icon:e.appendIcon}}},t.append):s(x,null,[e.appendIcon&&s(T,{key:"append-icon",density:e.density,icon:e.appendIcon},null),e.appendAvatar&&s(j,{key:"append-avatar",density:e.density,image:e.appendAvatar},null)])])])}),{}}}),Ue=m({opacity:[Number,String],...o(),...g()},"VCardText"),Ke=u()({name:"VCardText",props:Ue(),setup(e,n){let{slots:t}=n;return y(()=>s(e.tag,{class:["v-card-text",e.class],style:[{"--v-card-text-opacity":e.opacity},e.style]},t)),{}}}),ze=m({appendAvatar:String,appendIcon:C,disabled:Boolean,flat:Boolean,hover:Boolean,image:String,link:{type:Boolean,default:void 0},prependAvatar:String,prependIcon:C,ripple:{type:[Boolean,Object],default:!0},subtitle:[String,Number],text:[String,Number],title:[String,Number],...ge(),...o(),...E(),...B(),...be(),...ke(),...Ce(),...Ve(),...Se(),...Pe(),...g(),...re(),...Ae({variant:"elevated"})},"VCard"),lt=u()({name:"VCard",directives:{Ripple:he},props:ze(),setup(e,n){let{attrs:t,slots:a}=n;const{themeClasses:l}=ue(e),{borderClasses:i}=Ie(e),{colorClasses:c,colorStyles:d,variantClasses:r}=Ne(e),{densityClasses:v}=Le(e),{dimensionStyles:f}=$(e),{elevationClasses:J}=xe(e),{loaderClasses:Q}=je(e),{locationStyles:W}=Te(e),{positionClasses:Y}=_e(e),{roundedClasses:Z}=we(e),b=Be(e,t),q=V(()=>e.link!==!1&&b.isLink.value),k=V(()=>!e.disabled&&e.link!==!1&&(e.link||b.isClickable.value));return y(()=>{const X=q.value?"a":e.tag,ee=!!(a.title||e.title!=null),te=!!(a.subtitle||e.subtitle!=null),ae=ee||te,ne=!!(a.append||e.appendAvatar||e.appendIcon),le=!!(a.prepend||e.prependAvatar||e.prependIcon),se=!!(a.image||e.image),ie=ae||le||ne,de=!!(a.text||e.text!=null);return oe(s(X,fe({class:["v-card",{"v-card--disabled":e.disabled,"v-card--flat":e.flat,"v-card--hover":e.hover&&!(e.disabled||e.flat),"v-card--link":k.value},l.value,i.value,c.value,v.value,J.value,Q.value,Y.value,Z.value,r.value,e.class],style:[d.value,f.value,W.value,e.style],onClick:k.value&&b.navigate,tabindex:e.disabled?-1:void 0},b.linkProps),{default:()=>{var N;return[se&&s("div",{key:"image",class:"v-card__image"},[a.image?s(P,{key:"image-defaults",disabled:!e.image,defaults:{VImg:{cover:!0,src:e.image}}},a.image):s($e,{key:"image-img",cover:!0,src:e.image},null)]),s(pe,{name:"v-card",active:!!e.loading,color:typeof e.loading=="boolean"?void 0:e.loading},{default:a.loader}),ie&&s(Fe,{key:"item",prependAvatar:e.prependAvatar,prependIcon:e.prependIcon,title:e.title,subtitle:e.subtitle,appendAvatar:e.appendAvatar,appendIcon:e.appendIcon},{default:a.item,prepend:a.prepend,title:a.title,subtitle:a.subtitle,append:a.append}),de&&s(Ke,{key:"text"},{default:()=>{var L;return[((L=a.text)==null?void 0:L.call(a))??e.text]}}),(N=a.default)==null?void 0:N.call(a),a.actions&&s(Re,null,{default:a.actions}),Ee(k.value,"v-card")]}}),[[ve("ripple"),k.value&&e.ripple]])}),{}}}),He=m({fluid:{type:Boolean,default:!1},...o(),...B(),...g()},"VContainer"),st=u()({name:"VContainer",props:He(),setup(e,n){let{slots:t}=n;const{rtlClasses:a}=me(),{dimensionStyles:l}=$(e);return y(()=>s(e.tag,{class:["v-container",{"v-container--fluid":e.fluid},a.value,e.class],style:[l.value,e.style]},t)),{}}}),R=S.reduce((e,n)=>(e[n]={type:[Boolean,String,Number],default:!1},e),{}),O=S.reduce((e,n)=>{const t="offset"+A(n);return e[t]={type:[String,Number],default:null},e},{}),D=S.reduce((e,n)=>{const t="order"+A(n);return e[t]={type:[String,Number],default:null},e},{}),_={col:Object.keys(R),offset:Object.keys(O),order:Object.keys(D)};function Je(e,n,t){let a=e;if(!(t==null||t===!1)){if(n){const l=n.replace(e,"");a+=`-${l}`}return e==="col"&&(a="v-"+a),e==="col"&&(t===""||t===!0)||(a+=`-${t}`),a.toLowerCase()}}const Qe=["auto","start","end","center","baseline","stretch"],We=m({cols:{type:[Boolean,String,Number],default:!1},...R,offset:{type:[String,Number],default:null},...O,order:{type:[String,Number],default:null},...D,alignSelf:{type:String,default:null,validator:e=>Qe.includes(e)},...o(),...g()},"VCol"),it=u()({name:"VCol",props:We(),setup(e,n){let{slots:t}=n;const a=V(()=>{const l=[];let i;for(i in _)_[i].forEach(d=>{const r=e[d],v=Je(i,d,r);v&&l.push(v)});const c=l.some(d=>d.startsWith("v-col-"));return l.push({"v-col":!c||!e.cols,[`v-col-${e.cols}`]:e.cols,[`offset-${e.offset}`]:e.offset,[`order-${e.order}`]:e.order,[`align-self-${e.alignSelf}`]:e.alignSelf}),l});return()=>{var l;return p(e.tag,{class:[a.value,e.class],style:e.style},(l=t.default)==null?void 0:l.call(t))}}}),h=["start","end","center"],G=["space-between","space-around","space-evenly"];function I(e,n){return S.reduce((t,a)=>{const l=e+A(a);return t[l]=n(),t},{})}const Ye=[...h,"baseline","stretch"],M=e=>Ye.includes(e),F=I("align",()=>({type:String,default:null,validator:M})),Ze=[...h,...G],U=e=>Ze.includes(e),K=I("justify",()=>({type:String,default:null,validator:U})),qe=[...h,...G,"stretch"],z=e=>qe.includes(e),H=I("alignContent",()=>({type:String,default:null,validator:z})),w={align:Object.keys(F),justify:Object.keys(K),alignContent:Object.keys(H)},Xe={align:"align",justify:"justify",alignContent:"align-content"};function et(e,n,t){let a=Xe[e];if(t!=null){if(n){const l=n.replace(e,"");a+=`-${l}`}return a+=`-${t}`,a.toLowerCase()}}const tt=m({dense:Boolean,noGutters:Boolean,align:{type:String,default:null,validator:M},...F,justify:{type:String,default:null,validator:U},...K,alignContent:{type:String,default:null,validator:z},...H,...o(),...g()},"VRow"),dt=u()({name:"VRow",props:tt(),setup(e,n){let{slots:t}=n;const a=V(()=>{const l=[];let i;for(i in w)w[i].forEach(c=>{const d=e[c],r=et(i,c,d);r&&l.push(r)});return l.push({"v-row--no-gutters":e.noGutters,"v-row--dense":e.dense,[`align-${e.align}`]:e.align,[`justify-${e.justify}`]:e.justify,[`align-content-${e.alignContent}`]:e.alignContent}),l});return()=>{var l;return p(e.tag,{class:["v-row",a.value,e.class],style:e.style},(l=t.default)==null?void 0:l.call(t))}}});export{st as V,it as a,lt as b,Ge as c,Ke as d,dt as e,Re as f}; diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/VSelect-CJVt5QYp.js b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/VSelect-CJVt5QYp.js new file mode 100644 index 0000000..3f21d53 --- /dev/null +++ b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/VSelect-CJVt5QYp.js @@ -0,0 +1 @@ +import{a as Qe,b as Ut,m as Kt,c as Ye,V as qt,d as Wt,e as st,f as Xt,g as Je,h as Ze,i as ut,j as Qt,k as Yt,l as Jt,n as et}from"./app-cT5gNRjW.js";import{p as F,O as q,m as ne,a4 as Zt,a as ve,g as X,e as rt,Q as ct,s as R,f as k,R as Pe,aj as en,ak as me,w as ie,u as ee,c as v,al as Be,a0 as dt,b as pe,d as ke,h as vt,t as _,y as K,a6 as fe,P as ft,n as re,am as Ae,an as mt,ao as gt,a5 as ce,ap as we,Y as Ce,W as Ve,aq as $,a1 as De,r as j,k as Me,X as yt,ar as ht,as as bt,at as tn,v as nn,au as Re,av as Fe,aw as ln,i as ge,a8 as se,ax as Ie,ay as an,az as on,U as ze,aA as sn,z as tt,ah as St,j as Oe,aB as un,aC as rn,q as cn,o as dn,aD as vn,F as fn,aE as nt,aF as lt}from"./index-KF56cXUu.js";import{p as pt,q as kt,h as ae,k as Te,m as He,i as je,a as Ge,r as mn,b as Ne,s as wt,j as gn,R as Ct,c as $e,t as Vt,o as Ue,d as Ke,e as qe,v as yn,w as hn,x as It,y as Pt,f as ue,z as he,M as bn,A as Sn,B as At,u as pn,C as kn}from"./VAvatar-CBxZwzSi.js";function wn(e){let{selectedElement:i,containerElement:t,isRtl:n,isHorizontal:l}=e;const a=be(l,t),o=xt(l,n,t),s=be(l,i),c=Tt(l,i),m=s*.4;return o>c?c-m:o+atypeof e=="boolean"||["always","desktop","mobile"].includes(e)},...ne(),...Zt({mobile:null}),...ve(),...pt({selectedClass:"v-slide-group-item--active"})},"VSlideGroup"),it=X()({name:"VSlideGroup",props:Ot(),emits:{"update:modelValue":e=>!0},setup(e,i){let{slots:t}=i;const{isRtl:n}=rt(),{displayClasses:l,mobile:a}=ct(e),o=kt(e,e.symbol),s=R(!1),c=R(0),m=R(0),w=R(0),S=k(()=>e.direction==="horizontal"),{resizeRef:y,contentRect:C}=Pe(),{resizeRef:d,contentRect:g}=Pe(),u=en(),h=k(()=>({container:y.el,duration:200,easing:"easeOutQuart"})),V=k(()=>o.selected.value.length?o.items.value.findIndex(r=>r.id===o.selected.value[0]):-1),P=k(()=>o.selected.value.length?o.items.value.findIndex(r=>r.id===o.selected.value[o.selected.value.length-1]):-1);if(me){let r=-1;ie(()=>[o.selected.value,C.value,g.value,S.value],()=>{cancelAnimationFrame(r),r=requestAnimationFrame(()=>{if(C.value&&g.value){const f=S.value?"width":"height";m.value=C.value[f],w.value=g.value[f],s.value=m.value+1=0&&d.el){const f=d.el.children[P.value];B(f,e.centerActive)}})})}const x=R(!1);function B(r,f){let I=0;f?I=Cn({containerElement:y.el,isHorizontal:S.value,selectedElement:r}):I=wn({containerElement:y.el,isHorizontal:S.value,isRtl:n.value,selectedElement:r}),E(I)}function E(r){if(!me||!y.el)return;const f=be(S.value,y.el),I=xt(S.value,n.value,y.el);if(!(at(S.value,y.el)<=f||Math.abs(r-I)<16)){if(S.value&&n.value&&y.el){const{scrollWidth:p,offsetWidth:T}=y.el;r=p-T-r}S.value?u.horizontal(r,h.value):u(r,h.value)}}function A(r){const{scrollTop:f,scrollLeft:I}=r.target;c.value=S.value?I:f}function U(r){if(x.value=!0,!(!s.value||!d.el)){for(const f of r.composedPath())for(const I of d.el.children)if(I===f){B(I);return}}}function Q(r){x.value=!1}let z=!1;function Y(r){var f;!z&&!x.value&&!(r.relatedTarget&&((f=d.el)!=null&&f.contains(r.relatedTarget)))&&M(),z=!1}function D(){z=!0}function L(r){if(!d.el)return;function f(I){r.preventDefault(),M(I)}S.value?r.key==="ArrowRight"?f(n.value?"prev":"next"):r.key==="ArrowLeft"&&f(n.value?"next":"prev"):r.key==="ArrowDown"?f("next"):r.key==="ArrowUp"&&f("prev"),r.key==="Home"?f("first"):r.key==="End"&&f("last")}function M(r){var I,O;if(!d.el)return;let f;if(!r)f=Be(d.el)[0];else if(r==="next"){if(f=(I=d.el.querySelector(":focus"))==null?void 0:I.nextElementSibling,!f)return M("first")}else if(r==="prev"){if(f=(O=d.el.querySelector(":focus"))==null?void 0:O.previousElementSibling,!f)return M("last")}else r==="first"?f=d.el.firstElementChild:r==="last"&&(f=d.el.lastElementChild);f&&f.focus({preventScroll:!0})}function Z(r){const f=S.value&&n.value?-1:1,I=(r==="prev"?-f:f)*m.value;let O=c.value+I;if(S.value&&n.value&&y.el){const{scrollWidth:p,offsetWidth:T}=y.el;O+=p-T}E(O)}const H=k(()=>({next:o.next,prev:o.prev,select:o.select,isSelected:o.isSelected})),oe=k(()=>{switch(e.showArrows){case"always":return!0;case"desktop":return!a.value;case!0:return s.value||Math.abs(c.value)>0;case"mobile":return a.value||s.value||Math.abs(c.value)>0;default:return!a.value&&(s.value||Math.abs(c.value)>0)}}),le=k(()=>Math.abs(c.value)>1),b=k(()=>{if(!y.value)return!1;const r=at(S.value,y.el),f=Vn(S.value,y.el);return r-f-Math.abs(c.value)>1});return ee(()=>v(e.tag,{class:["v-slide-group",{"v-slide-group--vertical":!S.value,"v-slide-group--has-affixes":oe.value,"v-slide-group--is-overflowing":s.value},l.value,e.class],style:e.style,tabindex:x.value||o.selected.value.length?-1:0,onFocus:Y},{default:()=>{var r,f,I;return[oe.value&&v("div",{key:"prev",class:["v-slide-group__prev",{"v-slide-group__prev--disabled":!le.value}],onMousedown:D,onClick:()=>le.value&&Z("prev")},[((r=t.prev)==null?void 0:r.call(t,H.value))??v(Qe,null,{default:()=>[v(ae,{icon:n.value?e.nextIcon:e.prevIcon},null)]})]),v("div",{key:"container",ref:y,class:"v-slide-group__container",onScroll:A},[v("div",{ref:d,class:"v-slide-group__content",onFocusin:U,onFocusout:Q,onKeydown:L},[(f=t.default)==null?void 0:f.call(t,H.value)])]),oe.value&&v("div",{key:"next",class:["v-slide-group__next",{"v-slide-group__next--disabled":!b.value}],onMousedown:D,onClick:()=>b.value&&Z("next")},[((I=t.next)==null?void 0:I.call(t,H.value))??v(Qe,null,{default:()=>[v(ae,{icon:n.value?e.prevIcon:e.nextIcon},null)]})])]}})),{selected:o.selected,scrollTo:Z,scrollOffset:c,focus:M,hasPrev:le,hasNext:b}}}),Lt=Symbol.for("vuetify:v-chip-group"),Pn=F({column:Boolean,filter:Boolean,valueComparator:{type:Function,default:dt},...Ot(),...ne(),...pt({selectedClass:"v-chip--selected"}),...ve(),...pe(),...Te({variant:"tonal"})},"VChipGroup");X()({name:"VChipGroup",props:Pn(),emits:{"update:modelValue":e=>!0},setup(e,i){let{slots:t}=i;const{themeClasses:n}=ke(e),{isSelected:l,select:a,next:o,prev:s,selected:c}=kt(e,Lt);return vt({VChip:{color:_(e,"color"),disabled:_(e,"disabled"),filter:_(e,"filter"),variant:_(e,"variant")}}),ee(()=>{const m=it.filterProps(e);return v(it,K(m,{class:["v-chip-group",{"v-chip-group--column":e.column},n.value,e.class],style:e.style}),{default:()=>{var w;return[(w=t.default)==null?void 0:w.call(t,{isSelected:l,select:a,next:o,prev:s,selected:c.value})]}})}),{}}});const An=F({activeClass:String,appendAvatar:String,appendIcon:q,closable:Boolean,closeIcon:{type:q,default:"$delete"},closeLabel:{type:String,default:"$vuetify.close"},draggable:Boolean,filter:Boolean,filterIcon:{type:q,default:"$complete"},label:Boolean,link:{type:Boolean,default:void 0},pill:Boolean,prependAvatar:String,prependIcon:q,ripple:{type:[Boolean,Object],default:!0},text:String,modelValue:{type:Boolean,default:!0},onClick:fe(),onClickOnce:fe(),...He(),...ne(),...je(),...Ge(),...mn(),...Ne(),...wt(),...gn(),...ve({tag:"span"}),...pe(),...Te({variant:"tonal"})},"VChip"),xn=X()({name:"VChip",directives:{Ripple:Ct},props:An(),emits:{"click:close":e=>!0,"update:modelValue":e=>!0,"group:selected":e=>!0,click:e=>!0},setup(e,i){let{attrs:t,emit:n,slots:l}=i;const{t:a}=ft(),{borderClasses:o}=$e(e),{colorClasses:s,colorStyles:c,variantClasses:m}=Vt(e),{densityClasses:w}=Ue(e),{elevationClasses:S}=Ke(e),{roundedClasses:y}=qe(e),{sizeClasses:C}=yn(e),{themeClasses:d}=ke(e),g=re(e,"modelValue"),u=hn(e,Lt,!1),h=It(e,t),V=k(()=>e.link!==!1&&h.isLink.value),P=k(()=>!e.disabled&&e.link!==!1&&(!!u||e.link||h.isClickable.value)),x=k(()=>({"aria-label":a(e.closeLabel),onClick(A){A.preventDefault(),A.stopPropagation(),g.value=!1,n("click:close",A)}}));function B(A){var U;n("click",A),P.value&&((U=h.navigate)==null||U.call(h,A),u==null||u.toggle())}function E(A){(A.key==="Enter"||A.key===" ")&&(A.preventDefault(),B(A))}return()=>{var Z;const A=h.isLink.value?"a":e.tag,U=!!(e.appendIcon||e.appendAvatar),Q=!!(U||l.append),z=!!(l.close||e.closable),Y=!!(l.filter||e.filter)&&u,D=!!(e.prependIcon||e.prependAvatar),L=!!(D||l.prepend),M=!u||u.isSelected.value;return g.value&&Ae(v(A,K({class:["v-chip",{"v-chip--disabled":e.disabled,"v-chip--label":e.label,"v-chip--link":P.value,"v-chip--filter":Y,"v-chip--pill":e.pill,[`${e.activeClass}`]:e.activeClass&&((Z=h.isActive)==null?void 0:Z.value)},d.value,o.value,M?s.value:void 0,w.value,S.value,y.value,C.value,m.value,u==null?void 0:u.selectedClass.value,e.class],style:[M?c.value:void 0,e.style],disabled:e.disabled||void 0,draggable:e.draggable,tabindex:P.value?0:void 0,onClick:B,onKeydown:P.value&&!V.value&&E},h.linkProps),{default:()=>{var H;return[Pt(P.value,"v-chip"),Y&&v(Ut,{key:"filter"},{default:()=>[Ae(v("div",{class:"v-chip__filter"},[l.filter?v(ue,{key:"filter-defaults",disabled:!e.filterIcon,defaults:{VIcon:{icon:e.filterIcon}}},l.filter):v(ae,{key:"filter-icon",icon:e.filterIcon},null)]),[[gt,u.isSelected.value]])]}),L&&v("div",{key:"prepend",class:"v-chip__prepend"},[l.prepend?v(ue,{key:"prepend-defaults",disabled:!D,defaults:{VAvatar:{image:e.prependAvatar,start:!0},VIcon:{icon:e.prependIcon,start:!0}}},l.prepend):v(ce,null,[e.prependIcon&&v(ae,{key:"prepend-icon",icon:e.prependIcon,start:!0},null),e.prependAvatar&&v(he,{key:"prepend-avatar",image:e.prependAvatar,start:!0},null)])]),v("div",{class:"v-chip__content","data-no-activator":""},[((H=l.default)==null?void 0:H.call(l,{isSelected:u==null?void 0:u.isSelected.value,selectedClass:u==null?void 0:u.selectedClass.value,select:u==null?void 0:u.select,toggle:u==null?void 0:u.toggle,value:u==null?void 0:u.value.value,disabled:e.disabled}))??e.text]),Q&&v("div",{key:"append",class:"v-chip__append"},[l.append?v(ue,{key:"append-defaults",disabled:!U,defaults:{VAvatar:{end:!0,image:e.appendAvatar},VIcon:{end:!0,icon:e.appendIcon}}},l.append):v(ce,null,[e.appendIcon&&v(ae,{key:"append-icon",end:!0,icon:e.appendIcon},null),e.appendAvatar&&v(he,{key:"append-avatar",end:!0,image:e.appendAvatar},null)])]),z&&v("button",K({key:"close",class:"v-chip__close",type:"button","data-testid":"close-chip"},x.value),[l.close?v(ue,{key:"close-defaults",defaults:{VIcon:{icon:e.closeIcon,size:"x-small"}}},l.close):v(ae,{key:"close-icon",icon:e.closeIcon,size:"x-small"},null)])]}}),[[mt("ripple"),P.value&&e.ripple,null]])}}}),Tn=F({indeterminate:Boolean,indeterminateIcon:{type:q,default:"$checkboxIndeterminate"},...Kt({falseIcon:"$checkboxOff",trueIcon:"$checkboxOn"})},"VCheckboxBtn"),On=X()({name:"VCheckboxBtn",props:Tn(),emits:{"update:modelValue":e=>!0,"update:indeterminate":e=>!0},setup(e,i){let{slots:t}=i;const n=re(e,"indeterminate"),l=re(e,"modelValue");function a(c){n.value&&(n.value=!1)}const o=k(()=>n.value?e.indeterminateIcon:e.falseIcon),s=k(()=>n.value?e.indeterminateIcon:e.trueIcon);return ee(()=>{const c=we(Ye.filterProps(e),["modelValue"]);return v(Ye,K(c,{modelValue:l.value,"onUpdate:modelValue":[m=>l.value=m,a],class:["v-checkbox-btn",e.class],style:e.style,type:"checkbox",falseIcon:o.value,trueIcon:s.value,"aria-checked":n.value?"mixed":void 0}),t)}),{}}}),Ee=Symbol.for("vuetify:list");function Bt(){const e=Ce(Ee,{hasPrepend:R(!1),updateHasPrepend:()=>null}),i={hasPrepend:R(!1),updateHasPrepend:t=>{t&&(i.hasPrepend.value=t)}};return Ve(Ee,i),e}function Et(){return Ce(Ee,null)}const We=e=>{const i={activate:t=>{let{id:n,value:l,activated:a}=t;return n=$(n),e&&!l&&a.size===1&&a.has(n)||(l?a.add(n):a.delete(n)),a},in:(t,n,l)=>{let a=new Set;if(t!=null)for(const o of De(t))a=i.activate({id:o,value:!0,activated:new Set(a),children:n,parents:l});return a},out:t=>Array.from(t)};return i},_t=e=>{const i=We(e);return{activate:n=>{let{activated:l,id:a,...o}=n;a=$(a);const s=l.has(a)?new Set([a]):new Set;return i.activate({...o,id:a,activated:s})},in:(n,l,a)=>{let o=new Set;if(n!=null){const s=De(n);s.length&&(o=i.in(s.slice(0,1),l,a))}return o},out:(n,l,a)=>i.out(n,l,a)}},Ln=e=>{const i=We(e);return{activate:n=>{let{id:l,activated:a,children:o,...s}=n;return l=$(l),o.has(l)?a:i.activate({id:l,activated:a,children:o,...s})},in:i.in,out:i.out}},Bn=e=>{const i=_t(e);return{activate:n=>{let{id:l,activated:a,children:o,...s}=n;return l=$(l),o.has(l)?a:i.activate({id:l,activated:a,children:o,...s})},in:i.in,out:i.out}},En={open:e=>{let{id:i,value:t,opened:n,parents:l}=e;if(t){const a=new Set;a.add(i);let o=l.get(i);for(;o!=null;)a.add(o),o=l.get(o);return a}else return n.delete(i),n},select:()=>null},Dt={open:e=>{let{id:i,value:t,opened:n,parents:l}=e;if(t){let a=l.get(i);for(n.add(i);a!=null&&a!==i;)n.add(a),a=l.get(a);return n}else n.delete(i);return n},select:()=>null},_n={open:Dt.open,select:e=>{let{id:i,value:t,opened:n,parents:l}=e;if(!t)return n;const a=[];let o=l.get(i);for(;o!=null;)a.push(o),o=l.get(o);return new Set(a)}},Xe=e=>{const i={select:t=>{let{id:n,value:l,selected:a}=t;if(n=$(n),e&&!l){const o=Array.from(a.entries()).reduce((s,c)=>{let[m,w]=c;return w==="on"&&s.push(m),s},[]);if(o.length===1&&o[0]===n)return a}return a.set(n,l?"on":"off"),a},in:(t,n,l)=>{let a=new Map;for(const o of t||[])a=i.select({id:o,value:!0,selected:new Map(a),children:n,parents:l});return a},out:t=>{const n=[];for(const[l,a]of t.entries())a==="on"&&n.push(l);return n}};return i},Mt=e=>{const i=Xe(e);return{select:n=>{let{selected:l,id:a,...o}=n;a=$(a);const s=l.has(a)?new Map([[a,l.get(a)]]):new Map;return i.select({...o,id:a,selected:s})},in:(n,l,a)=>{let o=new Map;return n!=null&&n.length&&(o=i.in(n.slice(0,1),l,a)),o},out:(n,l,a)=>i.out(n,l,a)}},Dn=e=>{const i=Xe(e);return{select:n=>{let{id:l,selected:a,children:o,...s}=n;return l=$(l),o.has(l)?a:i.select({id:l,selected:a,children:o,...s})},in:i.in,out:i.out}},Mn=e=>{const i=Mt(e);return{select:n=>{let{id:l,selected:a,children:o,...s}=n;return l=$(l),o.has(l)?a:i.select({id:l,selected:a,children:o,...s})},in:i.in,out:i.out}},Rn=e=>{const i={select:t=>{let{id:n,value:l,selected:a,children:o,parents:s}=t;n=$(n);const c=new Map(a),m=[n];for(;m.length;){const S=m.shift();a.set($(S),l?"on":"off"),o.has(S)&&m.push(...o.get(S))}let w=$(s.get(n));for(;w;){const S=o.get(w),y=S.every(d=>a.get($(d))==="on"),C=S.every(d=>!a.has($(d))||a.get($(d))==="off");a.set(w,y?"on":C?"off":"indeterminate"),w=$(s.get(w))}return e&&!l&&Array.from(a.entries()).reduce((y,C)=>{let[d,g]=C;return g==="on"&&y.push(d),y},[]).length===0?c:a},in:(t,n,l)=>{let a=new Map;for(const o of t||[])a=i.select({id:o,value:!0,selected:new Map(a),children:n,parents:l});return a},out:(t,n)=>{const l=[];for(const[a,o]of t.entries())o==="on"&&!n.has(a)&&l.push(a);return l}};return i},Se=Symbol.for("vuetify:nested"),Rt={id:R(),root:{register:()=>null,unregister:()=>null,parents:j(new Map),children:j(new Map),open:()=>null,openOnSelect:()=>null,activate:()=>null,select:()=>null,activatable:j(!1),selectable:j(!1),opened:j(new Set),activated:j(new Set),selected:j(new Map),selectedValues:j([]),getPath:()=>[]}},Fn=F({activatable:Boolean,selectable:Boolean,activeStrategy:[String,Function,Object],selectStrategy:[String,Function,Object],openStrategy:[String,Object],opened:null,activated:null,selected:null,mandatory:Boolean},"nested"),zn=e=>{let i=!1;const t=j(new Map),n=j(new Map),l=re(e,"opened",e.opened,d=>new Set(d),d=>[...d.values()]),a=k(()=>{if(typeof e.activeStrategy=="object")return e.activeStrategy;if(typeof e.activeStrategy=="function")return e.activeStrategy(e.mandatory);switch(e.activeStrategy){case"leaf":return Ln(e.mandatory);case"single-leaf":return Bn(e.mandatory);case"independent":return We(e.mandatory);case"single-independent":default:return _t(e.mandatory)}}),o=k(()=>{if(typeof e.selectStrategy=="object")return e.selectStrategy;if(typeof e.selectStrategy=="function")return e.selectStrategy(e.mandatory);switch(e.selectStrategy){case"single-leaf":return Mn(e.mandatory);case"leaf":return Dn(e.mandatory);case"independent":return Xe(e.mandatory);case"single-independent":return Mt(e.mandatory);case"classic":default:return Rn(e.mandatory)}}),s=k(()=>{if(typeof e.openStrategy=="object")return e.openStrategy;switch(e.openStrategy){case"list":return _n;case"single":return En;case"multiple":default:return Dt}}),c=re(e,"activated",e.activated,d=>a.value.in(d,t.value,n.value),d=>a.value.out(d,t.value,n.value)),m=re(e,"selected",e.selected,d=>o.value.in(d,t.value,n.value),d=>o.value.out(d,t.value,n.value));Me(()=>{i=!0});function w(d){const g=[];let u=d;for(;u!=null;)g.unshift(u),u=n.value.get(u);return g}const S=yt("nested"),y=new Set,C={id:R(),root:{opened:l,activatable:_(e,"activatable"),selectable:_(e,"selectable"),activated:c,selected:m,selectedValues:k(()=>{const d=[];for(const[g,u]of m.value.entries())u==="on"&&d.push(g);return d}),register:(d,g,u)=>{if(y.has(d)){w(d).map(String).join(" -> "),w(g).concat(d).map(String).join(" -> ");return}else y.add(d);g&&d!==g&&n.value.set(d,g),u&&t.value.set(d,[]),g!=null&&t.value.set(g,[...t.value.get(g)||[],d])},unregister:d=>{if(i)return;y.delete(d),t.value.delete(d);const g=n.value.get(d);if(g){const u=t.value.get(g)??[];t.value.set(g,u.filter(h=>h!==d))}n.value.delete(d)},open:(d,g,u)=>{S.emit("click:open",{id:d,value:g,path:w(d),event:u});const h=s.value.open({id:d,value:g,opened:new Set(l.value),children:t.value,parents:n.value,event:u});h&&(l.value=h)},openOnSelect:(d,g,u)=>{const h=s.value.select({id:d,value:g,selected:new Map(m.value),opened:new Set(l.value),children:t.value,parents:n.value,event:u});h&&(l.value=h)},select:(d,g,u)=>{S.emit("click:select",{id:d,value:g,path:w(d),event:u});const h=o.value.select({id:d,value:g,selected:new Map(m.value),children:t.value,parents:n.value,event:u});h&&(m.value=h),C.root.openOnSelect(d,g,u)},activate:(d,g,u)=>{if(!e.activatable)return C.root.select(d,!0,u);S.emit("click:activate",{id:d,value:g,path:w(d),event:u});const h=a.value.activate({id:d,value:g,activated:new Set(c.value),children:t.value,parents:n.value,event:u});h&&(c.value=h)},children:t,parents:n,getPath:w}};return Ve(Se,C),C.root},Ft=(e,i)=>{const t=Ce(Se,Rt),n=Symbol(ht()),l=k(()=>e.value!==void 0?e.value:n),a={...t,id:l,open:(o,s)=>t.root.open(l.value,o,s),openOnSelect:(o,s)=>t.root.openOnSelect(l.value,o,s),isOpen:k(()=>t.root.opened.value.has(l.value)),parent:k(()=>t.root.parents.value.get(l.value)),activate:(o,s)=>t.root.activate(l.value,o,s),isActivated:k(()=>t.root.activated.value.has($(l.value))),select:(o,s)=>t.root.select(l.value,o,s),isSelected:k(()=>t.root.selected.value.get($(l.value))==="on"),isIndeterminate:k(()=>t.root.selected.value.get(l.value)==="indeterminate"),isLeaf:k(()=>!t.root.children.value.get(l.value)),isGroupActivator:t.isGroupActivator};return bt(()=>{!t.isGroupActivator&&t.root.register(l.value,t.id.value,i)}),Me(()=>{!t.isGroupActivator&&t.root.unregister(l.value)}),i&&Ve(Se,a),a},Hn=()=>{const e=Ce(Se,Rt);Ve(Se,{...e,isGroupActivator:!0})},jn=tn({name:"VListGroupActivator",setup(e,i){let{slots:t}=i;return Hn(),()=>{var n;return(n=t.default)==null?void 0:n.call(t)}}}),Gn=F({activeColor:String,baseColor:String,color:String,collapseIcon:{type:q,default:"$collapse"},expandIcon:{type:q,default:"$expand"},prependIcon:q,appendIcon:q,fluid:Boolean,subgroup:Boolean,title:String,value:null,...ne(),...ve()},"VListGroup"),ot=X()({name:"VListGroup",props:Gn(),setup(e,i){let{slots:t}=i;const{isOpen:n,open:l,id:a}=Ft(_(e,"value"),!0),o=k(()=>`v-list-group--id-${String(a.value)}`),s=Et(),{isBooted:c}=nn();function m(C){C.stopPropagation(),l(!n.value,C)}const w=k(()=>({onClick:m,class:"v-list-group__header",id:o.value})),S=k(()=>n.value?e.collapseIcon:e.expandIcon),y=k(()=>({VListItem:{active:n.value,activeColor:e.activeColor,baseColor:e.baseColor,color:e.color,prependIcon:e.prependIcon||e.subgroup&&S.value,appendIcon:e.appendIcon||!e.subgroup&&S.value,title:e.title,value:e.value}}));return ee(()=>v(e.tag,{class:["v-list-group",{"v-list-group--prepend":s==null?void 0:s.hasPrepend.value,"v-list-group--fluid":e.fluid,"v-list-group--subgroup":e.subgroup,"v-list-group--open":n.value},e.class],style:e.style},{default:()=>[t.activator&&v(ue,{defaults:y.value},{default:()=>[v(jn,null,{default:()=>[t.activator({props:w.value,isOpen:n.value})]})]}),v(bn,{transition:{component:qt},disabled:!c.value},{default:()=>{var C;return[Ae(v("div",{class:"v-list-group__items",role:"group","aria-labelledby":o.value},[(C=t.default)==null?void 0:C.call(t)]),[[gt,n.value]])]}})]})),{isOpen:n}}}),Nn=F({opacity:[Number,String],...ne(),...ve()},"VListItemSubtitle"),$n=X()({name:"VListItemSubtitle",props:Nn(),setup(e,i){let{slots:t}=i;return ee(()=>v(e.tag,{class:["v-list-item-subtitle",e.class],style:[{"--v-list-item-subtitle-opacity":e.opacity},e.style]},t)),{}}}),Un=Sn("v-list-item-title"),Kn=F({active:{type:Boolean,default:void 0},activeClass:String,activeColor:String,appendAvatar:String,appendIcon:q,baseColor:String,disabled:Boolean,lines:[Boolean,String],link:{type:Boolean,default:void 0},nav:Boolean,prependAvatar:String,prependIcon:q,ripple:{type:[Boolean,Object],default:!0},slim:Boolean,subtitle:[String,Number],title:[String,Number],value:null,onClick:fe(),onClickOnce:fe(),...He(),...ne(),...je(),...Re(),...Ge(),...Ne(),...wt(),...ve(),...pe(),...Te({variant:"text"})},"VListItem"),xe=X()({name:"VListItem",directives:{Ripple:Ct},props:Kn(),emits:{click:e=>!0},setup(e,i){let{attrs:t,slots:n,emit:l}=i;const a=It(e,t),o=k(()=>e.value===void 0?a.href.value:e.value),{activate:s,isActivated:c,select:m,isOpen:w,isSelected:S,isIndeterminate:y,isGroupActivator:C,root:d,parent:g,openOnSelect:u,id:h}=Ft(o,!1),V=Et(),P=k(()=>{var p;return e.active!==!1&&(e.active||((p=a.isActive)==null?void 0:p.value)||(d.activatable.value?c.value:S.value))}),x=k(()=>e.link!==!1&&a.isLink.value),B=k(()=>!!V&&(d.selectable.value||d.activatable.value||e.value!=null)),E=k(()=>!e.disabled&&e.link!==!1&&(e.link||a.isClickable.value||B.value)),A=k(()=>e.rounded||e.nav),U=k(()=>e.color??e.activeColor),Q=k(()=>({color:P.value?U.value??e.baseColor:e.baseColor,variant:e.variant}));ie(()=>{var p;return(p=a.isActive)==null?void 0:p.value},p=>{p&&z()}),bt(()=>{var p;(p=a.isActive)!=null&&p.value&&z()});function z(){g.value!=null&&d.open(g.value,!0),u(!0)}const{themeClasses:Y}=ke(e),{borderClasses:D}=$e(e),{colorClasses:L,colorStyles:M,variantClasses:Z}=Vt(Q),{densityClasses:H}=Ue(e),{dimensionStyles:oe}=Fe(e),{elevationClasses:le}=Ke(e),{roundedClasses:b}=qe(A),r=k(()=>e.lines?`v-list-item--${e.lines}-line`:void 0),f=k(()=>({isActive:P.value,select:m,isOpen:w.value,isSelected:S.value,isIndeterminate:y.value}));function I(p){var T;l("click",p),E.value&&((T=a.navigate)==null||T.call(a,p),!C&&(d.activatable.value?s(!c.value,p):(d.selectable.value||e.value!=null)&&m(!S.value,p)))}function O(p){(p.key==="Enter"||p.key===" ")&&(p.preventDefault(),p.target.dispatchEvent(new MouseEvent("click",p)))}return ee(()=>{const p=x.value?"a":e.tag,T=n.title||e.title!=null,G=n.subtitle||e.subtitle!=null,te=!!(e.appendAvatar||e.appendIcon),W=!!(te||n.append),de=!!(e.prependAvatar||e.prependIcon),N=!!(de||n.prepend);return V==null||V.updateHasPrepend(N),e.activeColor&&ln("active-color",["color","base-color"]),Ae(v(p,K({class:["v-list-item",{"v-list-item--active":P.value,"v-list-item--disabled":e.disabled,"v-list-item--link":E.value,"v-list-item--nav":e.nav,"v-list-item--prepend":!N&&(V==null?void 0:V.hasPrepend.value),"v-list-item--slim":e.slim,[`${e.activeClass}`]:e.activeClass&&P.value},Y.value,D.value,L.value,H.value,le.value,r.value,b.value,Z.value,e.class],style:[M.value,oe.value,e.style],tabindex:E.value?V?-2:0:void 0,"aria-selected":B.value?d.activatable.value?c.value:d.selectable.value?S.value:P.value:void 0,onClick:I,onKeydown:E.value&&!x.value&&O},a.linkProps),{default:()=>{var ye;return[Pt(E.value||P.value,"v-list-item"),N&&v("div",{key:"prepend",class:"v-list-item__prepend"},[n.prepend?v(ue,{key:"prepend-defaults",disabled:!de,defaults:{VAvatar:{density:e.density,image:e.prependAvatar},VIcon:{density:e.density,icon:e.prependIcon},VListItemAction:{start:!0}}},{default:()=>{var J;return[(J=n.prepend)==null?void 0:J.call(n,f.value)]}}):v(ce,null,[e.prependAvatar&&v(he,{key:"prepend-avatar",density:e.density,image:e.prependAvatar},null),e.prependIcon&&v(ae,{key:"prepend-icon",density:e.density,icon:e.prependIcon},null)]),v("div",{class:"v-list-item__spacer"},null)]),v("div",{class:"v-list-item__content","data-no-activator":""},[T&&v(Un,{key:"title"},{default:()=>{var J;return[((J=n.title)==null?void 0:J.call(n,{title:e.title}))??e.title]}}),G&&v($n,{key:"subtitle"},{default:()=>{var J;return[((J=n.subtitle)==null?void 0:J.call(n,{subtitle:e.subtitle}))??e.subtitle]}}),(ye=n.default)==null?void 0:ye.call(n,f.value)]),W&&v("div",{key:"append",class:"v-list-item__append"},[n.append?v(ue,{key:"append-defaults",disabled:!te,defaults:{VAvatar:{density:e.density,image:e.appendAvatar},VIcon:{density:e.density,icon:e.appendIcon},VListItemAction:{end:!0}}},{default:()=>{var J;return[(J=n.append)==null?void 0:J.call(n,f.value)]}}):v(ce,null,[e.appendIcon&&v(ae,{key:"append-icon",density:e.density,icon:e.appendIcon},null),e.appendAvatar&&v(he,{key:"append-avatar",density:e.density,image:e.appendAvatar},null)]),v("div",{class:"v-list-item__spacer"},null)])]}}),[[mt("ripple"),E.value&&e.ripple]])}),{activate:s,isActivated:c,isGroupActivator:C,isSelected:S,list:V,select:m,root:d,id:h}}}),qn=F({color:String,inset:Boolean,sticky:Boolean,title:String,...ne(),...ve()},"VListSubheader"),Wn=X()({name:"VListSubheader",props:qn(),setup(e,i){let{slots:t}=i;const{textColorClasses:n,textColorStyles:l}=At(_(e,"color"));return ee(()=>{const a=!!(t.default||e.title);return v(e.tag,{class:["v-list-subheader",{"v-list-subheader--inset":e.inset,"v-list-subheader--sticky":e.sticky},n.value,e.class],style:[{textColorStyles:l},e.style]},{default:()=>{var o;return[a&&v("div",{class:"v-list-subheader__text"},[((o=t.default)==null?void 0:o.call(t))??e.title])]}})}),{}}}),Xn=F({color:String,inset:Boolean,length:[Number,String],opacity:[Number,String],thickness:[Number,String],vertical:Boolean,...ne(),...pe()},"VDivider"),Qn=X()({name:"VDivider",props:Xn(),setup(e,i){let{attrs:t,slots:n}=i;const{themeClasses:l}=ke(e),{textColorClasses:a,textColorStyles:o}=At(_(e,"color")),s=k(()=>{const c={};return e.length&&(c[e.vertical?"height":"width"]=ge(e.length)),e.thickness&&(c[e.vertical?"borderRightWidth":"borderTopWidth"]=ge(e.thickness)),c});return ee(()=>{const c=v("hr",{class:[{"v-divider":!0,"v-divider--inset":e.inset,"v-divider--vertical":e.vertical},l.value,a.value,e.class],style:[s.value,o.value,{"--v-border-opacity":e.opacity},e.style],"aria-orientation":!t.role||t.role==="separator"?e.vertical?"vertical":"horizontal":void 0,role:`${t.role||"separator"}`},null);return n.default?v("div",{class:["v-divider__wrapper",{"v-divider__wrapper--vertical":e.vertical,"v-divider__wrapper--inset":e.inset}]},[c,v("div",{class:"v-divider__content"},[n.default()]),c]):c}),{}}}),Yn=F({items:Array,returnObject:Boolean},"VListChildren"),zt=X()({name:"VListChildren",props:Yn(),setup(e,i){let{slots:t}=i;return Bt(),()=>{var n,l;return((n=t.default)==null?void 0:n.call(t))??((l=e.items)==null?void 0:l.map(a=>{var y,C;let{children:o,props:s,type:c,raw:m}=a;if(c==="divider")return((y=t.divider)==null?void 0:y.call(t,{props:s}))??v(Qn,s,null);if(c==="subheader")return((C=t.subheader)==null?void 0:C.call(t,{props:s}))??v(Wn,s,null);const w={subtitle:t.subtitle?d=>{var g;return(g=t.subtitle)==null?void 0:g.call(t,{...d,item:m})}:void 0,prepend:t.prepend?d=>{var g;return(g=t.prepend)==null?void 0:g.call(t,{...d,item:m})}:void 0,append:t.append?d=>{var g;return(g=t.append)==null?void 0:g.call(t,{...d,item:m})}:void 0,title:t.title?d=>{var g;return(g=t.title)==null?void 0:g.call(t,{...d,item:m})}:void 0},S=ot.filterProps(s);return o?v(ot,K({value:s==null?void 0:s.value},S),{activator:d=>{let{props:g}=d;const u={...s,...g,value:e.returnObject?m:s.value};return t.header?t.header({props:u}):v(xe,u,w)},default:()=>v(zt,{items:o,returnObject:e.returnObject},t)}):t.item?t.item({props:s}):v(xe,K(s,{value:e.returnObject?m:s.value}),w)}))}}}),Ht=F({items:{type:Array,default:()=>[]},itemTitle:{type:[String,Array,Function],default:"title"},itemValue:{type:[String,Array,Function],default:"value"},itemChildren:{type:[Boolean,String,Array,Function],default:"children"},itemProps:{type:[Boolean,String,Array,Function],default:"props"},returnObject:Boolean,valueComparator:{type:Function,default:dt}},"list-items");function _e(e,i){const t=se(i,e.itemTitle,i),n=se(i,e.itemValue,t),l=se(i,e.itemChildren),a=e.itemProps===!0?typeof i=="object"&&i!=null&&!Array.isArray(i)?"children"in i?we(i,["children"]):i:void 0:se(i,e.itemProps),o={title:t,value:n,...a};return{title:String(o.title??""),value:o.value,props:o,children:Array.isArray(l)?jt(e,l):void 0,raw:i}}function jt(e,i){const t=[];for(const n of i)t.push(_e(e,n));return t}function Jn(e){const i=k(()=>jt(e,e.items)),t=k(()=>i.value.some(a=>a.value===null));function n(a){return t.value||(a=a.filter(o=>o!==null)),a.map(o=>e.returnObject&&typeof o=="string"?_e(e,o):i.value.find(s=>e.valueComparator(o,s.value))||_e(e,o))}function l(a){return e.returnObject?a.map(o=>{let{raw:s}=o;return s}):a.map(o=>{let{value:s}=o;return s})}return{items:i,transformIn:n,transformOut:l}}function Zn(e){return typeof e=="string"||typeof e=="number"||typeof e=="boolean"}function el(e,i){const t=se(i,e.itemType,"item"),n=Zn(i)?i:se(i,e.itemTitle),l=se(i,e.itemValue,void 0),a=se(i,e.itemChildren),o=e.itemProps===!0?we(i,["children"]):se(i,e.itemProps),s={title:n,value:l,...o};return{type:t,title:s.title,value:s.value,props:s,children:t==="item"&&a?Gt(e,a):void 0,raw:i}}function Gt(e,i){const t=[];for(const n of i)t.push(el(e,n));return t}function tl(e){return{items:k(()=>Gt(e,e.items))}}const nl=F({baseColor:String,activeColor:String,activeClass:String,bgColor:String,disabled:Boolean,expandIcon:q,collapseIcon:q,lines:{type:[Boolean,String],default:"one"},slim:Boolean,nav:Boolean,"onClick:open":fe(),"onClick:select":fe(),"onUpdate:opened":fe(),...Fn({selectStrategy:"single-leaf",openStrategy:"list"}),...He(),...ne(),...je(),...Re(),...Ge(),itemType:{type:String,default:"type"},...Ht(),...Ne(),...ve(),...pe(),...Te({variant:"text"})},"VList"),ll=X()({name:"VList",props:nl(),emits:{"update:selected":e=>!0,"update:activated":e=>!0,"update:opened":e=>!0,"click:open":e=>!0,"click:activate":e=>!0,"click:select":e=>!0},setup(e,i){let{slots:t}=i;const{items:n}=tl(e),{themeClasses:l}=ke(e),{backgroundColorClasses:a,backgroundColorStyles:o}=pn(_(e,"bgColor")),{borderClasses:s}=$e(e),{densityClasses:c}=Ue(e),{dimensionStyles:m}=Fe(e),{elevationClasses:w}=Ke(e),{roundedClasses:S}=qe(e),{children:y,open:C,parents:d,select:g,getPath:u}=zn(e),h=k(()=>e.lines?`v-list--${e.lines}-line`:void 0),V=_(e,"activeColor"),P=_(e,"baseColor"),x=_(e,"color");Bt(),vt({VListGroup:{activeColor:V,baseColor:P,color:x,expandIcon:_(e,"expandIcon"),collapseIcon:_(e,"collapseIcon")},VListItem:{activeClass:_(e,"activeClass"),activeColor:V,baseColor:P,color:x,density:_(e,"density"),disabled:_(e,"disabled"),lines:_(e,"lines"),nav:_(e,"nav"),slim:_(e,"slim"),variant:_(e,"variant")}});const B=R(!1),E=j();function A(L){B.value=!0}function U(L){B.value=!1}function Q(L){var M;!B.value&&!(L.relatedTarget&&((M=E.value)!=null&&M.contains(L.relatedTarget)))&&D()}function z(L){const M=L.target;if(!(!E.value||["INPUT","TEXTAREA"].includes(M.tagName))){if(L.key==="ArrowDown")D("next");else if(L.key==="ArrowUp")D("prev");else if(L.key==="Home")D("first");else if(L.key==="End")D("last");else return;L.preventDefault()}}function Y(L){B.value=!0}function D(L){if(E.value)return Ie(E.value,L)}return ee(()=>v(e.tag,{ref:E,class:["v-list",{"v-list--disabled":e.disabled,"v-list--nav":e.nav,"v-list--slim":e.slim},l.value,a.value,s.value,c.value,w.value,h.value,S.value,e.class],style:[o.value,m.value,e.style],tabindex:e.disabled||B.value?-1:0,role:"listbox","aria-activedescendant":void 0,onFocusin:A,onFocusout:U,onFocus:Q,onKeydown:z,onMousedown:Y},{default:()=>[v(zt,{items:n.value,returnObject:e.returnObject},t)]})),{open:C,select:g,focus:D,children:y,parents:d,getPath:u}}}),al=F({id:String,submenu:Boolean,...we(Wt({closeDelay:250,closeOnContentClick:!0,locationStrategy:"connected",location:void 0,openDelay:300,scrim:!1,scrollStrategy:"reposition",transition:{component:st}}),["absolute"])},"VMenu"),il=X()({name:"VMenu",props:al(),emits:{"update:modelValue":e=>!0},setup(e,i){let{slots:t}=i;const n=re(e,"modelValue"),{scopeId:l}=Xt(),{isRtl:a}=rt(),o=ht(),s=k(()=>e.id||`v-menu-${o}`),c=j(),m=Ce(Je,null),w=R(new Set);Ve(Je,{register(){w.value.add(o)},unregister(){w.value.delete(o)},closeParents(u){setTimeout(()=>{var h;!w.value.size&&!e.persistent&&(u==null||(h=c.value)!=null&&h.contentEl&&!an(u,c.value.contentEl))&&(n.value=!1,m==null||m.closeParents())},40)}}),Me(()=>{m==null||m.unregister(),document.removeEventListener("focusin",S)}),on(()=>n.value=!1);async function S(u){var P,x,B;const h=u.relatedTarget,V=u.target;await ze(),n.value&&h!==V&&((P=c.value)!=null&&P.contentEl)&&((x=c.value)!=null&&x.globalTop)&&![document,c.value.contentEl].includes(V)&&!c.value.contentEl.contains(V)&&((B=Be(c.value.contentEl)[0])==null||B.focus())}ie(n,u=>{u?(m==null||m.register(),me&&document.addEventListener("focusin",S,{once:!0})):(m==null||m.unregister(),me&&document.removeEventListener("focusin",S))},{immediate:!0});function y(u){m==null||m.closeParents(u)}function C(u){var h,V,P,x,B;if(!e.disabled)if(u.key==="Tab"||u.key==="Enter"&&!e.closeOnContentClick){if(u.key==="Enter"&&(u.target instanceof HTMLTextAreaElement||u.target instanceof HTMLInputElement&&u.target.closest("form")))return;u.key==="Enter"&&u.preventDefault(),sn(Be((h=c.value)==null?void 0:h.contentEl,!1),u.shiftKey?"prev":"next",A=>A.tabIndex>=0)||(n.value=!1,(P=(V=c.value)==null?void 0:V.activatorEl)==null||P.focus())}else e.submenu&&u.key===(a.value?"ArrowRight":"ArrowLeft")&&(n.value=!1,(B=(x=c.value)==null?void 0:x.activatorEl)==null||B.focus())}function d(u){var V;if(e.disabled)return;const h=(V=c.value)==null?void 0:V.contentEl;h&&n.value?u.key==="ArrowDown"?(u.preventDefault(),u.stopImmediatePropagation(),Ie(h,"next")):u.key==="ArrowUp"?(u.preventDefault(),u.stopImmediatePropagation(),Ie(h,"prev")):e.submenu&&(u.key===(a.value?"ArrowRight":"ArrowLeft")?n.value=!1:u.key===(a.value?"ArrowLeft":"ArrowRight")&&(u.preventDefault(),Ie(h,"first"))):(e.submenu?u.key===(a.value?"ArrowLeft":"ArrowRight"):["ArrowDown","ArrowUp"].includes(u.key))&&(n.value=!0,u.preventDefault(),setTimeout(()=>setTimeout(()=>d(u))))}const g=k(()=>K({"aria-haspopup":"menu","aria-expanded":String(n.value),"aria-owns":s.value,onKeydown:d},e.activatorProps));return ee(()=>{const u=Ze.filterProps(e);return v(Ze,K({ref:c,id:s.value,class:["v-menu",e.class],style:e.style},u,{modelValue:n.value,"onUpdate:modelValue":h=>n.value=h,absolute:!0,activatorProps:g.value,location:e.location??(e.submenu?"end":"bottom"),"onClick:outside":y,onKeydown:C},l),{activator:t.activator,default:function(){for(var h=arguments.length,V=new Array(h),P=0;P{var x;return[(x=t.default)==null?void 0:x.call(t,...V)]}})}})}),ut({id:s,ΨopenChildren:w},c)}}),ol=F({renderless:Boolean,...ne()},"VVirtualScrollItem"),sl=X()({name:"VVirtualScrollItem",inheritAttrs:!1,props:ol(),emits:{"update:height":e=>!0},setup(e,i){let{attrs:t,emit:n,slots:l}=i;const{resizeRef:a,contentRect:o}=Pe(void 0,"border");ie(()=>{var s;return(s=o.value)==null?void 0:s.height},s=>{s!=null&&n("update:height",s)}),ee(()=>{var s,c;return e.renderless?v(ce,null,[(s=l.default)==null?void 0:s.call(l,{itemRef:a})]):v("div",K({ref:a,class:["v-virtual-scroll__item",e.class],style:e.style},t),[(c=l.default)==null?void 0:c.call(l)])})}}),ul=-1,rl=1,Le=100,cl=F({itemHeight:{type:[Number,String],default:null},height:[Number,String]},"virtual");function dl(e,i){const t=ct(),n=R(0);tt(()=>{n.value=parseFloat(e.itemHeight||0)});const l=R(0),a=R(Math.ceil((parseInt(e.height)||t.height.value)/(n.value||16))||1),o=R(0),s=R(0),c=j(),m=j();let w=0;const{resizeRef:S,contentRect:y}=Pe();tt(()=>{S.value=c.value});const C=k(()=>{var r;return c.value===document.documentElement?t.height.value:((r=y.value)==null?void 0:r.height)||parseInt(e.height)||0}),d=k(()=>!!(c.value&&m.value&&C.value&&n.value));let g=Array.from({length:i.value.length}),u=Array.from({length:i.value.length});const h=R(0);let V=-1;function P(r){return g[r]||n.value}const x=rn(()=>{const r=performance.now();u[0]=0;const f=i.value.length;for(let I=1;I<=f-1;I++)u[I]=(u[I-1]||0)+P(I-1);h.value=Math.max(h.value,performance.now()-r)},h),B=ie(d,r=>{r&&(B(),w=m.value.offsetTop,x.immediate(),H(),~V&&ze(()=>{me&&window.requestAnimationFrame(()=>{le(V),V=-1})}))});St(()=>{x.clear()});function E(r,f){const I=g[r],O=n.value;n.value=O?Math.min(n.value,f):f,(I!==f||O!==n.value)&&(g[r]=f,x())}function A(r){return r=Oe(r,0,i.value.length-1),u[r]||0}function U(r){return vl(u,r)}let Q=0,z=0,Y=0;ie(C,(r,f)=>{f&&(H(),r{z=0,H()}))});let D=-1;function L(){if(!c.value||!m.value)return;const r=c.value.scrollTop,f=performance.now();f-Y>500?(z=Math.sign(r-Q),w=m.value.offsetTop):z=r-Q,Q=r,Y=f,window.clearTimeout(D),D=window.setTimeout(M,500),H()}function M(){!c.value||!m.value||(z=0,Y=0,window.clearTimeout(D),H())}let Z=-1;function H(){cancelAnimationFrame(Z),Z=requestAnimationFrame(oe)}function oe(){if(!c.value||!C.value)return;const r=Q-w,f=Math.sign(z),I=Math.max(0,r-Le),O=Oe(U(I),0,i.value.length),p=r+C.value+Le,T=Oe(U(p)+1,O+1,i.value.length);if((f!==ul||Oa.value)){const G=A(l.value)-A(O),te=A(T)-A(a.value);Math.max(G,te)>Le?(l.value=O,a.value=T):(O<=0&&(l.value=O),T>=i.value.length&&(a.value=T))}o.value=A(l.value),s.value=A(i.value.length)-A(a.value)}function le(r){const f=A(r);!c.value||r&&!f?V=r:c.value.scrollTop=f}const b=k(()=>i.value.slice(l.value,a.value).map((r,f)=>({raw:r,index:f+l.value,key:un(r)&&"value"in r?r.value:f+l.value})));return ie(i,()=>{g=Array.from({length:i.value.length}),u=Array.from({length:i.value.length}),x.immediate(),H()},{deep:!0}),{calculateVisibleItems:H,containerRef:c,markerRef:m,computedItems:b,paddingTop:o,paddingBottom:s,scrollToIndex:le,handleScroll:L,handleScrollend:M,handleItemResize:E}}function vl(e,i){let t=e.length-1,n=0,l=0,a=null,o=-1;if(e[t]>1,a=e[l],a>i)t=l-1;else if(a[]},renderless:Boolean,...cl(),...ne(),...Re()},"VVirtualScroll"),ml=X()({name:"VVirtualScroll",props:fl(),setup(e,i){let{slots:t}=i;const n=yt("VVirtualScroll"),{dimensionStyles:l}=Fe(e),{calculateVisibleItems:a,containerRef:o,markerRef:s,handleScroll:c,handleScrollend:m,handleItemResize:w,scrollToIndex:S,paddingTop:y,paddingBottom:C,computedItems:d}=dl(e,_(e,"items"));return cn(()=>e.renderless,()=>{function g(){var V,P;const h=(arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1)?"addEventListener":"removeEventListener";o.value===document.documentElement?(document[h]("scroll",c,{passive:!0}),document[h]("scrollend",m)):((V=o.value)==null||V[h]("scroll",c,{passive:!0}),(P=o.value)==null||P[h]("scrollend",m))}dn(()=>{o.value=Qt(n.vnode.el,!0),g(!0)}),St(g)}),ee(()=>{const g=d.value.map(u=>v(sl,{key:u.key,renderless:e.renderless,"onUpdate:height":h=>w(u.index,h)},{default:h=>{var V;return(V=t.default)==null?void 0:V.call(t,{item:u.raw,index:u.index,...h})}}));return e.renderless?v(ce,null,[v("div",{ref:s,class:"v-virtual-scroll__spacer",style:{paddingTop:ge(y.value)}},null),g,v("div",{class:"v-virtual-scroll__spacer",style:{paddingBottom:ge(C.value)}},null)]):v("div",{ref:o,class:["v-virtual-scroll",e.class],onScrollPassive:c,onScrollend:m,style:[l.value,e.style]},[v("div",{ref:s,class:"v-virtual-scroll__container",style:{paddingTop:ge(y.value),paddingBottom:ge(C.value)}},[g])])}),{calculateVisibleItems:a,scrollToIndex:S}}});function gl(e,i){const t=R(!1);let n;function l(s){cancelAnimationFrame(n),t.value=!0,n=requestAnimationFrame(()=>{n=requestAnimationFrame(()=>{t.value=!1})})}async function a(){await new Promise(s=>requestAnimationFrame(s)),await new Promise(s=>requestAnimationFrame(s)),await new Promise(s=>requestAnimationFrame(s)),await new Promise(s=>{if(t.value){const c=ie(t,()=>{c(),s()})}else s()})}async function o(s){var w,S;if(s.key==="Tab"&&((w=i.value)==null||w.focus()),!["PageDown","PageUp","Home","End"].includes(s.key))return;const c=(S=e.value)==null?void 0:S.$el;if(!c)return;(s.key==="Home"||s.key==="End")&&c.scrollTo({top:s.key==="Home"?0:c.scrollHeight,behavior:"smooth"}),await a();const m=c.querySelectorAll(":scope > :not(.v-virtual-scroll__spacer)");if(s.key==="PageDown"||s.key==="Home"){const y=c.getBoundingClientRect().top;for(const C of m)if(C.getBoundingClientRect().top>=y){C.focus();break}}else{const y=c.getBoundingClientRect().bottom;for(const C of[...m].reverse())if(C.getBoundingClientRect().bottom<=y){C.focus();break}}}return{onScrollPassive:l,onKeydown:o}}const yl=F({chips:Boolean,closableChips:Boolean,closeText:{type:String,default:"$vuetify.close"},openText:{type:String,default:"$vuetify.open"},eager:Boolean,hideNoData:Boolean,hideSelected:Boolean,listProps:{type:Object},menu:Boolean,menuIcon:{type:q,default:"$dropdown"},menuProps:{type:Object},multiple:Boolean,noDataText:{type:String,default:"$vuetify.noDataText"},openOnClear:Boolean,itemColor:String,...Ht({itemChildren:!1})},"Select"),hl=F({...yl(),...we(Yt({modelValue:null,role:"combobox"}),["validationValue","dirty","appendInnerIcon"]),...kn({transition:{component:st}})},"VSelect"),kl=X()({name:"VSelect",props:hl(),emits:{"update:focused":e=>!0,"update:modelValue":e=>!0,"update:menu":e=>!0},setup(e,i){let{slots:t}=i;const{t:n}=ft(),l=j(),a=j(),o=j(),s=re(e,"menu"),c=k({get:()=>s.value,set:b=>{var r;s.value&&!b&&((r=a.value)!=null&&r.ΨopenChildren.size)||(s.value=b)}}),{items:m,transformIn:w,transformOut:S}=Jn(e),y=re(e,"modelValue",[],b=>w(b===null?[null]:De(b)),b=>{const r=S(b);return e.multiple?r:r[0]??null}),C=k(()=>typeof e.counterValue=="function"?e.counterValue(y.value):typeof e.counterValue=="number"?e.counterValue:y.value.length),d=Jt(e),g=k(()=>y.value.map(b=>b.value)),u=R(!1),h=k(()=>c.value?e.closeText:e.openText);let V="",P;const x=k(()=>e.hideSelected?m.value.filter(b=>!y.value.some(r=>e.valueComparator(r,b))):m.value),B=k(()=>e.hideNoData&&!x.value.length||d.isReadonly.value||d.isDisabled.value),E=k(()=>{var b;return{...e.menuProps,activatorProps:{...((b=e.menuProps)==null?void 0:b.activatorProps)||{},"aria-haspopup":"listbox"}}}),A=j(),U=gl(A,l);function Q(b){e.openOnClear&&(c.value=!0)}function z(){B.value||(c.value=!c.value)}function Y(b){nt(b)&&D(b)}function D(b){var O,p;if(!b.key||d.isReadonly.value)return;["Enter"," ","ArrowDown","ArrowUp","Home","End"].includes(b.key)&&b.preventDefault(),["Enter","ArrowDown"," "].includes(b.key)&&(c.value=!0),["Escape","Tab"].includes(b.key)&&(c.value=!1),b.key==="Home"?(O=A.value)==null||O.focus("first"):b.key==="End"&&((p=A.value)==null||p.focus("last"));const r=1e3;if(e.multiple||!nt(b))return;const f=performance.now();f-P>r&&(V=""),V+=b.key.toLowerCase(),P=f;const I=m.value.find(T=>T.title.toLowerCase().startsWith(V));if(I!==void 0){y.value=[I];const T=x.value.indexOf(I);me&&window.requestAnimationFrame(()=>{var G;T>=0&&((G=o.value)==null||G.scrollToIndex(T))})}}function L(b){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;if(!b.props.disabled)if(e.multiple){const f=y.value.findIndex(O=>e.valueComparator(O.value,b.value)),I=r??!~f;if(~f){const O=I?[...y.value,b]:[...y.value];O.splice(f,1),y.value=O}else I&&(y.value=[...y.value,b])}else{const f=r!==!1;y.value=f?[b]:[],ze(()=>{c.value=!1})}}function M(b){var r;(r=A.value)!=null&&r.$el.contains(b.relatedTarget)||(c.value=!1)}function Z(){var b;e.eager&&((b=o.value)==null||b.calculateVisibleItems())}function H(){var b;u.value&&((b=l.value)==null||b.focus())}function oe(b){u.value=!0}function le(b){if(b==null)y.value=[];else if(lt(l.value,":autofill")||lt(l.value,":-webkit-autofill")){const r=m.value.find(f=>f.title===b);r&&L(r)}else l.value&&(l.value.value="")}return ie(c,()=>{if(!e.hideSelected&&c.value&&y.value.length){const b=x.value.findIndex(r=>y.value.some(f=>e.valueComparator(f.value,r.value)));me&&window.requestAnimationFrame(()=>{var r;b>=0&&((r=o.value)==null||r.scrollToIndex(b))})}}),ie(()=>e.items,(b,r)=>{c.value||u.value&&!r.length&&b.length&&(c.value=!0)}),ee(()=>{const b=!!(e.chips||t.chip),r=!!(!e.hideNoData||x.value.length||t["prepend-item"]||t["append-item"]||t["no-data"]),f=y.value.length>0,I=et.filterProps(e),O=f||!u.value&&e.label&&!e.persistentPlaceholder?void 0:e.placeholder;return v(et,K({ref:l},I,{modelValue:y.value.map(p=>p.props.value).join(", "),"onUpdate:modelValue":le,focused:u.value,"onUpdate:focused":p=>u.value=p,validationValue:y.externalValue,counterValue:C.value,dirty:f,class:["v-select",{"v-select--active-menu":c.value,"v-select--chips":!!e.chips,[`v-select--${e.multiple?"multiple":"single"}`]:!0,"v-select--selected":y.value.length,"v-select--selection-slot":!!t.selection},e.class],style:e.style,inputmode:"none",placeholder:O,"onClick:clear":Q,"onMousedown:control":z,onBlur:M,onKeydown:D,"aria-label":n(h.value),title:n(h.value)}),{...t,default:()=>v(ce,null,[v(il,K({ref:a,modelValue:c.value,"onUpdate:modelValue":p=>c.value=p,activator:"parent",contentClass:"v-select__content",disabled:B.value,eager:e.eager,maxHeight:310,openOnClick:!1,closeOnContentClick:!1,transition:e.transition,onAfterEnter:Z,onAfterLeave:H},E.value),{default:()=>[r&&v(ll,K({ref:A,selected:g.value,selectStrategy:e.multiple?"independent":"single-independent",onMousedown:p=>p.preventDefault(),onKeydown:Y,onFocusin:oe,tabindex:"-1","aria-live":"polite",color:e.itemColor??e.color},U,e.listProps),{default:()=>{var p,T,G;return[(p=t["prepend-item"])==null?void 0:p.call(t),!x.value.length&&!e.hideNoData&&(((T=t["no-data"])==null?void 0:T.call(t))??v(xe,{key:"no-data",title:n(e.noDataText)},null)),v(ml,{ref:o,renderless:!0,items:x.value},{default:te=>{var J;let{item:W,index:de,itemRef:N}=te;const ye=K(W.props,{ref:N,key:W.value,onClick:()=>L(W,null)});return((J=t.item)==null?void 0:J.call(t,{item:W,index:de,props:ye}))??v(xe,K(ye,{role:"option"}),{prepend:Nt=>{let{isSelected:$t}=Nt;return v(ce,null,[e.multiple&&!e.hideSelected?v(On,{key:W.value,modelValue:$t,ripple:!1,tabindex:"-1"},null):void 0,W.props.prependAvatar&&v(he,{image:W.props.prependAvatar},null),W.props.prependIcon&&v(ae,{icon:W.props.prependIcon},null)])}})}}),(G=t["append-item"])==null?void 0:G.call(t)]}})]}),y.value.map((p,T)=>{function G(N){N.stopPropagation(),N.preventDefault(),L(p,!1)}const te={"onClick:close":G,onKeydown(N){N.key!=="Enter"&&N.key!==" "||(N.preventDefault(),N.stopPropagation(),G(N))},onMousedown(N){N.preventDefault(),N.stopPropagation()},modelValue:!0,"onUpdate:modelValue":void 0},W=b?!!t.chip:!!t.selection,de=W?vn(b?t.chip({item:p,index:T,props:te}):t.selection({item:p,index:T})):void 0;if(!(W&&!de))return v("div",{key:p.value,class:"v-select__selection"},[b?t.chip?v(ue,{key:"chip-defaults",defaults:{VChip:{closable:e.closableChips,size:"small",text:p.title}}},{default:()=>[de]}):v(xn,K({key:"chip",closable:e.closableChips,size:"small",text:p.title,disabled:p.props.disabled},te),null):de??v("span",{class:"v-select__selection-text"},[p.title,e.multiple&&T.v-chip__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-chip:focus-visible>.v-chip__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-chip:focus>.v-chip__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-chip--active>.v-chip__overlay,.v-chip[aria-haspopup=menu][aria-expanded=true]>.v-chip__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-chip--active:hover>.v-chip__overlay,.v-chip[aria-haspopup=menu][aria-expanded=true]:hover>.v-chip__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-chip--active:focus-visible>.v-chip__overlay,.v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-chip__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-chip--active:focus>.v-chip__overlay,.v-chip[aria-haspopup=menu][aria-expanded=true]:focus>.v-chip__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-chip{border-radius:9999px}.v-chip--variant-plain,.v-chip--variant-outlined,.v-chip--variant-text,.v-chip--variant-tonal{background:transparent;color:inherit}.v-chip--variant-plain{opacity:.26}.v-chip--variant-plain:focus,.v-chip--variant-plain:hover{opacity:1}.v-chip--variant-plain .v-chip__overlay{display:none}.v-chip--variant-elevated,.v-chip--variant-flat{background:rgb(var(--v-theme-surface-variant));color:rgb(var(--v-theme-on-surface-variant))}.v-chip--variant-elevated{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-chip--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-chip--variant-outlined{border:thin solid currentColor}.v-chip--variant-text .v-chip__overlay{background:currentColor}.v-chip--variant-tonal .v-chip__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-chip .v-chip__underlay{position:absolute}.v-chip--border{border-width:thin}.v-chip--link{cursor:pointer}.v-chip--link,.v-chip--filter{-webkit-user-select:none;user-select:none}.v-chip__content{align-items:center;display:inline-flex}.v-autocomplete__selection .v-chip__content,.v-combobox__selection .v-chip__content,.v-select__selection .v-chip__content{overflow:hidden}.v-chip__filter,.v-chip__prepend,.v-chip__append,.v-chip__close{align-items:center;display:inline-flex}.v-chip__close{cursor:pointer;flex:0 1 auto;font-size:18px;max-height:18px;max-width:18px;-webkit-user-select:none;user-select:none}.v-chip__close .v-icon{font-size:inherit}.v-chip__filter{transition:.15s cubic-bezier(.4,0,.2,1)}.v-chip__overlay{background-color:currentColor;border-radius:inherit;pointer-events:none;opacity:0;transition:opacity .2s ease-in-out}.v-chip__overlay{position:absolute;top:0;left:0;width:100%;height:100%}.v-chip--disabled{opacity:.3;pointer-events:none;-webkit-user-select:none;user-select:none}.v-chip--label{border-radius:4px}.v-chip-group{display:flex;max-width:100%;min-width:0;overflow-x:auto;padding:4px 0}.v-chip-group .v-chip{margin:4px 8px 4px 0}.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay{opacity:var(--v-activated-opacity)}.v-chip-group--column .v-slide-group__content{white-space:normal;flex-wrap:wrap;max-width:100%}.v-slide-group{display:flex;overflow:hidden}.v-slide-group__next,.v-slide-group__prev{align-items:center;display:flex;flex:0 1 52px;justify-content:center;min-width:52px;cursor:pointer}.v-slide-group__next--disabled,.v-slide-group__prev--disabled{pointer-events:none;opacity:var(--v-disabled-opacity)}.v-slide-group__content{display:flex;flex:1 0 auto;position:relative;transition:.2s all cubic-bezier(.4,0,.2,1);white-space:nowrap}.v-slide-group__content>*{white-space:initial}.v-slide-group__container{contain:content;display:flex;flex:1 1 auto;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;scrollbar-color:rgba(0,0,0,0)}.v-slide-group__container::-webkit-scrollbar{display:none}.v-slide-group--vertical{max-height:inherit}.v-slide-group--vertical,.v-slide-group--vertical .v-slide-group__container,.v-slide-group--vertical .v-slide-group__content{flex-direction:column}.v-slide-group--vertical .v-slide-group__container{overflow-x:hidden;overflow-y:auto}.v-select .v-field .v-text-field__prefix,.v-select .v-field .v-text-field__suffix,.v-select .v-field .v-field__input,.v-select .v-field.v-field{cursor:pointer}.v-select .v-field .v-field__input>input{align-self:flex-start;opacity:1;flex:0 0;position:absolute;width:100%;transition:none;pointer-events:none;caret-color:transparent}.v-select .v-field--dirty .v-select__selection{margin-inline-end:2px}.v-select .v-select__selection-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-select__content{overflow:hidden}.v-select__content{box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-select__content{border-radius:4px}.v-select__selection{display:inline-flex;align-items:center;letter-spacing:inherit;line-height:inherit;max-width:100%}.v-select .v-select__selection:first-child{margin-inline-start:0}.v-select--selected .v-field .v-field__input>input{opacity:0}.v-select__menu-icon{margin-inline-start:4px;transition:.2s cubic-bezier(.4,0,.2,1)}.v-select--active-menu .v-select__menu-icon{opacity:var(--v-high-emphasis-opacity);transform:rotate(180deg)}.v-list{overflow:auto;padding:8px 0;position:relative;outline:none}.v-list{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-list--border{border-width:thin;box-shadow:none}.v-list{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-list{border-radius:0}.v-list{background:rgba(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-list--disabled{pointer-events:none;-webkit-user-select:none;user-select:none}.v-list--nav{padding-inline:8px}.v-list--rounded{border-radius:4px}.v-list--subheader{padding-top:0}.v-list-img{border-radius:inherit;display:flex;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.v-list-subheader{align-items:center;background:inherit;color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));display:flex;font-size:.875rem;font-weight:400;line-height:1.375rem;padding-inline-end:16px;min-height:40px;transition:.2s min-height cubic-bezier(.4,0,.2,1)}.v-list-subheader__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-list--density-default .v-list-subheader{min-height:40px;padding-inline-start:calc(16px + var(--indent-padding))!important}.v-list--density-comfortable .v-list-subheader{min-height:36px;padding-inline-start:calc(16px + var(--indent-padding))!important}.v-list--density-compact .v-list-subheader{min-height:32px;padding-inline-start:calc(16px + var(--indent-padding))!important}.v-list-subheader--inset{--indent-padding: 56px}.v-list--nav .v-list-subheader{font-size:.75rem}.v-list-subheader--sticky{background:inherit;left:0;position:sticky;top:0;z-index:1}.v-list__overlay{background-color:currentColor;border-radius:inherit;bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .2s ease-in-out}.v-list-item{align-items:center;display:grid;flex:none;grid-template-areas:"prepend content append";grid-template-columns:max-content 1fr auto;outline:none;max-width:100%;padding:4px 16px;position:relative;text-decoration:none}.v-list-item{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-list-item--border{border-width:thin;box-shadow:none}.v-list-item:hover>.v-list-item__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-list-item:focus-visible>.v-list-item__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-list-item:focus>.v-list-item__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-list-item--active>.v-list-item__overlay,.v-list-item[aria-haspopup=menu][aria-expanded=true]>.v-list-item__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-list-item--active:hover>.v-list-item__overlay,.v-list-item[aria-haspopup=menu][aria-expanded=true]:hover>.v-list-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-list-item--active:focus-visible>.v-list-item__overlay,.v-list-item[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-list-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-list-item--active:focus>.v-list-item__overlay,.v-list-item[aria-haspopup=menu][aria-expanded=true]:focus>.v-list-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-list-item{border-radius:0}.v-list-item--variant-plain,.v-list-item--variant-outlined,.v-list-item--variant-text,.v-list-item--variant-tonal{background:transparent;color:inherit}.v-list-item--variant-plain{opacity:.62}.v-list-item--variant-plain:focus,.v-list-item--variant-plain:hover{opacity:1}.v-list-item--variant-plain .v-list-item__overlay{display:none}.v-list-item--variant-elevated,.v-list-item--variant-flat{background:rgba(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-list-item--variant-elevated{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-list-item--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-list-item--variant-outlined{border:thin solid currentColor}.v-list-item--variant-text .v-list-item__overlay{background:currentColor}.v-list-item--variant-tonal .v-list-item__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-list-item .v-list-item__underlay{position:absolute}@supports selector(:focus-visible){.v-list-item:after{pointer-events:none;border:2px solid currentColor;border-radius:4px;opacity:0;transition:opacity .2s ease-in-out}.v-list-item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-list-item:focus-visible:after{opacity:calc(.15 * var(--v-theme-overlay-multiplier))}}.v-list-item__prepend>.v-badge .v-icon,.v-list-item__prepend>.v-icon,.v-list-item__append>.v-badge .v-icon,.v-list-item__append>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-list-item--active .v-list-item__prepend>.v-badge .v-icon,.v-list-item--active .v-list-item__prepend>.v-icon,.v-list-item--active .v-list-item__append>.v-badge .v-icon,.v-list-item--active .v-list-item__append>.v-icon{opacity:1}.v-list-item--active:not(.v-list-item--link) .v-list-item__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-list-item--rounded{border-radius:4px}.v-list-item--disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.6}.v-list-item--link{cursor:pointer}.v-navigation-drawer--rail:not(.v-navigation-drawer--expand-on-hover) .v-list-item .v-avatar,.v-navigation-drawer--rail.v-navigation-drawer--expand-on-hover:not(.v-navigation-drawer--is-hovering) .v-list-item .v-avatar{--v-avatar-height: 24px}.v-list-item__prepend{align-items:center;align-self:center;display:flex;grid-area:prepend}.v-list-item__prepend>.v-badge~.v-list-item__spacer,.v-list-item__prepend>.v-icon~.v-list-item__spacer,.v-list-item__prepend>.v-tooltip~.v-list-item__spacer{width:32px}.v-list-item__prepend>.v-avatar~.v-list-item__spacer,.v-list-item__prepend>.v-badge:is(:has(.v-avatar))~.v-list-item__spacer{width:16px}.v-list-item--slim .v-list-item__prepend>.v-badge~.v-list-item__spacer,.v-list-item--slim .v-list-item__prepend>.v-icon~.v-list-item__spacer,.v-list-item--slim .v-list-item__prepend>.v-tooltip~.v-list-item__spacer{width:20px}.v-list-item--slim .v-list-item__prepend>.v-avatar~.v-list-item__spacer,.v-list-item--slim .v-list-item__prepend>.v-badge:is(:has(.v-avatar))~.v-list-item__spacer{width:4px}.v-list-item--slim .v-list-item__prepend>.v-list-item-action~.v-list-item__spacer{width:4px}.v-list-item--three-line .v-list-item__prepend{align-self:start}.v-list-item__append{align-self:center;display:flex;align-items:center;grid-area:append}.v-list-item__append .v-list-item__spacer{order:-1;transition:.15s width cubic-bezier(.4,0,.2,1)}.v-list-item__append>.v-badge~.v-list-item__spacer,.v-list-item__append>.v-icon~.v-list-item__spacer,.v-list-item__append>.v-tooltip~.v-list-item__spacer{width:32px}.v-list-item__append>.v-avatar~.v-list-item__spacer,.v-list-item__append>.v-badge:is(:has(.v-avatar))~.v-list-item__spacer{width:16px}.v-list-item__append>.v-list-item-action~.v-list-item__spacer{width:16px}.v-list-item--slim .v-list-item__append>.v-badge~.v-list-item__spacer,.v-list-item--slim .v-list-item__append>.v-icon~.v-list-item__spacer,.v-list-item--slim .v-list-item__append>.v-tooltip~.v-list-item__spacer{width:20px}.v-list-item--slim .v-list-item__append>.v-avatar~.v-list-item__spacer,.v-list-item--slim .v-list-item__append>.v-badge:is(:has(.v-avatar))~.v-list-item__spacer{width:4px}.v-list-item--slim .v-list-item__append>.v-list-item-action~.v-list-item__spacer{width:4px}.v-list-item--three-line .v-list-item__append{align-self:start}.v-list-item__content{align-self:center;grid-area:content;overflow:hidden}.v-list-item-action{align-self:center;display:flex;align-items:center;flex:none;transition:inherit;transition-property:height,width}.v-list-item-action--start{margin-inline-end:8px;margin-inline-start:-8px}.v-list-item-action--end{margin-inline-start:8px;margin-inline-end:-8px}.v-list-item-media{margin-top:0;margin-bottom:0}.v-list-item-media--start{margin-inline-end:16px}.v-list-item-media--end{margin-inline-start:16px}.v-list-item--two-line .v-list-item-media{margin-top:-4px;margin-bottom:-4px}.v-list-item--three-line .v-list-item-media{margin-top:0;margin-bottom:0}.v-list-item-subtitle{-webkit-box-orient:vertical;display:-webkit-box;opacity:var(--v-list-item-subtitle-opacity, var(--v-medium-emphasis-opacity));overflow:hidden;padding:0;text-overflow:ellipsis;overflow-wrap:break-word;word-break:initial}.v-list-item--one-line .v-list-item-subtitle{-webkit-line-clamp:1}.v-list-item--two-line .v-list-item-subtitle{-webkit-line-clamp:2}.v-list-item--three-line .v-list-item-subtitle{-webkit-line-clamp:3}.v-list-item-subtitle{font-size:.875rem;font-weight:400;letter-spacing:.0178571429em;line-height:1rem;text-transform:none}.v-list-item--nav .v-list-item-subtitle{font-size:.75rem;font-weight:400;letter-spacing:.0178571429em;line-height:1rem}.v-list-item-title{-webkit-hyphens:auto;hyphens:auto;overflow-wrap:normal;overflow:hidden;padding:0;white-space:nowrap;text-overflow:ellipsis;word-break:normal;word-wrap:break-word}.v-list-item-title{font-size:1rem;font-weight:400;letter-spacing:.009375em;line-height:1.5;text-transform:none}.v-list-item--nav .v-list-item-title{font-size:.8125rem;font-weight:500;letter-spacing:normal;line-height:1rem}.v-list-item--density-default{min-height:40px}.v-list-item--density-default.v-list-item--one-line{min-height:48px;padding-top:4px;padding-bottom:4px}.v-list-item--density-default.v-list-item--two-line{min-height:64px;padding-top:12px;padding-bottom:12px}.v-list-item--density-default.v-list-item--three-line{min-height:88px;padding-top:16px;padding-bottom:16px}.v-list-item--density-default.v-list-item--three-line .v-list-item__prepend,.v-list-item--density-default.v-list-item--three-line .v-list-item__append{padding-top:8px}.v-list-item--density-default:not(.v-list-item--nav).v-list-item--one-line{padding-inline:16px}.v-list-item--density-default:not(.v-list-item--nav).v-list-item--two-line{padding-inline:16px}.v-list-item--density-default:not(.v-list-item--nav).v-list-item--three-line{padding-inline:16px}.v-list-item--density-comfortable{min-height:36px}.v-list-item--density-comfortable.v-list-item--one-line{min-height:44px}.v-list-item--density-comfortable.v-list-item--two-line{min-height:60px;padding-top:8px;padding-bottom:8px}.v-list-item--density-comfortable.v-list-item--three-line{min-height:84px;padding-top:12px;padding-bottom:12px}.v-list-item--density-comfortable.v-list-item--three-line .v-list-item__prepend,.v-list-item--density-comfortable.v-list-item--three-line .v-list-item__append{padding-top:6px}.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--one-line{padding-inline:16px}.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--two-line{padding-inline:16px}.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--three-line{padding-inline:16px}.v-list-item--density-compact{min-height:32px}.v-list-item--density-compact.v-list-item--one-line{min-height:40px}.v-list-item--density-compact.v-list-item--two-line{min-height:56px;padding-top:4px;padding-bottom:4px}.v-list-item--density-compact.v-list-item--three-line{min-height:80px;padding-top:8px;padding-bottom:8px}.v-list-item--density-compact.v-list-item--three-line .v-list-item__prepend,.v-list-item--density-compact.v-list-item--three-line .v-list-item__append{padding-top:4px}.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--one-line{padding-inline:16px}.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--two-line{padding-inline:16px}.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--three-line{padding-inline:16px}.v-list-item--nav{padding-inline:8px}.v-list .v-list-item--nav:not(:only-child){margin-bottom:4px}.v-list-item__underlay{position:absolute}.v-list-item__overlay{background-color:currentColor;border-radius:inherit;bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .2s ease-in-out}.v-list-item--active.v-list-item--variant-elevated .v-list-item__overlay{--v-theme-overlay-multiplier: 0}.v-list{--indent-padding: 0px}.v-list--nav{--indent-padding: -8px}.v-list-group{--list-indent-size: 16px;--parent-padding: var(--indent-padding);--prepend-width: 40px}.v-list--slim .v-list-group{--prepend-width: 28px}.v-list-group--fluid{--list-indent-size: 0px}.v-list-group--prepend{--parent-padding: calc(var(--indent-padding) + var(--prepend-width))}.v-list-group--fluid.v-list-group--prepend{--parent-padding: var(--indent-padding)}.v-list-group__items{--indent-padding: calc(var(--parent-padding) + var(--list-indent-size))}.v-list-group__items .v-list-item{padding-inline-start:calc(16px + var(--indent-padding))!important}.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay{opacity:0}.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-divider{display:block;flex:1 1 100%;height:0px;max-height:0px;opacity:var(--v-border-opacity);transition:inherit}.v-divider{border-style:solid;border-width:thin 0 0 0}.v-divider--vertical{align-self:stretch;border-width:0 thin 0 0;display:inline-flex;height:auto;margin-left:-1px;max-height:100%;max-width:0px;vertical-align:text-bottom;width:0px}.v-divider--inset:not(.v-divider--vertical){max-width:calc(100% - 72px);margin-inline-start:72px}.v-divider--inset.v-divider--vertical{margin-bottom:8px;margin-top:8px;max-height:calc(100% - 16px)}.v-divider__content{padding:0 16px;text-wrap:nowrap}.v-divider__wrapper--vertical .v-divider__content{padding:4px 0}.v-divider__wrapper{display:flex;align-items:center;justify-content:center}.v-divider__wrapper--vertical{flex-direction:column;height:100%}.v-divider__wrapper--vertical .v-divider{margin:0 auto}.v-menu>.v-overlay__content{display:flex;flex-direction:column}.v-menu>.v-overlay__content{border-radius:4px}.v-menu>.v-overlay__content>.v-card,.v-menu>.v-overlay__content>.v-sheet,.v-menu>.v-overlay__content>.v-list{background:rgb(var(--v-theme-surface));border-radius:inherit;overflow:auto;height:100%}.v-menu>.v-overlay__content>.v-card,.v-menu>.v-overlay__content>.v-sheet,.v-menu>.v-overlay__content>.v-list{box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-virtual-scroll{display:block;flex:1 1 auto;max-width:100%;overflow:auto;position:relative}.v-virtual-scroll__container{display:block} diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/about-BzTiXPQO.js b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/about-BzTiXPQO.js new file mode 100644 index 0000000..ba40607 --- /dev/null +++ b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/about-BzTiXPQO.js @@ -0,0 +1 @@ +import{_ as r,g as o}from"./VAvatar-CBxZwzSi.js";import{V as n,a as d,b as f,c as i,d as p,e as m}from"./VRow-eJbrdKF-.js";import{C as u,D as e,B as c,c as a,F as l,E as s}from"./index-KF56cXUu.js";const g={};function x(V,t){return c(),u(n,{class:"main-container","fill-height":""},{default:e(()=>[a(m,{justify:"center",align:"center"},{default:e(()=>[a(d,{cols:"12",md:"10"},{default:e(()=>[a(f,{class:"pa-4",outlined:""},{default:e(()=>[a(i,{class:"text-h3"},{default:e(()=>t[0]||(t[0]=[l("关于考试看板")])),_:1}),a(p,null,{default:e(()=>[t[2]||(t[2]=s("p",{class:"text-lg"}," 欢迎使用考试看板,这是一款用于展示考试信息的工具,帮助考生更好地了解考试信息与状态。 ",-1)),t[3]||(t[3]=s("p",{class:"text-lg"},"本软件旨在为考生提供便捷的考试信息查看体验。",-1)),t[4]||(t[4]=s("p",{class:"text-lg developer"},[l(" 开发者: "),s("a",{href:"https://github.com/hello8693DSZ",target:"_blank",class:"developer-name"},"Hello8963"),s("span"),s("a",{href:"https://github.com/MKStoler4096",target:"_blank",class:"developer-name"},"Mkstoler4096")],-1)),a(o,{href:"https://github.com/ProjectCampus-CH/dsz-exam-showboard-next",target:"_blank",color:"primary",class:"mt-4 normal-case"},{default:e(()=>t[1]||(t[1]=[l(" 在 GitHub 上查看源代码 ")])),_:1})]),_:1})]),_:1})]),_:1})]),_:1})]),_:1})}const h=r(g,[["render",x],["__scopeId","data-v-409d0210"]]);export{h as default}; diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/about-mrwtd4Qm.css b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/about-mrwtd4Qm.css new file mode 100644 index 0000000..1486f25 --- /dev/null +++ b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/about-mrwtd4Qm.css @@ -0,0 +1 @@ +.main-container[data-v-409d0210]{padding:20px;display:flex;align-items:center}.v-card[data-v-409d0210]{width:100%;max-width:800px;margin:auto;transition:transform .3s ease-in-out}.v-card[data-v-409d0210]:hover{transform:scale(1.05)}.text-h3[data-v-409d0210]{font-size:2.5em!important}.text-lg[data-v-409d0210]{font-size:1.2em}.v-btn[data-v-409d0210]{height:48px;font-size:1.1em}.normal-case[data-v-409d0210]{text-transform:none!important}.developer-name[data-v-409d0210]{background-color:#f0f0f0;color:#000;padding:0 6px;border-radius:4px;display:inline-block;line-height:1.4em;font-size:1.2em;margin:0 5px;text-decoration:none}.developer-name[data-v-409d0210]:hover{text-decoration:underline} diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/app-CzTw35_a.css b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/app-CzTw35_a.css new file mode 100644 index 0000000..101bee7 --- /dev/null +++ b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/app-CzTw35_a.css @@ -0,0 +1 @@ +.v-selection-control{align-items:center;contain:layout;display:flex;flex:1 0;grid-area:control;position:relative;-webkit-user-select:none;user-select:none}.v-selection-control .v-label{white-space:normal;word-break:break-word;height:100%;opacity:1}.v-selection-control--disabled{opacity:var(--v-disabled-opacity);pointer-events:none}.v-selection-control--error:not(.v-selection-control--disabled) .v-label{color:rgb(var(--v-theme-error))}.v-selection-control--inline{display:inline-flex;flex:0 0 auto;min-width:0;max-width:100%}.v-selection-control--inline .v-label{width:auto}.v-selection-control--density-default{--v-selection-control-size: 40px}.v-selection-control--density-comfortable{--v-selection-control-size: 36px}.v-selection-control--density-compact{--v-selection-control-size: 28px}.v-selection-control__wrapper{width:var(--v-selection-control-size);height:var(--v-selection-control-size);display:inline-flex;align-items:center;position:relative;justify-content:center;flex:none}.v-selection-control__input{width:var(--v-selection-control-size);height:var(--v-selection-control-size);align-items:center;display:flex;flex:none;justify-content:center;position:relative;border-radius:50%}.v-selection-control__input input{cursor:pointer;position:absolute;left:0;top:0;width:100%;height:100%;opacity:0}.v-selection-control__input:before{border-radius:100%;background-color:currentColor;opacity:0;pointer-events:none}.v-selection-control__input:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-selection-control__input:hover:before{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-selection-control__input>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-selection-control--disabled .v-selection-control__input>.v-icon,.v-selection-control--dirty .v-selection-control__input>.v-icon,.v-selection-control--error .v-selection-control__input>.v-icon{opacity:1}.v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input>.v-icon{color:rgb(var(--v-theme-error))}.v-selection-control--focus-visible .v-selection-control__input:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}.v-label{align-items:center;color:inherit;display:inline-flex;font-size:1rem;letter-spacing:.009375em;min-width:0;opacity:var(--v-medium-emphasis-opacity);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-label--clickable{cursor:pointer}.v-selection-control-group{grid-area:control;display:flex;flex-direction:column}.v-selection-control-group--inline{flex-direction:row;flex-wrap:wrap}.v-input{display:grid;flex:1 1 auto;font-size:1rem;font-weight:400;line-height:1.5}.v-input--disabled{pointer-events:none}.v-input--density-default{--v-input-control-height: 56px;--v-input-padding-top: 16px}.v-input--density-comfortable{--v-input-control-height: 48px;--v-input-padding-top: 12px}.v-input--density-compact{--v-input-control-height: 40px;--v-input-padding-top: 8px}.v-input--vertical{grid-template-areas:"append" "control" "prepend";grid-template-rows:max-content auto max-content;grid-template-columns:min-content}.v-input--vertical .v-input__prepend{margin-block-start:16px}.v-input--vertical .v-input__append{margin-block-end:16px}.v-input--horizontal{grid-template-areas:"prepend control append" "a messages b";grid-template-columns:max-content minmax(0,1fr) max-content;grid-template-rows:auto auto}.v-input--horizontal .v-input__prepend{margin-inline-end:16px}.v-input--horizontal .v-input__append{margin-inline-start:16px}.v-input__details{align-items:flex-end;display:flex;font-size:.75rem;font-weight:400;grid-area:messages;letter-spacing:.0333333333em;line-height:normal;min-height:22px;padding-top:6px;overflow:hidden;justify-content:space-between}.v-input__details>.v-icon,.v-input__prepend>.v-icon,.v-input__append>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-input--disabled .v-input__details>.v-icon,.v-input--disabled .v-input__details .v-messages,.v-input--error .v-input__details>.v-icon,.v-input--error .v-input__details .v-messages,.v-input--disabled .v-input__prepend>.v-icon,.v-input--disabled .v-input__prepend .v-messages,.v-input--error .v-input__prepend>.v-icon,.v-input--error .v-input__prepend .v-messages,.v-input--disabled .v-input__append>.v-icon,.v-input--disabled .v-input__append .v-messages,.v-input--error .v-input__append>.v-icon,.v-input--error .v-input__append .v-messages{opacity:1}.v-input--disabled .v-input__details,.v-input--disabled .v-input__prepend,.v-input--disabled .v-input__append{opacity:var(--v-disabled-opacity)}.v-input--error:not(.v-input--disabled) .v-input__details>.v-icon,.v-input--error:not(.v-input--disabled) .v-input__details .v-messages,.v-input--error:not(.v-input--disabled) .v-input__prepend>.v-icon,.v-input--error:not(.v-input--disabled) .v-input__prepend .v-messages,.v-input--error:not(.v-input--disabled) .v-input__append>.v-icon,.v-input--error:not(.v-input--disabled) .v-input__append .v-messages{color:rgb(var(--v-theme-error))}.v-input__prepend,.v-input__append{display:flex;align-items:flex-start;padding-top:var(--v-input-padding-top)}.v-input--center-affix .v-input__prepend,.v-input--center-affix .v-input__append{align-items:center;padding-top:0}.v-input__prepend{grid-area:prepend}.v-input__append{grid-area:append}.v-input__control{display:flex;grid-area:control}.v-input--hide-spin-buttons input::-webkit-outer-spin-button,.v-input--hide-spin-buttons input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.v-input--hide-spin-buttons input[type=number]{-moz-appearance:textfield}.v-input--plain-underlined .v-input__prepend,.v-input--plain-underlined .v-input__append{align-items:flex-start}.v-input--density-default.v-input--plain-underlined .v-input__prepend,.v-input--density-default.v-input--plain-underlined .v-input__append{padding-top:calc(var(--v-input-padding-top) + 4px)}.v-input--density-comfortable.v-input--plain-underlined .v-input__prepend,.v-input--density-comfortable.v-input--plain-underlined .v-input__append{padding-top:calc(var(--v-input-padding-top) + 2px)}.v-input--density-compact.v-input--plain-underlined .v-input__prepend,.v-input--density-compact.v-input--plain-underlined .v-input__append{padding-top:calc(var(--v-input-padding-top) + 0px)}.v-messages{flex:1 1 auto;font-size:12px;min-height:14px;min-width:1px;opacity:var(--v-medium-emphasis-opacity);position:relative}.v-messages__message{line-height:12px;word-break:break-word;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;transition-duration:.15s}.v-overlay-container{contain:layout;left:0;pointer-events:none;position:absolute;top:0;display:contents}.v-overlay-scroll-blocked{padding-inline-end:var(--v-scrollbar-offset)}.v-overlay-scroll-blocked:not(html){overflow-y:hidden!important}html.v-overlay-scroll-blocked{position:fixed;top:var(--v-body-scroll-y);left:var(--v-body-scroll-x);width:100%;height:100%}.v-overlay{border-radius:inherit;display:flex;left:0;pointer-events:none;position:fixed;top:0;bottom:0;right:0}.v-overlay__content{outline:none;position:absolute;pointer-events:auto;contain:layout}.v-overlay__scrim{pointer-events:auto;background:rgb(var(--v-theme-on-surface));border-radius:inherit;bottom:0;left:0;opacity:var(--v-overlay-opacity, .32);position:fixed;right:0;top:0}.v-overlay--absolute,.v-overlay--contained .v-overlay__scrim{position:absolute}.v-overlay--scroll-blocked{padding-inline-end:var(--v-scrollbar-offset)}.v-text-field input{color:inherit;opacity:0;flex:1;transition:.15s opacity cubic-bezier(.4,0,.2,1);min-width:0}.v-text-field input:focus,.v-text-field input:active{outline:none}.v-text-field input:invalid{box-shadow:none}.v-text-field .v-field{cursor:text}.v-text-field--prefixed.v-text-field .v-field__input{--v-field-padding-start: 6px}.v-text-field--suffixed.v-text-field .v-field__input{--v-field-padding-end: 0}.v-text-field .v-input__details{padding-inline:16px}.v-input--plain-underlined.v-text-field .v-input__details{padding-inline:0}.v-text-field .v-field--no-label input,.v-text-field .v-field--active input{opacity:1}.v-text-field .v-field--single-line input{transition:none}.v-text-field__prefix,.v-text-field__suffix{align-items:center;color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));cursor:default;display:flex;opacity:0;transition:inherit;white-space:nowrap;min-height:max(var(--v-input-control-height, 56px),1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));padding-top:calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));padding-bottom:var(--v-field-padding-bottom, 6px)}.v-field--active .v-text-field__prefix,.v-field--active .v-text-field__suffix{opacity:1}.v-field--disabled .v-text-field__prefix,.v-field--disabled .v-text-field__suffix{color:rgba(var(--v-theme-on-surface),var(--v-disabled-opacity))}.v-text-field__prefix{padding-inline-start:var(--v-field-padding-start)}.v-text-field__suffix{padding-inline-end:var(--v-field-padding-end)}.v-counter{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));flex:0 1 auto;font-size:12px;transition-duration:.15s}.v-field{display:grid;grid-template-areas:"prepend-inner field clear append-inner";grid-template-columns:min-content minmax(0,1fr) min-content min-content;font-size:16px;letter-spacing:.009375em;max-width:100%;border-radius:4px;contain:layout;flex:1 0;grid-area:control;position:relative;--v-theme-overlay-multiplier: 1;--v-field-padding-start: 16px;--v-field-padding-end: 16px;--v-field-padding-top: 8px;--v-field-padding-bottom: 4px;--v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));--v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px)}.v-field--disabled{opacity:var(--v-disabled-opacity);pointer-events:none}.v-field .v-chip{--v-chip-height: 24px}.v-field--prepended{padding-inline-start:12px}.v-field--appended{padding-inline-end:12px}.v-field--variant-solo,.v-field--variant-solo-filled{background:rgb(var(--v-theme-surface));border-color:transparent;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-field--variant-solo,.v-field--variant-solo-filled{box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-field--variant-solo-inverted{background:rgb(var(--v-theme-surface));border-color:transparent;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-field--variant-solo-inverted{box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-field--variant-solo-inverted.v-field--focused{color:rgb(var(--v-theme-on-surface-variant))}.v-field--variant-filled{border-bottom-left-radius:0;border-bottom-right-radius:0}.v-input--density-default .v-field--variant-solo,.v-input--density-default .v-field--variant-solo-inverted,.v-input--density-default .v-field--variant-solo-filled,.v-input--density-default .v-field--variant-filled{--v-input-control-height: 56px;--v-field-padding-bottom: 4px}.v-input--density-comfortable .v-field--variant-solo,.v-input--density-comfortable .v-field--variant-solo-inverted,.v-input--density-comfortable .v-field--variant-solo-filled,.v-input--density-comfortable .v-field--variant-filled{--v-input-control-height: 48px;--v-field-padding-bottom: 0px}.v-input--density-compact .v-field--variant-solo,.v-input--density-compact .v-field--variant-solo-inverted,.v-input--density-compact .v-field--variant-solo-filled,.v-input--density-compact .v-field--variant-filled{--v-input-control-height: 40px;--v-field-padding-bottom: 0px}.v-field--variant-outlined,.v-field--single-line,.v-field--no-label{--v-field-padding-top: 0px}.v-input--density-default .v-field--variant-outlined,.v-input--density-default .v-field--single-line,.v-input--density-default .v-field--no-label{--v-field-padding-bottom: 16px}.v-input--density-comfortable .v-field--variant-outlined,.v-input--density-comfortable .v-field--single-line,.v-input--density-comfortable .v-field--no-label{--v-field-padding-bottom: 12px}.v-input--density-compact .v-field--variant-outlined,.v-input--density-compact .v-field--single-line,.v-input--density-compact .v-field--no-label{--v-field-padding-bottom: 8px}.v-field--variant-plain,.v-field--variant-underlined{border-radius:0;padding:0}.v-field--variant-plain.v-field,.v-field--variant-underlined.v-field{--v-field-padding-start: 0px;--v-field-padding-end: 0px}.v-input--density-default .v-field--variant-plain,.v-input--density-default .v-field--variant-underlined{--v-input-control-height: 48px;--v-field-padding-top: 4px;--v-field-padding-bottom: 4px}.v-input--density-comfortable .v-field--variant-plain,.v-input--density-comfortable .v-field--variant-underlined{--v-input-control-height: 40px;--v-field-padding-top: 2px;--v-field-padding-bottom: 0px}.v-input--density-compact .v-field--variant-plain,.v-input--density-compact .v-field--variant-underlined{--v-input-control-height: 32px;--v-field-padding-top: 0px;--v-field-padding-bottom: 0px}.v-field--flat{box-shadow:none}.v-field--rounded{border-radius:24px}.v-field.v-field--prepended{--v-field-padding-start: 6px}.v-field.v-field--appended{--v-field-padding-end: 6px}.v-field__input{align-items:center;color:inherit;column-gap:2px;display:flex;flex-wrap:wrap;letter-spacing:.009375em;opacity:var(--v-high-emphasis-opacity);min-height:max(var(--v-input-control-height, 56px),1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));min-width:0;padding-inline:var(--v-field-padding-start) var(--v-field-padding-end);padding-top:var(--v-field-input-padding-top);padding-bottom:var(--v-field-input-padding-bottom);position:relative;width:100%}.v-input--density-default .v-field__input{row-gap:8px}.v-input--density-comfortable .v-field__input{row-gap:6px}.v-input--density-compact .v-field__input{row-gap:4px}.v-field__input input{letter-spacing:inherit}.v-field__input input::placeholder,input.v-field__input::placeholder,textarea.v-field__input::placeholder{color:currentColor;opacity:var(--v-disabled-opacity)}.v-field__input:focus,.v-field__input:active{outline:none}.v-field__input:invalid{box-shadow:none}.v-field__field{flex:1 0;grid-area:field;position:relative;align-items:flex-start;display:flex}.v-field__prepend-inner{grid-area:prepend-inner;padding-inline-end:var(--v-field-padding-after)}.v-field__clearable{grid-area:clear}.v-field__append-inner{grid-area:append-inner;padding-inline-start:var(--v-field-padding-after)}.v-field__append-inner,.v-field__clearable,.v-field__prepend-inner{display:flex;align-items:flex-start;padding-top:var(--v-input-padding-top, 8px)}.v-field--center-affix .v-field__append-inner,.v-field--center-affix .v-field__clearable,.v-field--center-affix .v-field__prepend-inner{align-items:center;padding-top:0}.v-field.v-field--variant-underlined .v-field__append-inner,.v-field.v-field--variant-underlined .v-field__clearable,.v-field.v-field--variant-underlined .v-field__prepend-inner,.v-field.v-field--variant-plain .v-field__append-inner,.v-field.v-field--variant-plain .v-field__clearable,.v-field.v-field--variant-plain .v-field__prepend-inner{align-items:flex-start;padding-top:calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));padding-bottom:var(--v-field-padding-bottom, 4px)}.v-field--focused .v-field__prepend-inner,.v-field--focused .v-field__append-inner{opacity:1}.v-field__prepend-inner>.v-icon,.v-field__append-inner>.v-icon,.v-field__clearable>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-field--disabled .v-field__prepend-inner>.v-icon,.v-field--error .v-field__prepend-inner>.v-icon,.v-field--disabled .v-field__append-inner>.v-icon,.v-field--error .v-field__append-inner>.v-icon,.v-field--disabled .v-field__clearable>.v-icon,.v-field--error .v-field__clearable>.v-icon{opacity:1}.v-field--error:not(.v-field--disabled) .v-field__prepend-inner>.v-icon,.v-field--error:not(.v-field--disabled) .v-field__append-inner>.v-icon,.v-field--error:not(.v-field--disabled) .v-field__clearable>.v-icon{color:rgb(var(--v-theme-error))}.v-field__clearable{cursor:pointer;opacity:0;overflow:hidden;margin-inline:4px;transition:.15s cubic-bezier(.4,0,.2,1);transition-property:opacity,transform,width}.v-field--focused .v-field__clearable,.v-field--persistent-clear .v-field__clearable{opacity:1}@media (hover: hover){.v-field:hover .v-field__clearable{opacity:1}}@media (hover: none){.v-field__clearable{opacity:1}}.v-label.v-field-label{contain:layout paint;display:block;margin-inline-start:var(--v-field-padding-start);margin-inline-end:var(--v-field-padding-end);max-width:calc(100% - var(--v-field-padding-start) - var(--v-field-padding-end));pointer-events:none;position:absolute;top:var(--v-input-padding-top);transform-origin:left center;transition:.15s cubic-bezier(.4,0,.2,1);transition-property:opacity,transform;z-index:1}.v-field--variant-underlined .v-label.v-field-label,.v-field--variant-plain .v-label.v-field-label{top:calc(var(--v-input-padding-top) + var(--v-field-padding-top))}.v-field--center-affix .v-label.v-field-label{top:50%;transform:translateY(-50%)}.v-field--active .v-label.v-field-label{visibility:hidden}.v-field--focused .v-label.v-field-label,.v-field--error .v-label.v-field-label{opacity:1}.v-field--error:not(.v-field--disabled) .v-label.v-field-label{color:rgb(var(--v-theme-error))}.v-label.v-field-label--floating{--v-field-label-scale: .75em;font-size:var(--v-field-label-scale);visibility:hidden;max-width:100%}.v-field--center-affix .v-label.v-field-label--floating{transform:none}.v-field.v-field--active .v-label.v-field-label--floating{visibility:unset}.v-input--density-default .v-field--variant-solo .v-label.v-field-label--floating,.v-input--density-default .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-input--density-default .v-field--variant-filled .v-label.v-field-label--floating,.v-input--density-default .v-field--variant-solo-filled .v-label.v-field-label--floating{top:7px}.v-input--density-comfortable .v-field--variant-solo .v-label.v-field-label--floating,.v-input--density-comfortable .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-input--density-comfortable .v-field--variant-filled .v-label.v-field-label--floating,.v-input--density-comfortable .v-field--variant-solo-filled .v-label.v-field-label--floating{top:5px}.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating{top:3px}.v-field--variant-plain .v-label.v-field-label--floating,.v-field--variant-underlined .v-label.v-field-label--floating{transform:translateY(-16px);margin:0;top:var(--v-input-padding-top)}.v-field--variant-outlined .v-label.v-field-label--floating{transform:translateY(-50%);transform-origin:center;position:static;margin:0 4px}.v-field__outline{--v-field-border-width: 1px;--v-field-border-opacity: .38;align-items:stretch;contain:layout;display:flex;height:100%;left:0;pointer-events:none;position:absolute;right:0;width:100%}@media (hover: hover){.v-field:hover .v-field__outline{--v-field-border-opacity: var(--v-high-emphasis-opacity)}}.v-field--error:not(.v-field--disabled) .v-field__outline{color:rgb(var(--v-theme-error))}.v-field.v-field--focused .v-field__outline,.v-input.v-input--error .v-field__outline{--v-field-border-opacity: 1}.v-field--variant-outlined.v-field--focused .v-field__outline{--v-field-border-width: 2px}.v-field--variant-filled .v-field__outline:before,.v-field--variant-underlined .v-field__outline:before{border-color:currentColor;border-style:solid;border-width:0 0 var(--v-field-border-width);opacity:var(--v-field-border-opacity);transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-filled .v-field__outline:before,.v-field--variant-underlined .v-field__outline:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-field--variant-filled .v-field__outline:after,.v-field--variant-underlined .v-field__outline:after{border-color:currentColor;border-style:solid;border-width:0 0 2px;transform:scaleX(0);transition:transform .15s cubic-bezier(.4,0,.2,1)}.v-field--variant-filled .v-field__outline:after,.v-field--variant-underlined .v-field__outline:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-field--focused.v-field--variant-filled .v-field__outline:after,.v-field--focused.v-field--variant-underlined .v-field__outline:after{transform:scaleX(1)}.v-field--variant-outlined .v-field__outline{border-radius:inherit}.v-field--variant-outlined .v-field__outline__start,.v-field--variant-outlined .v-field__outline__notch:before,.v-field--variant-outlined .v-field__outline__notch:after,.v-field--variant-outlined .v-field__outline__end{border:0 solid currentColor;opacity:var(--v-field-border-opacity);transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-outlined .v-field__outline__start{flex:0 0 12px;border-top-width:var(--v-field-border-width);border-bottom-width:var(--v-field-border-width);border-inline-start-width:var(--v-field-border-width);border-start-start-radius:inherit;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:inherit}.v-field--rounded.v-field--variant-outlined .v-field__outline__start,[class^=rounded-].v-field--variant-outlined .v-field__outline__start,[class*=" rounded-"].v-field--variant-outlined .v-field__outline__start{flex-basis:calc(var(--v-input-control-height) / 2 + 2px)}.v-field--reverse.v-field--variant-outlined .v-field__outline__start{border-start-start-radius:0;border-start-end-radius:inherit;border-end-end-radius:inherit;border-end-start-radius:0;border-inline-end-width:var(--v-field-border-width);border-inline-start-width:0}.v-field--variant-outlined .v-field__outline__notch{flex:none;position:relative;max-width:calc(100% - 12px)}.v-field--variant-outlined .v-field__outline__notch:before,.v-field--variant-outlined .v-field__outline__notch:after{opacity:var(--v-field-border-opacity);transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-outlined .v-field__outline__notch:before,.v-field--variant-outlined .v-field__outline__notch:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-field--variant-outlined .v-field__outline__notch:before{border-width:var(--v-field-border-width) 0 0}.v-field--variant-outlined .v-field__outline__notch:after{bottom:0;border-width:0 0 var(--v-field-border-width)}.v-field--active.v-field--variant-outlined .v-field__outline__notch:before{opacity:0}.v-field--variant-outlined .v-field__outline__end{flex:1;border-top-width:var(--v-field-border-width);border-bottom-width:var(--v-field-border-width);border-inline-end-width:var(--v-field-border-width);border-start-start-radius:0;border-start-end-radius:inherit;border-end-end-radius:inherit;border-end-start-radius:0}.v-field--reverse.v-field--variant-outlined .v-field__outline__end{border-start-start-radius:inherit;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:inherit;border-inline-end-width:0;border-inline-start-width:var(--v-field-border-width)}.v-field__loader{top:calc(100% - 2px);left:0;position:absolute;right:0;width:100%;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;overflow:hidden}.v-field--variant-outlined .v-field__loader{top:calc(100% - 3px);width:calc(100% - 2px);left:1px}.v-field__overlay{border-radius:inherit;pointer-events:none}.v-field__overlay{position:absolute;top:0;left:0;width:100%;height:100%}.v-field--variant-filled .v-field__overlay{background-color:currentColor;opacity:.04;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-filled.v-field--has-background .v-field__overlay{opacity:0}@media (hover: hover){.v-field--variant-filled:hover .v-field__overlay{opacity:calc((.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}}.v-field--variant-filled.v-field--focused .v-field__overlay{opacity:calc((.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}.v-field--variant-solo-filled .v-field__overlay{background-color:currentColor;opacity:.04;transition:opacity .25s cubic-bezier(.4,0,.2,1)}@media (hover: hover){.v-field--variant-solo-filled:hover .v-field__overlay{opacity:calc((.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}}.v-field--variant-solo-filled.v-field--focused .v-field__overlay{opacity:calc((.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}.v-field--variant-solo-inverted .v-field__overlay{transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-solo-inverted.v-field--has-background .v-field__overlay{opacity:0}@media (hover: hover){.v-field--variant-solo-inverted:hover .v-field__overlay{opacity:calc((.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}}.v-field--variant-solo-inverted.v-field--focused .v-field__overlay{background-color:rgb(var(--v-theme-surface-variant));opacity:1}.v-field--reverse .v-field__field,.v-field--reverse .v-field__input,.v-field--reverse .v-field__outline{flex-direction:row-reverse}.v-field--reverse .v-field__input,.v-field--reverse input{text-align:end}.v-input--disabled .v-field--variant-filled .v-field__outline:before,.v-input--disabled .v-field--variant-underlined .v-field__outline:before{border-image:repeating-linear-gradient(to right,rgba(var(--v-theme-on-surface),var(--v-disabled-opacity)) 0px,rgba(var(--v-theme-on-surface),var(--v-disabled-opacity)) 2px,transparent 2px,transparent 4px) 1 repeat}.v-field--loading .v-field__outline:after,.v-field--loading .v-field__outline:before{opacity:0} diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/app-cT5gNRjW.js b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/app-cT5gNRjW.js new file mode 100644 index 0000000..ca78542 --- /dev/null +++ b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/app-cT5gNRjW.js @@ -0,0 +1 @@ +import{M as Me,aI as ct,g as G,aJ as dt,aK as ve,aL as ft,p as M,aM as jt,c as f,y as j,a6 as te,m as ee,b as ye,u as Q,O as ne,a0 as Ut,n as ce,ar as ge,f as g,W as vt,ah as Z,h as Gt,t as U,s as J,r as D,aG as mt,am as he,an as Te,a5 as ue,Y as Pe,a1 as ae,aF as yt,U as oe,P as Yt,aN as gt,X as be,G as Kt,as as Xt,k as ht,o as bt,q as me,w as $,aO as Jt,au as xt,av as St,d as $e,e as De,ak as ie,aP as Qt,i as K,j as Xe,z as Ne,aQ as wt,aR as Zt,aS as Je,Q as en,aa as Ct,aT as tn,aq as nn,aU as an,ao as We,aV as ln,aW as on,aX as rn,aY as sn}from"./index-KF56cXUu.js";import{i as Et,R as un,h as kt,o as Vt,B as He,u as ze,C as qe,M as je,E as Qe,F as _e,G as Ie,H as Ze,I as et,J as cn,K as dn,l as fn,b as vn,n as mn,e as yn,L as gn,f as hn,N as bn}from"./VAvatar-CBxZwzSi.js";class le{constructor(n){let{x:t,y:a,width:l,height:o}=n;this.x=t,this.y=a,this.width=l,this.height=o}get top(){return this.y}get bottom(){return this.y+this.height}get left(){return this.x}get right(){return this.x+this.width}}function tt(e,n){return{x:{before:Math.max(0,n.left-e.left),after:Math.max(0,e.right-n.right)},y:{before:Math.max(0,n.top-e.top),after:Math.max(0,e.bottom-n.bottom)}}}function Pt(e){return Array.isArray(e)?new le({x:e[0],y:e[1],width:0,height:0}):e.getBoundingClientRect()}function Ue(e){const n=e.getBoundingClientRect(),t=getComputedStyle(e),a=t.transform;if(a){let l,o,r,i,u;if(a.startsWith("matrix3d("))l=a.slice(9,-1).split(/, /),o=+l[0],r=+l[5],i=+l[12],u=+l[13];else if(a.startsWith("matrix("))l=a.slice(7,-1).split(/, /),o=+l[0],r=+l[3],i=+l[4],u=+l[5];else return new le(n);const d=t.transformOrigin,s=n.x-i-(1-o)*parseFloat(d),y=n.y-u-(1-r)*parseFloat(d.slice(d.indexOf(" ")+1)),x=o?n.width/o:e.offsetWidth+1,h=r?n.height/r:e.offsetHeight+1;return new le({x:s,y,width:x,height:h})}else return new le(n)}function se(e,n,t){if(typeof e.animate>"u")return{finished:Promise.resolve()};let a;try{a=e.animate(n,t)}catch{return{finished:Promise.resolve()}}return typeof a.finished>"u"&&(a.finished=new Promise(l=>{a.onfinish=()=>{l(a)}})),a}const we=new WeakMap;function xn(e,n){Object.keys(n).forEach(t=>{if(Me(t)){const a=ct(t),l=we.get(e);if(n[t]==null)l==null||l.forEach(o=>{const[r,i]=o;r===a&&(e.removeEventListener(a,i),l.delete(o))});else if(!l||![...l].some(o=>o[0]===a&&o[1]===n[t])){e.addEventListener(a,n[t]);const o=l||new Set;o.add([a,n[t]]),we.has(e)||we.set(e,o)}}else n[t]==null?e.removeAttribute(t):e.setAttribute(t,n[t])})}function Sn(e,n){Object.keys(n).forEach(t=>{if(Me(t)){const a=ct(t),l=we.get(e);l==null||l.forEach(o=>{const[r,i]=o;r===a&&(e.removeEventListener(a,i),l.delete(o))})}else e.removeAttribute(t)})}function At(e){if(typeof e.getRootNode!="function"){for(;e.parentNode;)e=e.parentNode;return e!==document?null:document}const n=e.getRootNode();return n!==document&&n.getRootNode({composed:!0})!==document?null:n}const Ee="cubic-bezier(0.4, 0, 0.2, 1)",wn="cubic-bezier(0.0, 0, 0.2, 1)",Cn="cubic-bezier(0.4, 0, 1, 1)";function En(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;for(;e;){if(n?kn(e):Ge(e))return e;e=e.parentElement}return document.scrollingElement}function ke(e,n){const t=[];if(n&&e&&!n.contains(e))return t;for(;e&&(Ge(e)&&t.push(e),e!==n);)e=e.parentElement;return t}function Ge(e){if(!e||e.nodeType!==Node.ELEMENT_NODE)return!1;const n=window.getComputedStyle(e);return n.overflowY==="scroll"||n.overflowY==="auto"&&e.scrollHeight>e.clientHeight}function kn(e){if(!e||e.nodeType!==Node.ELEMENT_NODE)return!1;const n=window.getComputedStyle(e);return["scroll","auto"].includes(n.overflowY)}function Vn(e){for(;e;){if(window.getComputedStyle(e).position==="fixed")return!0;e=e.offsetParent}return!1}const Pn=M({disabled:Boolean,group:Boolean,hideOnLeave:Boolean,leaveAbsolute:Boolean,mode:String,origin:String},"transition");function Y(e,n,t){return G()({name:e,props:Pn({mode:t,origin:n}),setup(a,l){let{slots:o}=l;const r={onBeforeEnter(i){a.origin&&(i.style.transformOrigin=a.origin)},onLeave(i){if(a.leaveAbsolute){const{offsetTop:u,offsetLeft:d,offsetWidth:s,offsetHeight:y}=i;i._transitionInitialStyles={position:i.style.position,top:i.style.top,left:i.style.left,width:i.style.width,height:i.style.height},i.style.position="absolute",i.style.top=`${u}px`,i.style.left=`${d}px`,i.style.width=`${s}px`,i.style.height=`${y}px`}a.hideOnLeave&&i.style.setProperty("display","none","important")},onAfterLeave(i){if(a.leaveAbsolute&&(i!=null&&i._transitionInitialStyles)){const{position:u,top:d,left:s,width:y,height:x}=i._transitionInitialStyles;delete i._transitionInitialStyles,i.style.position=u||"",i.style.top=d||"",i.style.left=s||"",i.style.width=y||"",i.style.height=x||""}}};return()=>{const i=a.group?dt:ve;return ft(i,{name:a.disabled?"":e,css:!a.disabled,...a.group?void 0:{mode:a.mode},...a.disabled?{}:r},o.default)}}})}function _t(e,n){let t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"in-out";return G()({name:e,props:{mode:{type:String,default:t},disabled:Boolean,group:Boolean},setup(a,l){let{slots:o}=l;const r=a.group?dt:ve;return()=>ft(r,{name:a.disabled?"":e,css:!a.disabled,...a.disabled?{}:n},o.default)}})}function It(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";const t=(arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1)?"width":"height",a=jt(`offset-${t}`);return{onBeforeEnter(r){r._parent=r.parentNode,r._initialStyle={transition:r.style.transition,overflow:r.style.overflow,[t]:r.style[t]}},onEnter(r){const i=r._initialStyle;r.style.setProperty("transition","none","important"),r.style.overflow="hidden";const u=`${r[a]}px`;r.style[t]="0",r.offsetHeight,r.style.transition=i.transition,e&&r._parent&&r._parent.classList.add(e),requestAnimationFrame(()=>{r.style[t]=u})},onAfterEnter:o,onEnterCancelled:o,onLeave(r){r._initialStyle={transition:"",overflow:r.style.overflow,[t]:r.style[t]},r.style.overflow="hidden",r.style[t]=`${r[a]}px`,r.offsetHeight,requestAnimationFrame(()=>r.style[t]="0")},onAfterLeave:l,onLeaveCancelled:l};function l(r){e&&r._parent&&r._parent.classList.remove(e),o(r)}function o(r){const i=r._initialStyle[t];r.style.overflow=r._initialStyle.overflow,i!=null&&(r.style[t]=i),delete r._initialStyle}}const An=M({target:[Object,Array]},"v-dialog-transition"),ka=G()({name:"VDialogTransition",props:An(),setup(e,n){let{slots:t}=n;const a={onBeforeEnter(l){l.style.pointerEvents="none",l.style.visibility="hidden"},async onEnter(l,o){var x;await new Promise(h=>requestAnimationFrame(h)),await new Promise(h=>requestAnimationFrame(h)),l.style.visibility="";const{x:r,y:i,sx:u,sy:d,speed:s}=at(e.target,l),y=se(l,[{transform:`translate(${r}px, ${i}px) scale(${u}, ${d})`,opacity:0},{}],{duration:225*s,easing:wn});(x=nt(l))==null||x.forEach(h=>{se(h,[{opacity:0},{opacity:0,offset:.33},{}],{duration:225*2*s,easing:Ee})}),y.finished.then(()=>o())},onAfterEnter(l){l.style.removeProperty("pointer-events")},onBeforeLeave(l){l.style.pointerEvents="none"},async onLeave(l,o){var x;await new Promise(h=>requestAnimationFrame(h));const{x:r,y:i,sx:u,sy:d,speed:s}=at(e.target,l);se(l,[{},{transform:`translate(${r}px, ${i}px) scale(${u}, ${d})`,opacity:0}],{duration:125*s,easing:Cn}).finished.then(()=>o()),(x=nt(l))==null||x.forEach(h=>{se(h,[{},{opacity:0,offset:.2},{opacity:0}],{duration:125*2*s,easing:Ee})})},onAfterLeave(l){l.style.removeProperty("pointer-events")}};return()=>e.target?f(ve,j({name:"dialog-transition"},a,{css:!1}),t):f(ve,{name:"dialog-transition"},t)}});function nt(e){var t;const n=(t=e.querySelector(":scope > .v-card, :scope > .v-sheet, :scope > .v-list"))==null?void 0:t.children;return n&&[...n]}function at(e,n){const t=Pt(e),a=Ue(n),[l,o]=getComputedStyle(n).transformOrigin.split(" ").map(C=>parseFloat(C)),[r,i]=getComputedStyle(n).getPropertyValue("--v-overlay-anchor-origin").split(" ");let u=t.left+t.width/2;r==="left"||i==="left"?u-=t.width/2:(r==="right"||i==="right")&&(u+=t.width/2);let d=t.top+t.height/2;r==="top"||i==="top"?d-=t.height/2:(r==="bottom"||i==="bottom")&&(d+=t.height/2);const s=t.width/a.width,y=t.height/a.height,x=Math.max(1,s,y),h=s/x||0,b=y/x||0,v=a.width*a.height/(window.innerWidth*window.innerHeight),A=v>.12?Math.min(1.5,(v-.12)*10+1):1;return{x:u-(l+a.left),y:d-(o+a.top),sx:h,sy:b,speed:A}}Y("fab-transition","center center","out-in");Y("dialog-bottom-transition");Y("dialog-top-transition");const Va=Y("fade-transition"),Pa=Y("scale-transition");Y("scroll-x-transition");Y("scroll-x-reverse-transition");Y("scroll-y-transition");Y("scroll-y-reverse-transition");Y("slide-x-transition");Y("slide-x-reverse-transition");const Ot=Y("slide-y-transition");Y("slide-y-reverse-transition");const Aa=_t("expand-transition",It()),_n=_t("expand-x-transition",It("",!0)),In=M({text:String,onClick:te(),...ee(),...ye()},"VLabel"),Bt=G()({name:"VLabel",props:In(),setup(e,n){let{slots:t}=n;return Q(()=>{var a;return f("label",{class:["v-label",{"v-label--clickable":!!e.onClick},e.class],style:e.style,onClick:e.onClick},[e.text,(a=t.default)==null?void 0:a.call(t)])}),{}}}),Ft=Symbol.for("vuetify:selection-control-group"),Rt=M({color:String,disabled:{type:Boolean,default:null},defaultsTarget:String,error:Boolean,id:String,inline:Boolean,falseIcon:ne,trueIcon:ne,ripple:{type:[Boolean,Object],default:!0},multiple:{type:Boolean,default:null},name:String,readonly:{type:Boolean,default:null},modelValue:null,type:String,valueComparator:{type:Function,default:Ut},...ee(),...Et(),...ye()},"SelectionControlGroup"),On=M({...Rt({defaultsTarget:"VSelectionControl"})},"VSelectionControlGroup");G()({name:"VSelectionControlGroup",props:On(),emits:{"update:modelValue":e=>!0},setup(e,n){let{slots:t}=n;const a=ce(e,"modelValue"),l=ge(),o=g(()=>e.id||`v-selection-control-group-${l}`),r=g(()=>e.name||o.value),i=new Set;return vt(Ft,{modelValue:a,forceUpdate:()=>{i.forEach(u=>u())},onForceUpdate:u=>{i.add(u),Z(()=>{i.delete(u)})}}),Gt({[e.defaultsTarget]:{color:U(e,"color"),disabled:U(e,"disabled"),density:U(e,"density"),error:U(e,"error"),inline:U(e,"inline"),modelValue:a,multiple:g(()=>!!e.multiple||e.multiple==null&&Array.isArray(a.value)),name:r,falseIcon:U(e,"falseIcon"),trueIcon:U(e,"trueIcon"),readonly:U(e,"readonly"),ripple:U(e,"ripple"),type:U(e,"type"),valueComparator:U(e,"valueComparator")}}),Q(()=>{var u;return f("div",{class:["v-selection-control-group",{"v-selection-control-group--inline":e.inline},e.class],style:e.style,role:e.type==="radio"?"radiogroup":void 0},[(u=t.default)==null?void 0:u.call(t)])}),{}}});const Bn=M({label:String,baseColor:String,trueValue:null,falseValue:null,value:null,...ee(),...Rt()},"VSelectionControl");function Fn(e){const n=Pe(Ft,void 0),{densityClasses:t}=Vt(e),a=ce(e,"modelValue"),l=g(()=>e.trueValue!==void 0?e.trueValue:e.value!==void 0?e.value:!0),o=g(()=>e.falseValue!==void 0?e.falseValue:!1),r=g(()=>!!e.multiple||e.multiple==null&&Array.isArray(a.value)),i=g({get(){const h=n?n.modelValue.value:a.value;return r.value?ae(h).some(b=>e.valueComparator(b,l.value)):e.valueComparator(h,l.value)},set(h){if(e.readonly)return;const b=h?l.value:o.value;let v=b;r.value&&(v=h?[...ae(a.value),b]:ae(a.value).filter(A=>!e.valueComparator(A,l.value))),n?n.modelValue.value=v:a.value=v}}),{textColorClasses:u,textColorStyles:d}=He(g(()=>{if(!(e.error||e.disabled))return i.value?e.color:e.baseColor})),{backgroundColorClasses:s,backgroundColorStyles:y}=ze(g(()=>i.value&&!e.error&&!e.disabled?e.color:e.baseColor)),x=g(()=>i.value?e.trueIcon:e.falseIcon);return{group:n,densityClasses:t,trueValue:l,falseValue:o,model:i,textColorClasses:u,textColorStyles:d,backgroundColorClasses:s,backgroundColorStyles:y,icon:x}}const _a=G()({name:"VSelectionControl",directives:{Ripple:un},inheritAttrs:!1,props:Bn(),emits:{"update:modelValue":e=>!0},setup(e,n){let{attrs:t,slots:a}=n;const{group:l,densityClasses:o,icon:r,model:i,textColorClasses:u,textColorStyles:d,backgroundColorClasses:s,backgroundColorStyles:y,trueValue:x}=Fn(e),h=ge(),b=J(!1),v=J(!1),A=D(),C=g(()=>e.id||`input-${h}`),P=g(()=>!e.disabled&&!e.readonly);l==null||l.onForceUpdate(()=>{A.value&&(A.value.checked=i.value)});function m(S){P.value&&(b.value=!0,yt(S.target,":focus-visible")!==!1&&(v.value=!0))}function E(){b.value=!1,v.value=!1}function O(S){S.stopPropagation()}function k(S){if(!P.value){A.value&&(A.value.checked=i.value);return}e.readonly&&l&&oe(()=>l.forceUpdate()),i.value=S.target.checked}return Q(()=>{var I,_;const S=a.label?a.label({label:e.label,props:{for:C.value}}):e.label,[c,B]=mt(t),N=f("input",j({ref:A,checked:i.value,disabled:!!e.disabled,id:C.value,onBlur:E,onFocus:m,onInput:k,"aria-disabled":!!e.disabled,"aria-label":e.label,type:e.type,value:x.value,name:e.name,"aria-checked":e.type==="checkbox"?i.value:void 0},B),null);return f("div",j({class:["v-selection-control",{"v-selection-control--dirty":i.value,"v-selection-control--disabled":e.disabled,"v-selection-control--error":e.error,"v-selection-control--focused":b.value,"v-selection-control--focus-visible":v.value,"v-selection-control--inline":e.inline},o.value,e.class]},c,{style:e.style}),[f("div",{class:["v-selection-control__wrapper",u.value],style:d.value},[(I=a.default)==null?void 0:I.call(a,{backgroundColorClasses:s,backgroundColorStyles:y}),he(f("div",{class:["v-selection-control__input"]},[((_=a.input)==null?void 0:_.call(a,{model:i,textColorClasses:u,textColorStyles:d,backgroundColorClasses:s,backgroundColorStyles:y,inputNode:N,icon:r.value,props:{onFocus:m,onBlur:E,id:C.value}}))??f(ue,null,[r.value&&f(kt,{key:"icon",icon:r.value},null),N])]),[[Te("ripple"),e.ripple&&[!e.disabled&&!e.readonly,null,["center","circle"]]]])]),S&&f(Bt,{for:C.value,onClick:O},{default:()=>[S]})])}),{isFocused:b,input:A}}});function pt(e){const{t:n}=Yt();function t(a){let{name:l}=a;const o={prepend:"prependAction",prependInner:"prependAction",append:"appendAction",appendInner:"appendAction",clear:"clear"}[l],r=e[`onClick:${l}`],i=r&&o?n(`$vuetify.input.${o}`,e.label??""):void 0;return f(kt,{icon:e[`${l}Icon`],"aria-label":i,onClick:r},null)}return{InputIcon:t}}const Rn=M({active:Boolean,color:String,messages:{type:[Array,String],default:()=>[]},...ee(),...qe({transition:{component:Ot,leaveAbsolute:!0,group:!0}})},"VMessages"),pn=G()({name:"VMessages",props:Rn(),setup(e,n){let{slots:t}=n;const a=g(()=>ae(e.messages)),{textColorClasses:l,textColorStyles:o}=He(g(()=>e.color));return Q(()=>f(je,{transition:e.transition,tag:"div",class:["v-messages",l.value,e.class],style:[o.value,e.style],role:"alert","aria-live":"polite"},{default:()=>[e.active&&a.value.map((r,i)=>f("div",{class:"v-messages__message",key:`${i}-${a.value}`},[t.message?t.message({message:r}):r]))]})),{}}}),Lt=M({focused:Boolean,"onUpdate:focused":te()},"focus");function Mt(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:gt();const t=ce(e,"focused"),a=g(()=>({[`${n}--focused`]:t.value}));function l(){t.value=!0}function o(){t.value=!1}return{focusClasses:a,isFocused:t,focus:l,blur:o}}const Ln=Symbol.for("vuetify:form");function Mn(e){const n=Pe(Ln,null);return{...n,isReadonly:g(()=>!!((e==null?void 0:e.readonly)??(n==null?void 0:n.isReadonly.value))),isDisabled:g(()=>!!((e==null?void 0:e.disabled)??(n==null?void 0:n.isDisabled.value)))}}const Tn=M({disabled:{type:Boolean,default:null},error:Boolean,errorMessages:{type:[Array,String],default:()=>[]},maxErrors:{type:[Number,String],default:1},name:String,label:String,readonly:{type:Boolean,default:null},rules:{type:Array,default:()=>[]},modelValue:null,validateOn:String,validationValue:null,...Lt()},"validation");function $n(e){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:gt(),t=arguments.length>2&&arguments[2]!==void 0?arguments[2]:ge();const a=ce(e,"modelValue"),l=g(()=>e.validationValue===void 0?a.value:e.validationValue),o=Mn(e),r=D([]),i=J(!0),u=g(()=>!!(ae(a.value===""?null:a.value).length||ae(l.value===""?null:l.value).length)),d=g(()=>{var m;return(m=e.errorMessages)!=null&&m.length?ae(e.errorMessages).concat(r.value).slice(0,Math.max(0,+e.maxErrors)):r.value}),s=g(()=>{var O;let m=(e.validateOn??((O=o.validateOn)==null?void 0:O.value))||"input";m==="lazy"&&(m="input lazy"),m==="eager"&&(m="input eager");const E=new Set((m==null?void 0:m.split(" "))??[]);return{input:E.has("input"),blur:E.has("blur")||E.has("input")||E.has("invalid-input"),invalidInput:E.has("invalid-input"),lazy:E.has("lazy"),eager:E.has("eager")}}),y=g(()=>{var m;return e.error||(m=e.errorMessages)!=null&&m.length?!1:e.rules.length?i.value?r.value.length||s.value.lazy?null:!0:!r.value.length:!0}),x=J(!1),h=g(()=>({[`${n}--error`]:y.value===!1,[`${n}--dirty`]:u.value,[`${n}--disabled`]:o.isDisabled.value,[`${n}--readonly`]:o.isReadonly.value})),b=be("validation"),v=g(()=>e.name??Kt(t));Xt(()=>{var m;(m=o.register)==null||m.call(o,{id:v.value,vm:b,validate:P,reset:A,resetValidation:C})}),ht(()=>{var m;(m=o.unregister)==null||m.call(o,v.value)}),bt(async()=>{var m;s.value.lazy||await P(!s.value.eager),(m=o.update)==null||m.call(o,v.value,y.value,d.value)}),me(()=>s.value.input||s.value.invalidInput&&y.value===!1,()=>{$(l,()=>{if(l.value!=null)P();else if(e.focused){const m=$(()=>e.focused,E=>{E||P(),m()})}})}),me(()=>s.value.blur,()=>{$(()=>e.focused,m=>{m||P()})}),$([y,d],()=>{var m;(m=o.update)==null||m.call(o,v.value,y.value,d.value)});async function A(){a.value=null,await oe(),await C()}async function C(){i.value=!0,s.value.lazy?r.value=[]:await P(!s.value.eager)}async function P(){let m=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;const E=[];x.value=!0;for(const O of e.rules){if(E.length>=+(e.maxErrors??1))break;const S=await(typeof O=="function"?O:()=>O)(l.value);if(S!==!0){if(S!==!1&&typeof S!="string"){console.warn(`${S} is not a valid value. Rule functions must return boolean true or a string.`);continue}E.push(S||"")}}return r.value=E,x.value=!1,i.value=m,r.value}return{errorMessages:d,isDirty:u,isDisabled:o.isDisabled,isReadonly:o.isReadonly,isPristine:i,isValid:y,isValidating:x,reset:A,resetValidation:C,validate:P,validationClasses:h}}const Tt=M({id:String,appendIcon:ne,centerAffix:{type:Boolean,default:!0},prependIcon:ne,hideDetails:[Boolean,String],hideSpinButtons:Boolean,hint:String,persistentHint:Boolean,messages:{type:[Array,String],default:()=>[]},direction:{type:String,default:"horizontal",validator:e=>["horizontal","vertical"].includes(e)},"onClick:prepend":te(),"onClick:append":te(),...ee(),...Et(),...Jt(xt(),["maxWidth","minWidth","width"]),...ye(),...Tn()},"VInput"),lt=G()({name:"VInput",props:{...Tt()},emits:{"update:modelValue":e=>!0},setup(e,n){let{attrs:t,slots:a,emit:l}=n;const{densityClasses:o}=Vt(e),{dimensionStyles:r}=St(e),{themeClasses:i}=$e(e),{rtlClasses:u}=De(),{InputIcon:d}=pt(e),s=ge(),y=g(()=>e.id||`input-${s}`),x=g(()=>`${y.value}-messages`),{errorMessages:h,isDirty:b,isDisabled:v,isReadonly:A,isPristine:C,isValid:P,isValidating:m,reset:E,resetValidation:O,validate:k,validationClasses:S}=$n(e,"v-input",y),c=g(()=>({id:y,messagesId:x,isDirty:b,isDisabled:v,isReadonly:A,isPristine:C,isValid:P,isValidating:m,reset:E,resetValidation:O,validate:k})),B=g(()=>{var N;return(N=e.errorMessages)!=null&&N.length||!C.value&&h.value.length?h.value:e.hint&&(e.persistentHint||e.focused)?e.hint:e.messages});return Q(()=>{var w,F,L,T;const N=!!(a.prepend||e.prependIcon),I=!!(a.append||e.appendIcon),_=B.value.length>0,V=!e.hideDetails||e.hideDetails==="auto"&&(_||!!a.details);return f("div",{class:["v-input",`v-input--${e.direction}`,{"v-input--center-affix":e.centerAffix,"v-input--hide-spin-buttons":e.hideSpinButtons},o.value,i.value,u.value,S.value,e.class],style:[r.value,e.style]},[N&&f("div",{key:"prepend",class:"v-input__prepend"},[(w=a.prepend)==null?void 0:w.call(a,c.value),e.prependIcon&&f(d,{key:"prepend-icon",name:"prepend"},null)]),a.default&&f("div",{class:"v-input__control"},[(F=a.default)==null?void 0:F.call(a,c.value)]),I&&f("div",{key:"append",class:"v-input__append"},[e.appendIcon&&f(d,{key:"append-icon",name:"append"},null),(L=a.append)==null?void 0:L.call(a,c.value)]),V&&f("div",{class:"v-input__details"},[f(pn,{id:x.value,active:_,messages:B.value},{message:a.message}),(T=a.details)==null?void 0:T.call(a,c.value)])])}),{reset:E,resetValidation:O,validate:k,isValid:P,errorMessages:h}}});function Oe(e,n){return{x:e.x+n.x,y:e.y+n.y}}function Dn(e,n){return{x:e.x-n.x,y:e.y-n.y}}function ot(e,n){if(e.side==="top"||e.side==="bottom"){const{side:t,align:a}=e,l=a==="left"?0:a==="center"?n.width/2:a==="right"?n.width:a,o=t==="top"?0:t==="bottom"?n.height:t;return Oe({x:l,y:o},n)}else if(e.side==="left"||e.side==="right"){const{side:t,align:a}=e,l=t==="left"?0:t==="right"?n.width:t,o=a==="top"?0:a==="center"?n.height/2:a==="bottom"?n.height:a;return Oe({x:l,y:o},n)}return Oe({x:n.width/2,y:n.height/2},n)}const $t={static:Hn,connected:qn},Nn=M({locationStrategy:{type:[String,Function],default:"static",validator:e=>typeof e=="function"||e in $t},location:{type:String,default:"bottom"},origin:{type:String,default:"auto"},offset:[Number,String,Array]},"VOverlay-location-strategies");function Wn(e,n){const t=D({}),a=D();ie&&me(()=>!!(n.isActive.value&&e.locationStrategy),o=>{var r,i;$(()=>e.locationStrategy,o),Z(()=>{window.removeEventListener("resize",l),a.value=void 0}),window.addEventListener("resize",l,{passive:!0}),typeof e.locationStrategy=="function"?a.value=(r=e.locationStrategy(n,e,t))==null?void 0:r.updateLocation:a.value=(i=$t[e.locationStrategy](n,e,t))==null?void 0:i.updateLocation});function l(o){var r;(r=a.value)==null||r.call(a,o)}return{contentStyles:t,updateLocation:a}}function Hn(){}function zn(e,n){const t=Ue(e);return n?t.x+=parseFloat(e.style.right||0):t.x-=parseFloat(e.style.left||0),t.y-=parseFloat(e.style.top||0),t}function qn(e,n,t){(Array.isArray(e.target.value)||Vn(e.target.value))&&Object.assign(t.value,{position:"fixed",top:0,[e.isRtl.value?"right":"left"]:0});const{preferredAnchor:l,preferredOrigin:o}=Qt(()=>{const b=Qe(n.location,e.isRtl.value),v=n.origin==="overlap"?b:n.origin==="auto"?_e(b):Qe(n.origin,e.isRtl.value);return b.side===v.side&&b.align===Ie(v).align?{preferredAnchor:Ze(b),preferredOrigin:Ze(v)}:{preferredAnchor:b,preferredOrigin:v}}),[r,i,u,d]=["minWidth","minHeight","maxWidth","maxHeight"].map(b=>g(()=>{const v=parseFloat(n[b]);return isNaN(v)?1/0:v})),s=g(()=>{if(Array.isArray(n.offset))return n.offset;if(typeof n.offset=="string"){const b=n.offset.split(" ").map(parseFloat);return b.length<2&&b.push(0),b}return typeof n.offset=="number"?[n.offset,0]:[0,0]});let y=!1;const x=new ResizeObserver(()=>{y&&h()});$([e.target,e.contentEl],(b,v)=>{let[A,C]=b,[P,m]=v;P&&!Array.isArray(P)&&x.unobserve(P),A&&!Array.isArray(A)&&x.observe(A),m&&x.unobserve(m),C&&x.observe(C)},{immediate:!0}),Z(()=>{x.disconnect()});function h(){if(y=!1,requestAnimationFrame(()=>y=!0),!e.target.value||!e.contentEl.value)return;const b=Pt(e.target.value),v=zn(e.contentEl.value,e.isRtl.value),A=ke(e.contentEl.value),C=12;A.length||(A.push(document.documentElement),e.contentEl.value.style.top&&e.contentEl.value.style.left||(v.x-=parseFloat(document.documentElement.style.getPropertyValue("--v-body-scroll-x")||0),v.y-=parseFloat(document.documentElement.style.getPropertyValue("--v-body-scroll-y")||0)));const P=A.reduce((I,_)=>{const V=_.getBoundingClientRect(),w=new le({x:_===document.documentElement?0:V.x,y:_===document.documentElement?0:V.y,width:_.clientWidth,height:_.clientHeight});return I?new le({x:Math.max(I.left,w.left),y:Math.max(I.top,w.top),width:Math.min(I.right,w.right)-Math.max(I.left,w.left),height:Math.min(I.bottom,w.bottom)-Math.max(I.top,w.top)}):w},void 0);P.x+=C,P.y+=C,P.width-=C*2,P.height-=C*2;let m={anchor:l.value,origin:o.value};function E(I){const _=new le(v),V=ot(I.anchor,b),w=ot(I.origin,_);let{x:F,y:L}=Dn(V,w);switch(I.anchor.side){case"top":L-=s.value[0];break;case"bottom":L+=s.value[0];break;case"left":F-=s.value[0];break;case"right":F+=s.value[0];break}switch(I.anchor.align){case"top":L-=s.value[1];break;case"bottom":L+=s.value[1];break;case"left":F-=s.value[1];break;case"right":F+=s.value[1];break}return _.x+=F,_.y+=L,_.width=Math.min(_.width,u.value),_.height=Math.min(_.height,d.value),{overflows:tt(_,P),x:F,y:L}}let O=0,k=0;const S={x:0,y:0},c={x:!1,y:!1};let B=-1;for(;!(B++>10);){const{x:I,y:_,overflows:V}=E(m);O+=I,k+=_,v.x+=I,v.y+=_;{const w=et(m.anchor),F=V.x.before||V.x.after,L=V.y.before||V.y.after;let T=!1;if(["x","y"].forEach(R=>{if(R==="x"&&F&&!c.x||R==="y"&&L&&!c.y){const W={anchor:{...m.anchor},origin:{...m.origin}},H=R==="x"?w==="y"?Ie:_e:w==="y"?_e:Ie;W.anchor=H(W.anchor),W.origin=H(W.origin);const{overflows:z}=E(W);(z[R].before<=V[R].before&&z[R].after<=V[R].after||z[R].before+z[R].after<(V[R].before+V[R].after)/2)&&(m=W,T=c[R]=!0)}}),T)continue}V.x.before&&(O+=V.x.before,v.x+=V.x.before),V.x.after&&(O-=V.x.after,v.x-=V.x.after),V.y.before&&(k+=V.y.before,v.y+=V.y.before),V.y.after&&(k-=V.y.after,v.y-=V.y.after);{const w=tt(v,P);S.x=P.width-w.x.before-w.x.after,S.y=P.height-w.y.before-w.y.after,O+=w.x.before,v.x+=w.x.before,k+=w.y.before,v.y+=w.y.before}break}const N=et(m.anchor);return Object.assign(t.value,{"--v-overlay-anchor-origin":`${m.anchor.side} ${m.anchor.align}`,transformOrigin:`${m.origin.side} ${m.origin.align}`,top:K(Be(k)),left:e.isRtl.value?void 0:K(Be(O)),right:e.isRtl.value?K(Be(-O)):void 0,minWidth:K(N==="y"?Math.min(r.value,b.width):r.value),maxWidth:K(it(Xe(S.x,r.value===1/0?0:r.value,u.value))),maxHeight:K(it(Xe(S.y,i.value===1/0?0:i.value,d.value)))}),{available:S,contentBox:v}}return $(()=>[l.value,o.value,n.offset,n.minWidth,n.minHeight,n.maxWidth,n.maxHeight],()=>h()),oe(()=>{const b=h();if(!b)return;const{available:v,contentBox:A}=b;A.height>v.y&&requestAnimationFrame(()=>{h(),requestAnimationFrame(()=>{h()})})}),{updateLocation:h}}function Be(e){return Math.round(e*devicePixelRatio)/devicePixelRatio}function it(e){return Math.ceil(e*devicePixelRatio)/devicePixelRatio}let pe=!0;const Ve=[];function jn(e){!pe||Ve.length?(Ve.push(e),Le()):(pe=!1,e(),Le())}let rt=-1;function Le(){cancelAnimationFrame(rt),rt=requestAnimationFrame(()=>{const e=Ve.shift();e&&e(),Ve.length?Le():pe=!0})}const Ce={none:null,close:Yn,block:Kn,reposition:Xn},Un=M({scrollStrategy:{type:[String,Function],default:"block",validator:e=>typeof e=="function"||e in Ce}},"VOverlay-scroll-strategies");function Gn(e,n){if(!ie)return;let t;Ne(async()=>{t==null||t.stop(),n.isActive.value&&e.scrollStrategy&&(t=wt(),await new Promise(a=>setTimeout(a)),t.active&&t.run(()=>{var a;typeof e.scrollStrategy=="function"?e.scrollStrategy(n,e,t):(a=Ce[e.scrollStrategy])==null||a.call(Ce,n,e,t)}))}),Z(()=>{t==null||t.stop()})}function Yn(e){function n(t){e.isActive.value=!1}Dt(e.targetEl.value??e.contentEl.value,n)}function Kn(e,n){var r;const t=(r=e.root.value)==null?void 0:r.offsetParent,a=[...new Set([...ke(e.targetEl.value,n.contained?t:void 0),...ke(e.contentEl.value,n.contained?t:void 0)])].filter(i=>!i.classList.contains("v-overlay-scroll-blocked")),l=window.innerWidth-document.documentElement.offsetWidth,o=(i=>Ge(i)&&i)(t||document.documentElement);o&&e.root.value.classList.add("v-overlay--scroll-blocked"),a.forEach((i,u)=>{i.style.setProperty("--v-body-scroll-x",K(-i.scrollLeft)),i.style.setProperty("--v-body-scroll-y",K(-i.scrollTop)),i!==document.documentElement&&i.style.setProperty("--v-scrollbar-offset",K(l)),i.classList.add("v-overlay-scroll-blocked")}),Z(()=>{a.forEach((i,u)=>{const d=parseFloat(i.style.getPropertyValue("--v-body-scroll-x")),s=parseFloat(i.style.getPropertyValue("--v-body-scroll-y")),y=i.style.scrollBehavior;i.style.scrollBehavior="auto",i.style.removeProperty("--v-body-scroll-x"),i.style.removeProperty("--v-body-scroll-y"),i.style.removeProperty("--v-scrollbar-offset"),i.classList.remove("v-overlay-scroll-blocked"),i.scrollLeft=-d,i.scrollTop=-s,i.style.scrollBehavior=y}),o&&e.root.value.classList.remove("v-overlay--scroll-blocked")})}function Xn(e,n,t){let a=!1,l=-1,o=-1;function r(i){jn(()=>{var s,y;const u=performance.now();(y=(s=e.updateLocation).value)==null||y.call(s,i),a=(performance.now()-u)/(1e3/60)>2})}o=(typeof requestIdleCallback>"u"?i=>i():requestIdleCallback)(()=>{t.run(()=>{Dt(e.targetEl.value??e.contentEl.value,i=>{a?(cancelAnimationFrame(l),l=requestAnimationFrame(()=>{l=requestAnimationFrame(()=>{r(i)})})):r(i)})})}),Z(()=>{typeof cancelIdleCallback<"u"&&cancelIdleCallback(o),cancelAnimationFrame(l)})}function Dt(e,n){const t=[document,...ke(e)];t.forEach(a=>{a.addEventListener("scroll",n,{passive:!0})}),Z(()=>{t.forEach(a=>{a.removeEventListener("scroll",n)})})}const Jn=Symbol.for("vuetify:v-menu"),Qn=M({closeDelay:[Number,String],openDelay:[Number,String]},"delay");function Zn(e,n){let t=()=>{};function a(r){t==null||t();const i=Number(r?e.openDelay:e.closeDelay);return new Promise(u=>{t=Zt(i,()=>{n==null||n(r),u(r)})})}function l(){return a(!0)}function o(){return a(!1)}return{clearDelay:t,runOpenDelay:l,runCloseDelay:o}}const ea=M({target:[String,Object],activator:[String,Object],activatorProps:{type:Object,default:()=>({})},openOnClick:{type:Boolean,default:void 0},openOnHover:Boolean,openOnFocus:{type:Boolean,default:void 0},closeOnContentClick:Boolean,...Qn()},"VOverlay-activator");function ta(e,n){let{isActive:t,isTop:a,contentEl:l}=n;const o=be("useActivator"),r=D();let i=!1,u=!1,d=!0;const s=g(()=>e.openOnFocus||e.openOnFocus==null&&e.openOnHover),y=g(()=>e.openOnClick||e.openOnClick==null&&!e.openOnHover&&!s.value),{runOpenDelay:x,runCloseDelay:h}=Zn(e,c=>{c===(e.openOnHover&&i||s.value&&u)&&!(e.openOnHover&&t.value&&!a.value)&&(t.value!==c&&(d=!0),t.value=c)}),b=D(),v={onClick:c=>{c.stopPropagation(),r.value=c.currentTarget||c.target,t.value||(b.value=[c.clientX,c.clientY]),t.value=!t.value},onMouseenter:c=>{var B;(B=c.sourceCapabilities)!=null&&B.firesTouchEvents||(i=!0,r.value=c.currentTarget||c.target,x())},onMouseleave:c=>{i=!1,h()},onFocus:c=>{yt(c.target,":focus-visible")!==!1&&(u=!0,c.stopPropagation(),r.value=c.currentTarget||c.target,x())},onBlur:c=>{u=!1,c.stopPropagation(),h()}},A=g(()=>{const c={};return y.value&&(c.onClick=v.onClick),e.openOnHover&&(c.onMouseenter=v.onMouseenter,c.onMouseleave=v.onMouseleave),s.value&&(c.onFocus=v.onFocus,c.onBlur=v.onBlur),c}),C=g(()=>{const c={};if(e.openOnHover&&(c.onMouseenter=()=>{i=!0,x()},c.onMouseleave=()=>{i=!1,h()}),s.value&&(c.onFocusin=()=>{u=!0,x()},c.onFocusout=()=>{u=!1,h()}),e.closeOnContentClick){const B=Pe(Jn,null);c.onClick=()=>{t.value=!1,B==null||B.closeParents()}}return c}),P=g(()=>{const c={};return e.openOnHover&&(c.onMouseenter=()=>{d&&(i=!0,d=!1,x())},c.onMouseleave=()=>{i=!1,h()}),c});$(a,c=>{var B;c&&(e.openOnHover&&!i&&(!s.value||!u)||s.value&&!u&&(!e.openOnHover||!i))&&!((B=l.value)!=null&&B.contains(document.activeElement))&&(t.value=!1)}),$(t,c=>{c||setTimeout(()=>{b.value=void 0})},{flush:"post"});const m=Je();Ne(()=>{m.value&&oe(()=>{r.value=m.el})});const E=Je(),O=g(()=>e.target==="cursor"&&b.value?b.value:E.value?E.el:Nt(e.target,o)||r.value),k=g(()=>Array.isArray(O.value)?void 0:O.value);let S;return $(()=>!!e.activator,c=>{c&&ie?(S=wt(),S.run(()=>{na(e,o,{activatorEl:r,activatorEvents:A})})):S&&S.stop()},{flush:"post",immediate:!0}),Z(()=>{S==null||S.stop()}),{activatorEl:r,activatorRef:m,target:O,targetEl:k,targetRef:E,activatorEvents:A,contentEvents:C,scrimEvents:P}}function na(e,n,t){let{activatorEl:a,activatorEvents:l}=t;$(()=>e.activator,(u,d)=>{if(d&&u!==d){const s=i(d);s&&r(s)}u&&oe(()=>o())},{immediate:!0}),$(()=>e.activatorProps,()=>{o()}),Z(()=>{r()});function o(){let u=arguments.length>0&&arguments[0]!==void 0?arguments[0]:i(),d=arguments.length>1&&arguments[1]!==void 0?arguments[1]:e.activatorProps;u&&xn(u,j(l.value,d))}function r(){let u=arguments.length>0&&arguments[0]!==void 0?arguments[0]:i(),d=arguments.length>1&&arguments[1]!==void 0?arguments[1]:e.activatorProps;u&&Sn(u,j(l.value,d))}function i(){let u=arguments.length>0&&arguments[0]!==void 0?arguments[0]:e.activator;const d=Nt(u,n);return a.value=(d==null?void 0:d.nodeType)===Node.ELEMENT_NODE?d:void 0,a.value}}function Nt(e,n){var a,l;if(!e)return;let t;if(e==="parent"){let o=(l=(a=n==null?void 0:n.proxy)==null?void 0:a.$el)==null?void 0:l.parentNode;for(;o!=null&&o.hasAttribute("data-no-activator");)o=o.parentNode;t=o}else typeof e=="string"?t=document.querySelector(e):"$el"in e?t=e.$el:t=e;return t}function aa(){if(!ie)return J(!1);const{ssr:e}=en();if(e){const n=J(!1);return bt(()=>{n.value=!0}),n}else return J(!0)}const la=M({eager:Boolean},"lazy");function oa(e,n){const t=J(!1),a=g(()=>t.value||e.eager||n.value);$(n,()=>t.value=!0);function l(){e.eager||(t.value=!1)}return{isBooted:t,hasContent:a,onAfterLeave:l}}function ia(){const n=be("useScopeId").vnode.scopeId;return{scopeId:n?{[n]:""}:void 0}}const st=Symbol.for("vuetify:stack"),fe=Ct([]);function ra(e,n,t){const a=be("useStack"),l=!t,o=Pe(st,void 0),r=Ct({activeChildren:new Set});vt(st,r);const i=J(+n.value);me(e,()=>{var y;const s=(y=fe.at(-1))==null?void 0:y[1];i.value=s?s+10:+n.value,l&&fe.push([a.uid,i.value]),o==null||o.activeChildren.add(a.uid),Z(()=>{if(l){const x=nn(fe).findIndex(h=>h[0]===a.uid);fe.splice(x,1)}o==null||o.activeChildren.delete(a.uid)})});const u=J(!0);l&&Ne(()=>{var y;const s=((y=fe.at(-1))==null?void 0:y[0])===a.uid;setTimeout(()=>u.value=s)});const d=g(()=>!r.activeChildren.size);return{globalTop:tn(u),localTop:d,stackStyles:g(()=>({zIndex:i.value}))}}function sa(e){return{teleportTarget:g(()=>{const t=e();if(t===!0||!ie)return;const a=t===!1?document.body:typeof t=="string"?document.querySelector(t):t;if(a==null)return;let l=[...a.children].find(o=>o.matches(".v-overlay-container"));return l||(l=document.createElement("div"),l.className="v-overlay-container",a.appendChild(l)),l})}}function ua(){return!0}function Wt(e,n,t){if(!e||Ht(e,t)===!1)return!1;const a=At(n);if(typeof ShadowRoot<"u"&&a instanceof ShadowRoot&&a.host===e.target)return!1;const l=(typeof t.value=="object"&&t.value.include||(()=>[]))();return l.push(n),!l.some(o=>o==null?void 0:o.contains(e.target))}function Ht(e,n){return(typeof n.value=="object"&&n.value.closeConditional||ua)(e)}function ca(e,n,t){const a=typeof t.value=="function"?t.value:t.value.handler;e.shadowTarget=e.target,n._clickOutside.lastMousedownWasOutside&&Wt(e,n,t)&&setTimeout(()=>{Ht(e,t)&&a&&a(e)},0)}function ut(e,n){const t=At(e);n(document),typeof ShadowRoot<"u"&&t instanceof ShadowRoot&&n(t)}const da={mounted(e,n){const t=l=>ca(l,e,n),a=l=>{e._clickOutside.lastMousedownWasOutside=Wt(l,e,n)};ut(e,l=>{l.addEventListener("click",t,!0),l.addEventListener("mousedown",a,!0)}),e._clickOutside||(e._clickOutside={lastMousedownWasOutside:!1}),e._clickOutside[n.instance.$.uid]={onClick:t,onMousedown:a}},beforeUnmount(e,n){e._clickOutside&&(ut(e,t=>{var o;if(!t||!((o=e._clickOutside)!=null&&o[n.instance.$.uid]))return;const{onClick:a,onMousedown:l}=e._clickOutside[n.instance.$.uid];t.removeEventListener("click",a,!0),t.removeEventListener("mousedown",l,!0)}),delete e._clickOutside[n.instance.$.uid])}};function fa(e){const{modelValue:n,color:t,...a}=e;return f(ve,{name:"fade-transition",appear:!0},{default:()=>[e.modelValue&&f("div",j({class:["v-overlay__scrim",e.color.backgroundColorClasses.value],style:e.color.backgroundColorStyles.value},a),null)]})}const va=M({absolute:Boolean,attach:[Boolean,String,Object],closeOnBack:{type:Boolean,default:!0},contained:Boolean,contentClass:null,contentProps:null,disabled:Boolean,opacity:[Number,String],noClickAnimation:Boolean,modelValue:Boolean,persistent:Boolean,scrim:{type:[Boolean,String],default:!0},zIndex:{type:[Number,String],default:2e3},...ea(),...ee(),...xt(),...la(),...Nn(),...Un(),...ye(),...qe()},"VOverlay"),Ia=G()({name:"VOverlay",directives:{ClickOutside:da},inheritAttrs:!1,props:{_disableGlobalStack:Boolean,...va()},emits:{"click:outside":e=>!0,"update:modelValue":e=>!0,afterEnter:()=>!0,afterLeave:()=>!0},setup(e,n){let{slots:t,attrs:a,emit:l}=n;const o=be("VOverlay"),r=D(),i=D(),u=D(),d=ce(e,"modelValue"),s=g({get:()=>d.value,set:p=>{p&&e.disabled||(d.value=p)}}),{themeClasses:y}=$e(e),{rtlClasses:x,isRtl:h}=De(),{hasContent:b,onAfterLeave:v}=oa(e,s),A=ze(g(()=>typeof e.scrim=="string"?e.scrim:null)),{globalTop:C,localTop:P,stackStyles:m}=ra(s,U(e,"zIndex"),e._disableGlobalStack),{activatorEl:E,activatorRef:O,target:k,targetEl:S,targetRef:c,activatorEvents:B,contentEvents:N,scrimEvents:I}=ta(e,{isActive:s,isTop:P,contentEl:u}),{teleportTarget:_}=sa(()=>{var de,Ye,Ke;const p=e.attach||e.contained;if(p)return p;const q=((de=E==null?void 0:E.value)==null?void 0:de.getRootNode())||((Ke=(Ye=o.proxy)==null?void 0:Ye.$el)==null?void 0:Ke.getRootNode());return q instanceof ShadowRoot?q:!1}),{dimensionStyles:V}=St(e),w=aa(),{scopeId:F}=ia();$(()=>e.disabled,p=>{p&&(s.value=!1)});const{contentStyles:L,updateLocation:T}=Wn(e,{isRtl:h,contentEl:u,target:k,isActive:s});Gn(e,{root:r,contentEl:u,targetEl:S,isActive:s,updateLocation:T});function R(p){l("click:outside",p),e.persistent?re():s.value=!1}function W(p){return s.value&&C.value&&(!e.scrim||p.target===i.value||p instanceof MouseEvent&&p.shadowTarget===i.value)}ie&&$(s,p=>{p?window.addEventListener("keydown",H):window.removeEventListener("keydown",H)},{immediate:!0}),ht(()=>{ie&&window.removeEventListener("keydown",H)});function H(p){var q,de;p.key==="Escape"&&C.value&&(e.persistent?re():(s.value=!1,(q=u.value)!=null&&q.contains(document.activeElement)&&((de=E.value)==null||de.focus())))}const z=cn();me(()=>e.closeOnBack,()=>{dn(z,p=>{C.value&&s.value?(p(!1),e.persistent?re():s.value=!1):p()})});const X=D();$(()=>s.value&&(e.absolute||e.contained)&&_.value==null,p=>{if(p){const q=En(r.value);q&&q!==document.scrollingElement&&(X.value=q.scrollTop)}});function re(){e.noClickAnimation||u.value&&se(u.value,[{transformOrigin:"center"},{transform:"scale(1.03)"},{transformOrigin:"center"}],{duration:150,easing:Ee})}function xe(){l("afterEnter")}function Ae(){v(),l("afterLeave")}return Q(()=>{var p;return f(ue,null,[(p=t.activator)==null?void 0:p.call(t,{isActive:s.value,targetRef:c,props:j({ref:O},B.value,e.activatorProps)}),w.value&&b.value&&f(an,{disabled:!_.value,to:_.value},{default:()=>[f("div",j({class:["v-overlay",{"v-overlay--absolute":e.absolute||e.contained,"v-overlay--active":s.value,"v-overlay--contained":e.contained},y.value,x.value,e.class],style:[m.value,{"--v-overlay-opacity":e.opacity,top:K(X.value)},e.style],ref:r},F,a),[f(fa,j({color:A,modelValue:s.value&&!!e.scrim,ref:i},I.value),null),f(je,{appear:!0,persisted:!0,transition:e.transition,target:k.value,onAfterEnter:xe,onAfterLeave:Ae},{default:()=>{var q;return[he(f("div",j({ref:u,class:["v-overlay__content",e.contentClass],style:[V.value,L.value]},N.value,e.contentProps),[(q=t.default)==null?void 0:q.call(t,{isActive:s})]),[[We,s.value],[Te("click-outside"),{handler:R,closeConditional:W,include:()=>[E.value]}]])]}})])]})])}),{activatorEl:E,scrimEl:i,target:k,animateClick:re,contentEl:u,globalTop:C,localTop:P,updateLocation:T}}}),Fe=Symbol("Forwarded refs");function Re(e,n){let t=e;for(;t;){const a=Reflect.getOwnPropertyDescriptor(t,n);if(a)return a;t=Object.getPrototypeOf(t)}}function ma(e){for(var n=arguments.length,t=new Array(n>1?n-1:0),a=1;ae.max?`${e.value} / ${e.max}`:String(e.value));return Q(()=>f(je,{transition:e.transition},{default:()=>[he(f("div",{class:["v-counter",{"text-error":e.max&&!e.disabled&&parseFloat(e.value)>parseFloat(e.max)},e.class],style:e.style},[t.default?t.default({counter:a.value,max:e.max,value:e.value}):a.value]),[[We,e.active]])]})),{}}}),ha=M({floating:Boolean,...ee()},"VFieldLabel"),Se=G()({name:"VFieldLabel",props:ha(),setup(e,n){let{slots:t}=n;return Q(()=>f(Bt,{class:["v-field-label",{"v-field-label--floating":e.floating},e.class],style:e.style,"aria-hidden":e.floating||void 0},t)),{}}}),ba=["underlined","outlined","filled","solo","solo-inverted","solo-filled","plain"],zt=M({appendInnerIcon:ne,bgColor:String,clearable:Boolean,clearIcon:{type:ne,default:"$clear"},active:Boolean,centerAffix:{type:Boolean,default:void 0},color:String,baseColor:String,dirty:Boolean,disabled:{type:Boolean,default:null},error:Boolean,flat:Boolean,label:String,persistentClear:Boolean,prependInnerIcon:ne,reverse:Boolean,singleLine:Boolean,variant:{type:String,default:"filled",validator:e=>ba.includes(e)},"onClick:clear":te(),"onClick:appendInner":te(),"onClick:prependInner":te(),...ee(),...fn(),...vn(),...ye()},"VField"),qt=G()({name:"VField",inheritAttrs:!1,props:{id:String,...Lt(),...zt()},emits:{"update:focused":e=>!0,"update:modelValue":e=>!0},setup(e,n){let{attrs:t,emit:a,slots:l}=n;const{themeClasses:o}=$e(e),{loaderClasses:r}=mn(e),{focusClasses:i,isFocused:u,focus:d,blur:s}=Mt(e),{InputIcon:y}=pt(e),{roundedClasses:x}=yn(e),{rtlClasses:h}=De(),b=g(()=>e.dirty||e.active),v=g(()=>!e.singleLine&&!!(e.label||l.label)),A=ge(),C=g(()=>e.id||`input-${A}`),P=g(()=>`${C.value}-messages`),m=D(),E=D(),O=D(),k=g(()=>["plain","underlined"].includes(e.variant)),{backgroundColorClasses:S,backgroundColorStyles:c}=ze(U(e,"bgColor")),{textColorClasses:B,textColorStyles:N}=He(g(()=>e.error||e.disabled?void 0:b.value&&u.value?e.color:e.baseColor));$(b,w=>{if(v.value){const F=m.value.$el,L=E.value.$el;requestAnimationFrame(()=>{const T=Ue(F),R=L.getBoundingClientRect(),W=R.x-T.x,H=R.y-T.y-(T.height/2-R.height/2),z=R.width/.75,X=Math.abs(z-T.width)>1?{maxWidth:K(z)}:void 0,re=getComputedStyle(F),xe=getComputedStyle(L),Ae=parseFloat(re.transitionDuration)*1e3||150,p=parseFloat(xe.getPropertyValue("--v-field-label-scale")),q=xe.getPropertyValue("color");F.style.visibility="visible",L.style.visibility="hidden",se(F,{transform:`translate(${W}px, ${H}px) scale(${p})`,color:q,...X},{duration:Ae,easing:Ee,direction:w?"normal":"reverse"}).finished.then(()=>{F.style.removeProperty("visibility"),L.style.removeProperty("visibility")})})}},{flush:"post"});const I=g(()=>({isActive:b,isFocused:u,controlRef:O,blur:s,focus:d}));function _(w){w.target!==document.activeElement&&w.preventDefault()}function V(w){var F;w.key!=="Enter"&&w.key!==" "||(w.preventDefault(),w.stopPropagation(),(F=e["onClick:clear"])==null||F.call(e,new MouseEvent("click")))}return Q(()=>{var W,H,z;const w=e.variant==="outlined",F=!!(l["prepend-inner"]||e.prependInnerIcon),L=!!(e.clearable||l.clear),T=!!(l["append-inner"]||e.appendInnerIcon||L),R=()=>l.label?l.label({...I.value,label:e.label,props:{for:C.value}}):e.label;return f("div",j({class:["v-field",{"v-field--active":b.value,"v-field--appended":T,"v-field--center-affix":e.centerAffix??!k.value,"v-field--disabled":e.disabled,"v-field--dirty":e.dirty,"v-field--error":e.error,"v-field--flat":e.flat,"v-field--has-background":!!e.bgColor,"v-field--persistent-clear":e.persistentClear,"v-field--prepended":F,"v-field--reverse":e.reverse,"v-field--single-line":e.singleLine,"v-field--no-label":!R(),[`v-field--variant-${e.variant}`]:!0},o.value,S.value,i.value,r.value,x.value,h.value,e.class],style:[c.value,e.style],onClick:_},t),[f("div",{class:"v-field__overlay"},null),f(gn,{name:"v-field",active:!!e.loading,color:e.error?"error":typeof e.loading=="string"?e.loading:e.color},{default:l.loader}),F&&f("div",{key:"prepend",class:"v-field__prepend-inner"},[e.prependInnerIcon&&f(y,{key:"prepend-icon",name:"prependInner"},null),(W=l["prepend-inner"])==null?void 0:W.call(l,I.value)]),f("div",{class:"v-field__field","data-no-activator":""},[["filled","solo","solo-inverted","solo-filled"].includes(e.variant)&&v.value&&f(Se,{key:"floating-label",ref:E,class:[B.value],floating:!0,for:C.value,style:N.value},{default:()=>[R()]}),v.value&&f(Se,{key:"label",ref:m,for:C.value},{default:()=>[R()]}),(H=l.default)==null?void 0:H.call(l,{...I.value,props:{id:C.value,class:"v-field__input","aria-describedby":P.value},focus:d,blur:s})]),L&&f(_n,{key:"clear"},{default:()=>[he(f("div",{class:"v-field__clearable",onMousedown:X=>{X.preventDefault(),X.stopPropagation()}},[f(hn,{defaults:{VIcon:{icon:e.clearIcon}}},{default:()=>[l.clear?l.clear({...I.value,props:{onKeydown:V,onFocus:d,onBlur:s,onClick:e["onClick:clear"]}}):f(y,{name:"clear",onKeydown:V,onFocus:d,onBlur:s},null)]})]),[[We,e.dirty]])]}),T&&f("div",{key:"append",class:"v-field__append-inner"},[(z=l["append-inner"])==null?void 0:z.call(l,I.value),e.appendInnerIcon&&f(y,{key:"append-icon",name:"appendInner"},null)]),f("div",{class:["v-field__outline",B.value],style:N.value},[w&&f(ue,null,[f("div",{class:"v-field__outline__start"},null),v.value&&f("div",{class:"v-field__outline__notch"},[f(Se,{ref:E,floating:!0,for:C.value},{default:()=>[R()]})]),f("div",{class:"v-field__outline__end"},null)]),k.value&&v.value&&f(Se,{ref:E,floating:!0,for:C.value},{default:()=>[R()]})])])}),{controlRef:O}}});function xa(e){const n=Object.keys(qt.props).filter(t=>!Me(t)&&t!=="class"&&t!=="style");return ln(e,n)}const Sa=["color","file","time","date","datetime-local","week","month"],wa=M({autofocus:Boolean,counter:[Boolean,Number,String],counterValue:[Number,Function],prefix:String,placeholder:String,persistentPlaceholder:Boolean,persistentCounter:Boolean,suffix:String,role:String,type:{type:String,default:"text"},modelModifiers:Object,...Tt(),...zt()},"VTextField"),Oa=G()({name:"VTextField",directives:{Intersect:bn},inheritAttrs:!1,props:wa(),emits:{"click:control":e=>!0,"mousedown:control":e=>!0,"update:focused":e=>!0,"update:modelValue":e=>!0},setup(e,n){let{attrs:t,emit:a,slots:l}=n;const o=ce(e,"modelValue"),{isFocused:r,focus:i,blur:u}=Mt(e),d=g(()=>typeof e.counterValue=="function"?e.counterValue(o.value):typeof e.counterValue=="number"?e.counterValue:(o.value??"").toString().length),s=g(()=>{if(t.maxlength)return t.maxlength;if(!(!e.counter||typeof e.counter!="number"&&typeof e.counter!="string"))return e.counter}),y=g(()=>["plain","underlined"].includes(e.variant));function x(k,S){var c,B;!e.autofocus||!k||(B=(c=S[0].target)==null?void 0:c.focus)==null||B.call(c)}const h=D(),b=D(),v=D(),A=g(()=>Sa.includes(e.type)||e.persistentPlaceholder||r.value||e.active);function C(){var k;v.value!==document.activeElement&&((k=v.value)==null||k.focus()),r.value||i()}function P(k){a("mousedown:control",k),k.target!==v.value&&(C(),k.preventDefault())}function m(k){C(),a("click:control",k)}function E(k){k.stopPropagation(),C(),oe(()=>{o.value=null,rn(e["onClick:clear"],k)})}function O(k){var c;const S=k.target;if(o.value=S.value,(c=e.modelModifiers)!=null&&c.trim&&["text","search","password","tel","url"].includes(e.type)){const B=[S.selectionStart,S.selectionEnd];oe(()=>{S.selectionStart=B[0],S.selectionEnd=B[1]})}}return Q(()=>{const k=!!(l.counter||e.counter!==!1&&e.counter!=null),S=!!(k||l.details),[c,B]=mt(t),{modelValue:N,...I}=lt.filterProps(e),_=xa(e);return f(lt,j({ref:h,modelValue:o.value,"onUpdate:modelValue":V=>o.value=V,class:["v-text-field",{"v-text-field--prefixed":e.prefix,"v-text-field--suffixed":e.suffix,"v-input--plain-underlined":y.value},e.class],style:e.style},c,I,{centerAffix:!y.value,focused:r.value}),{...l,default:V=>{let{id:w,isDisabled:F,isDirty:L,isReadonly:T,isValid:R}=V;return f(qt,j({ref:b,onMousedown:P,onClick:m,"onClick:clear":E,"onClick:prependInner":e["onClick:prependInner"],"onClick:appendInner":e["onClick:appendInner"],role:e.role},_,{id:w.value,active:A.value||L.value,dirty:L.value||e.dirty,disabled:F.value,focused:r.value,error:R.value===!1}),{...l,default:W=>{let{props:{class:H,...z}}=W;const X=he(f("input",j({ref:v,value:o.value,onInput:O,autofocus:e.autofocus,readonly:T.value,disabled:F.value,name:e.name,placeholder:e.placeholder,size:1,type:e.type,onFocus:C,onBlur:u},z,B),null),[[Te("intersect"),{handler:x},null,{once:!0}]]);return f(ue,null,[e.prefix&&f("span",{class:"v-text-field__prefix"},[f("span",{class:"v-text-field__prefix__text"},[e.prefix])]),l.default?f("div",{class:H,"data-no-activator":""},[l.default(),X]):on(X,{class:H}),e.suffix&&f("span",{class:"v-text-field__suffix"},[f("span",{class:"v-text-field__suffix__text"},[e.suffix])])])}})},details:S?V=>{var w;return f(ue,null,[(w=l.details)==null?void 0:w.call(l,V),k&&f(ue,null,[f("span",null,null),f(ga,{active:e.persistentCounter||r.value,value:d.value,max:s.value,disabled:e.disabled},l.counter)])])}:void 0})}),ma({},h,b,v)}}),Ba=sn("app",{state:()=>({examName:"考试名称",appHeader:"考试看板 Mobile",message:"考试提醒信息",room:" ",examInfos:[]}),persist:!0});export{Aa as V,Va as a,_n as b,_a as c,va as d,ka as e,ia as f,Jn as g,Ia as h,ma as i,En as j,wa as k,Mn as l,Bn as m,Oa as n,Tt as o,Mt as p,lt as q,Pa as r,Ba as u}; diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/default-BczLU9JX.css b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/default-BczLU9JX.css new file mode 100644 index 0000000..733e183 --- /dev/null +++ b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/default-BczLU9JX.css @@ -0,0 +1 @@ +.v-app-bar{display:flex}.v-app-bar.v-toolbar{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-app-bar.v-toolbar:not(.v-toolbar--flat){box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-app-bar:not(.v-toolbar--absolute){padding-inline-end:var(--v-scrollbar-offset)}.v-toolbar{align-items:flex-start;display:flex;flex:none;flex-direction:column;justify-content:space-between;max-width:100%;position:relative;transition:.2s cubic-bezier(.4,0,.2,1);transition-property:height,width,transform,max-width,left,right,top,bottom,box-shadow;width:100%}.v-toolbar{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-toolbar--border{border-width:thin;box-shadow:none}.v-toolbar{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-toolbar{border-radius:0}.v-toolbar{background:rgb(var(--v-theme-surface-light));color:rgba(var(--v-theme-on-surface-light),var(--v-high-emphasis-opacity))}.v-toolbar--absolute{position:absolute}.v-toolbar--collapse{max-width:112px;overflow:hidden;border-end-end-radius:24px}.v-toolbar--collapse .v-toolbar-title{display:none}.v-toolbar--flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-toolbar--floating{display:inline-flex}.v-toolbar--rounded{border-radius:4px}.v-toolbar__content,.v-toolbar__extension{align-items:center;display:flex;flex:0 0 auto;position:relative;transition:inherit;width:100%}.v-toolbar__content{overflow:hidden}.v-toolbar__content>.v-btn:first-child{margin-inline-start:4px}.v-toolbar__content>.v-btn:last-child{margin-inline-end:4px}.v-toolbar__content>.v-toolbar-title{margin-inline-start:20px}.v-toolbar--density-prominent .v-toolbar__content{align-items:flex-start}.v-toolbar__image{display:flex;opacity:var(--v-toolbar-image-opacity, 1);transition-property:opacity}.v-toolbar__image{position:absolute;top:0;left:0;width:100%;height:100%}.v-toolbar__prepend,.v-toolbar__append{align-items:center;align-self:stretch;display:flex}.v-toolbar__prepend{margin-inline:4px auto}.v-toolbar__append{margin-inline:auto 4px}.v-toolbar-title{flex:1 1;font-size:1.25rem;min-width:0}.v-toolbar-title{font-size:1.25rem;font-weight:400;letter-spacing:0;line-height:1.75rem;text-transform:none}.v-toolbar--density-prominent .v-toolbar-title{align-self:flex-end;padding-bottom:6px}.v-toolbar--density-prominent .v-toolbar-title{font-size:1.5rem;font-weight:400;letter-spacing:0;line-height:2.25rem;text-transform:none}.v-toolbar-title__placeholder{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-toolbar-items{display:flex;height:inherit;align-self:stretch}.v-toolbar-items>.v-btn{border-radius:0}.no-scrollbar[data-v-feac2326]{overflow:hidden}.scale-control[data-v-feac2326]{position:fixed;bottom:10px;left:50%;transform:translate(-50%);width:300px;display:flex;align-items:center;justify-content:center}.scale-select[data-v-feac2326]{margin-right:10px}.scale-label[data-v-feac2326]{margin-left:10px} diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/default-xuZtHUos.js b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/default-xuZtHUos.js new file mode 100644 index 0000000..fb85a35 --- /dev/null +++ b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/default-xuZtHUos.js @@ -0,0 +1 @@ +import{p as H,m as L,a as U,g as C,u as P,c as a,b as G,t as I,d as J,e as K,s as S,f as d,h as Y,i as k,r as N,j as Q,w as T,o as X,k as Z,l as ee,n as te,q as le,v as ae,x as oe,y as q,z as ne,A as se,B as M,C as $,D as V,E as A,F as w,G as F,H as re,I as ue,J as ie,V as ce,K as de}from"./index-KF56cXUu.js";import{V as ve,u as me}from"./app-cT5gNRjW.js";import{m as fe,a as ge,b as he,u as be,c as pe,d as ye,e as Se,V as Ve,f as E,g as z,h as _e,_ as xe}from"./VAvatar-CBxZwzSi.js";import{V as Te}from"./VSelect-CJVt5QYp.js";const O=H({text:String,...L(),...U()},"VToolbarTitle"),W=C()({name:"VToolbarTitle",props:O(),setup(e,c){let{slots:t}=c;return P(()=>{const u=!!(t.default||t.text||e.text);return a(e.tag,{class:["v-toolbar-title",e.class],style:e.style},{default:()=>{var n;return[u&&a("div",{class:"v-toolbar-title__placeholder"},[t.text?t.text():e.text,(n=t.default)==null?void 0:n.call(t)])]}})}),{}}}),Be=[null,"prominent","default","comfortable","compact"],j=H({absolute:Boolean,collapse:Boolean,color:String,density:{type:String,default:"default",validator:e=>Be.includes(e)},extended:Boolean,extensionHeight:{type:[Number,String],default:48},flat:Boolean,floating:Boolean,height:{type:[Number,String],default:64},image:String,title:String,...fe(),...L(),...ge(),...he(),...U({tag:"header"}),...G()},"VToolbar"),D=C()({name:"VToolbar",props:j(),setup(e,c){var g;let{slots:t}=c;const{backgroundColorClasses:u,backgroundColorStyles:n}=be(I(e,"color")),{borderClasses:l}=pe(e),{elevationClasses:s}=ye(e),{roundedClasses:i}=Se(e),{themeClasses:h}=J(e),{rtlClasses:_}=K(),v=S(!!(e.extended||(g=t.extension)!=null&&g.call(t))),m=d(()=>parseInt(Number(e.height)+(e.density==="prominent"?Number(e.height):0)-(e.density==="comfortable"?8:0)-(e.density==="compact"?16:0),10)),p=d(()=>v.value?parseInt(Number(e.extensionHeight)+(e.density==="prominent"?Number(e.extensionHeight):0)-(e.density==="comfortable"?4:0)-(e.density==="compact"?8:0),10):0);return Y({VBtn:{variant:"text"}}),P(()=>{var B;const r=!!(e.title||t.title),f=!!(t.image||e.image),y=(B=t.extension)==null?void 0:B.call(t);return v.value=!!(e.extended||y),a(e.tag,{class:["v-toolbar",{"v-toolbar--absolute":e.absolute,"v-toolbar--collapse":e.collapse,"v-toolbar--flat":e.flat,"v-toolbar--floating":e.floating,[`v-toolbar--density-${e.density}`]:!0},u.value,l.value,s.value,i.value,h.value,_.value,e.class],style:[n.value,e.style]},{default:()=>[f&&a("div",{key:"image",class:"v-toolbar__image"},[t.image?a(E,{key:"image-defaults",disabled:!e.image,defaults:{VImg:{cover:!0,src:e.image}}},t.image):a(Ve,{key:"image-img",cover:!0,src:e.image},null)]),a(E,{defaults:{VTabs:{height:k(m.value)}}},{default:()=>{var o,b,x;return[a("div",{class:"v-toolbar__content",style:{height:k(m.value)}},[t.prepend&&a("div",{class:"v-toolbar__prepend"},[(o=t.prepend)==null?void 0:o.call(t)]),r&&a(W,{key:"title",text:e.title},{text:t.title}),(b=t.default)==null?void 0:b.call(t),t.append&&a("div",{class:"v-toolbar__append"},[(x=t.append)==null?void 0:x.call(t)])])]}}),a(E,{defaults:{VTabs:{height:k(p.value)}}},{default:()=>[a(ve,null,{default:()=>[v.value&&a("div",{class:"v-toolbar__extension",style:{height:k(p.value)}},[y])]})]})]})}),{contentHeight:m,extensionHeight:p}}}),ke=H({scrollTarget:{type:String},scrollThreshold:{type:[String,Number],default:300}},"scroll");function He(e){let c=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};const{canScroll:t}=c;let u=0,n=0;const l=N(null),s=S(0),i=S(0),h=S(0),_=S(!1),v=S(!1),m=d(()=>Number(e.scrollThreshold)),p=d(()=>Q((m.value-s.value)/m.value||0)),g=()=>{const r=l.value;if(!r||t&&!t.value)return;u=s.value,s.value="window"in r?r.pageYOffset:r.scrollTop;const f=r instanceof Window?document.documentElement.scrollHeight:r.scrollHeight;if(n!==f){n=f;return}v.value=s.value{i.value=i.value||s.value}),T(_,()=>{i.value=0}),X(()=>{T(()=>e.scrollTarget,r=>{var y;const f=r?document.querySelector(r):window;f&&f!==l.value&&((y=l.value)==null||y.removeEventListener("scroll",g),l.value=f,l.value.addEventListener("scroll",g,{passive:!0}))},{immediate:!0})}),Z(()=>{var r;(r=l.value)==null||r.removeEventListener("scroll",g)}),t&&T(t,g,{immediate:!0}),{scrollThreshold:m,currentScroll:s,currentThreshold:h,isScrollActive:_,scrollRatio:p,isScrollingUp:v,savedScroll:i}}const Ce=H({scrollBehavior:String,modelValue:{type:Boolean,default:!0},location:{type:String,default:"top",validator:e=>["top","bottom"].includes(e)},...j(),...ee(),...ke(),height:{type:[Number,String],default:64}},"VAppBar"),Pe=C()({name:"VAppBar",props:Ce(),emits:{"update:modelValue":e=>!0},setup(e,c){let{slots:t}=c;const u=N(),n=te(e,"modelValue"),l=d(()=>{var b;const o=new Set(((b=e.scrollBehavior)==null?void 0:b.split(" "))??[]);return{hide:o.has("hide"),fullyHide:o.has("fully-hide"),inverted:o.has("inverted"),collapse:o.has("collapse"),elevate:o.has("elevate"),fadeImage:o.has("fade-image")}}),s=d(()=>{const o=l.value;return o.hide||o.fullyHide||o.inverted||o.collapse||o.elevate||o.fadeImage||!n.value}),{currentScroll:i,scrollThreshold:h,isScrollingUp:_,scrollRatio:v}=He(e,{canScroll:s}),m=d(()=>l.value.hide||l.value.fullyHide),p=d(()=>e.collapse||l.value.collapse&&(l.value.inverted?v.value>0:v.value===0)),g=d(()=>e.flat||l.value.fullyHide&&!n.value||l.value.elevate&&(l.value.inverted?i.value>0:i.value===0)),r=d(()=>l.value.fadeImage?l.value.inverted?1-v.value:v.value:void 0),f=d(()=>{var x,R;if(l.value.hide&&l.value.inverted)return 0;const o=((x=u.value)==null?void 0:x.contentHeight)??0,b=((R=u.value)==null?void 0:R.extensionHeight)??0;return m.value?i.value!!e.scrollBehavior),()=>{ne(()=>{m.value?l.value.inverted?n.value=i.value>h.value:n.value=_.value||i.valueparseInt(e.order,10)),position:I(e,"location"),layoutSize:f,elementSize:S(void 0),active:n,absolute:I(e,"absolute")});return P(()=>{const o=D.filterProps(e);return a(D,q({ref:u,class:["v-app-bar",{"v-app-bar--bottom":e.location==="bottom"},e.class],style:[{...B.value,"--v-toolbar-image-opacity":r.value,height:void 0,...y.value},e.style]},o,{collapse:p.value,flat:g.value}),t)}),{}}}),we=C()({name:"VAppBarTitle",props:O(),setup(e,c){let{slots:t}=c;return P(()=>a(W,q(e,{class:"v-app-bar-title"}),t)),{}}}),Ee={class:"ga-4"},Ie={__name:"AppTopBar",setup(e){const c=me(),t=se();function u(){t.push({path:"/mainWindow",query:{skipAutoEnter:!0}})}function n(){document.fullscreenElement?document.exitFullscreen&&document.exitFullscreen():document.documentElement.requestFullscreen()}return(l,s)=>(M(),$(Pe,{elevation:2,class:"position-fixed"},{append:V(()=>[A("div",Ee,[a(z,{onClick:u},{default:V(()=>s[1]||(s[1]=[w("回到主页")])),_:1}),a(z,{onClick:s[0]||(s[0]=i=>F(t).push("/about"))},{default:V(()=>s[2]||(s[2]=[w("关于")])),_:1}),a(_e,{icon:"mdi-fullscreen",onClick:n})])]),default:V(()=>[a(we,null,{default:V(()=>[w(re(F(c).appHeader),1)]),_:1})]),_:1}))}},Ae={class:"scale-control"},Ne=ue({__name:"default",setup(e){const c=["25%","50%","75%","100%","125%","150%","175%","200%"],t=N("100%");return T(t,u=>{document.documentElement.style.fontSize=u}),(u,n)=>{const l=Ie,s=ie("router-view");return M(),$(de,null,{default:V(()=>[a(l),a(ce,{class:"no-scrollbar"},{default:V(()=>[a(s)]),_:1}),A("div",Ae,[a(Te,{modelValue:t.value,"onUpdate:modelValue":n[0]||(n[0]=i=>t.value=i),items:c,label:"选择字体大小",class:"scale-select"},null,8,["modelValue"]),n[1]||(n[1]=A("div",{class:"scale-label"},"调整字体大小",-1))])]),_:1})}}}),Le=xe(Ne,[["__scopeId","data-v-feac2326"]]);export{Le as default}; diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/index-CHNH7bF4.css b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/index-CHNH7bF4.css new file mode 100644 index 0000000..077acbb --- /dev/null +++ b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/index-CHNH7bF4.css @@ -0,0 +1,5 @@ +@charset "UTF-8";@font-face{font-family:Material Design Icons;src:url(/assets/materialdesignicons-webfont-DttUABo4.eot?v=7.0.96);src:url(/assets/materialdesignicons-webfont-DttUABo4.eot?#iefix&v=7.0.96) format("embedded-opentype"),url(/assets/materialdesignicons-webfont-CYDMK1kx.woff2?v=7.0.96) format("woff2"),url(/assets/materialdesignicons-webfont-CgCzGbLl.woff?v=7.0.96) format("woff"),url(/assets/materialdesignicons-webfont-D3kAzl71.ttf?v=7.0.96) format("truetype");font-weight:400;font-style:normal}.mdi:before,.mdi-set{display:inline-block;font: 24px/1 Material Design Icons;font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mdi-ab-testing:before{content:"󰇉"}.mdi-abacus:before{content:"󱛠"}.mdi-abjad-arabic:before{content:"󱌨"}.mdi-abjad-hebrew:before{content:"󱌩"}.mdi-abugida-devanagari:before{content:"󱌪"}.mdi-abugida-thai:before{content:"󱌫"}.mdi-access-point:before{content:"󰀃"}.mdi-access-point-check:before{content:"󱔸"}.mdi-access-point-minus:before{content:"󱔹"}.mdi-access-point-network:before{content:"󰀂"}.mdi-access-point-network-off:before{content:"󰯡"}.mdi-access-point-off:before{content:"󱔑"}.mdi-access-point-plus:before{content:"󱔺"}.mdi-access-point-remove:before{content:"󱔻"}.mdi-account:before{content:"󰀄"}.mdi-account-alert:before{content:"󰀅"}.mdi-account-alert-outline:before{content:"󰭐"}.mdi-account-arrow-down:before{content:"󱡨"}.mdi-account-arrow-down-outline:before{content:"󱡩"}.mdi-account-arrow-left:before{content:"󰭑"}.mdi-account-arrow-left-outline:before{content:"󰭒"}.mdi-account-arrow-right:before{content:"󰭓"}.mdi-account-arrow-right-outline:before{content:"󰭔"}.mdi-account-arrow-up:before{content:"󱡧"}.mdi-account-arrow-up-outline:before{content:"󱡪"}.mdi-account-badge:before{content:"󱬊"}.mdi-account-badge-outline:before{content:"󱬋"}.mdi-account-box:before{content:"󰀆"}.mdi-account-box-multiple:before{content:"󰤴"}.mdi-account-box-multiple-outline:before{content:"󱀊"}.mdi-account-box-outline:before{content:"󰀇"}.mdi-account-cancel:before{content:"󱋟"}.mdi-account-cancel-outline:before{content:"󱋠"}.mdi-account-card:before{content:"󱮤"}.mdi-account-card-outline:before{content:"󱮥"}.mdi-account-cash:before{content:"󱂗"}.mdi-account-cash-outline:before{content:"󱂘"}.mdi-account-check:before{content:"󰀈"}.mdi-account-check-outline:before{content:"󰯢"}.mdi-account-child:before{content:"󰪉"}.mdi-account-child-circle:before{content:"󰪊"}.mdi-account-child-outline:before{content:"󱃈"}.mdi-account-circle:before{content:"󰀉"}.mdi-account-circle-outline:before{content:"󰭕"}.mdi-account-clock:before{content:"󰭖"}.mdi-account-clock-outline:before{content:"󰭗"}.mdi-account-cog:before{content:"󱍰"}.mdi-account-cog-outline:before{content:"󱍱"}.mdi-account-convert:before{content:"󰀊"}.mdi-account-convert-outline:before{content:"󱌁"}.mdi-account-cowboy-hat:before{content:"󰺛"}.mdi-account-cowboy-hat-outline:before{content:"󱟳"}.mdi-account-credit-card:before{content:"󱮦"}.mdi-account-credit-card-outline:before{content:"󱮧"}.mdi-account-details:before{content:"󰘱"}.mdi-account-details-outline:before{content:"󱍲"}.mdi-account-edit:before{content:"󰚼"}.mdi-account-edit-outline:before{content:"󰿻"}.mdi-account-eye:before{content:"󰐠"}.mdi-account-eye-outline:before{content:"󱉻"}.mdi-account-filter:before{content:"󰤶"}.mdi-account-filter-outline:before{content:"󰾝"}.mdi-account-group:before{content:"󰡉"}.mdi-account-group-outline:before{content:"󰭘"}.mdi-account-hard-hat:before{content:"󰖵"}.mdi-account-hard-hat-outline:before{content:"󱨟"}.mdi-account-heart:before{content:"󰢙"}.mdi-account-heart-outline:before{content:"󰯣"}.mdi-account-injury:before{content:"󱠕"}.mdi-account-injury-outline:before{content:"󱠖"}.mdi-account-key:before{content:"󰀋"}.mdi-account-key-outline:before{content:"󰯤"}.mdi-account-lock:before{content:"󱅞"}.mdi-account-lock-open:before{content:"󱥠"}.mdi-account-lock-open-outline:before{content:"󱥡"}.mdi-account-lock-outline:before{content:"󱅟"}.mdi-account-minus:before{content:"󰀍"}.mdi-account-minus-outline:before{content:"󰫬"}.mdi-account-multiple:before{content:"󰀎"}.mdi-account-multiple-check:before{content:"󰣅"}.mdi-account-multiple-check-outline:before{content:"󱇾"}.mdi-account-multiple-minus:before{content:"󰗓"}.mdi-account-multiple-minus-outline:before{content:"󰯥"}.mdi-account-multiple-outline:before{content:"󰀏"}.mdi-account-multiple-plus:before{content:"󰀐"}.mdi-account-multiple-plus-outline:before{content:"󰠀"}.mdi-account-multiple-remove:before{content:"󱈊"}.mdi-account-multiple-remove-outline:before{content:"󱈋"}.mdi-account-music:before{content:"󰠃"}.mdi-account-music-outline:before{content:"󰳩"}.mdi-account-network:before{content:"󰀑"}.mdi-account-network-off:before{content:"󱫱"}.mdi-account-network-off-outline:before{content:"󱫲"}.mdi-account-network-outline:before{content:"󰯦"}.mdi-account-off:before{content:"󰀒"}.mdi-account-off-outline:before{content:"󰯧"}.mdi-account-outline:before{content:"󰀓"}.mdi-account-plus:before{content:"󰀔"}.mdi-account-plus-outline:before{content:"󰠁"}.mdi-account-question:before{content:"󰭙"}.mdi-account-question-outline:before{content:"󰭚"}.mdi-account-reactivate:before{content:"󱔫"}.mdi-account-reactivate-outline:before{content:"󱔬"}.mdi-account-remove:before{content:"󰀕"}.mdi-account-remove-outline:before{content:"󰫭"}.mdi-account-school:before{content:"󱨠"}.mdi-account-school-outline:before{content:"󱨡"}.mdi-account-search:before{content:"󰀖"}.mdi-account-search-outline:before{content:"󰤵"}.mdi-account-settings:before{content:"󰘰"}.mdi-account-settings-outline:before{content:"󱃉"}.mdi-account-star:before{content:"󰀗"}.mdi-account-star-outline:before{content:"󰯨"}.mdi-account-supervisor:before{content:"󰪋"}.mdi-account-supervisor-circle:before{content:"󰪌"}.mdi-account-supervisor-circle-outline:before{content:"󱓬"}.mdi-account-supervisor-outline:before{content:"󱄭"}.mdi-account-switch:before{content:"󰀙"}.mdi-account-switch-outline:before{content:"󰓋"}.mdi-account-sync:before{content:"󱤛"}.mdi-account-sync-outline:before{content:"󱤜"}.mdi-account-tie:before{content:"󰳣"}.mdi-account-tie-hat:before{content:"󱢘"}.mdi-account-tie-hat-outline:before{content:"󱢙"}.mdi-account-tie-outline:before{content:"󱃊"}.mdi-account-tie-voice:before{content:"󱌈"}.mdi-account-tie-voice-off:before{content:"󱌊"}.mdi-account-tie-voice-off-outline:before{content:"󱌋"}.mdi-account-tie-voice-outline:before{content:"󱌉"}.mdi-account-tie-woman:before{content:"󱪌"}.mdi-account-voice:before{content:"󰗋"}.mdi-account-voice-off:before{content:"󰻔"}.mdi-account-wrench:before{content:"󱢚"}.mdi-account-wrench-outline:before{content:"󱢛"}.mdi-adjust:before{content:"󰀚"}.mdi-advertisements:before{content:"󱤪"}.mdi-advertisements-off:before{content:"󱤫"}.mdi-air-conditioner:before{content:"󰀛"}.mdi-air-filter:before{content:"󰵃"}.mdi-air-horn:before{content:"󰶬"}.mdi-air-humidifier:before{content:"󱂙"}.mdi-air-humidifier-off:before{content:"󱑦"}.mdi-air-purifier:before{content:"󰵄"}.mdi-air-purifier-off:before{content:"󱭗"}.mdi-airbag:before{content:"󰯩"}.mdi-airballoon:before{content:"󰀜"}.mdi-airballoon-outline:before{content:"󱀋"}.mdi-airplane:before{content:"󰀝"}.mdi-airplane-alert:before{content:"󱡺"}.mdi-airplane-check:before{content:"󱡻"}.mdi-airplane-clock:before{content:"󱡼"}.mdi-airplane-cog:before{content:"󱡽"}.mdi-airplane-edit:before{content:"󱡾"}.mdi-airplane-landing:before{content:"󰗔"}.mdi-airplane-marker:before{content:"󱡿"}.mdi-airplane-minus:before{content:"󱢀"}.mdi-airplane-off:before{content:"󰀞"}.mdi-airplane-plus:before{content:"󱢁"}.mdi-airplane-remove:before{content:"󱢂"}.mdi-airplane-search:before{content:"󱢃"}.mdi-airplane-settings:before{content:"󱢄"}.mdi-airplane-takeoff:before{content:"󰗕"}.mdi-airport:before{content:"󰡋"}.mdi-alarm:before{content:"󰀠"}.mdi-alarm-bell:before{content:"󰞎"}.mdi-alarm-check:before{content:"󰀡"}.mdi-alarm-light:before{content:"󰞏"}.mdi-alarm-light-off:before{content:"󱜞"}.mdi-alarm-light-off-outline:before{content:"󱜟"}.mdi-alarm-light-outline:before{content:"󰯪"}.mdi-alarm-multiple:before{content:"󰀢"}.mdi-alarm-note:before{content:"󰹱"}.mdi-alarm-note-off:before{content:"󰹲"}.mdi-alarm-off:before{content:"󰀣"}.mdi-alarm-panel:before{content:"󱗄"}.mdi-alarm-panel-outline:before{content:"󱗅"}.mdi-alarm-plus:before{content:"󰀤"}.mdi-alarm-snooze:before{content:"󰚎"}.mdi-album:before{content:"󰀥"}.mdi-alert:before{content:"󰀦"}.mdi-alert-box:before{content:"󰀧"}.mdi-alert-box-outline:before{content:"󰳤"}.mdi-alert-circle:before{content:"󰀨"}.mdi-alert-circle-check:before{content:"󱇭"}.mdi-alert-circle-check-outline:before{content:"󱇮"}.mdi-alert-circle-outline:before{content:"󰗖"}.mdi-alert-decagram:before{content:"󰚽"}.mdi-alert-decagram-outline:before{content:"󰳥"}.mdi-alert-minus:before{content:"󱒻"}.mdi-alert-minus-outline:before{content:"󱒾"}.mdi-alert-octagon:before{content:"󰀩"}.mdi-alert-octagon-outline:before{content:"󰳦"}.mdi-alert-octagram:before{content:"󰝧"}.mdi-alert-octagram-outline:before{content:"󰳧"}.mdi-alert-outline:before{content:"󰀪"}.mdi-alert-plus:before{content:"󱒺"}.mdi-alert-plus-outline:before{content:"󱒽"}.mdi-alert-remove:before{content:"󱒼"}.mdi-alert-remove-outline:before{content:"󱒿"}.mdi-alert-rhombus:before{content:"󱇎"}.mdi-alert-rhombus-outline:before{content:"󱇏"}.mdi-alien:before{content:"󰢚"}.mdi-alien-outline:before{content:"󱃋"}.mdi-align-horizontal-center:before{content:"󱇃"}.mdi-align-horizontal-distribute:before{content:"󱥢"}.mdi-align-horizontal-left:before{content:"󱇂"}.mdi-align-horizontal-right:before{content:"󱇄"}.mdi-align-vertical-bottom:before{content:"󱇅"}.mdi-align-vertical-center:before{content:"󱇆"}.mdi-align-vertical-distribute:before{content:"󱥣"}.mdi-align-vertical-top:before{content:"󱇇"}.mdi-all-inclusive:before{content:"󰚾"}.mdi-all-inclusive-box:before{content:"󱢍"}.mdi-all-inclusive-box-outline:before{content:"󱢎"}.mdi-allergy:before{content:"󱉘"}.mdi-alpha:before{content:"󰀫"}.mdi-alpha-a:before{content:"󰫮"}.mdi-alpha-a-box:before{content:"󰬈"}.mdi-alpha-a-box-outline:before{content:"󰯫"}.mdi-alpha-a-circle:before{content:"󰯬"}.mdi-alpha-a-circle-outline:before{content:"󰯭"}.mdi-alpha-b:before{content:"󰫯"}.mdi-alpha-b-box:before{content:"󰬉"}.mdi-alpha-b-box-outline:before{content:"󰯮"}.mdi-alpha-b-circle:before{content:"󰯯"}.mdi-alpha-b-circle-outline:before{content:"󰯰"}.mdi-alpha-c:before{content:"󰫰"}.mdi-alpha-c-box:before{content:"󰬊"}.mdi-alpha-c-box-outline:before{content:"󰯱"}.mdi-alpha-c-circle:before{content:"󰯲"}.mdi-alpha-c-circle-outline:before{content:"󰯳"}.mdi-alpha-d:before{content:"󰫱"}.mdi-alpha-d-box:before{content:"󰬋"}.mdi-alpha-d-box-outline:before{content:"󰯴"}.mdi-alpha-d-circle:before{content:"󰯵"}.mdi-alpha-d-circle-outline:before{content:"󰯶"}.mdi-alpha-e:before{content:"󰫲"}.mdi-alpha-e-box:before{content:"󰬌"}.mdi-alpha-e-box-outline:before{content:"󰯷"}.mdi-alpha-e-circle:before{content:"󰯸"}.mdi-alpha-e-circle-outline:before{content:"󰯹"}.mdi-alpha-f:before{content:"󰫳"}.mdi-alpha-f-box:before{content:"󰬍"}.mdi-alpha-f-box-outline:before{content:"󰯺"}.mdi-alpha-f-circle:before{content:"󰯻"}.mdi-alpha-f-circle-outline:before{content:"󰯼"}.mdi-alpha-g:before{content:"󰫴"}.mdi-alpha-g-box:before{content:"󰬎"}.mdi-alpha-g-box-outline:before{content:"󰯽"}.mdi-alpha-g-circle:before{content:"󰯾"}.mdi-alpha-g-circle-outline:before{content:"󰯿"}.mdi-alpha-h:before{content:"󰫵"}.mdi-alpha-h-box:before{content:"󰬏"}.mdi-alpha-h-box-outline:before{content:"󰰀"}.mdi-alpha-h-circle:before{content:"󰰁"}.mdi-alpha-h-circle-outline:before{content:"󰰂"}.mdi-alpha-i:before{content:"󰫶"}.mdi-alpha-i-box:before{content:"󰬐"}.mdi-alpha-i-box-outline:before{content:"󰰃"}.mdi-alpha-i-circle:before{content:"󰰄"}.mdi-alpha-i-circle-outline:before{content:"󰰅"}.mdi-alpha-j:before{content:"󰫷"}.mdi-alpha-j-box:before{content:"󰬑"}.mdi-alpha-j-box-outline:before{content:"󰰆"}.mdi-alpha-j-circle:before{content:"󰰇"}.mdi-alpha-j-circle-outline:before{content:"󰰈"}.mdi-alpha-k:before{content:"󰫸"}.mdi-alpha-k-box:before{content:"󰬒"}.mdi-alpha-k-box-outline:before{content:"󰰉"}.mdi-alpha-k-circle:before{content:"󰰊"}.mdi-alpha-k-circle-outline:before{content:"󰰋"}.mdi-alpha-l:before{content:"󰫹"}.mdi-alpha-l-box:before{content:"󰬓"}.mdi-alpha-l-box-outline:before{content:"󰰌"}.mdi-alpha-l-circle:before{content:"󰰍"}.mdi-alpha-l-circle-outline:before{content:"󰰎"}.mdi-alpha-m:before{content:"󰫺"}.mdi-alpha-m-box:before{content:"󰬔"}.mdi-alpha-m-box-outline:before{content:"󰰏"}.mdi-alpha-m-circle:before{content:"󰰐"}.mdi-alpha-m-circle-outline:before{content:"󰰑"}.mdi-alpha-n:before{content:"󰫻"}.mdi-alpha-n-box:before{content:"󰬕"}.mdi-alpha-n-box-outline:before{content:"󰰒"}.mdi-alpha-n-circle:before{content:"󰰓"}.mdi-alpha-n-circle-outline:before{content:"󰰔"}.mdi-alpha-o:before{content:"󰫼"}.mdi-alpha-o-box:before{content:"󰬖"}.mdi-alpha-o-box-outline:before{content:"󰰕"}.mdi-alpha-o-circle:before{content:"󰰖"}.mdi-alpha-o-circle-outline:before{content:"󰰗"}.mdi-alpha-p:before{content:"󰫽"}.mdi-alpha-p-box:before{content:"󰬗"}.mdi-alpha-p-box-outline:before{content:"󰰘"}.mdi-alpha-p-circle:before{content:"󰰙"}.mdi-alpha-p-circle-outline:before{content:"󰰚"}.mdi-alpha-q:before{content:"󰫾"}.mdi-alpha-q-box:before{content:"󰬘"}.mdi-alpha-q-box-outline:before{content:"󰰛"}.mdi-alpha-q-circle:before{content:"󰰜"}.mdi-alpha-q-circle-outline:before{content:"󰰝"}.mdi-alpha-r:before{content:"󰫿"}.mdi-alpha-r-box:before{content:"󰬙"}.mdi-alpha-r-box-outline:before{content:"󰰞"}.mdi-alpha-r-circle:before{content:"󰰟"}.mdi-alpha-r-circle-outline:before{content:"󰰠"}.mdi-alpha-s:before{content:"󰬀"}.mdi-alpha-s-box:before{content:"󰬚"}.mdi-alpha-s-box-outline:before{content:"󰰡"}.mdi-alpha-s-circle:before{content:"󰰢"}.mdi-alpha-s-circle-outline:before{content:"󰰣"}.mdi-alpha-t:before{content:"󰬁"}.mdi-alpha-t-box:before{content:"󰬛"}.mdi-alpha-t-box-outline:before{content:"󰰤"}.mdi-alpha-t-circle:before{content:"󰰥"}.mdi-alpha-t-circle-outline:before{content:"󰰦"}.mdi-alpha-u:before{content:"󰬂"}.mdi-alpha-u-box:before{content:"󰬜"}.mdi-alpha-u-box-outline:before{content:"󰰧"}.mdi-alpha-u-circle:before{content:"󰰨"}.mdi-alpha-u-circle-outline:before{content:"󰰩"}.mdi-alpha-v:before{content:"󰬃"}.mdi-alpha-v-box:before{content:"󰬝"}.mdi-alpha-v-box-outline:before{content:"󰰪"}.mdi-alpha-v-circle:before{content:"󰰫"}.mdi-alpha-v-circle-outline:before{content:"󰰬"}.mdi-alpha-w:before{content:"󰬄"}.mdi-alpha-w-box:before{content:"󰬞"}.mdi-alpha-w-box-outline:before{content:"󰰭"}.mdi-alpha-w-circle:before{content:"󰰮"}.mdi-alpha-w-circle-outline:before{content:"󰰯"}.mdi-alpha-x:before{content:"󰬅"}.mdi-alpha-x-box:before{content:"󰬟"}.mdi-alpha-x-box-outline:before{content:"󰰰"}.mdi-alpha-x-circle:before{content:"󰰱"}.mdi-alpha-x-circle-outline:before{content:"󰰲"}.mdi-alpha-y:before{content:"󰬆"}.mdi-alpha-y-box:before{content:"󰬠"}.mdi-alpha-y-box-outline:before{content:"󰰳"}.mdi-alpha-y-circle:before{content:"󰰴"}.mdi-alpha-y-circle-outline:before{content:"󰰵"}.mdi-alpha-z:before{content:"󰬇"}.mdi-alpha-z-box:before{content:"󰬡"}.mdi-alpha-z-box-outline:before{content:"󰰶"}.mdi-alpha-z-circle:before{content:"󰰷"}.mdi-alpha-z-circle-outline:before{content:"󰰸"}.mdi-alphabet-aurebesh:before{content:"󱌬"}.mdi-alphabet-cyrillic:before{content:"󱌭"}.mdi-alphabet-greek:before{content:"󱌮"}.mdi-alphabet-latin:before{content:"󱌯"}.mdi-alphabet-piqad:before{content:"󱌰"}.mdi-alphabet-tengwar:before{content:"󱌷"}.mdi-alphabetical:before{content:"󰀬"}.mdi-alphabetical-off:before{content:"󱀌"}.mdi-alphabetical-variant:before{content:"󱀍"}.mdi-alphabetical-variant-off:before{content:"󱀎"}.mdi-altimeter:before{content:"󰗗"}.mdi-ambulance:before{content:"󰀯"}.mdi-ammunition:before{content:"󰳨"}.mdi-ampersand:before{content:"󰪍"}.mdi-amplifier:before{content:"󰀰"}.mdi-amplifier-off:before{content:"󱆵"}.mdi-anchor:before{content:"󰀱"}.mdi-android:before{content:"󰀲"}.mdi-android-studio:before{content:"󰀴"}.mdi-angle-acute:before{content:"󰤷"}.mdi-angle-obtuse:before{content:"󰤸"}.mdi-angle-right:before{content:"󰤹"}.mdi-angular:before{content:"󰚲"}.mdi-angularjs:before{content:"󰚿"}.mdi-animation:before{content:"󰗘"}.mdi-animation-outline:before{content:"󰪏"}.mdi-animation-play:before{content:"󰤺"}.mdi-animation-play-outline:before{content:"󰪐"}.mdi-ansible:before{content:"󱂚"}.mdi-antenna:before{content:"󱄙"}.mdi-anvil:before{content:"󰢛"}.mdi-apache-kafka:before{content:"󱀏"}.mdi-api:before{content:"󱂛"}.mdi-api-off:before{content:"󱉗"}.mdi-apple:before{content:"󰀵"}.mdi-apple-finder:before{content:"󰀶"}.mdi-apple-icloud:before{content:"󰀸"}.mdi-apple-ios:before{content:"󰀷"}.mdi-apple-keyboard-caps:before{content:"󰘲"}.mdi-apple-keyboard-command:before{content:"󰘳"}.mdi-apple-keyboard-control:before{content:"󰘴"}.mdi-apple-keyboard-option:before{content:"󰘵"}.mdi-apple-keyboard-shift:before{content:"󰘶"}.mdi-apple-safari:before{content:"󰀹"}.mdi-application:before{content:"󰣆"}.mdi-application-array:before{content:"󱃵"}.mdi-application-array-outline:before{content:"󱃶"}.mdi-application-braces:before{content:"󱃷"}.mdi-application-braces-outline:before{content:"󱃸"}.mdi-application-brackets:before{content:"󰲋"}.mdi-application-brackets-outline:before{content:"󰲌"}.mdi-application-cog:before{content:"󰙵"}.mdi-application-cog-outline:before{content:"󱕷"}.mdi-application-edit:before{content:"󰂮"}.mdi-application-edit-outline:before{content:"󰘙"}.mdi-application-export:before{content:"󰶭"}.mdi-application-import:before{content:"󰶮"}.mdi-application-outline:before{content:"󰘔"}.mdi-application-parentheses:before{content:"󱃹"}.mdi-application-parentheses-outline:before{content:"󱃺"}.mdi-application-settings:before{content:"󰭠"}.mdi-application-settings-outline:before{content:"󱕕"}.mdi-application-variable:before{content:"󱃻"}.mdi-application-variable-outline:before{content:"󱃼"}.mdi-approximately-equal:before{content:"󰾞"}.mdi-approximately-equal-box:before{content:"󰾟"}.mdi-apps:before{content:"󰀻"}.mdi-apps-box:before{content:"󰵆"}.mdi-arch:before{content:"󰣇"}.mdi-archive:before{content:"󰀼"}.mdi-archive-alert:before{content:"󱓽"}.mdi-archive-alert-outline:before{content:"󱓾"}.mdi-archive-arrow-down:before{content:"󱉙"}.mdi-archive-arrow-down-outline:before{content:"󱉚"}.mdi-archive-arrow-up:before{content:"󱉛"}.mdi-archive-arrow-up-outline:before{content:"󱉜"}.mdi-archive-cancel:before{content:"󱝋"}.mdi-archive-cancel-outline:before{content:"󱝌"}.mdi-archive-check:before{content:"󱝍"}.mdi-archive-check-outline:before{content:"󱝎"}.mdi-archive-clock:before{content:"󱝏"}.mdi-archive-clock-outline:before{content:"󱝐"}.mdi-archive-cog:before{content:"󱝑"}.mdi-archive-cog-outline:before{content:"󱝒"}.mdi-archive-edit:before{content:"󱝓"}.mdi-archive-edit-outline:before{content:"󱝔"}.mdi-archive-eye:before{content:"󱝕"}.mdi-archive-eye-outline:before{content:"󱝖"}.mdi-archive-lock:before{content:"󱝗"}.mdi-archive-lock-open:before{content:"󱝘"}.mdi-archive-lock-open-outline:before{content:"󱝙"}.mdi-archive-lock-outline:before{content:"󱝚"}.mdi-archive-marker:before{content:"󱝛"}.mdi-archive-marker-outline:before{content:"󱝜"}.mdi-archive-minus:before{content:"󱝝"}.mdi-archive-minus-outline:before{content:"󱝞"}.mdi-archive-music:before{content:"󱝟"}.mdi-archive-music-outline:before{content:"󱝠"}.mdi-archive-off:before{content:"󱝡"}.mdi-archive-off-outline:before{content:"󱝢"}.mdi-archive-outline:before{content:"󱈎"}.mdi-archive-plus:before{content:"󱝣"}.mdi-archive-plus-outline:before{content:"󱝤"}.mdi-archive-refresh:before{content:"󱝥"}.mdi-archive-refresh-outline:before{content:"󱝦"}.mdi-archive-remove:before{content:"󱝧"}.mdi-archive-remove-outline:before{content:"󱝨"}.mdi-archive-search:before{content:"󱝩"}.mdi-archive-search-outline:before{content:"󱝪"}.mdi-archive-settings:before{content:"󱝫"}.mdi-archive-settings-outline:before{content:"󱝬"}.mdi-archive-star:before{content:"󱝭"}.mdi-archive-star-outline:before{content:"󱝮"}.mdi-archive-sync:before{content:"󱝯"}.mdi-archive-sync-outline:before{content:"󱝰"}.mdi-arm-flex:before{content:"󰿗"}.mdi-arm-flex-outline:before{content:"󰿖"}.mdi-arrange-bring-forward:before{content:"󰀽"}.mdi-arrange-bring-to-front:before{content:"󰀾"}.mdi-arrange-send-backward:before{content:"󰀿"}.mdi-arrange-send-to-back:before{content:"󰁀"}.mdi-arrow-all:before{content:"󰁁"}.mdi-arrow-bottom-left:before{content:"󰁂"}.mdi-arrow-bottom-left-bold-box:before{content:"󱥤"}.mdi-arrow-bottom-left-bold-box-outline:before{content:"󱥥"}.mdi-arrow-bottom-left-bold-outline:before{content:"󰦷"}.mdi-arrow-bottom-left-thick:before{content:"󰦸"}.mdi-arrow-bottom-left-thin:before{content:"󱦶"}.mdi-arrow-bottom-left-thin-circle-outline:before{content:"󱖖"}.mdi-arrow-bottom-right:before{content:"󰁃"}.mdi-arrow-bottom-right-bold-box:before{content:"󱥦"}.mdi-arrow-bottom-right-bold-box-outline:before{content:"󱥧"}.mdi-arrow-bottom-right-bold-outline:before{content:"󰦹"}.mdi-arrow-bottom-right-thick:before{content:"󰦺"}.mdi-arrow-bottom-right-thin:before{content:"󱦷"}.mdi-arrow-bottom-right-thin-circle-outline:before{content:"󱖕"}.mdi-arrow-collapse:before{content:"󰘕"}.mdi-arrow-collapse-all:before{content:"󰁄"}.mdi-arrow-collapse-down:before{content:"󰞒"}.mdi-arrow-collapse-horizontal:before{content:"󰡌"}.mdi-arrow-collapse-left:before{content:"󰞓"}.mdi-arrow-collapse-right:before{content:"󰞔"}.mdi-arrow-collapse-up:before{content:"󰞕"}.mdi-arrow-collapse-vertical:before{content:"󰡍"}.mdi-arrow-decision:before{content:"󰦻"}.mdi-arrow-decision-auto:before{content:"󰦼"}.mdi-arrow-decision-auto-outline:before{content:"󰦽"}.mdi-arrow-decision-outline:before{content:"󰦾"}.mdi-arrow-down:before{content:"󰁅"}.mdi-arrow-down-bold:before{content:"󰜮"}.mdi-arrow-down-bold-box:before{content:"󰜯"}.mdi-arrow-down-bold-box-outline:before{content:"󰜰"}.mdi-arrow-down-bold-circle:before{content:"󰁇"}.mdi-arrow-down-bold-circle-outline:before{content:"󰁈"}.mdi-arrow-down-bold-hexagon-outline:before{content:"󰁉"}.mdi-arrow-down-bold-outline:before{content:"󰦿"}.mdi-arrow-down-box:before{content:"󰛀"}.mdi-arrow-down-circle:before{content:"󰳛"}.mdi-arrow-down-circle-outline:before{content:"󰳜"}.mdi-arrow-down-drop-circle:before{content:"󰁊"}.mdi-arrow-down-drop-circle-outline:before{content:"󰁋"}.mdi-arrow-down-left:before{content:"󱞡"}.mdi-arrow-down-left-bold:before{content:"󱞢"}.mdi-arrow-down-right:before{content:"󱞣"}.mdi-arrow-down-right-bold:before{content:"󱞤"}.mdi-arrow-down-thick:before{content:"󰁆"}.mdi-arrow-down-thin:before{content:"󱦳"}.mdi-arrow-down-thin-circle-outline:before{content:"󱖙"}.mdi-arrow-expand:before{content:"󰘖"}.mdi-arrow-expand-all:before{content:"󰁌"}.mdi-arrow-expand-down:before{content:"󰞖"}.mdi-arrow-expand-horizontal:before{content:"󰡎"}.mdi-arrow-expand-left:before{content:"󰞗"}.mdi-arrow-expand-right:before{content:"󰞘"}.mdi-arrow-expand-up:before{content:"󰞙"}.mdi-arrow-expand-vertical:before{content:"󰡏"}.mdi-arrow-horizontal-lock:before{content:"󱅛"}.mdi-arrow-left:before{content:"󰁍"}.mdi-arrow-left-bold:before{content:"󰜱"}.mdi-arrow-left-bold-box:before{content:"󰜲"}.mdi-arrow-left-bold-box-outline:before{content:"󰜳"}.mdi-arrow-left-bold-circle:before{content:"󰁏"}.mdi-arrow-left-bold-circle-outline:before{content:"󰁐"}.mdi-arrow-left-bold-hexagon-outline:before{content:"󰁑"}.mdi-arrow-left-bold-outline:before{content:"󰧀"}.mdi-arrow-left-bottom:before{content:"󱞥"}.mdi-arrow-left-bottom-bold:before{content:"󱞦"}.mdi-arrow-left-box:before{content:"󰛁"}.mdi-arrow-left-circle:before{content:"󰳝"}.mdi-arrow-left-circle-outline:before{content:"󰳞"}.mdi-arrow-left-drop-circle:before{content:"󰁒"}.mdi-arrow-left-drop-circle-outline:before{content:"󰁓"}.mdi-arrow-left-right:before{content:"󰹳"}.mdi-arrow-left-right-bold:before{content:"󰹴"}.mdi-arrow-left-right-bold-outline:before{content:"󰧁"}.mdi-arrow-left-thick:before{content:"󰁎"}.mdi-arrow-left-thin:before{content:"󱦱"}.mdi-arrow-left-thin-circle-outline:before{content:"󱖚"}.mdi-arrow-left-top:before{content:"󱞧"}.mdi-arrow-left-top-bold:before{content:"󱞨"}.mdi-arrow-projectile:before{content:"󱡀"}.mdi-arrow-projectile-multiple:before{content:"󱠿"}.mdi-arrow-right:before{content:"󰁔"}.mdi-arrow-right-bold:before{content:"󰜴"}.mdi-arrow-right-bold-box:before{content:"󰜵"}.mdi-arrow-right-bold-box-outline:before{content:"󰜶"}.mdi-arrow-right-bold-circle:before{content:"󰁖"}.mdi-arrow-right-bold-circle-outline:before{content:"󰁗"}.mdi-arrow-right-bold-hexagon-outline:before{content:"󰁘"}.mdi-arrow-right-bold-outline:before{content:"󰧂"}.mdi-arrow-right-bottom:before{content:"󱞩"}.mdi-arrow-right-bottom-bold:before{content:"󱞪"}.mdi-arrow-right-box:before{content:"󰛂"}.mdi-arrow-right-circle:before{content:"󰳟"}.mdi-arrow-right-circle-outline:before{content:"󰳠"}.mdi-arrow-right-drop-circle:before{content:"󰁙"}.mdi-arrow-right-drop-circle-outline:before{content:"󰁚"}.mdi-arrow-right-thick:before{content:"󰁕"}.mdi-arrow-right-thin:before{content:"󱦰"}.mdi-arrow-right-thin-circle-outline:before{content:"󱖘"}.mdi-arrow-right-top:before{content:"󱞫"}.mdi-arrow-right-top-bold:before{content:"󱞬"}.mdi-arrow-split-horizontal:before{content:"󰤻"}.mdi-arrow-split-vertical:before{content:"󰤼"}.mdi-arrow-top-left:before{content:"󰁛"}.mdi-arrow-top-left-bold-box:before{content:"󱥨"}.mdi-arrow-top-left-bold-box-outline:before{content:"󱥩"}.mdi-arrow-top-left-bold-outline:before{content:"󰧃"}.mdi-arrow-top-left-bottom-right:before{content:"󰹵"}.mdi-arrow-top-left-bottom-right-bold:before{content:"󰹶"}.mdi-arrow-top-left-thick:before{content:"󰧄"}.mdi-arrow-top-left-thin:before{content:"󱦵"}.mdi-arrow-top-left-thin-circle-outline:before{content:"󱖓"}.mdi-arrow-top-right:before{content:"󰁜"}.mdi-arrow-top-right-bold-box:before{content:"󱥪"}.mdi-arrow-top-right-bold-box-outline:before{content:"󱥫"}.mdi-arrow-top-right-bold-outline:before{content:"󰧅"}.mdi-arrow-top-right-bottom-left:before{content:"󰹷"}.mdi-arrow-top-right-bottom-left-bold:before{content:"󰹸"}.mdi-arrow-top-right-thick:before{content:"󰧆"}.mdi-arrow-top-right-thin:before{content:"󱦴"}.mdi-arrow-top-right-thin-circle-outline:before{content:"󱖔"}.mdi-arrow-u-down-left:before{content:"󱞭"}.mdi-arrow-u-down-left-bold:before{content:"󱞮"}.mdi-arrow-u-down-right:before{content:"󱞯"}.mdi-arrow-u-down-right-bold:before{content:"󱞰"}.mdi-arrow-u-left-bottom:before{content:"󱞱"}.mdi-arrow-u-left-bottom-bold:before{content:"󱞲"}.mdi-arrow-u-left-top:before{content:"󱞳"}.mdi-arrow-u-left-top-bold:before{content:"󱞴"}.mdi-arrow-u-right-bottom:before{content:"󱞵"}.mdi-arrow-u-right-bottom-bold:before{content:"󱞶"}.mdi-arrow-u-right-top:before{content:"󱞷"}.mdi-arrow-u-right-top-bold:before{content:"󱞸"}.mdi-arrow-u-up-left:before{content:"󱞹"}.mdi-arrow-u-up-left-bold:before{content:"󱞺"}.mdi-arrow-u-up-right:before{content:"󱞻"}.mdi-arrow-u-up-right-bold:before{content:"󱞼"}.mdi-arrow-up:before{content:"󰁝"}.mdi-arrow-up-bold:before{content:"󰜷"}.mdi-arrow-up-bold-box:before{content:"󰜸"}.mdi-arrow-up-bold-box-outline:before{content:"󰜹"}.mdi-arrow-up-bold-circle:before{content:"󰁟"}.mdi-arrow-up-bold-circle-outline:before{content:"󰁠"}.mdi-arrow-up-bold-hexagon-outline:before{content:"󰁡"}.mdi-arrow-up-bold-outline:before{content:"󰧇"}.mdi-arrow-up-box:before{content:"󰛃"}.mdi-arrow-up-circle:before{content:"󰳡"}.mdi-arrow-up-circle-outline:before{content:"󰳢"}.mdi-arrow-up-down:before{content:"󰹹"}.mdi-arrow-up-down-bold:before{content:"󰹺"}.mdi-arrow-up-down-bold-outline:before{content:"󰧈"}.mdi-arrow-up-drop-circle:before{content:"󰁢"}.mdi-arrow-up-drop-circle-outline:before{content:"󰁣"}.mdi-arrow-up-left:before{content:"󱞽"}.mdi-arrow-up-left-bold:before{content:"󱞾"}.mdi-arrow-up-right:before{content:"󱞿"}.mdi-arrow-up-right-bold:before{content:"󱟀"}.mdi-arrow-up-thick:before{content:"󰁞"}.mdi-arrow-up-thin:before{content:"󱦲"}.mdi-arrow-up-thin-circle-outline:before{content:"󱖗"}.mdi-arrow-vertical-lock:before{content:"󱅜"}.mdi-artboard:before{content:"󱮚"}.mdi-artstation:before{content:"󰭛"}.mdi-aspect-ratio:before{content:"󰨤"}.mdi-assistant:before{content:"󰁤"}.mdi-asterisk:before{content:"󰛄"}.mdi-asterisk-circle-outline:before{content:"󱨧"}.mdi-at:before{content:"󰁥"}.mdi-atlassian:before{content:"󰠄"}.mdi-atm:before{content:"󰵇"}.mdi-atom:before{content:"󰝨"}.mdi-atom-variant:before{content:"󰹻"}.mdi-attachment:before{content:"󰁦"}.mdi-attachment-check:before{content:"󱫁"}.mdi-attachment-lock:before{content:"󱧄"}.mdi-attachment-minus:before{content:"󱫂"}.mdi-attachment-off:before{content:"󱫃"}.mdi-attachment-plus:before{content:"󱫄"}.mdi-attachment-remove:before{content:"󱫅"}.mdi-atv:before{content:"󱭰"}.mdi-audio-input-rca:before{content:"󱡫"}.mdi-audio-input-stereo-minijack:before{content:"󱡬"}.mdi-audio-input-xlr:before{content:"󱡭"}.mdi-audio-video:before{content:"󰤽"}.mdi-audio-video-off:before{content:"󱆶"}.mdi-augmented-reality:before{content:"󰡐"}.mdi-auto-download:before{content:"󱍾"}.mdi-auto-fix:before{content:"󰁨"}.mdi-auto-upload:before{content:"󰁩"}.mdi-autorenew:before{content:"󰁪"}.mdi-autorenew-off:before{content:"󱧧"}.mdi-av-timer:before{content:"󰁫"}.mdi-awning:before{content:"󱮇"}.mdi-awning-outline:before{content:"󱮈"}.mdi-aws:before{content:"󰸏"}.mdi-axe:before{content:"󰣈"}.mdi-axe-battle:before{content:"󱡂"}.mdi-axis:before{content:"󰵈"}.mdi-axis-arrow:before{content:"󰵉"}.mdi-axis-arrow-info:before{content:"󱐎"}.mdi-axis-arrow-lock:before{content:"󰵊"}.mdi-axis-lock:before{content:"󰵋"}.mdi-axis-x-arrow:before{content:"󰵌"}.mdi-axis-x-arrow-lock:before{content:"󰵍"}.mdi-axis-x-rotate-clockwise:before{content:"󰵎"}.mdi-axis-x-rotate-counterclockwise:before{content:"󰵏"}.mdi-axis-x-y-arrow-lock:before{content:"󰵐"}.mdi-axis-y-arrow:before{content:"󰵑"}.mdi-axis-y-arrow-lock:before{content:"󰵒"}.mdi-axis-y-rotate-clockwise:before{content:"󰵓"}.mdi-axis-y-rotate-counterclockwise:before{content:"󰵔"}.mdi-axis-z-arrow:before{content:"󰵕"}.mdi-axis-z-arrow-lock:before{content:"󰵖"}.mdi-axis-z-rotate-clockwise:before{content:"󰵗"}.mdi-axis-z-rotate-counterclockwise:before{content:"󰵘"}.mdi-babel:before{content:"󰨥"}.mdi-baby:before{content:"󰁬"}.mdi-baby-bottle:before{content:"󰼹"}.mdi-baby-bottle-outline:before{content:"󰼺"}.mdi-baby-buggy:before{content:"󱏠"}.mdi-baby-buggy-off:before{content:"󱫳"}.mdi-baby-carriage:before{content:"󰚏"}.mdi-baby-carriage-off:before{content:"󰾠"}.mdi-baby-face:before{content:"󰹼"}.mdi-baby-face-outline:before{content:"󰹽"}.mdi-backburger:before{content:"󰁭"}.mdi-backspace:before{content:"󰁮"}.mdi-backspace-outline:before{content:"󰭜"}.mdi-backspace-reverse:before{content:"󰹾"}.mdi-backspace-reverse-outline:before{content:"󰹿"}.mdi-backup-restore:before{content:"󰁯"}.mdi-bacteria:before{content:"󰻕"}.mdi-bacteria-outline:before{content:"󰻖"}.mdi-badge-account:before{content:"󰶧"}.mdi-badge-account-alert:before{content:"󰶨"}.mdi-badge-account-alert-outline:before{content:"󰶩"}.mdi-badge-account-horizontal:before{content:"󰸍"}.mdi-badge-account-horizontal-outline:before{content:"󰸎"}.mdi-badge-account-outline:before{content:"󰶪"}.mdi-badminton:before{content:"󰡑"}.mdi-bag-carry-on:before{content:"󰼻"}.mdi-bag-carry-on-check:before{content:"󰵥"}.mdi-bag-carry-on-off:before{content:"󰼼"}.mdi-bag-checked:before{content:"󰼽"}.mdi-bag-personal:before{content:"󰸐"}.mdi-bag-personal-off:before{content:"󰸑"}.mdi-bag-personal-off-outline:before{content:"󰸒"}.mdi-bag-personal-outline:before{content:"󰸓"}.mdi-bag-personal-tag:before{content:"󱬌"}.mdi-bag-personal-tag-outline:before{content:"󱬍"}.mdi-bag-suitcase:before{content:"󱖋"}.mdi-bag-suitcase-off:before{content:"󱖍"}.mdi-bag-suitcase-off-outline:before{content:"󱖎"}.mdi-bag-suitcase-outline:before{content:"󱖌"}.mdi-baguette:before{content:"󰼾"}.mdi-balcony:before{content:"󱠗"}.mdi-balloon:before{content:"󰨦"}.mdi-ballot:before{content:"󰧉"}.mdi-ballot-outline:before{content:"󰧊"}.mdi-ballot-recount:before{content:"󰰹"}.mdi-ballot-recount-outline:before{content:"󰰺"}.mdi-bandage:before{content:"󰶯"}.mdi-bank:before{content:"󰁰"}.mdi-bank-check:before{content:"󱙕"}.mdi-bank-minus:before{content:"󰶰"}.mdi-bank-off:before{content:"󱙖"}.mdi-bank-off-outline:before{content:"󱙗"}.mdi-bank-outline:before{content:"󰺀"}.mdi-bank-plus:before{content:"󰶱"}.mdi-bank-remove:before{content:"󰶲"}.mdi-bank-transfer:before{content:"󰨧"}.mdi-bank-transfer-in:before{content:"󰨨"}.mdi-bank-transfer-out:before{content:"󰨩"}.mdi-barcode:before{content:"󰁱"}.mdi-barcode-off:before{content:"󱈶"}.mdi-barcode-scan:before{content:"󰁲"}.mdi-barley:before{content:"󰁳"}.mdi-barley-off:before{content:"󰭝"}.mdi-barn:before{content:"󰭞"}.mdi-barrel:before{content:"󰁴"}.mdi-barrel-outline:before{content:"󱨨"}.mdi-baseball:before{content:"󰡒"}.mdi-baseball-bat:before{content:"󰡓"}.mdi-baseball-diamond:before{content:"󱗬"}.mdi-baseball-diamond-outline:before{content:"󱗭"}.mdi-bash:before{content:"󱆃"}.mdi-basket:before{content:"󰁶"}.mdi-basket-check:before{content:"󱣥"}.mdi-basket-check-outline:before{content:"󱣦"}.mdi-basket-fill:before{content:"󰁷"}.mdi-basket-minus:before{content:"󱔣"}.mdi-basket-minus-outline:before{content:"󱔤"}.mdi-basket-off:before{content:"󱔥"}.mdi-basket-off-outline:before{content:"󱔦"}.mdi-basket-outline:before{content:"󱆁"}.mdi-basket-plus:before{content:"󱔧"}.mdi-basket-plus-outline:before{content:"󱔨"}.mdi-basket-remove:before{content:"󱔩"}.mdi-basket-remove-outline:before{content:"󱔪"}.mdi-basket-unfill:before{content:"󰁸"}.mdi-basketball:before{content:"󰠆"}.mdi-basketball-hoop:before{content:"󰰻"}.mdi-basketball-hoop-outline:before{content:"󰰼"}.mdi-bat:before{content:"󰭟"}.mdi-bathtub:before{content:"󱠘"}.mdi-bathtub-outline:before{content:"󱠙"}.mdi-battery:before{content:"󰁹"}.mdi-battery-10:before{content:"󰁺"}.mdi-battery-10-bluetooth:before{content:"󰤾"}.mdi-battery-20:before{content:"󰁻"}.mdi-battery-20-bluetooth:before{content:"󰤿"}.mdi-battery-30:before{content:"󰁼"}.mdi-battery-30-bluetooth:before{content:"󰥀"}.mdi-battery-40:before{content:"󰁽"}.mdi-battery-40-bluetooth:before{content:"󰥁"}.mdi-battery-50:before{content:"󰁾"}.mdi-battery-50-bluetooth:before{content:"󰥂"}.mdi-battery-60:before{content:"󰁿"}.mdi-battery-60-bluetooth:before{content:"󰥃"}.mdi-battery-70:before{content:"󰂀"}.mdi-battery-70-bluetooth:before{content:"󰥄"}.mdi-battery-80:before{content:"󰂁"}.mdi-battery-80-bluetooth:before{content:"󰥅"}.mdi-battery-90:before{content:"󰂂"}.mdi-battery-90-bluetooth:before{content:"󰥆"}.mdi-battery-alert:before{content:"󰂃"}.mdi-battery-alert-bluetooth:before{content:"󰥇"}.mdi-battery-alert-variant:before{content:"󱃌"}.mdi-battery-alert-variant-outline:before{content:"󱃍"}.mdi-battery-arrow-down:before{content:"󱟞"}.mdi-battery-arrow-down-outline:before{content:"󱟟"}.mdi-battery-arrow-up:before{content:"󱟠"}.mdi-battery-arrow-up-outline:before{content:"󱟡"}.mdi-battery-bluetooth:before{content:"󰥈"}.mdi-battery-bluetooth-variant:before{content:"󰥉"}.mdi-battery-charging:before{content:"󰂄"}.mdi-battery-charging-10:before{content:"󰢜"}.mdi-battery-charging-100:before{content:"󰂅"}.mdi-battery-charging-20:before{content:"󰂆"}.mdi-battery-charging-30:before{content:"󰂇"}.mdi-battery-charging-40:before{content:"󰂈"}.mdi-battery-charging-50:before{content:"󰢝"}.mdi-battery-charging-60:before{content:"󰂉"}.mdi-battery-charging-70:before{content:"󰢞"}.mdi-battery-charging-80:before{content:"󰂊"}.mdi-battery-charging-90:before{content:"󰂋"}.mdi-battery-charging-high:before{content:"󱊦"}.mdi-battery-charging-low:before{content:"󱊤"}.mdi-battery-charging-medium:before{content:"󱊥"}.mdi-battery-charging-outline:before{content:"󰢟"}.mdi-battery-charging-wireless:before{content:"󰠇"}.mdi-battery-charging-wireless-10:before{content:"󰠈"}.mdi-battery-charging-wireless-20:before{content:"󰠉"}.mdi-battery-charging-wireless-30:before{content:"󰠊"}.mdi-battery-charging-wireless-40:before{content:"󰠋"}.mdi-battery-charging-wireless-50:before{content:"󰠌"}.mdi-battery-charging-wireless-60:before{content:"󰠍"}.mdi-battery-charging-wireless-70:before{content:"󰠎"}.mdi-battery-charging-wireless-80:before{content:"󰠏"}.mdi-battery-charging-wireless-90:before{content:"󰠐"}.mdi-battery-charging-wireless-alert:before{content:"󰠑"}.mdi-battery-charging-wireless-outline:before{content:"󰠒"}.mdi-battery-check:before{content:"󱟢"}.mdi-battery-check-outline:before{content:"󱟣"}.mdi-battery-clock:before{content:"󱧥"}.mdi-battery-clock-outline:before{content:"󱧦"}.mdi-battery-heart:before{content:"󱈏"}.mdi-battery-heart-outline:before{content:"󱈐"}.mdi-battery-heart-variant:before{content:"󱈑"}.mdi-battery-high:before{content:"󱊣"}.mdi-battery-lock:before{content:"󱞜"}.mdi-battery-lock-open:before{content:"󱞝"}.mdi-battery-low:before{content:"󱊡"}.mdi-battery-medium:before{content:"󱊢"}.mdi-battery-minus:before{content:"󱟤"}.mdi-battery-minus-outline:before{content:"󱟥"}.mdi-battery-minus-variant:before{content:"󰂌"}.mdi-battery-negative:before{content:"󰂍"}.mdi-battery-off:before{content:"󱉝"}.mdi-battery-off-outline:before{content:"󱉞"}.mdi-battery-outline:before{content:"󰂎"}.mdi-battery-plus:before{content:"󱟦"}.mdi-battery-plus-outline:before{content:"󱟧"}.mdi-battery-plus-variant:before{content:"󰂏"}.mdi-battery-positive:before{content:"󰂐"}.mdi-battery-remove:before{content:"󱟨"}.mdi-battery-remove-outline:before{content:"󱟩"}.mdi-battery-sync:before{content:"󱠴"}.mdi-battery-sync-outline:before{content:"󱠵"}.mdi-battery-unknown:before{content:"󰂑"}.mdi-battery-unknown-bluetooth:before{content:"󰥊"}.mdi-beach:before{content:"󰂒"}.mdi-beaker:before{content:"󰳪"}.mdi-beaker-alert:before{content:"󱈩"}.mdi-beaker-alert-outline:before{content:"󱈪"}.mdi-beaker-check:before{content:"󱈫"}.mdi-beaker-check-outline:before{content:"󱈬"}.mdi-beaker-minus:before{content:"󱈭"}.mdi-beaker-minus-outline:before{content:"󱈮"}.mdi-beaker-outline:before{content:"󰚐"}.mdi-beaker-plus:before{content:"󱈯"}.mdi-beaker-plus-outline:before{content:"󱈰"}.mdi-beaker-question:before{content:"󱈱"}.mdi-beaker-question-outline:before{content:"󱈲"}.mdi-beaker-remove:before{content:"󱈳"}.mdi-beaker-remove-outline:before{content:"󱈴"}.mdi-bed:before{content:"󰋣"}.mdi-bed-clock:before{content:"󱮔"}.mdi-bed-double:before{content:"󰿔"}.mdi-bed-double-outline:before{content:"󰿓"}.mdi-bed-empty:before{content:"󰢠"}.mdi-bed-king:before{content:"󰿒"}.mdi-bed-king-outline:before{content:"󰿑"}.mdi-bed-outline:before{content:"󰂙"}.mdi-bed-queen:before{content:"󰿐"}.mdi-bed-queen-outline:before{content:"󰿛"}.mdi-bed-single:before{content:"󱁭"}.mdi-bed-single-outline:before{content:"󱁮"}.mdi-bee:before{content:"󰾡"}.mdi-bee-flower:before{content:"󰾢"}.mdi-beehive-off-outline:before{content:"󱏭"}.mdi-beehive-outline:before{content:"󱃎"}.mdi-beekeeper:before{content:"󱓢"}.mdi-beer:before{content:"󰂘"}.mdi-beer-outline:before{content:"󱌌"}.mdi-bell:before{content:"󰂚"}.mdi-bell-alert:before{content:"󰵙"}.mdi-bell-alert-outline:before{content:"󰺁"}.mdi-bell-badge:before{content:"󱅫"}.mdi-bell-badge-outline:before{content:"󰅸"}.mdi-bell-cancel:before{content:"󱏧"}.mdi-bell-cancel-outline:before{content:"󱏨"}.mdi-bell-check:before{content:"󱇥"}.mdi-bell-check-outline:before{content:"󱇦"}.mdi-bell-circle:before{content:"󰵚"}.mdi-bell-circle-outline:before{content:"󰵛"}.mdi-bell-cog:before{content:"󱨩"}.mdi-bell-cog-outline:before{content:"󱨪"}.mdi-bell-minus:before{content:"󱏩"}.mdi-bell-minus-outline:before{content:"󱏪"}.mdi-bell-off:before{content:"󰂛"}.mdi-bell-off-outline:before{content:"󰪑"}.mdi-bell-outline:before{content:"󰂜"}.mdi-bell-plus:before{content:"󰂝"}.mdi-bell-plus-outline:before{content:"󰪒"}.mdi-bell-remove:before{content:"󱏫"}.mdi-bell-remove-outline:before{content:"󱏬"}.mdi-bell-ring:before{content:"󰂞"}.mdi-bell-ring-outline:before{content:"󰂟"}.mdi-bell-sleep:before{content:"󰂠"}.mdi-bell-sleep-outline:before{content:"󰪓"}.mdi-beta:before{content:"󰂡"}.mdi-betamax:before{content:"󰧋"}.mdi-biathlon:before{content:"󰸔"}.mdi-bicycle:before{content:"󱂜"}.mdi-bicycle-basket:before{content:"󱈵"}.mdi-bicycle-cargo:before{content:"󱢜"}.mdi-bicycle-electric:before{content:"󱖴"}.mdi-bicycle-penny-farthing:before{content:"󱗩"}.mdi-bike:before{content:"󰂣"}.mdi-bike-fast:before{content:"󱄟"}.mdi-billboard:before{content:"󱀐"}.mdi-billiards:before{content:"󰭡"}.mdi-billiards-rack:before{content:"󰭢"}.mdi-binoculars:before{content:"󰂥"}.mdi-bio:before{content:"󰂦"}.mdi-biohazard:before{content:"󰂧"}.mdi-bird:before{content:"󱗆"}.mdi-bitbucket:before{content:"󰂨"}.mdi-bitcoin:before{content:"󰠓"}.mdi-black-mesa:before{content:"󰂩"}.mdi-blender:before{content:"󰳫"}.mdi-blender-outline:before{content:"󱠚"}.mdi-blender-software:before{content:"󰂫"}.mdi-blinds:before{content:"󰂬"}.mdi-blinds-horizontal:before{content:"󱨫"}.mdi-blinds-horizontal-closed:before{content:"󱨬"}.mdi-blinds-open:before{content:"󱀑"}.mdi-blinds-vertical:before{content:"󱨭"}.mdi-blinds-vertical-closed:before{content:"󱨮"}.mdi-block-helper:before{content:"󰂭"}.mdi-blood-bag:before{content:"󰳬"}.mdi-bluetooth:before{content:"󰂯"}.mdi-bluetooth-audio:before{content:"󰂰"}.mdi-bluetooth-connect:before{content:"󰂱"}.mdi-bluetooth-off:before{content:"󰂲"}.mdi-bluetooth-settings:before{content:"󰂳"}.mdi-bluetooth-transfer:before{content:"󰂴"}.mdi-blur:before{content:"󰂵"}.mdi-blur-linear:before{content:"󰂶"}.mdi-blur-off:before{content:"󰂷"}.mdi-blur-radial:before{content:"󰂸"}.mdi-bolt:before{content:"󰶳"}.mdi-bomb:before{content:"󰚑"}.mdi-bomb-off:before{content:"󰛅"}.mdi-bone:before{content:"󰂹"}.mdi-bone-off:before{content:"󱧠"}.mdi-book:before{content:"󰂺"}.mdi-book-account:before{content:"󱎭"}.mdi-book-account-outline:before{content:"󱎮"}.mdi-book-alert:before{content:"󱙼"}.mdi-book-alert-outline:before{content:"󱙽"}.mdi-book-alphabet:before{content:"󰘝"}.mdi-book-arrow-down:before{content:"󱙾"}.mdi-book-arrow-down-outline:before{content:"󱙿"}.mdi-book-arrow-left:before{content:"󱚀"}.mdi-book-arrow-left-outline:before{content:"󱚁"}.mdi-book-arrow-right:before{content:"󱚂"}.mdi-book-arrow-right-outline:before{content:"󱚃"}.mdi-book-arrow-up:before{content:"󱚄"}.mdi-book-arrow-up-outline:before{content:"󱚅"}.mdi-book-cancel:before{content:"󱚆"}.mdi-book-cancel-outline:before{content:"󱚇"}.mdi-book-check:before{content:"󱓳"}.mdi-book-check-outline:before{content:"󱓴"}.mdi-book-clock:before{content:"󱚈"}.mdi-book-clock-outline:before{content:"󱚉"}.mdi-book-cog:before{content:"󱚊"}.mdi-book-cog-outline:before{content:"󱚋"}.mdi-book-cross:before{content:"󰂢"}.mdi-book-edit:before{content:"󱚌"}.mdi-book-edit-outline:before{content:"󱚍"}.mdi-book-education:before{content:"󱛉"}.mdi-book-education-outline:before{content:"󱛊"}.mdi-book-heart:before{content:"󱨝"}.mdi-book-heart-outline:before{content:"󱨞"}.mdi-book-information-variant:before{content:"󱁯"}.mdi-book-lock:before{content:"󰞚"}.mdi-book-lock-open:before{content:"󰞛"}.mdi-book-lock-open-outline:before{content:"󱚎"}.mdi-book-lock-outline:before{content:"󱚏"}.mdi-book-marker:before{content:"󱚐"}.mdi-book-marker-outline:before{content:"󱚑"}.mdi-book-minus:before{content:"󰗙"}.mdi-book-minus-multiple:before{content:"󰪔"}.mdi-book-minus-multiple-outline:before{content:"󰤋"}.mdi-book-minus-outline:before{content:"󱚒"}.mdi-book-multiple:before{content:"󰂻"}.mdi-book-multiple-outline:before{content:"󰐶"}.mdi-book-music:before{content:"󰁧"}.mdi-book-music-outline:before{content:"󱚓"}.mdi-book-off:before{content:"󱚔"}.mdi-book-off-outline:before{content:"󱚕"}.mdi-book-open:before{content:"󰂽"}.mdi-book-open-blank-variant:before{content:"󰂾"}.mdi-book-open-outline:before{content:"󰭣"}.mdi-book-open-page-variant:before{content:"󰗚"}.mdi-book-open-page-variant-outline:before{content:"󱗖"}.mdi-book-open-variant:before{content:"󱓷"}.mdi-book-outline:before{content:"󰭤"}.mdi-book-play:before{content:"󰺂"}.mdi-book-play-outline:before{content:"󰺃"}.mdi-book-plus:before{content:"󰗛"}.mdi-book-plus-multiple:before{content:"󰪕"}.mdi-book-plus-multiple-outline:before{content:"󰫞"}.mdi-book-plus-outline:before{content:"󱚖"}.mdi-book-refresh:before{content:"󱚗"}.mdi-book-refresh-outline:before{content:"󱚘"}.mdi-book-remove:before{content:"󰪗"}.mdi-book-remove-multiple:before{content:"󰪖"}.mdi-book-remove-multiple-outline:before{content:"󰓊"}.mdi-book-remove-outline:before{content:"󱚙"}.mdi-book-search:before{content:"󰺄"}.mdi-book-search-outline:before{content:"󰺅"}.mdi-book-settings:before{content:"󱚚"}.mdi-book-settings-outline:before{content:"󱚛"}.mdi-book-sync:before{content:"󱚜"}.mdi-book-sync-outline:before{content:"󱛈"}.mdi-book-variant:before{content:"󰂿"}.mdi-bookmark:before{content:"󰃀"}.mdi-bookmark-box:before{content:"󱭵"}.mdi-bookmark-box-multiple:before{content:"󱥬"}.mdi-bookmark-box-multiple-outline:before{content:"󱥭"}.mdi-bookmark-box-outline:before{content:"󱭶"}.mdi-bookmark-check:before{content:"󰃁"}.mdi-bookmark-check-outline:before{content:"󱍻"}.mdi-bookmark-minus:before{content:"󰧌"}.mdi-bookmark-minus-outline:before{content:"󰧍"}.mdi-bookmark-multiple:before{content:"󰸕"}.mdi-bookmark-multiple-outline:before{content:"󰸖"}.mdi-bookmark-music:before{content:"󰃂"}.mdi-bookmark-music-outline:before{content:"󱍹"}.mdi-bookmark-off:before{content:"󰧎"}.mdi-bookmark-off-outline:before{content:"󰧏"}.mdi-bookmark-outline:before{content:"󰃃"}.mdi-bookmark-plus:before{content:"󰃅"}.mdi-bookmark-plus-outline:before{content:"󰃄"}.mdi-bookmark-remove:before{content:"󰃆"}.mdi-bookmark-remove-outline:before{content:"󱍺"}.mdi-bookshelf:before{content:"󱉟"}.mdi-boom-gate:before{content:"󰺆"}.mdi-boom-gate-alert:before{content:"󰺇"}.mdi-boom-gate-alert-outline:before{content:"󰺈"}.mdi-boom-gate-arrow-down:before{content:"󰺉"}.mdi-boom-gate-arrow-down-outline:before{content:"󰺊"}.mdi-boom-gate-arrow-up:before{content:"󰺌"}.mdi-boom-gate-arrow-up-outline:before{content:"󰺍"}.mdi-boom-gate-outline:before{content:"󰺋"}.mdi-boom-gate-up:before{content:"󱟹"}.mdi-boom-gate-up-outline:before{content:"󱟺"}.mdi-boombox:before{content:"󰗜"}.mdi-boomerang:before{content:"󱃏"}.mdi-bootstrap:before{content:"󰛆"}.mdi-border-all:before{content:"󰃇"}.mdi-border-all-variant:before{content:"󰢡"}.mdi-border-bottom:before{content:"󰃈"}.mdi-border-bottom-variant:before{content:"󰢢"}.mdi-border-color:before{content:"󰃉"}.mdi-border-horizontal:before{content:"󰃊"}.mdi-border-inside:before{content:"󰃋"}.mdi-border-left:before{content:"󰃌"}.mdi-border-left-variant:before{content:"󰢣"}.mdi-border-none:before{content:"󰃍"}.mdi-border-none-variant:before{content:"󰢤"}.mdi-border-outside:before{content:"󰃎"}.mdi-border-radius:before{content:"󱫴"}.mdi-border-right:before{content:"󰃏"}.mdi-border-right-variant:before{content:"󰢥"}.mdi-border-style:before{content:"󰃐"}.mdi-border-top:before{content:"󰃑"}.mdi-border-top-variant:before{content:"󰢦"}.mdi-border-vertical:before{content:"󰃒"}.mdi-bottle-soda:before{content:"󱁰"}.mdi-bottle-soda-classic:before{content:"󱁱"}.mdi-bottle-soda-classic-outline:before{content:"󱍣"}.mdi-bottle-soda-outline:before{content:"󱁲"}.mdi-bottle-tonic:before{content:"󱄮"}.mdi-bottle-tonic-outline:before{content:"󱄯"}.mdi-bottle-tonic-plus:before{content:"󱄰"}.mdi-bottle-tonic-plus-outline:before{content:"󱄱"}.mdi-bottle-tonic-skull:before{content:"󱄲"}.mdi-bottle-tonic-skull-outline:before{content:"󱄳"}.mdi-bottle-wine:before{content:"󰡔"}.mdi-bottle-wine-outline:before{content:"󱌐"}.mdi-bow-arrow:before{content:"󱡁"}.mdi-bow-tie:before{content:"󰙸"}.mdi-bowl:before{content:"󰊎"}.mdi-bowl-mix:before{content:"󰘗"}.mdi-bowl-mix-outline:before{content:"󰋤"}.mdi-bowl-outline:before{content:"󰊩"}.mdi-bowling:before{content:"󰃓"}.mdi-box:before{content:"󰃔"}.mdi-box-cutter:before{content:"󰃕"}.mdi-box-cutter-off:before{content:"󰭊"}.mdi-box-shadow:before{content:"󰘷"}.mdi-boxing-glove:before{content:"󰭥"}.mdi-braille:before{content:"󰧐"}.mdi-brain:before{content:"󰧑"}.mdi-bread-slice:before{content:"󰳮"}.mdi-bread-slice-outline:before{content:"󰳯"}.mdi-bridge:before{content:"󰘘"}.mdi-briefcase:before{content:"󰃖"}.mdi-briefcase-account:before{content:"󰳰"}.mdi-briefcase-account-outline:before{content:"󰳱"}.mdi-briefcase-arrow-left-right:before{content:"󱪍"}.mdi-briefcase-arrow-left-right-outline:before{content:"󱪎"}.mdi-briefcase-arrow-up-down:before{content:"󱪏"}.mdi-briefcase-arrow-up-down-outline:before{content:"󱪐"}.mdi-briefcase-check:before{content:"󰃗"}.mdi-briefcase-check-outline:before{content:"󱌞"}.mdi-briefcase-clock:before{content:"󱃐"}.mdi-briefcase-clock-outline:before{content:"󱃑"}.mdi-briefcase-download:before{content:"󰃘"}.mdi-briefcase-download-outline:before{content:"󰰽"}.mdi-briefcase-edit:before{content:"󰪘"}.mdi-briefcase-edit-outline:before{content:"󰰾"}.mdi-briefcase-eye:before{content:"󱟙"}.mdi-briefcase-eye-outline:before{content:"󱟚"}.mdi-briefcase-minus:before{content:"󰨪"}.mdi-briefcase-minus-outline:before{content:"󰰿"}.mdi-briefcase-off:before{content:"󱙘"}.mdi-briefcase-off-outline:before{content:"󱙙"}.mdi-briefcase-outline:before{content:"󰠔"}.mdi-briefcase-plus:before{content:"󰨫"}.mdi-briefcase-plus-outline:before{content:"󰱀"}.mdi-briefcase-remove:before{content:"󰨬"}.mdi-briefcase-remove-outline:before{content:"󰱁"}.mdi-briefcase-search:before{content:"󰨭"}.mdi-briefcase-search-outline:before{content:"󰱂"}.mdi-briefcase-upload:before{content:"󰃙"}.mdi-briefcase-upload-outline:before{content:"󰱃"}.mdi-briefcase-variant:before{content:"󱒔"}.mdi-briefcase-variant-off:before{content:"󱙚"}.mdi-briefcase-variant-off-outline:before{content:"󱙛"}.mdi-briefcase-variant-outline:before{content:"󱒕"}.mdi-brightness-1:before{content:"󰃚"}.mdi-brightness-2:before{content:"󰃛"}.mdi-brightness-3:before{content:"󰃜"}.mdi-brightness-4:before{content:"󰃝"}.mdi-brightness-5:before{content:"󰃞"}.mdi-brightness-6:before{content:"󰃟"}.mdi-brightness-7:before{content:"󰃠"}.mdi-brightness-auto:before{content:"󰃡"}.mdi-brightness-percent:before{content:"󰳲"}.mdi-broadcast:before{content:"󱜠"}.mdi-broadcast-off:before{content:"󱜡"}.mdi-broom:before{content:"󰃢"}.mdi-brush:before{content:"󰃣"}.mdi-brush-off:before{content:"󱝱"}.mdi-brush-outline:before{content:"󱨍"}.mdi-brush-variant:before{content:"󱠓"}.mdi-bucket:before{content:"󱐕"}.mdi-bucket-outline:before{content:"󱐖"}.mdi-buffet:before{content:"󰕸"}.mdi-bug:before{content:"󰃤"}.mdi-bug-check:before{content:"󰨮"}.mdi-bug-check-outline:before{content:"󰨯"}.mdi-bug-outline:before{content:"󰨰"}.mdi-bug-pause:before{content:"󱫵"}.mdi-bug-pause-outline:before{content:"󱫶"}.mdi-bug-play:before{content:"󱫷"}.mdi-bug-play-outline:before{content:"󱫸"}.mdi-bug-stop:before{content:"󱫹"}.mdi-bug-stop-outline:before{content:"󱫺"}.mdi-bugle:before{content:"󰶴"}.mdi-bulkhead-light:before{content:"󱨯"}.mdi-bulldozer:before{content:"󰬢"}.mdi-bullet:before{content:"󰳳"}.mdi-bulletin-board:before{content:"󰃥"}.mdi-bullhorn:before{content:"󰃦"}.mdi-bullhorn-outline:before{content:"󰬣"}.mdi-bullhorn-variant:before{content:"󱥮"}.mdi-bullhorn-variant-outline:before{content:"󱥯"}.mdi-bullseye:before{content:"󰗝"}.mdi-bullseye-arrow:before{content:"󰣉"}.mdi-bulma:before{content:"󱋧"}.mdi-bunk-bed:before{content:"󱌂"}.mdi-bunk-bed-outline:before{content:"󰂗"}.mdi-bus:before{content:"󰃧"}.mdi-bus-alert:before{content:"󰪙"}.mdi-bus-articulated-end:before{content:"󰞜"}.mdi-bus-articulated-front:before{content:"󰞝"}.mdi-bus-clock:before{content:"󰣊"}.mdi-bus-double-decker:before{content:"󰞞"}.mdi-bus-electric:before{content:"󱤝"}.mdi-bus-marker:before{content:"󱈒"}.mdi-bus-multiple:before{content:"󰼿"}.mdi-bus-school:before{content:"󰞟"}.mdi-bus-side:before{content:"󰞠"}.mdi-bus-stop:before{content:"󱀒"}.mdi-bus-stop-covered:before{content:"󱀓"}.mdi-bus-stop-uncovered:before{content:"󱀔"}.mdi-butterfly:before{content:"󱖉"}.mdi-butterfly-outline:before{content:"󱖊"}.mdi-button-cursor:before{content:"󱭏"}.mdi-button-pointer:before{content:"󱭐"}.mdi-cabin-a-frame:before{content:"󱢌"}.mdi-cable-data:before{content:"󱎔"}.mdi-cached:before{content:"󰃨"}.mdi-cactus:before{content:"󰶵"}.mdi-cake:before{content:"󰃩"}.mdi-cake-layered:before{content:"󰃪"}.mdi-cake-variant:before{content:"󰃫"}.mdi-cake-variant-outline:before{content:"󱟰"}.mdi-calculator:before{content:"󰃬"}.mdi-calculator-variant:before{content:"󰪚"}.mdi-calculator-variant-outline:before{content:"󱖦"}.mdi-calendar:before{content:"󰃭"}.mdi-calendar-account:before{content:"󰻗"}.mdi-calendar-account-outline:before{content:"󰻘"}.mdi-calendar-alert:before{content:"󰨱"}.mdi-calendar-alert-outline:before{content:"󱭢"}.mdi-calendar-arrow-left:before{content:"󱄴"}.mdi-calendar-arrow-right:before{content:"󱄵"}.mdi-calendar-badge:before{content:"󱮝"}.mdi-calendar-badge-outline:before{content:"󱮞"}.mdi-calendar-blank:before{content:"󰃮"}.mdi-calendar-blank-multiple:before{content:"󱁳"}.mdi-calendar-blank-outline:before{content:"󰭦"}.mdi-calendar-check:before{content:"󰃯"}.mdi-calendar-check-outline:before{content:"󰱄"}.mdi-calendar-clock:before{content:"󰃰"}.mdi-calendar-clock-outline:before{content:"󱛡"}.mdi-calendar-collapse-horizontal:before{content:"󱢝"}.mdi-calendar-collapse-horizontal-outline:before{content:"󱭣"}.mdi-calendar-cursor:before{content:"󱕻"}.mdi-calendar-cursor-outline:before{content:"󱭤"}.mdi-calendar-edit:before{content:"󰢧"}.mdi-calendar-edit-outline:before{content:"󱭥"}.mdi-calendar-end:before{content:"󱙬"}.mdi-calendar-end-outline:before{content:"󱭦"}.mdi-calendar-expand-horizontal:before{content:"󱢞"}.mdi-calendar-expand-horizontal-outline:before{content:"󱭧"}.mdi-calendar-export:before{content:"󰬤"}.mdi-calendar-export-outline:before{content:"󱭨"}.mdi-calendar-filter:before{content:"󱨲"}.mdi-calendar-filter-outline:before{content:"󱨳"}.mdi-calendar-heart:before{content:"󰧒"}.mdi-calendar-heart-outline:before{content:"󱭩"}.mdi-calendar-import:before{content:"󰬥"}.mdi-calendar-import-outline:before{content:"󱭪"}.mdi-calendar-lock:before{content:"󱙁"}.mdi-calendar-lock-open:before{content:"󱭛"}.mdi-calendar-lock-open-outline:before{content:"󱭜"}.mdi-calendar-lock-outline:before{content:"󱙂"}.mdi-calendar-minus:before{content:"󰵜"}.mdi-calendar-minus-outline:before{content:"󱭫"}.mdi-calendar-month:before{content:"󰸗"}.mdi-calendar-month-outline:before{content:"󰸘"}.mdi-calendar-multiple:before{content:"󰃱"}.mdi-calendar-multiple-check:before{content:"󰃲"}.mdi-calendar-multiselect:before{content:"󰨲"}.mdi-calendar-multiselect-outline:before{content:"󱭕"}.mdi-calendar-outline:before{content:"󰭧"}.mdi-calendar-plus:before{content:"󰃳"}.mdi-calendar-plus-outline:before{content:"󱭬"}.mdi-calendar-question:before{content:"󰚒"}.mdi-calendar-question-outline:before{content:"󱭭"}.mdi-calendar-range:before{content:"󰙹"}.mdi-calendar-range-outline:before{content:"󰭨"}.mdi-calendar-refresh:before{content:"󰇡"}.mdi-calendar-refresh-outline:before{content:"󰈃"}.mdi-calendar-remove:before{content:"󰃴"}.mdi-calendar-remove-outline:before{content:"󰱅"}.mdi-calendar-search:before{content:"󰥌"}.mdi-calendar-search-outline:before{content:"󱭮"}.mdi-calendar-star:before{content:"󰧓"}.mdi-calendar-star-outline:before{content:"󱭓"}.mdi-calendar-start:before{content:"󱙭"}.mdi-calendar-start-outline:before{content:"󱭯"}.mdi-calendar-sync:before{content:"󰺎"}.mdi-calendar-sync-outline:before{content:"󰺏"}.mdi-calendar-text:before{content:"󰃵"}.mdi-calendar-text-outline:before{content:"󰱆"}.mdi-calendar-today:before{content:"󰃶"}.mdi-calendar-today-outline:before{content:"󱨰"}.mdi-calendar-week:before{content:"󰨳"}.mdi-calendar-week-begin:before{content:"󰨴"}.mdi-calendar-week-begin-outline:before{content:"󱨱"}.mdi-calendar-week-outline:before{content:"󱨴"}.mdi-calendar-weekend:before{content:"󰻙"}.mdi-calendar-weekend-outline:before{content:"󰻚"}.mdi-call-made:before{content:"󰃷"}.mdi-call-merge:before{content:"󰃸"}.mdi-call-missed:before{content:"󰃹"}.mdi-call-received:before{content:"󰃺"}.mdi-call-split:before{content:"󰃻"}.mdi-camcorder:before{content:"󰃼"}.mdi-camcorder-off:before{content:"󰃿"}.mdi-camera:before{content:"󰄀"}.mdi-camera-account:before{content:"󰣋"}.mdi-camera-burst:before{content:"󰚓"}.mdi-camera-control:before{content:"󰭩"}.mdi-camera-document:before{content:"󱡱"}.mdi-camera-document-off:before{content:"󱡲"}.mdi-camera-enhance:before{content:"󰄁"}.mdi-camera-enhance-outline:before{content:"󰭪"}.mdi-camera-flip:before{content:"󱗙"}.mdi-camera-flip-outline:before{content:"󱗚"}.mdi-camera-front:before{content:"󰄂"}.mdi-camera-front-variant:before{content:"󰄃"}.mdi-camera-gopro:before{content:"󰞡"}.mdi-camera-image:before{content:"󰣌"}.mdi-camera-iris:before{content:"󰄄"}.mdi-camera-lock:before{content:"󱨔"}.mdi-camera-lock-outline:before{content:"󱨕"}.mdi-camera-marker:before{content:"󱦧"}.mdi-camera-marker-outline:before{content:"󱦨"}.mdi-camera-metering-center:before{content:"󰞢"}.mdi-camera-metering-matrix:before{content:"󰞣"}.mdi-camera-metering-partial:before{content:"󰞤"}.mdi-camera-metering-spot:before{content:"󰞥"}.mdi-camera-off:before{content:"󰗟"}.mdi-camera-off-outline:before{content:"󱦿"}.mdi-camera-outline:before{content:"󰵝"}.mdi-camera-party-mode:before{content:"󰄅"}.mdi-camera-plus:before{content:"󰻛"}.mdi-camera-plus-outline:before{content:"󰻜"}.mdi-camera-rear:before{content:"󰄆"}.mdi-camera-rear-variant:before{content:"󰄇"}.mdi-camera-retake:before{content:"󰸙"}.mdi-camera-retake-outline:before{content:"󰸚"}.mdi-camera-switch:before{content:"󰄈"}.mdi-camera-switch-outline:before{content:"󰡊"}.mdi-camera-timer:before{content:"󰄉"}.mdi-camera-wireless:before{content:"󰶶"}.mdi-camera-wireless-outline:before{content:"󰶷"}.mdi-campfire:before{content:"󰻝"}.mdi-cancel:before{content:"󰜺"}.mdi-candelabra:before{content:"󱟒"}.mdi-candelabra-fire:before{content:"󱟓"}.mdi-candle:before{content:"󰗢"}.mdi-candy:before{content:"󱥰"}.mdi-candy-off:before{content:"󱥱"}.mdi-candy-off-outline:before{content:"󱥲"}.mdi-candy-outline:before{content:"󱥳"}.mdi-candycane:before{content:"󰄊"}.mdi-cannabis:before{content:"󰞦"}.mdi-cannabis-off:before{content:"󱙮"}.mdi-caps-lock:before{content:"󰪛"}.mdi-car:before{content:"󰄋"}.mdi-car-2-plus:before{content:"󱀕"}.mdi-car-3-plus:before{content:"󱀖"}.mdi-car-arrow-left:before{content:"󱎲"}.mdi-car-arrow-right:before{content:"󱎳"}.mdi-car-back:before{content:"󰸛"}.mdi-car-battery:before{content:"󰄌"}.mdi-car-brake-abs:before{content:"󰱇"}.mdi-car-brake-alert:before{content:"󰱈"}.mdi-car-brake-fluid-level:before{content:"󱤉"}.mdi-car-brake-hold:before{content:"󰵞"}.mdi-car-brake-low-pressure:before{content:"󱤊"}.mdi-car-brake-parking:before{content:"󰵟"}.mdi-car-brake-retarder:before{content:"󱀗"}.mdi-car-brake-temperature:before{content:"󱤋"}.mdi-car-brake-worn-linings:before{content:"󱤌"}.mdi-car-child-seat:before{content:"󰾣"}.mdi-car-clock:before{content:"󱥴"}.mdi-car-clutch:before{content:"󱀘"}.mdi-car-cog:before{content:"󱏌"}.mdi-car-connected:before{content:"󰄍"}.mdi-car-convertible:before{content:"󰞧"}.mdi-car-coolant-level:before{content:"󱀙"}.mdi-car-cruise-control:before{content:"󰵠"}.mdi-car-defrost-front:before{content:"󰵡"}.mdi-car-defrost-rear:before{content:"󰵢"}.mdi-car-door:before{content:"󰭫"}.mdi-car-door-lock:before{content:"󱂝"}.mdi-car-electric:before{content:"󰭬"}.mdi-car-electric-outline:before{content:"󱖵"}.mdi-car-emergency:before{content:"󱘏"}.mdi-car-esp:before{content:"󰱉"}.mdi-car-estate:before{content:"󰞨"}.mdi-car-hatchback:before{content:"󰞩"}.mdi-car-info:before{content:"󱆾"}.mdi-car-key:before{content:"󰭭"}.mdi-car-lifted-pickup:before{content:"󱔭"}.mdi-car-light-alert:before{content:"󱤍"}.mdi-car-light-dimmed:before{content:"󰱊"}.mdi-car-light-fog:before{content:"󰱋"}.mdi-car-light-high:before{content:"󰱌"}.mdi-car-limousine:before{content:"󰣍"}.mdi-car-multiple:before{content:"󰭮"}.mdi-car-off:before{content:"󰸜"}.mdi-car-outline:before{content:"󱓭"}.mdi-car-parking-lights:before{content:"󰵣"}.mdi-car-pickup:before{content:"󰞪"}.mdi-car-search:before{content:"󱮍"}.mdi-car-search-outline:before{content:"󱮎"}.mdi-car-seat:before{content:"󰾤"}.mdi-car-seat-cooler:before{content:"󰾥"}.mdi-car-seat-heater:before{content:"󰾦"}.mdi-car-select:before{content:"󱡹"}.mdi-car-settings:before{content:"󱏍"}.mdi-car-shift-pattern:before{content:"󰽀"}.mdi-car-side:before{content:"󰞫"}.mdi-car-speed-limiter:before{content:"󱤎"}.mdi-car-sports:before{content:"󰞬"}.mdi-car-tire-alert:before{content:"󰱍"}.mdi-car-traction-control:before{content:"󰵤"}.mdi-car-turbocharger:before{content:"󱀚"}.mdi-car-wash:before{content:"󰄎"}.mdi-car-windshield:before{content:"󱀛"}.mdi-car-windshield-outline:before{content:"󱀜"}.mdi-car-wireless:before{content:"󱡸"}.mdi-car-wrench:before{content:"󱠔"}.mdi-carabiner:before{content:"󱓀"}.mdi-caravan:before{content:"󰞭"}.mdi-card:before{content:"󰭯"}.mdi-card-account-details:before{content:"󰗒"}.mdi-card-account-details-outline:before{content:"󰶫"}.mdi-card-account-details-star:before{content:"󰊣"}.mdi-card-account-details-star-outline:before{content:"󰛛"}.mdi-card-account-mail:before{content:"󰆎"}.mdi-card-account-mail-outline:before{content:"󰺘"}.mdi-card-account-phone:before{content:"󰺙"}.mdi-card-account-phone-outline:before{content:"󰺚"}.mdi-card-bulleted:before{content:"󰭰"}.mdi-card-bulleted-off:before{content:"󰭱"}.mdi-card-bulleted-off-outline:before{content:"󰭲"}.mdi-card-bulleted-outline:before{content:"󰭳"}.mdi-card-bulleted-settings:before{content:"󰭴"}.mdi-card-bulleted-settings-outline:before{content:"󰭵"}.mdi-card-minus:before{content:"󱘀"}.mdi-card-minus-outline:before{content:"󱘁"}.mdi-card-multiple:before{content:"󱟱"}.mdi-card-multiple-outline:before{content:"󱟲"}.mdi-card-off:before{content:"󱘂"}.mdi-card-off-outline:before{content:"󱘃"}.mdi-card-outline:before{content:"󰭶"}.mdi-card-plus:before{content:"󱇿"}.mdi-card-plus-outline:before{content:"󱈀"}.mdi-card-remove:before{content:"󱘄"}.mdi-card-remove-outline:before{content:"󱘅"}.mdi-card-search:before{content:"󱁴"}.mdi-card-search-outline:before{content:"󱁵"}.mdi-card-text:before{content:"󰭷"}.mdi-card-text-outline:before{content:"󰭸"}.mdi-cards:before{content:"󰘸"}.mdi-cards-club:before{content:"󰣎"}.mdi-cards-club-outline:before{content:"󱢟"}.mdi-cards-diamond:before{content:"󰣏"}.mdi-cards-diamond-outline:before{content:"󱀝"}.mdi-cards-heart:before{content:"󰣐"}.mdi-cards-heart-outline:before{content:"󱢠"}.mdi-cards-outline:before{content:"󰘹"}.mdi-cards-playing:before{content:"󱢡"}.mdi-cards-playing-club:before{content:"󱢢"}.mdi-cards-playing-club-multiple:before{content:"󱢣"}.mdi-cards-playing-club-multiple-outline:before{content:"󱢤"}.mdi-cards-playing-club-outline:before{content:"󱢥"}.mdi-cards-playing-diamond:before{content:"󱢦"}.mdi-cards-playing-diamond-multiple:before{content:"󱢧"}.mdi-cards-playing-diamond-multiple-outline:before{content:"󱢨"}.mdi-cards-playing-diamond-outline:before{content:"󱢩"}.mdi-cards-playing-heart:before{content:"󱢪"}.mdi-cards-playing-heart-multiple:before{content:"󱢫"}.mdi-cards-playing-heart-multiple-outline:before{content:"󱢬"}.mdi-cards-playing-heart-outline:before{content:"󱢭"}.mdi-cards-playing-outline:before{content:"󰘺"}.mdi-cards-playing-spade:before{content:"󱢮"}.mdi-cards-playing-spade-multiple:before{content:"󱢯"}.mdi-cards-playing-spade-multiple-outline:before{content:"󱢰"}.mdi-cards-playing-spade-outline:before{content:"󱢱"}.mdi-cards-spade:before{content:"󰣑"}.mdi-cards-spade-outline:before{content:"󱢲"}.mdi-cards-variant:before{content:"󰛇"}.mdi-carrot:before{content:"󰄏"}.mdi-cart:before{content:"󰄐"}.mdi-cart-arrow-down:before{content:"󰵦"}.mdi-cart-arrow-right:before{content:"󰱎"}.mdi-cart-arrow-up:before{content:"󰵧"}.mdi-cart-check:before{content:"󱗪"}.mdi-cart-heart:before{content:"󱣠"}.mdi-cart-minus:before{content:"󰵨"}.mdi-cart-off:before{content:"󰙫"}.mdi-cart-outline:before{content:"󰄑"}.mdi-cart-percent:before{content:"󱮮"}.mdi-cart-plus:before{content:"󰄒"}.mdi-cart-remove:before{content:"󰵩"}.mdi-cart-variant:before{content:"󱗫"}.mdi-case-sensitive-alt:before{content:"󰄓"}.mdi-cash:before{content:"󰄔"}.mdi-cash-100:before{content:"󰄕"}.mdi-cash-check:before{content:"󱓮"}.mdi-cash-clock:before{content:"󱪑"}.mdi-cash-fast:before{content:"󱡜"}.mdi-cash-lock:before{content:"󱓪"}.mdi-cash-lock-open:before{content:"󱓫"}.mdi-cash-marker:before{content:"󰶸"}.mdi-cash-minus:before{content:"󱉠"}.mdi-cash-multiple:before{content:"󰄖"}.mdi-cash-plus:before{content:"󱉡"}.mdi-cash-refund:before{content:"󰪜"}.mdi-cash-register:before{content:"󰳴"}.mdi-cash-remove:before{content:"󱉢"}.mdi-cash-sync:before{content:"󱪒"}.mdi-cassette:before{content:"󰧔"}.mdi-cast:before{content:"󰄘"}.mdi-cast-audio:before{content:"󱀞"}.mdi-cast-audio-variant:before{content:"󱝉"}.mdi-cast-connected:before{content:"󰄙"}.mdi-cast-education:before{content:"󰸝"}.mdi-cast-off:before{content:"󰞊"}.mdi-cast-variant:before{content:"󰀟"}.mdi-castle:before{content:"󰄚"}.mdi-cat:before{content:"󰄛"}.mdi-cctv:before{content:"󰞮"}.mdi-cctv-off:before{content:"󱡟"}.mdi-ceiling-fan:before{content:"󱞗"}.mdi-ceiling-fan-light:before{content:"󱞘"}.mdi-ceiling-light:before{content:"󰝩"}.mdi-ceiling-light-multiple:before{content:"󱣝"}.mdi-ceiling-light-multiple-outline:before{content:"󱣞"}.mdi-ceiling-light-outline:before{content:"󱟇"}.mdi-cellphone:before{content:"󰄜"}.mdi-cellphone-arrow-down:before{content:"󰧕"}.mdi-cellphone-arrow-down-variant:before{content:"󱧅"}.mdi-cellphone-basic:before{content:"󰄞"}.mdi-cellphone-charging:before{content:"󱎗"}.mdi-cellphone-check:before{content:"󱟽"}.mdi-cellphone-cog:before{content:"󰥑"}.mdi-cellphone-dock:before{content:"󰄟"}.mdi-cellphone-information:before{content:"󰽁"}.mdi-cellphone-key:before{content:"󰥎"}.mdi-cellphone-link:before{content:"󰄡"}.mdi-cellphone-link-off:before{content:"󰄢"}.mdi-cellphone-lock:before{content:"󰥏"}.mdi-cellphone-marker:before{content:"󱠺"}.mdi-cellphone-message:before{content:"󰣓"}.mdi-cellphone-message-off:before{content:"󱃒"}.mdi-cellphone-nfc:before{content:"󰺐"}.mdi-cellphone-nfc-off:before{content:"󱋘"}.mdi-cellphone-off:before{content:"󰥐"}.mdi-cellphone-play:before{content:"󱀟"}.mdi-cellphone-remove:before{content:"󰥍"}.mdi-cellphone-screenshot:before{content:"󰨵"}.mdi-cellphone-settings:before{content:"󰄣"}.mdi-cellphone-sound:before{content:"󰥒"}.mdi-cellphone-text:before{content:"󰣒"}.mdi-cellphone-wireless:before{content:"󰠕"}.mdi-centos:before{content:"󱄚"}.mdi-certificate:before{content:"󰄤"}.mdi-certificate-outline:before{content:"󱆈"}.mdi-chair-rolling:before{content:"󰽈"}.mdi-chair-school:before{content:"󰄥"}.mdi-chandelier:before{content:"󱞓"}.mdi-charity:before{content:"󰱏"}.mdi-chart-arc:before{content:"󰄦"}.mdi-chart-areaspline:before{content:"󰄧"}.mdi-chart-areaspline-variant:before{content:"󰺑"}.mdi-chart-bar:before{content:"󰄨"}.mdi-chart-bar-stacked:before{content:"󰝪"}.mdi-chart-bell-curve:before{content:"󰱐"}.mdi-chart-bell-curve-cumulative:before{content:"󰾧"}.mdi-chart-box:before{content:"󱕍"}.mdi-chart-box-outline:before{content:"󱕎"}.mdi-chart-box-plus-outline:before{content:"󱕏"}.mdi-chart-bubble:before{content:"󰗣"}.mdi-chart-donut:before{content:"󰞯"}.mdi-chart-donut-variant:before{content:"󰞰"}.mdi-chart-gantt:before{content:"󰙬"}.mdi-chart-histogram:before{content:"󰄩"}.mdi-chart-line:before{content:"󰄪"}.mdi-chart-line-stacked:before{content:"󰝫"}.mdi-chart-line-variant:before{content:"󰞱"}.mdi-chart-multiline:before{content:"󰣔"}.mdi-chart-multiple:before{content:"󱈓"}.mdi-chart-pie:before{content:"󰄫"}.mdi-chart-ppf:before{content:"󱎀"}.mdi-chart-sankey:before{content:"󱇟"}.mdi-chart-sankey-variant:before{content:"󱇠"}.mdi-chart-scatter-plot:before{content:"󰺒"}.mdi-chart-scatter-plot-hexbin:before{content:"󰙭"}.mdi-chart-timeline:before{content:"󰙮"}.mdi-chart-timeline-variant:before{content:"󰺓"}.mdi-chart-timeline-variant-shimmer:before{content:"󱖶"}.mdi-chart-tree:before{content:"󰺔"}.mdi-chart-waterfall:before{content:"󱤘"}.mdi-chat:before{content:"󰭹"}.mdi-chat-alert:before{content:"󰭺"}.mdi-chat-alert-outline:before{content:"󱋉"}.mdi-chat-minus:before{content:"󱐐"}.mdi-chat-minus-outline:before{content:"󱐓"}.mdi-chat-outline:before{content:"󰻞"}.mdi-chat-plus:before{content:"󱐏"}.mdi-chat-plus-outline:before{content:"󱐒"}.mdi-chat-processing:before{content:"󰭻"}.mdi-chat-processing-outline:before{content:"󱋊"}.mdi-chat-question:before{content:"󱜸"}.mdi-chat-question-outline:before{content:"󱜹"}.mdi-chat-remove:before{content:"󱐑"}.mdi-chat-remove-outline:before{content:"󱐔"}.mdi-chat-sleep:before{content:"󱋑"}.mdi-chat-sleep-outline:before{content:"󱋒"}.mdi-check:before{content:"󰄬"}.mdi-check-all:before{content:"󰄭"}.mdi-check-bold:before{content:"󰸞"}.mdi-check-circle:before{content:"󰗠"}.mdi-check-circle-outline:before{content:"󰗡"}.mdi-check-decagram:before{content:"󰞑"}.mdi-check-decagram-outline:before{content:"󱝀"}.mdi-check-network:before{content:"󰱓"}.mdi-check-network-outline:before{content:"󰱔"}.mdi-check-outline:before{content:"󰡕"}.mdi-check-underline:before{content:"󰸟"}.mdi-check-underline-circle:before{content:"󰸠"}.mdi-check-underline-circle-outline:before{content:"󰸡"}.mdi-checkbook:before{content:"󰪝"}.mdi-checkbox-blank:before{content:"󰄮"}.mdi-checkbox-blank-badge:before{content:"󱅶"}.mdi-checkbox-blank-badge-outline:before{content:"󰄗"}.mdi-checkbox-blank-circle:before{content:"󰄯"}.mdi-checkbox-blank-circle-outline:before{content:"󰄰"}.mdi-checkbox-blank-off:before{content:"󱋬"}.mdi-checkbox-blank-off-outline:before{content:"󱋭"}.mdi-checkbox-blank-outline:before{content:"󰄱"}.mdi-checkbox-intermediate:before{content:"󰡖"}.mdi-checkbox-intermediate-variant:before{content:"󱭔"}.mdi-checkbox-marked:before{content:"󰄲"}.mdi-checkbox-marked-circle:before{content:"󰄳"}.mdi-checkbox-marked-circle-outline:before{content:"󰄴"}.mdi-checkbox-marked-circle-plus-outline:before{content:"󱤧"}.mdi-checkbox-marked-outline:before{content:"󰄵"}.mdi-checkbox-multiple-blank:before{content:"󰄶"}.mdi-checkbox-multiple-blank-circle:before{content:"󰘻"}.mdi-checkbox-multiple-blank-circle-outline:before{content:"󰘼"}.mdi-checkbox-multiple-blank-outline:before{content:"󰄷"}.mdi-checkbox-multiple-marked:before{content:"󰄸"}.mdi-checkbox-multiple-marked-circle:before{content:"󰘽"}.mdi-checkbox-multiple-marked-circle-outline:before{content:"󰘾"}.mdi-checkbox-multiple-marked-outline:before{content:"󰄹"}.mdi-checkbox-multiple-outline:before{content:"󰱑"}.mdi-checkbox-outline:before{content:"󰱒"}.mdi-checkerboard:before{content:"󰄺"}.mdi-checkerboard-minus:before{content:"󱈂"}.mdi-checkerboard-plus:before{content:"󱈁"}.mdi-checkerboard-remove:before{content:"󱈃"}.mdi-cheese:before{content:"󱊹"}.mdi-cheese-off:before{content:"󱏮"}.mdi-chef-hat:before{content:"󰭼"}.mdi-chemical-weapon:before{content:"󰄻"}.mdi-chess-bishop:before{content:"󰡜"}.mdi-chess-king:before{content:"󰡗"}.mdi-chess-knight:before{content:"󰡘"}.mdi-chess-pawn:before{content:"󰡙"}.mdi-chess-queen:before{content:"󰡚"}.mdi-chess-rook:before{content:"󰡛"}.mdi-chevron-double-down:before{content:"󰄼"}.mdi-chevron-double-left:before{content:"󰄽"}.mdi-chevron-double-right:before{content:"󰄾"}.mdi-chevron-double-up:before{content:"󰄿"}.mdi-chevron-down:before{content:"󰅀"}.mdi-chevron-down-box:before{content:"󰧖"}.mdi-chevron-down-box-outline:before{content:"󰧗"}.mdi-chevron-down-circle:before{content:"󰬦"}.mdi-chevron-down-circle-outline:before{content:"󰬧"}.mdi-chevron-left:before{content:"󰅁"}.mdi-chevron-left-box:before{content:"󰧘"}.mdi-chevron-left-box-outline:before{content:"󰧙"}.mdi-chevron-left-circle:before{content:"󰬨"}.mdi-chevron-left-circle-outline:before{content:"󰬩"}.mdi-chevron-right:before{content:"󰅂"}.mdi-chevron-right-box:before{content:"󰧚"}.mdi-chevron-right-box-outline:before{content:"󰧛"}.mdi-chevron-right-circle:before{content:"󰬪"}.mdi-chevron-right-circle-outline:before{content:"󰬫"}.mdi-chevron-triple-down:before{content:"󰶹"}.mdi-chevron-triple-left:before{content:"󰶺"}.mdi-chevron-triple-right:before{content:"󰶻"}.mdi-chevron-triple-up:before{content:"󰶼"}.mdi-chevron-up:before{content:"󰅃"}.mdi-chevron-up-box:before{content:"󰧜"}.mdi-chevron-up-box-outline:before{content:"󰧝"}.mdi-chevron-up-circle:before{content:"󰬬"}.mdi-chevron-up-circle-outline:before{content:"󰬭"}.mdi-chili-alert:before{content:"󱟪"}.mdi-chili-alert-outline:before{content:"󱟫"}.mdi-chili-hot:before{content:"󰞲"}.mdi-chili-hot-outline:before{content:"󱟬"}.mdi-chili-medium:before{content:"󰞳"}.mdi-chili-medium-outline:before{content:"󱟭"}.mdi-chili-mild:before{content:"󰞴"}.mdi-chili-mild-outline:before{content:"󱟮"}.mdi-chili-off:before{content:"󱑧"}.mdi-chili-off-outline:before{content:"󱟯"}.mdi-chip:before{content:"󰘚"}.mdi-church:before{content:"󰅄"}.mdi-church-outline:before{content:"󱬂"}.mdi-cigar:before{content:"󱆉"}.mdi-cigar-off:before{content:"󱐛"}.mdi-circle:before{content:"󰝥"}.mdi-circle-box:before{content:"󱗜"}.mdi-circle-box-outline:before{content:"󱗝"}.mdi-circle-double:before{content:"󰺕"}.mdi-circle-edit-outline:before{content:"󰣕"}.mdi-circle-expand:before{content:"󰺖"}.mdi-circle-half:before{content:"󱎕"}.mdi-circle-half-full:before{content:"󱎖"}.mdi-circle-medium:before{content:"󰧞"}.mdi-circle-multiple:before{content:"󰬸"}.mdi-circle-multiple-outline:before{content:"󰚕"}.mdi-circle-off-outline:before{content:"󱃓"}.mdi-circle-opacity:before{content:"󱡓"}.mdi-circle-outline:before{content:"󰝦"}.mdi-circle-slice-1:before{content:"󰪞"}.mdi-circle-slice-2:before{content:"󰪟"}.mdi-circle-slice-3:before{content:"󰪠"}.mdi-circle-slice-4:before{content:"󰪡"}.mdi-circle-slice-5:before{content:"󰪢"}.mdi-circle-slice-6:before{content:"󰪣"}.mdi-circle-slice-7:before{content:"󰪤"}.mdi-circle-slice-8:before{content:"󰪥"}.mdi-circle-small:before{content:"󰧟"}.mdi-circular-saw:before{content:"󰸢"}.mdi-city:before{content:"󰅆"}.mdi-city-variant:before{content:"󰨶"}.mdi-city-variant-outline:before{content:"󰨷"}.mdi-clipboard:before{content:"󰅇"}.mdi-clipboard-account:before{content:"󰅈"}.mdi-clipboard-account-outline:before{content:"󰱕"}.mdi-clipboard-alert:before{content:"󰅉"}.mdi-clipboard-alert-outline:before{content:"󰳷"}.mdi-clipboard-arrow-down:before{content:"󰅊"}.mdi-clipboard-arrow-down-outline:before{content:"󰱖"}.mdi-clipboard-arrow-left:before{content:"󰅋"}.mdi-clipboard-arrow-left-outline:before{content:"󰳸"}.mdi-clipboard-arrow-right:before{content:"󰳹"}.mdi-clipboard-arrow-right-outline:before{content:"󰳺"}.mdi-clipboard-arrow-up:before{content:"󰱗"}.mdi-clipboard-arrow-up-outline:before{content:"󰱘"}.mdi-clipboard-check:before{content:"󰅎"}.mdi-clipboard-check-multiple:before{content:"󱉣"}.mdi-clipboard-check-multiple-outline:before{content:"󱉤"}.mdi-clipboard-check-outline:before{content:"󰢨"}.mdi-clipboard-clock:before{content:"󱛢"}.mdi-clipboard-clock-outline:before{content:"󱛣"}.mdi-clipboard-edit:before{content:"󱓥"}.mdi-clipboard-edit-outline:before{content:"󱓦"}.mdi-clipboard-file:before{content:"󱉥"}.mdi-clipboard-file-outline:before{content:"󱉦"}.mdi-clipboard-flow:before{content:"󰛈"}.mdi-clipboard-flow-outline:before{content:"󱄗"}.mdi-clipboard-list:before{content:"󱃔"}.mdi-clipboard-list-outline:before{content:"󱃕"}.mdi-clipboard-minus:before{content:"󱘘"}.mdi-clipboard-minus-outline:before{content:"󱘙"}.mdi-clipboard-multiple:before{content:"󱉧"}.mdi-clipboard-multiple-outline:before{content:"󱉨"}.mdi-clipboard-off:before{content:"󱘚"}.mdi-clipboard-off-outline:before{content:"󱘛"}.mdi-clipboard-outline:before{content:"󰅌"}.mdi-clipboard-play:before{content:"󰱙"}.mdi-clipboard-play-multiple:before{content:"󱉩"}.mdi-clipboard-play-multiple-outline:before{content:"󱉪"}.mdi-clipboard-play-outline:before{content:"󰱚"}.mdi-clipboard-plus:before{content:"󰝑"}.mdi-clipboard-plus-outline:before{content:"󱌟"}.mdi-clipboard-pulse:before{content:"󰡝"}.mdi-clipboard-pulse-outline:before{content:"󰡞"}.mdi-clipboard-remove:before{content:"󱘜"}.mdi-clipboard-remove-outline:before{content:"󱘝"}.mdi-clipboard-search:before{content:"󱘞"}.mdi-clipboard-search-outline:before{content:"󱘟"}.mdi-clipboard-text:before{content:"󰅍"}.mdi-clipboard-text-clock:before{content:"󱣹"}.mdi-clipboard-text-clock-outline:before{content:"󱣺"}.mdi-clipboard-text-multiple:before{content:"󱉫"}.mdi-clipboard-text-multiple-outline:before{content:"󱉬"}.mdi-clipboard-text-off:before{content:"󱘠"}.mdi-clipboard-text-off-outline:before{content:"󱘡"}.mdi-clipboard-text-outline:before{content:"󰨸"}.mdi-clipboard-text-play:before{content:"󰱛"}.mdi-clipboard-text-play-outline:before{content:"󰱜"}.mdi-clipboard-text-search:before{content:"󱘢"}.mdi-clipboard-text-search-outline:before{content:"󱘣"}.mdi-clippy:before{content:"󰅏"}.mdi-clock:before{content:"󰥔"}.mdi-clock-alert:before{content:"󰥕"}.mdi-clock-alert-outline:before{content:"󰗎"}.mdi-clock-check:before{content:"󰾨"}.mdi-clock-check-outline:before{content:"󰾩"}.mdi-clock-digital:before{content:"󰺗"}.mdi-clock-edit:before{content:"󱦺"}.mdi-clock-edit-outline:before{content:"󱦻"}.mdi-clock-end:before{content:"󰅑"}.mdi-clock-fast:before{content:"󰅒"}.mdi-clock-in:before{content:"󰅓"}.mdi-clock-minus:before{content:"󱡣"}.mdi-clock-minus-outline:before{content:"󱡤"}.mdi-clock-out:before{content:"󰅔"}.mdi-clock-outline:before{content:"󰅐"}.mdi-clock-plus:before{content:"󱡡"}.mdi-clock-plus-outline:before{content:"󱡢"}.mdi-clock-remove:before{content:"󱡥"}.mdi-clock-remove-outline:before{content:"󱡦"}.mdi-clock-start:before{content:"󰅕"}.mdi-clock-time-eight:before{content:"󱑆"}.mdi-clock-time-eight-outline:before{content:"󱑒"}.mdi-clock-time-eleven:before{content:"󱑉"}.mdi-clock-time-eleven-outline:before{content:"󱑕"}.mdi-clock-time-five:before{content:"󱑃"}.mdi-clock-time-five-outline:before{content:"󱑏"}.mdi-clock-time-four:before{content:"󱑂"}.mdi-clock-time-four-outline:before{content:"󱑎"}.mdi-clock-time-nine:before{content:"󱑇"}.mdi-clock-time-nine-outline:before{content:"󱑓"}.mdi-clock-time-one:before{content:"󱐿"}.mdi-clock-time-one-outline:before{content:"󱑋"}.mdi-clock-time-seven:before{content:"󱑅"}.mdi-clock-time-seven-outline:before{content:"󱑑"}.mdi-clock-time-six:before{content:"󱑄"}.mdi-clock-time-six-outline:before{content:"󱑐"}.mdi-clock-time-ten:before{content:"󱑈"}.mdi-clock-time-ten-outline:before{content:"󱑔"}.mdi-clock-time-three:before{content:"󱑁"}.mdi-clock-time-three-outline:before{content:"󱑍"}.mdi-clock-time-twelve:before{content:"󱑊"}.mdi-clock-time-twelve-outline:before{content:"󱑖"}.mdi-clock-time-two:before{content:"󱑀"}.mdi-clock-time-two-outline:before{content:"󱑌"}.mdi-close:before{content:"󰅖"}.mdi-close-box:before{content:"󰅗"}.mdi-close-box-multiple:before{content:"󰱝"}.mdi-close-box-multiple-outline:before{content:"󰱞"}.mdi-close-box-outline:before{content:"󰅘"}.mdi-close-circle:before{content:"󰅙"}.mdi-close-circle-multiple:before{content:"󰘪"}.mdi-close-circle-multiple-outline:before{content:"󰢃"}.mdi-close-circle-outline:before{content:"󰅚"}.mdi-close-network:before{content:"󰅛"}.mdi-close-network-outline:before{content:"󰱟"}.mdi-close-octagon:before{content:"󰅜"}.mdi-close-octagon-outline:before{content:"󰅝"}.mdi-close-outline:before{content:"󰛉"}.mdi-close-thick:before{content:"󱎘"}.mdi-closed-caption:before{content:"󰅞"}.mdi-closed-caption-outline:before{content:"󰶽"}.mdi-cloud:before{content:"󰅟"}.mdi-cloud-alert:before{content:"󰧠"}.mdi-cloud-braces:before{content:"󰞵"}.mdi-cloud-check:before{content:"󰅠"}.mdi-cloud-check-outline:before{content:"󱋌"}.mdi-cloud-circle:before{content:"󰅡"}.mdi-cloud-download:before{content:"󰅢"}.mdi-cloud-download-outline:before{content:"󰭽"}.mdi-cloud-lock:before{content:"󱇱"}.mdi-cloud-lock-outline:before{content:"󱇲"}.mdi-cloud-off-outline:before{content:"󰅤"}.mdi-cloud-outline:before{content:"󰅣"}.mdi-cloud-percent:before{content:"󱨵"}.mdi-cloud-percent-outline:before{content:"󱨶"}.mdi-cloud-print:before{content:"󰅥"}.mdi-cloud-print-outline:before{content:"󰅦"}.mdi-cloud-question:before{content:"󰨹"}.mdi-cloud-refresh:before{content:"󰔪"}.mdi-cloud-search:before{content:"󰥖"}.mdi-cloud-search-outline:before{content:"󰥗"}.mdi-cloud-sync:before{content:"󰘿"}.mdi-cloud-sync-outline:before{content:"󱋖"}.mdi-cloud-tags:before{content:"󰞶"}.mdi-cloud-upload:before{content:"󰅧"}.mdi-cloud-upload-outline:before{content:"󰭾"}.mdi-clouds:before{content:"󱮕"}.mdi-clover:before{content:"󰠖"}.mdi-coach-lamp:before{content:"󱀠"}.mdi-coach-lamp-variant:before{content:"󱨷"}.mdi-coat-rack:before{content:"󱂞"}.mdi-code-array:before{content:"󰅨"}.mdi-code-braces:before{content:"󰅩"}.mdi-code-braces-box:before{content:"󱃖"}.mdi-code-brackets:before{content:"󰅪"}.mdi-code-equal:before{content:"󰅫"}.mdi-code-greater-than:before{content:"󰅬"}.mdi-code-greater-than-or-equal:before{content:"󰅭"}.mdi-code-json:before{content:"󰘦"}.mdi-code-less-than:before{content:"󰅮"}.mdi-code-less-than-or-equal:before{content:"󰅯"}.mdi-code-not-equal:before{content:"󰅰"}.mdi-code-not-equal-variant:before{content:"󰅱"}.mdi-code-parentheses:before{content:"󰅲"}.mdi-code-parentheses-box:before{content:"󱃗"}.mdi-code-string:before{content:"󰅳"}.mdi-code-tags:before{content:"󰅴"}.mdi-code-tags-check:before{content:"󰚔"}.mdi-codepen:before{content:"󰅵"}.mdi-coffee:before{content:"󰅶"}.mdi-coffee-maker:before{content:"󱂟"}.mdi-coffee-maker-check:before{content:"󱤱"}.mdi-coffee-maker-check-outline:before{content:"󱤲"}.mdi-coffee-maker-outline:before{content:"󱠛"}.mdi-coffee-off:before{content:"󰾪"}.mdi-coffee-off-outline:before{content:"󰾫"}.mdi-coffee-outline:before{content:"󰛊"}.mdi-coffee-to-go:before{content:"󰅷"}.mdi-coffee-to-go-outline:before{content:"󱌎"}.mdi-coffin:before{content:"󰭿"}.mdi-cog:before{content:"󰒓"}.mdi-cog-box:before{content:"󰒔"}.mdi-cog-clockwise:before{content:"󱇝"}.mdi-cog-counterclockwise:before{content:"󱇞"}.mdi-cog-off:before{content:"󱏎"}.mdi-cog-off-outline:before{content:"󱏏"}.mdi-cog-outline:before{content:"󰢻"}.mdi-cog-pause:before{content:"󱤳"}.mdi-cog-pause-outline:before{content:"󱤴"}.mdi-cog-play:before{content:"󱤵"}.mdi-cog-play-outline:before{content:"󱤶"}.mdi-cog-refresh:before{content:"󱑞"}.mdi-cog-refresh-outline:before{content:"󱑟"}.mdi-cog-stop:before{content:"󱤷"}.mdi-cog-stop-outline:before{content:"󱤸"}.mdi-cog-sync:before{content:"󱑠"}.mdi-cog-sync-outline:before{content:"󱑡"}.mdi-cog-transfer:before{content:"󱁛"}.mdi-cog-transfer-outline:before{content:"󱁜"}.mdi-cogs:before{content:"󰣖"}.mdi-collage:before{content:"󰙀"}.mdi-collapse-all:before{content:"󰪦"}.mdi-collapse-all-outline:before{content:"󰪧"}.mdi-color-helper:before{content:"󰅹"}.mdi-comma:before{content:"󰸣"}.mdi-comma-box:before{content:"󰸫"}.mdi-comma-box-outline:before{content:"󰸤"}.mdi-comma-circle:before{content:"󰸥"}.mdi-comma-circle-outline:before{content:"󰸦"}.mdi-comment:before{content:"󰅺"}.mdi-comment-account:before{content:"󰅻"}.mdi-comment-account-outline:before{content:"󰅼"}.mdi-comment-alert:before{content:"󰅽"}.mdi-comment-alert-outline:before{content:"󰅾"}.mdi-comment-arrow-left:before{content:"󰧡"}.mdi-comment-arrow-left-outline:before{content:"󰧢"}.mdi-comment-arrow-right:before{content:"󰧣"}.mdi-comment-arrow-right-outline:before{content:"󰧤"}.mdi-comment-bookmark:before{content:"󱖮"}.mdi-comment-bookmark-outline:before{content:"󱖯"}.mdi-comment-check:before{content:"󰅿"}.mdi-comment-check-outline:before{content:"󰆀"}.mdi-comment-edit:before{content:"󱆿"}.mdi-comment-edit-outline:before{content:"󱋄"}.mdi-comment-eye:before{content:"󰨺"}.mdi-comment-eye-outline:before{content:"󰨻"}.mdi-comment-flash:before{content:"󱖰"}.mdi-comment-flash-outline:before{content:"󱖱"}.mdi-comment-minus:before{content:"󱗟"}.mdi-comment-minus-outline:before{content:"󱗠"}.mdi-comment-multiple:before{content:"󰡟"}.mdi-comment-multiple-outline:before{content:"󰆁"}.mdi-comment-off:before{content:"󱗡"}.mdi-comment-off-outline:before{content:"󱗢"}.mdi-comment-outline:before{content:"󰆂"}.mdi-comment-plus:before{content:"󰧥"}.mdi-comment-plus-outline:before{content:"󰆃"}.mdi-comment-processing:before{content:"󰆄"}.mdi-comment-processing-outline:before{content:"󰆅"}.mdi-comment-question:before{content:"󰠗"}.mdi-comment-question-outline:before{content:"󰆆"}.mdi-comment-quote:before{content:"󱀡"}.mdi-comment-quote-outline:before{content:"󱀢"}.mdi-comment-remove:before{content:"󰗞"}.mdi-comment-remove-outline:before{content:"󰆇"}.mdi-comment-search:before{content:"󰨼"}.mdi-comment-search-outline:before{content:"󰨽"}.mdi-comment-text:before{content:"󰆈"}.mdi-comment-text-multiple:before{content:"󰡠"}.mdi-comment-text-multiple-outline:before{content:"󰡡"}.mdi-comment-text-outline:before{content:"󰆉"}.mdi-compare:before{content:"󰆊"}.mdi-compare-horizontal:before{content:"󱒒"}.mdi-compare-remove:before{content:"󱢳"}.mdi-compare-vertical:before{content:"󱒓"}.mdi-compass:before{content:"󰆋"}.mdi-compass-off:before{content:"󰮀"}.mdi-compass-off-outline:before{content:"󰮁"}.mdi-compass-outline:before{content:"󰆌"}.mdi-compass-rose:before{content:"󱎂"}.mdi-compost:before{content:"󱨸"}.mdi-cone:before{content:"󱥌"}.mdi-cone-off:before{content:"󱥍"}.mdi-connection:before{content:"󱘖"}.mdi-console:before{content:"󰆍"}.mdi-console-line:before{content:"󰞷"}.mdi-console-network:before{content:"󰢩"}.mdi-console-network-outline:before{content:"󰱠"}.mdi-consolidate:before{content:"󱃘"}.mdi-contactless-payment:before{content:"󰵪"}.mdi-contactless-payment-circle:before{content:"󰌡"}.mdi-contactless-payment-circle-outline:before{content:"󰐈"}.mdi-contacts:before{content:"󰛋"}.mdi-contacts-outline:before{content:"󰖸"}.mdi-contain:before{content:"󰨾"}.mdi-contain-end:before{content:"󰨿"}.mdi-contain-start:before{content:"󰩀"}.mdi-content-copy:before{content:"󰆏"}.mdi-content-cut:before{content:"󰆐"}.mdi-content-duplicate:before{content:"󰆑"}.mdi-content-paste:before{content:"󰆒"}.mdi-content-save:before{content:"󰆓"}.mdi-content-save-alert:before{content:"󰽂"}.mdi-content-save-alert-outline:before{content:"󰽃"}.mdi-content-save-all:before{content:"󰆔"}.mdi-content-save-all-outline:before{content:"󰽄"}.mdi-content-save-check:before{content:"󱣪"}.mdi-content-save-check-outline:before{content:"󱣫"}.mdi-content-save-cog:before{content:"󱑛"}.mdi-content-save-cog-outline:before{content:"󱑜"}.mdi-content-save-edit:before{content:"󰳻"}.mdi-content-save-edit-outline:before{content:"󰳼"}.mdi-content-save-minus:before{content:"󱭃"}.mdi-content-save-minus-outline:before{content:"󱭄"}.mdi-content-save-move:before{content:"󰸧"}.mdi-content-save-move-outline:before{content:"󰸨"}.mdi-content-save-off:before{content:"󱙃"}.mdi-content-save-off-outline:before{content:"󱙄"}.mdi-content-save-outline:before{content:"󰠘"}.mdi-content-save-plus:before{content:"󱭁"}.mdi-content-save-plus-outline:before{content:"󱭂"}.mdi-content-save-settings:before{content:"󰘛"}.mdi-content-save-settings-outline:before{content:"󰬮"}.mdi-contrast:before{content:"󰆕"}.mdi-contrast-box:before{content:"󰆖"}.mdi-contrast-circle:before{content:"󰆗"}.mdi-controller:before{content:"󰊴"}.mdi-controller-classic:before{content:"󰮂"}.mdi-controller-classic-outline:before{content:"󰮃"}.mdi-controller-off:before{content:"󰊵"}.mdi-cookie:before{content:"󰆘"}.mdi-cookie-alert:before{content:"󱛐"}.mdi-cookie-alert-outline:before{content:"󱛑"}.mdi-cookie-check:before{content:"󱛒"}.mdi-cookie-check-outline:before{content:"󱛓"}.mdi-cookie-clock:before{content:"󱛤"}.mdi-cookie-clock-outline:before{content:"󱛥"}.mdi-cookie-cog:before{content:"󱛔"}.mdi-cookie-cog-outline:before{content:"󱛕"}.mdi-cookie-edit:before{content:"󱛦"}.mdi-cookie-edit-outline:before{content:"󱛧"}.mdi-cookie-lock:before{content:"󱛨"}.mdi-cookie-lock-outline:before{content:"󱛩"}.mdi-cookie-minus:before{content:"󱛚"}.mdi-cookie-minus-outline:before{content:"󱛛"}.mdi-cookie-off:before{content:"󱛪"}.mdi-cookie-off-outline:before{content:"󱛫"}.mdi-cookie-outline:before{content:"󱛞"}.mdi-cookie-plus:before{content:"󱛖"}.mdi-cookie-plus-outline:before{content:"󱛗"}.mdi-cookie-refresh:before{content:"󱛬"}.mdi-cookie-refresh-outline:before{content:"󱛭"}.mdi-cookie-remove:before{content:"󱛘"}.mdi-cookie-remove-outline:before{content:"󱛙"}.mdi-cookie-settings:before{content:"󱛜"}.mdi-cookie-settings-outline:before{content:"󱛝"}.mdi-coolant-temperature:before{content:"󰏈"}.mdi-copyleft:before{content:"󱤹"}.mdi-copyright:before{content:"󰗦"}.mdi-cordova:before{content:"󰥘"}.mdi-corn:before{content:"󰞸"}.mdi-corn-off:before{content:"󱏯"}.mdi-cosine-wave:before{content:"󱑹"}.mdi-counter:before{content:"󰆙"}.mdi-countertop:before{content:"󱠜"}.mdi-countertop-outline:before{content:"󱠝"}.mdi-cow:before{content:"󰆚"}.mdi-cow-off:before{content:"󱣼"}.mdi-cpu-32-bit:before{content:"󰻟"}.mdi-cpu-64-bit:before{content:"󰻠"}.mdi-cradle:before{content:"󱦋"}.mdi-cradle-outline:before{content:"󱦑"}.mdi-crane:before{content:"󰡢"}.mdi-creation:before{content:"󰙴"}.mdi-creative-commons:before{content:"󰵫"}.mdi-credit-card:before{content:"󰿯"}.mdi-credit-card-check:before{content:"󱏐"}.mdi-credit-card-check-outline:before{content:"󱏑"}.mdi-credit-card-chip:before{content:"󱤏"}.mdi-credit-card-chip-outline:before{content:"󱤐"}.mdi-credit-card-clock:before{content:"󰻡"}.mdi-credit-card-clock-outline:before{content:"󰻢"}.mdi-credit-card-edit:before{content:"󱟗"}.mdi-credit-card-edit-outline:before{content:"󱟘"}.mdi-credit-card-fast:before{content:"󱤑"}.mdi-credit-card-fast-outline:before{content:"󱤒"}.mdi-credit-card-lock:before{content:"󱣧"}.mdi-credit-card-lock-outline:before{content:"󱣨"}.mdi-credit-card-marker:before{content:"󰚨"}.mdi-credit-card-marker-outline:before{content:"󰶾"}.mdi-credit-card-minus:before{content:"󰾬"}.mdi-credit-card-minus-outline:before{content:"󰾭"}.mdi-credit-card-multiple:before{content:"󰿰"}.mdi-credit-card-multiple-outline:before{content:"󰆜"}.mdi-credit-card-off:before{content:"󰿱"}.mdi-credit-card-off-outline:before{content:"󰗤"}.mdi-credit-card-outline:before{content:"󰆛"}.mdi-credit-card-plus:before{content:"󰿲"}.mdi-credit-card-plus-outline:before{content:"󰙶"}.mdi-credit-card-refresh:before{content:"󱙅"}.mdi-credit-card-refresh-outline:before{content:"󱙆"}.mdi-credit-card-refund:before{content:"󰿳"}.mdi-credit-card-refund-outline:before{content:"󰪨"}.mdi-credit-card-remove:before{content:"󰾮"}.mdi-credit-card-remove-outline:before{content:"󰾯"}.mdi-credit-card-scan:before{content:"󰿴"}.mdi-credit-card-scan-outline:before{content:"󰆝"}.mdi-credit-card-search:before{content:"󱙇"}.mdi-credit-card-search-outline:before{content:"󱙈"}.mdi-credit-card-settings:before{content:"󰿵"}.mdi-credit-card-settings-outline:before{content:"󰣗"}.mdi-credit-card-sync:before{content:"󱙉"}.mdi-credit-card-sync-outline:before{content:"󱙊"}.mdi-credit-card-wireless:before{content:"󰠂"}.mdi-credit-card-wireless-off:before{content:"󰕺"}.mdi-credit-card-wireless-off-outline:before{content:"󰕻"}.mdi-credit-card-wireless-outline:before{content:"󰵬"}.mdi-cricket:before{content:"󰵭"}.mdi-crop:before{content:"󰆞"}.mdi-crop-free:before{content:"󰆟"}.mdi-crop-landscape:before{content:"󰆠"}.mdi-crop-portrait:before{content:"󰆡"}.mdi-crop-rotate:before{content:"󰚖"}.mdi-crop-square:before{content:"󰆢"}.mdi-cross:before{content:"󰥓"}.mdi-cross-bolnisi:before{content:"󰳭"}.mdi-cross-celtic:before{content:"󰳵"}.mdi-cross-outline:before{content:"󰳶"}.mdi-crosshairs:before{content:"󰆣"}.mdi-crosshairs-gps:before{content:"󰆤"}.mdi-crosshairs-off:before{content:"󰽅"}.mdi-crosshairs-question:before{content:"󱄶"}.mdi-crowd:before{content:"󱥵"}.mdi-crown:before{content:"󰆥"}.mdi-crown-circle:before{content:"󱟜"}.mdi-crown-circle-outline:before{content:"󱟝"}.mdi-crown-outline:before{content:"󱇐"}.mdi-cryengine:before{content:"󰥙"}.mdi-crystal-ball:before{content:"󰬯"}.mdi-cube:before{content:"󰆦"}.mdi-cube-off:before{content:"󱐜"}.mdi-cube-off-outline:before{content:"󱐝"}.mdi-cube-outline:before{content:"󰆧"}.mdi-cube-scan:before{content:"󰮄"}.mdi-cube-send:before{content:"󰆨"}.mdi-cube-unfolded:before{content:"󰆩"}.mdi-cup:before{content:"󰆪"}.mdi-cup-off:before{content:"󰗥"}.mdi-cup-off-outline:before{content:"󱍽"}.mdi-cup-outline:before{content:"󱌏"}.mdi-cup-water:before{content:"󰆫"}.mdi-cupboard:before{content:"󰽆"}.mdi-cupboard-outline:before{content:"󰽇"}.mdi-cupcake:before{content:"󰥚"}.mdi-curling:before{content:"󰡣"}.mdi-currency-bdt:before{content:"󰡤"}.mdi-currency-brl:before{content:"󰮅"}.mdi-currency-btc:before{content:"󰆬"}.mdi-currency-cny:before{content:"󰞺"}.mdi-currency-eth:before{content:"󰞻"}.mdi-currency-eur:before{content:"󰆭"}.mdi-currency-eur-off:before{content:"󱌕"}.mdi-currency-fra:before{content:"󱨹"}.mdi-currency-gbp:before{content:"󰆮"}.mdi-currency-ils:before{content:"󰱡"}.mdi-currency-inr:before{content:"󰆯"}.mdi-currency-jpy:before{content:"󰞼"}.mdi-currency-krw:before{content:"󰞽"}.mdi-currency-kzt:before{content:"󰡥"}.mdi-currency-mnt:before{content:"󱔒"}.mdi-currency-ngn:before{content:"󰆰"}.mdi-currency-php:before{content:"󰧦"}.mdi-currency-rial:before{content:"󰺜"}.mdi-currency-rub:before{content:"󰆱"}.mdi-currency-rupee:before{content:"󱥶"}.mdi-currency-sign:before{content:"󰞾"}.mdi-currency-try:before{content:"󰆲"}.mdi-currency-twd:before{content:"󰞿"}.mdi-currency-uah:before{content:"󱮛"}.mdi-currency-usd:before{content:"󰇁"}.mdi-currency-usd-off:before{content:"󰙺"}.mdi-current-ac:before{content:"󱒀"}.mdi-current-dc:before{content:"󰥜"}.mdi-cursor-default:before{content:"󰇀"}.mdi-cursor-default-click:before{content:"󰳽"}.mdi-cursor-default-click-outline:before{content:"󰳾"}.mdi-cursor-default-gesture:before{content:"󱄧"}.mdi-cursor-default-gesture-outline:before{content:"󱄨"}.mdi-cursor-default-outline:before{content:"󰆿"}.mdi-cursor-move:before{content:"󰆾"}.mdi-cursor-pointer:before{content:"󰆽"}.mdi-cursor-text:before{content:"󰗧"}.mdi-curtains:before{content:"󱡆"}.mdi-curtains-closed:before{content:"󱡇"}.mdi-cylinder:before{content:"󱥎"}.mdi-cylinder-off:before{content:"󱥏"}.mdi-dance-ballroom:before{content:"󱗻"}.mdi-dance-pole:before{content:"󱕸"}.mdi-data-matrix:before{content:"󱔼"}.mdi-data-matrix-edit:before{content:"󱔽"}.mdi-data-matrix-minus:before{content:"󱔾"}.mdi-data-matrix-plus:before{content:"󱔿"}.mdi-data-matrix-remove:before{content:"󱕀"}.mdi-data-matrix-scan:before{content:"󱕁"}.mdi-database:before{content:"󰆼"}.mdi-database-alert:before{content:"󱘺"}.mdi-database-alert-outline:before{content:"󱘤"}.mdi-database-arrow-down:before{content:"󱘻"}.mdi-database-arrow-down-outline:before{content:"󱘥"}.mdi-database-arrow-left:before{content:"󱘼"}.mdi-database-arrow-left-outline:before{content:"󱘦"}.mdi-database-arrow-right:before{content:"󱘽"}.mdi-database-arrow-right-outline:before{content:"󱘧"}.mdi-database-arrow-up:before{content:"󱘾"}.mdi-database-arrow-up-outline:before{content:"󱘨"}.mdi-database-check:before{content:"󰪩"}.mdi-database-check-outline:before{content:"󱘩"}.mdi-database-clock:before{content:"󱘿"}.mdi-database-clock-outline:before{content:"󱘪"}.mdi-database-cog:before{content:"󱙋"}.mdi-database-cog-outline:before{content:"󱙌"}.mdi-database-edit:before{content:"󰮆"}.mdi-database-edit-outline:before{content:"󱘫"}.mdi-database-export:before{content:"󰥞"}.mdi-database-export-outline:before{content:"󱘬"}.mdi-database-eye:before{content:"󱤟"}.mdi-database-eye-off:before{content:"󱤠"}.mdi-database-eye-off-outline:before{content:"󱤡"}.mdi-database-eye-outline:before{content:"󱤢"}.mdi-database-import:before{content:"󰥝"}.mdi-database-import-outline:before{content:"󱘭"}.mdi-database-lock:before{content:"󰪪"}.mdi-database-lock-outline:before{content:"󱘮"}.mdi-database-marker:before{content:"󱋶"}.mdi-database-marker-outline:before{content:"󱘯"}.mdi-database-minus:before{content:"󰆻"}.mdi-database-minus-outline:before{content:"󱘰"}.mdi-database-off:before{content:"󱙀"}.mdi-database-off-outline:before{content:"󱘱"}.mdi-database-outline:before{content:"󱘲"}.mdi-database-plus:before{content:"󰆺"}.mdi-database-plus-outline:before{content:"󱘳"}.mdi-database-refresh:before{content:"󰗂"}.mdi-database-refresh-outline:before{content:"󱘴"}.mdi-database-remove:before{content:"󰴀"}.mdi-database-remove-outline:before{content:"󱘵"}.mdi-database-search:before{content:"󰡦"}.mdi-database-search-outline:before{content:"󱘶"}.mdi-database-settings:before{content:"󰴁"}.mdi-database-settings-outline:before{content:"󱘷"}.mdi-database-sync:before{content:"󰳿"}.mdi-database-sync-outline:before{content:"󱘸"}.mdi-death-star:before{content:"󰣘"}.mdi-death-star-variant:before{content:"󰣙"}.mdi-deathly-hallows:before{content:"󰮇"}.mdi-debian:before{content:"󰣚"}.mdi-debug-step-into:before{content:"󰆹"}.mdi-debug-step-out:before{content:"󰆸"}.mdi-debug-step-over:before{content:"󰆷"}.mdi-decagram:before{content:"󰝬"}.mdi-decagram-outline:before{content:"󰝭"}.mdi-decimal:before{content:"󱂡"}.mdi-decimal-comma:before{content:"󱂢"}.mdi-decimal-comma-decrease:before{content:"󱂣"}.mdi-decimal-comma-increase:before{content:"󱂤"}.mdi-decimal-decrease:before{content:"󰆶"}.mdi-decimal-increase:before{content:"󰆵"}.mdi-delete:before{content:"󰆴"}.mdi-delete-alert:before{content:"󱂥"}.mdi-delete-alert-outline:before{content:"󱂦"}.mdi-delete-circle:before{content:"󰚃"}.mdi-delete-circle-outline:before{content:"󰮈"}.mdi-delete-clock:before{content:"󱕖"}.mdi-delete-clock-outline:before{content:"󱕗"}.mdi-delete-empty:before{content:"󰛌"}.mdi-delete-empty-outline:before{content:"󰺝"}.mdi-delete-forever:before{content:"󰗨"}.mdi-delete-forever-outline:before{content:"󰮉"}.mdi-delete-off:before{content:"󱂧"}.mdi-delete-off-outline:before{content:"󱂨"}.mdi-delete-outline:before{content:"󰧧"}.mdi-delete-restore:before{content:"󰠙"}.mdi-delete-sweep:before{content:"󰗩"}.mdi-delete-sweep-outline:before{content:"󰱢"}.mdi-delete-variant:before{content:"󰆳"}.mdi-delta:before{content:"󰇂"}.mdi-desk:before{content:"󱈹"}.mdi-desk-lamp:before{content:"󰥟"}.mdi-desk-lamp-off:before{content:"󱬟"}.mdi-desk-lamp-on:before{content:"󱬠"}.mdi-deskphone:before{content:"󰇃"}.mdi-desktop-classic:before{content:"󰟀"}.mdi-desktop-tower:before{content:"󰇅"}.mdi-desktop-tower-monitor:before{content:"󰪫"}.mdi-details:before{content:"󰇆"}.mdi-dev-to:before{content:"󰵮"}.mdi-developer-board:before{content:"󰚗"}.mdi-deviantart:before{content:"󰇇"}.mdi-devices:before{content:"󰾰"}.mdi-dharmachakra:before{content:"󰥋"}.mdi-diabetes:before{content:"󱄦"}.mdi-dialpad:before{content:"󰘜"}.mdi-diameter:before{content:"󰱣"}.mdi-diameter-outline:before{content:"󰱤"}.mdi-diameter-variant:before{content:"󰱥"}.mdi-diamond:before{content:"󰮊"}.mdi-diamond-outline:before{content:"󰮋"}.mdi-diamond-stone:before{content:"󰇈"}.mdi-dice-1:before{content:"󰇊"}.mdi-dice-1-outline:before{content:"󱅊"}.mdi-dice-2:before{content:"󰇋"}.mdi-dice-2-outline:before{content:"󱅋"}.mdi-dice-3:before{content:"󰇌"}.mdi-dice-3-outline:before{content:"󱅌"}.mdi-dice-4:before{content:"󰇍"}.mdi-dice-4-outline:before{content:"󱅍"}.mdi-dice-5:before{content:"󰇎"}.mdi-dice-5-outline:before{content:"󱅎"}.mdi-dice-6:before{content:"󰇏"}.mdi-dice-6-outline:before{content:"󱅏"}.mdi-dice-d10:before{content:"󱅓"}.mdi-dice-d10-outline:before{content:"󰝯"}.mdi-dice-d12:before{content:"󱅔"}.mdi-dice-d12-outline:before{content:"󰡧"}.mdi-dice-d20:before{content:"󱅕"}.mdi-dice-d20-outline:before{content:"󰗪"}.mdi-dice-d4:before{content:"󱅐"}.mdi-dice-d4-outline:before{content:"󰗫"}.mdi-dice-d6:before{content:"󱅑"}.mdi-dice-d6-outline:before{content:"󰗭"}.mdi-dice-d8:before{content:"󱅒"}.mdi-dice-d8-outline:before{content:"󰗬"}.mdi-dice-multiple:before{content:"󰝮"}.mdi-dice-multiple-outline:before{content:"󱅖"}.mdi-digital-ocean:before{content:"󱈷"}.mdi-dip-switch:before{content:"󰟁"}.mdi-directions:before{content:"󰇐"}.mdi-directions-fork:before{content:"󰙁"}.mdi-disc:before{content:"󰗮"}.mdi-disc-alert:before{content:"󰇑"}.mdi-disc-player:before{content:"󰥠"}.mdi-dishwasher:before{content:"󰪬"}.mdi-dishwasher-alert:before{content:"󱆸"}.mdi-dishwasher-off:before{content:"󱆹"}.mdi-disqus:before{content:"󰇒"}.mdi-distribute-horizontal-center:before{content:"󱇉"}.mdi-distribute-horizontal-left:before{content:"󱇈"}.mdi-distribute-horizontal-right:before{content:"󱇊"}.mdi-distribute-vertical-bottom:before{content:"󱇋"}.mdi-distribute-vertical-center:before{content:"󱇌"}.mdi-distribute-vertical-top:before{content:"󱇍"}.mdi-diversify:before{content:"󱡷"}.mdi-diving:before{content:"󱥷"}.mdi-diving-flippers:before{content:"󰶿"}.mdi-diving-helmet:before{content:"󰷀"}.mdi-diving-scuba:before{content:"󱭷"}.mdi-diving-scuba-flag:before{content:"󰷂"}.mdi-diving-scuba-mask:before{content:"󰷁"}.mdi-diving-scuba-tank:before{content:"󰷃"}.mdi-diving-scuba-tank-multiple:before{content:"󰷄"}.mdi-diving-snorkel:before{content:"󰷅"}.mdi-division:before{content:"󰇔"}.mdi-division-box:before{content:"󰇕"}.mdi-dlna:before{content:"󰩁"}.mdi-dna:before{content:"󰚄"}.mdi-dns:before{content:"󰇖"}.mdi-dns-outline:before{content:"󰮌"}.mdi-dock-bottom:before{content:"󱂩"}.mdi-dock-left:before{content:"󱂪"}.mdi-dock-right:before{content:"󱂫"}.mdi-dock-top:before{content:"󱔓"}.mdi-dock-window:before{content:"󱂬"}.mdi-docker:before{content:"󰡨"}.mdi-doctor:before{content:"󰩂"}.mdi-dog:before{content:"󰩃"}.mdi-dog-service:before{content:"󰪭"}.mdi-dog-side:before{content:"󰩄"}.mdi-dog-side-off:before{content:"󱛮"}.mdi-dolby:before{content:"󰚳"}.mdi-dolly:before{content:"󰺞"}.mdi-dolphin:before{content:"󱢴"}.mdi-domain:before{content:"󰇗"}.mdi-domain-off:before{content:"󰵯"}.mdi-domain-plus:before{content:"󱂭"}.mdi-domain-remove:before{content:"󱂮"}.mdi-dome-light:before{content:"󱐞"}.mdi-domino-mask:before{content:"󱀣"}.mdi-donkey:before{content:"󰟂"}.mdi-door:before{content:"󰠚"}.mdi-door-closed:before{content:"󰠛"}.mdi-door-closed-lock:before{content:"󱂯"}.mdi-door-open:before{content:"󰠜"}.mdi-door-sliding:before{content:"󱠞"}.mdi-door-sliding-lock:before{content:"󱠟"}.mdi-door-sliding-open:before{content:"󱠠"}.mdi-doorbell:before{content:"󱋦"}.mdi-doorbell-video:before{content:"󰡩"}.mdi-dot-net:before{content:"󰪮"}.mdi-dots-circle:before{content:"󱥸"}.mdi-dots-grid:before{content:"󱗼"}.mdi-dots-hexagon:before{content:"󱗿"}.mdi-dots-horizontal:before{content:"󰇘"}.mdi-dots-horizontal-circle:before{content:"󰟃"}.mdi-dots-horizontal-circle-outline:before{content:"󰮍"}.mdi-dots-square:before{content:"󱗽"}.mdi-dots-triangle:before{content:"󱗾"}.mdi-dots-vertical:before{content:"󰇙"}.mdi-dots-vertical-circle:before{content:"󰟄"}.mdi-dots-vertical-circle-outline:before{content:"󰮎"}.mdi-download:before{content:"󰇚"}.mdi-download-box:before{content:"󱑢"}.mdi-download-box-outline:before{content:"󱑣"}.mdi-download-circle:before{content:"󱑤"}.mdi-download-circle-outline:before{content:"󱑥"}.mdi-download-lock:before{content:"󱌠"}.mdi-download-lock-outline:before{content:"󱌡"}.mdi-download-multiple:before{content:"󰧩"}.mdi-download-network:before{content:"󰛴"}.mdi-download-network-outline:before{content:"󰱦"}.mdi-download-off:before{content:"󱂰"}.mdi-download-off-outline:before{content:"󱂱"}.mdi-download-outline:before{content:"󰮏"}.mdi-drag:before{content:"󰇛"}.mdi-drag-horizontal:before{content:"󰇜"}.mdi-drag-horizontal-variant:before{content:"󱋰"}.mdi-drag-variant:before{content:"󰮐"}.mdi-drag-vertical:before{content:"󰇝"}.mdi-drag-vertical-variant:before{content:"󱋱"}.mdi-drama-masks:before{content:"󰴂"}.mdi-draw:before{content:"󰽉"}.mdi-draw-pen:before{content:"󱦹"}.mdi-drawing:before{content:"󰇞"}.mdi-drawing-box:before{content:"󰇟"}.mdi-dresser:before{content:"󰽊"}.mdi-dresser-outline:before{content:"󰽋"}.mdi-drone:before{content:"󰇢"}.mdi-dropbox:before{content:"󰇣"}.mdi-drupal:before{content:"󰇤"}.mdi-duck:before{content:"󰇥"}.mdi-dumbbell:before{content:"󰇦"}.mdi-dump-truck:before{content:"󰱧"}.mdi-ear-hearing:before{content:"󰟅"}.mdi-ear-hearing-loop:before{content:"󱫮"}.mdi-ear-hearing-off:before{content:"󰩅"}.mdi-earbuds:before{content:"󱡏"}.mdi-earbuds-off:before{content:"󱡐"}.mdi-earbuds-off-outline:before{content:"󱡑"}.mdi-earbuds-outline:before{content:"󱡒"}.mdi-earth:before{content:"󰇧"}.mdi-earth-arrow-right:before{content:"󱌑"}.mdi-earth-box:before{content:"󰛍"}.mdi-earth-box-minus:before{content:"󱐇"}.mdi-earth-box-off:before{content:"󰛎"}.mdi-earth-box-plus:before{content:"󱐆"}.mdi-earth-box-remove:before{content:"󱐈"}.mdi-earth-minus:before{content:"󱐄"}.mdi-earth-off:before{content:"󰇨"}.mdi-earth-plus:before{content:"󱐃"}.mdi-earth-remove:before{content:"󱐅"}.mdi-egg:before{content:"󰪯"}.mdi-egg-easter:before{content:"󰪰"}.mdi-egg-fried:before{content:"󱡊"}.mdi-egg-off:before{content:"󱏰"}.mdi-egg-off-outline:before{content:"󱏱"}.mdi-egg-outline:before{content:"󱏲"}.mdi-eiffel-tower:before{content:"󱕫"}.mdi-eight-track:before{content:"󰧪"}.mdi-eject:before{content:"󰇪"}.mdi-eject-circle:before{content:"󱬣"}.mdi-eject-circle-outline:before{content:"󱬤"}.mdi-eject-outline:before{content:"󰮑"}.mdi-electric-switch:before{content:"󰺟"}.mdi-electric-switch-closed:before{content:"󱃙"}.mdi-electron-framework:before{content:"󱀤"}.mdi-elephant:before{content:"󰟆"}.mdi-elevation-decline:before{content:"󰇫"}.mdi-elevation-rise:before{content:"󰇬"}.mdi-elevator:before{content:"󰇭"}.mdi-elevator-down:before{content:"󱋂"}.mdi-elevator-passenger:before{content:"󱎁"}.mdi-elevator-passenger-off:before{content:"󱥹"}.mdi-elevator-passenger-off-outline:before{content:"󱥺"}.mdi-elevator-passenger-outline:before{content:"󱥻"}.mdi-elevator-up:before{content:"󱋁"}.mdi-ellipse:before{content:"󰺠"}.mdi-ellipse-outline:before{content:"󰺡"}.mdi-email:before{content:"󰇮"}.mdi-email-alert:before{content:"󰛏"}.mdi-email-alert-outline:before{content:"󰵂"}.mdi-email-arrow-left:before{content:"󱃚"}.mdi-email-arrow-left-outline:before{content:"󱃛"}.mdi-email-arrow-right:before{content:"󱃜"}.mdi-email-arrow-right-outline:before{content:"󱃝"}.mdi-email-box:before{content:"󰴃"}.mdi-email-check:before{content:"󰪱"}.mdi-email-check-outline:before{content:"󰪲"}.mdi-email-edit:before{content:"󰻣"}.mdi-email-edit-outline:before{content:"󰻤"}.mdi-email-fast:before{content:"󱡯"}.mdi-email-fast-outline:before{content:"󱡰"}.mdi-email-lock:before{content:"󰇱"}.mdi-email-lock-outline:before{content:"󱭡"}.mdi-email-mark-as-unread:before{content:"󰮒"}.mdi-email-minus:before{content:"󰻥"}.mdi-email-minus-outline:before{content:"󰻦"}.mdi-email-multiple:before{content:"󰻧"}.mdi-email-multiple-outline:before{content:"󰻨"}.mdi-email-newsletter:before{content:"󰾱"}.mdi-email-off:before{content:"󱏣"}.mdi-email-off-outline:before{content:"󱏤"}.mdi-email-open:before{content:"󰇯"}.mdi-email-open-multiple:before{content:"󰻩"}.mdi-email-open-multiple-outline:before{content:"󰻪"}.mdi-email-open-outline:before{content:"󰗯"}.mdi-email-outline:before{content:"󰇰"}.mdi-email-plus:before{content:"󰧫"}.mdi-email-plus-outline:before{content:"󰧬"}.mdi-email-remove:before{content:"󱙡"}.mdi-email-remove-outline:before{content:"󱙢"}.mdi-email-seal:before{content:"󱥛"}.mdi-email-seal-outline:before{content:"󱥜"}.mdi-email-search:before{content:"󰥡"}.mdi-email-search-outline:before{content:"󰥢"}.mdi-email-sync:before{content:"󱋇"}.mdi-email-sync-outline:before{content:"󱋈"}.mdi-email-variant:before{content:"󰗰"}.mdi-ember:before{content:"󰬰"}.mdi-emby:before{content:"󰚴"}.mdi-emoticon:before{content:"󰱨"}.mdi-emoticon-angry:before{content:"󰱩"}.mdi-emoticon-angry-outline:before{content:"󰱪"}.mdi-emoticon-confused:before{content:"󱃞"}.mdi-emoticon-confused-outline:before{content:"󱃟"}.mdi-emoticon-cool:before{content:"󰱫"}.mdi-emoticon-cool-outline:before{content:"󰇳"}.mdi-emoticon-cry:before{content:"󰱬"}.mdi-emoticon-cry-outline:before{content:"󰱭"}.mdi-emoticon-dead:before{content:"󰱮"}.mdi-emoticon-dead-outline:before{content:"󰚛"}.mdi-emoticon-devil:before{content:"󰱯"}.mdi-emoticon-devil-outline:before{content:"󰇴"}.mdi-emoticon-excited:before{content:"󰱰"}.mdi-emoticon-excited-outline:before{content:"󰚜"}.mdi-emoticon-frown:before{content:"󰽌"}.mdi-emoticon-frown-outline:before{content:"󰽍"}.mdi-emoticon-happy:before{content:"󰱱"}.mdi-emoticon-happy-outline:before{content:"󰇵"}.mdi-emoticon-kiss:before{content:"󰱲"}.mdi-emoticon-kiss-outline:before{content:"󰱳"}.mdi-emoticon-lol:before{content:"󱈔"}.mdi-emoticon-lol-outline:before{content:"󱈕"}.mdi-emoticon-neutral:before{content:"󰱴"}.mdi-emoticon-neutral-outline:before{content:"󰇶"}.mdi-emoticon-outline:before{content:"󰇲"}.mdi-emoticon-poop:before{content:"󰇷"}.mdi-emoticon-poop-outline:before{content:"󰱵"}.mdi-emoticon-sad:before{content:"󰱶"}.mdi-emoticon-sad-outline:before{content:"󰇸"}.mdi-emoticon-sick:before{content:"󱕼"}.mdi-emoticon-sick-outline:before{content:"󱕽"}.mdi-emoticon-tongue:before{content:"󰇹"}.mdi-emoticon-tongue-outline:before{content:"󰱷"}.mdi-emoticon-wink:before{content:"󰱸"}.mdi-emoticon-wink-outline:before{content:"󰱹"}.mdi-engine:before{content:"󰇺"}.mdi-engine-off:before{content:"󰩆"}.mdi-engine-off-outline:before{content:"󰩇"}.mdi-engine-outline:before{content:"󰇻"}.mdi-epsilon:before{content:"󱃠"}.mdi-equal:before{content:"󰇼"}.mdi-equal-box:before{content:"󰇽"}.mdi-equalizer:before{content:"󰺢"}.mdi-equalizer-outline:before{content:"󰺣"}.mdi-eraser:before{content:"󰇾"}.mdi-eraser-variant:before{content:"󰙂"}.mdi-escalator:before{content:"󰇿"}.mdi-escalator-box:before{content:"󱎙"}.mdi-escalator-down:before{content:"󱋀"}.mdi-escalator-up:before{content:"󱊿"}.mdi-eslint:before{content:"󰱺"}.mdi-et:before{content:"󰪳"}.mdi-ethereum:before{content:"󰡪"}.mdi-ethernet:before{content:"󰈀"}.mdi-ethernet-cable:before{content:"󰈁"}.mdi-ethernet-cable-off:before{content:"󰈂"}.mdi-ev-plug-ccs1:before{content:"󱔙"}.mdi-ev-plug-ccs2:before{content:"󱔚"}.mdi-ev-plug-chademo:before{content:"󱔛"}.mdi-ev-plug-tesla:before{content:"󱔜"}.mdi-ev-plug-type1:before{content:"󱔝"}.mdi-ev-plug-type2:before{content:"󱔞"}.mdi-ev-station:before{content:"󰗱"}.mdi-evernote:before{content:"󰈄"}.mdi-excavator:before{content:"󱀥"}.mdi-exclamation:before{content:"󰈅"}.mdi-exclamation-thick:before{content:"󱈸"}.mdi-exit-run:before{content:"󰩈"}.mdi-exit-to-app:before{content:"󰈆"}.mdi-expand-all:before{content:"󰪴"}.mdi-expand-all-outline:before{content:"󰪵"}.mdi-expansion-card:before{content:"󰢮"}.mdi-expansion-card-variant:before{content:"󰾲"}.mdi-exponent:before{content:"󰥣"}.mdi-exponent-box:before{content:"󰥤"}.mdi-export:before{content:"󰈇"}.mdi-export-variant:before{content:"󰮓"}.mdi-eye:before{content:"󰈈"}.mdi-eye-arrow-left:before{content:"󱣽"}.mdi-eye-arrow-left-outline:before{content:"󱣾"}.mdi-eye-arrow-right:before{content:"󱣿"}.mdi-eye-arrow-right-outline:before{content:"󱤀"}.mdi-eye-check:before{content:"󰴄"}.mdi-eye-check-outline:before{content:"󰴅"}.mdi-eye-circle:before{content:"󰮔"}.mdi-eye-circle-outline:before{content:"󰮕"}.mdi-eye-minus:before{content:"󱀦"}.mdi-eye-minus-outline:before{content:"󱀧"}.mdi-eye-off:before{content:"󰈉"}.mdi-eye-off-outline:before{content:"󰛑"}.mdi-eye-outline:before{content:"󰛐"}.mdi-eye-plus:before{content:"󰡫"}.mdi-eye-plus-outline:before{content:"󰡬"}.mdi-eye-refresh:before{content:"󱥼"}.mdi-eye-refresh-outline:before{content:"󱥽"}.mdi-eye-remove:before{content:"󱗣"}.mdi-eye-remove-outline:before{content:"󱗤"}.mdi-eye-settings:before{content:"󰡭"}.mdi-eye-settings-outline:before{content:"󰡮"}.mdi-eyedropper:before{content:"󰈊"}.mdi-eyedropper-minus:before{content:"󱏝"}.mdi-eyedropper-off:before{content:"󱏟"}.mdi-eyedropper-plus:before{content:"󱏜"}.mdi-eyedropper-remove:before{content:"󱏞"}.mdi-eyedropper-variant:before{content:"󰈋"}.mdi-face-agent:before{content:"󰵰"}.mdi-face-man:before{content:"󰙃"}.mdi-face-man-outline:before{content:"󰮖"}.mdi-face-man-profile:before{content:"󰙄"}.mdi-face-man-shimmer:before{content:"󱗌"}.mdi-face-man-shimmer-outline:before{content:"󱗍"}.mdi-face-mask:before{content:"󱖆"}.mdi-face-mask-outline:before{content:"󱖇"}.mdi-face-recognition:before{content:"󰱻"}.mdi-face-woman:before{content:"󱁷"}.mdi-face-woman-outline:before{content:"󱁸"}.mdi-face-woman-profile:before{content:"󱁶"}.mdi-face-woman-shimmer:before{content:"󱗎"}.mdi-face-woman-shimmer-outline:before{content:"󱗏"}.mdi-facebook:before{content:"󰈌"}.mdi-facebook-gaming:before{content:"󰟝"}.mdi-facebook-messenger:before{content:"󰈎"}.mdi-facebook-workplace:before{content:"󰬱"}.mdi-factory:before{content:"󰈏"}.mdi-family-tree:before{content:"󱘎"}.mdi-fan:before{content:"󰈐"}.mdi-fan-alert:before{content:"󱑬"}.mdi-fan-auto:before{content:"󱜝"}.mdi-fan-chevron-down:before{content:"󱑭"}.mdi-fan-chevron-up:before{content:"󱑮"}.mdi-fan-clock:before{content:"󱨺"}.mdi-fan-minus:before{content:"󱑰"}.mdi-fan-off:before{content:"󰠝"}.mdi-fan-plus:before{content:"󱑯"}.mdi-fan-remove:before{content:"󱑱"}.mdi-fan-speed-1:before{content:"󱑲"}.mdi-fan-speed-2:before{content:"󱑳"}.mdi-fan-speed-3:before{content:"󱑴"}.mdi-fast-forward:before{content:"󰈑"}.mdi-fast-forward-10:before{content:"󰵱"}.mdi-fast-forward-15:before{content:"󱤺"}.mdi-fast-forward-30:before{content:"󰴆"}.mdi-fast-forward-45:before{content:"󱬒"}.mdi-fast-forward-5:before{content:"󱇸"}.mdi-fast-forward-60:before{content:"󱘋"}.mdi-fast-forward-outline:before{content:"󰛒"}.mdi-faucet:before{content:"󱬩"}.mdi-faucet-variant:before{content:"󱬪"}.mdi-fax:before{content:"󰈒"}.mdi-feather:before{content:"󰛓"}.mdi-feature-search:before{content:"󰩉"}.mdi-feature-search-outline:before{content:"󰩊"}.mdi-fedora:before{content:"󰣛"}.mdi-fence:before{content:"󱞚"}.mdi-fence-electric:before{content:"󱟶"}.mdi-fencing:before{content:"󱓁"}.mdi-ferris-wheel:before{content:"󰺤"}.mdi-ferry:before{content:"󰈓"}.mdi-file:before{content:"󰈔"}.mdi-file-account:before{content:"󰜻"}.mdi-file-account-outline:before{content:"󱀨"}.mdi-file-alert:before{content:"󰩋"}.mdi-file-alert-outline:before{content:"󰩌"}.mdi-file-arrow-left-right:before{content:"󱪓"}.mdi-file-arrow-left-right-outline:before{content:"󱪔"}.mdi-file-arrow-up-down:before{content:"󱪕"}.mdi-file-arrow-up-down-outline:before{content:"󱪖"}.mdi-file-cabinet:before{content:"󰪶"}.mdi-file-cad:before{content:"󰻫"}.mdi-file-cad-box:before{content:"󰻬"}.mdi-file-cancel:before{content:"󰷆"}.mdi-file-cancel-outline:before{content:"󰷇"}.mdi-file-certificate:before{content:"󱆆"}.mdi-file-certificate-outline:before{content:"󱆇"}.mdi-file-chart:before{content:"󰈕"}.mdi-file-chart-check:before{content:"󱧆"}.mdi-file-chart-check-outline:before{content:"󱧇"}.mdi-file-chart-outline:before{content:"󱀩"}.mdi-file-check:before{content:"󰈖"}.mdi-file-check-outline:before{content:"󰸩"}.mdi-file-clock:before{content:"󱋡"}.mdi-file-clock-outline:before{content:"󱋢"}.mdi-file-cloud:before{content:"󰈗"}.mdi-file-cloud-outline:before{content:"󱀪"}.mdi-file-code:before{content:"󰈮"}.mdi-file-code-outline:before{content:"󱀫"}.mdi-file-cog:before{content:"󱁻"}.mdi-file-cog-outline:before{content:"󱁼"}.mdi-file-compare:before{content:"󰢪"}.mdi-file-delimited:before{content:"󰈘"}.mdi-file-delimited-outline:before{content:"󰺥"}.mdi-file-document:before{content:"󰈙"}.mdi-file-document-alert:before{content:"󱪗"}.mdi-file-document-alert-outline:before{content:"󱪘"}.mdi-file-document-check:before{content:"󱪙"}.mdi-file-document-check-outline:before{content:"󱪚"}.mdi-file-document-edit:before{content:"󰷈"}.mdi-file-document-edit-outline:before{content:"󰷉"}.mdi-file-document-minus:before{content:"󱪛"}.mdi-file-document-minus-outline:before{content:"󱪜"}.mdi-file-document-multiple:before{content:"󱔗"}.mdi-file-document-multiple-outline:before{content:"󱔘"}.mdi-file-document-outline:before{content:"󰧮"}.mdi-file-document-plus:before{content:"󱪝"}.mdi-file-document-plus-outline:before{content:"󱪞"}.mdi-file-document-remove:before{content:"󱪟"}.mdi-file-document-remove-outline:before{content:"󱪠"}.mdi-file-download:before{content:"󰥥"}.mdi-file-download-outline:before{content:"󰥦"}.mdi-file-edit:before{content:"󱇧"}.mdi-file-edit-outline:before{content:"󱇨"}.mdi-file-excel:before{content:"󰈛"}.mdi-file-excel-box:before{content:"󰈜"}.mdi-file-excel-box-outline:before{content:"󱀬"}.mdi-file-excel-outline:before{content:"󱀭"}.mdi-file-export:before{content:"󰈝"}.mdi-file-export-outline:before{content:"󱀮"}.mdi-file-eye:before{content:"󰷊"}.mdi-file-eye-outline:before{content:"󰷋"}.mdi-file-find:before{content:"󰈞"}.mdi-file-find-outline:before{content:"󰮗"}.mdi-file-gif-box:before{content:"󰵸"}.mdi-file-hidden:before{content:"󰘓"}.mdi-file-image:before{content:"󰈟"}.mdi-file-image-marker:before{content:"󱝲"}.mdi-file-image-marker-outline:before{content:"󱝳"}.mdi-file-image-minus:before{content:"󱤻"}.mdi-file-image-minus-outline:before{content:"󱤼"}.mdi-file-image-outline:before{content:"󰺰"}.mdi-file-image-plus:before{content:"󱤽"}.mdi-file-image-plus-outline:before{content:"󱤾"}.mdi-file-image-remove:before{content:"󱤿"}.mdi-file-image-remove-outline:before{content:"󱥀"}.mdi-file-import:before{content:"󰈠"}.mdi-file-import-outline:before{content:"󱀯"}.mdi-file-jpg-box:before{content:"󰈥"}.mdi-file-key:before{content:"󱆄"}.mdi-file-key-outline:before{content:"󱆅"}.mdi-file-link:before{content:"󱅷"}.mdi-file-link-outline:before{content:"󱅸"}.mdi-file-lock:before{content:"󰈡"}.mdi-file-lock-open:before{content:"󱧈"}.mdi-file-lock-open-outline:before{content:"󱧉"}.mdi-file-lock-outline:before{content:"󱀰"}.mdi-file-marker:before{content:"󱝴"}.mdi-file-marker-outline:before{content:"󱝵"}.mdi-file-minus:before{content:"󱪡"}.mdi-file-minus-outline:before{content:"󱪢"}.mdi-file-move:before{content:"󰪹"}.mdi-file-move-outline:before{content:"󱀱"}.mdi-file-multiple:before{content:"󰈢"}.mdi-file-multiple-outline:before{content:"󱀲"}.mdi-file-music:before{content:"󰈣"}.mdi-file-music-outline:before{content:"󰸪"}.mdi-file-outline:before{content:"󰈤"}.mdi-file-pdf-box:before{content:"󰈦"}.mdi-file-percent:before{content:"󰠞"}.mdi-file-percent-outline:before{content:"󱀳"}.mdi-file-phone:before{content:"󱅹"}.mdi-file-phone-outline:before{content:"󱅺"}.mdi-file-plus:before{content:"󰝒"}.mdi-file-plus-outline:before{content:"󰻭"}.mdi-file-png-box:before{content:"󰸭"}.mdi-file-powerpoint:before{content:"󰈧"}.mdi-file-powerpoint-box:before{content:"󰈨"}.mdi-file-powerpoint-box-outline:before{content:"󱀴"}.mdi-file-powerpoint-outline:before{content:"󱀵"}.mdi-file-presentation-box:before{content:"󰈩"}.mdi-file-question:before{content:"󰡯"}.mdi-file-question-outline:before{content:"󱀶"}.mdi-file-refresh:before{content:"󰤘"}.mdi-file-refresh-outline:before{content:"󰕁"}.mdi-file-remove:before{content:"󰮘"}.mdi-file-remove-outline:before{content:"󱀷"}.mdi-file-replace:before{content:"󰬲"}.mdi-file-replace-outline:before{content:"󰬳"}.mdi-file-restore:before{content:"󰙰"}.mdi-file-restore-outline:before{content:"󱀸"}.mdi-file-rotate-left:before{content:"󱨻"}.mdi-file-rotate-left-outline:before{content:"󱨼"}.mdi-file-rotate-right:before{content:"󱨽"}.mdi-file-rotate-right-outline:before{content:"󱨾"}.mdi-file-search:before{content:"󰱼"}.mdi-file-search-outline:before{content:"󰱽"}.mdi-file-send:before{content:"󰈪"}.mdi-file-send-outline:before{content:"󱀹"}.mdi-file-settings:before{content:"󱁹"}.mdi-file-settings-outline:before{content:"󱁺"}.mdi-file-sign:before{content:"󱧃"}.mdi-file-star:before{content:"󱀺"}.mdi-file-star-outline:before{content:"󱀻"}.mdi-file-swap:before{content:"󰾴"}.mdi-file-swap-outline:before{content:"󰾵"}.mdi-file-sync:before{content:"󱈖"}.mdi-file-sync-outline:before{content:"󱈗"}.mdi-file-table:before{content:"󰱾"}.mdi-file-table-box:before{content:"󱃡"}.mdi-file-table-box-multiple:before{content:"󱃢"}.mdi-file-table-box-multiple-outline:before{content:"󱃣"}.mdi-file-table-box-outline:before{content:"󱃤"}.mdi-file-table-outline:before{content:"󰱿"}.mdi-file-tree:before{content:"󰙅"}.mdi-file-tree-outline:before{content:"󱏒"}.mdi-file-undo:before{content:"󰣜"}.mdi-file-undo-outline:before{content:"󱀼"}.mdi-file-upload:before{content:"󰩍"}.mdi-file-upload-outline:before{content:"󰩎"}.mdi-file-video:before{content:"󰈫"}.mdi-file-video-outline:before{content:"󰸬"}.mdi-file-word:before{content:"󰈬"}.mdi-file-word-box:before{content:"󰈭"}.mdi-file-word-box-outline:before{content:"󱀽"}.mdi-file-word-outline:before{content:"󱀾"}.mdi-file-xml-box:before{content:"󱭋"}.mdi-film:before{content:"󰈯"}.mdi-filmstrip:before{content:"󰈰"}.mdi-filmstrip-box:before{content:"󰌲"}.mdi-filmstrip-box-multiple:before{content:"󰴘"}.mdi-filmstrip-off:before{content:"󰈱"}.mdi-filter:before{content:"󰈲"}.mdi-filter-check:before{content:"󱣬"}.mdi-filter-check-outline:before{content:"󱣭"}.mdi-filter-cog:before{content:"󱪣"}.mdi-filter-cog-outline:before{content:"󱪤"}.mdi-filter-menu:before{content:"󱃥"}.mdi-filter-menu-outline:before{content:"󱃦"}.mdi-filter-minus:before{content:"󰻮"}.mdi-filter-minus-outline:before{content:"󰻯"}.mdi-filter-multiple:before{content:"󱨿"}.mdi-filter-multiple-outline:before{content:"󱩀"}.mdi-filter-off:before{content:"󱓯"}.mdi-filter-off-outline:before{content:"󱓰"}.mdi-filter-outline:before{content:"󰈳"}.mdi-filter-plus:before{content:"󰻰"}.mdi-filter-plus-outline:before{content:"󰻱"}.mdi-filter-remove:before{content:"󰈴"}.mdi-filter-remove-outline:before{content:"󰈵"}.mdi-filter-settings:before{content:"󱪥"}.mdi-filter-settings-outline:before{content:"󱪦"}.mdi-filter-variant:before{content:"󰈶"}.mdi-filter-variant-minus:before{content:"󱄒"}.mdi-filter-variant-plus:before{content:"󱄓"}.mdi-filter-variant-remove:before{content:"󱀿"}.mdi-finance:before{content:"󰠟"}.mdi-find-replace:before{content:"󰛔"}.mdi-fingerprint:before{content:"󰈷"}.mdi-fingerprint-off:before{content:"󰺱"}.mdi-fire:before{content:"󰈸"}.mdi-fire-alert:before{content:"󱗗"}.mdi-fire-circle:before{content:"󱠇"}.mdi-fire-extinguisher:before{content:"󰻲"}.mdi-fire-hydrant:before{content:"󱄷"}.mdi-fire-hydrant-alert:before{content:"󱄸"}.mdi-fire-hydrant-off:before{content:"󱄹"}.mdi-fire-off:before{content:"󱜢"}.mdi-fire-truck:before{content:"󰢫"}.mdi-firebase:before{content:"󰥧"}.mdi-firefox:before{content:"󰈹"}.mdi-fireplace:before{content:"󰸮"}.mdi-fireplace-off:before{content:"󰸯"}.mdi-firewire:before{content:"󰖾"}.mdi-firework:before{content:"󰸰"}.mdi-firework-off:before{content:"󱜣"}.mdi-fish:before{content:"󰈺"}.mdi-fish-off:before{content:"󱏳"}.mdi-fishbowl:before{content:"󰻳"}.mdi-fishbowl-outline:before{content:"󰻴"}.mdi-fit-to-page:before{content:"󰻵"}.mdi-fit-to-page-outline:before{content:"󰻶"}.mdi-fit-to-screen:before{content:"󱣴"}.mdi-fit-to-screen-outline:before{content:"󱣵"}.mdi-flag:before{content:"󰈻"}.mdi-flag-checkered:before{content:"󰈼"}.mdi-flag-minus:before{content:"󰮙"}.mdi-flag-minus-outline:before{content:"󱂲"}.mdi-flag-off:before{content:"󱣮"}.mdi-flag-off-outline:before{content:"󱣯"}.mdi-flag-outline:before{content:"󰈽"}.mdi-flag-plus:before{content:"󰮚"}.mdi-flag-plus-outline:before{content:"󱂳"}.mdi-flag-remove:before{content:"󰮛"}.mdi-flag-remove-outline:before{content:"󱂴"}.mdi-flag-triangle:before{content:"󰈿"}.mdi-flag-variant:before{content:"󰉀"}.mdi-flag-variant-minus:before{content:"󱮴"}.mdi-flag-variant-minus-outline:before{content:"󱮵"}.mdi-flag-variant-off:before{content:"󱮰"}.mdi-flag-variant-off-outline:before{content:"󱮱"}.mdi-flag-variant-outline:before{content:"󰈾"}.mdi-flag-variant-plus:before{content:"󱮲"}.mdi-flag-variant-plus-outline:before{content:"󱮳"}.mdi-flag-variant-remove:before{content:"󱮶"}.mdi-flag-variant-remove-outline:before{content:"󱮷"}.mdi-flare:before{content:"󰵲"}.mdi-flash:before{content:"󰉁"}.mdi-flash-alert:before{content:"󰻷"}.mdi-flash-alert-outline:before{content:"󰻸"}.mdi-flash-auto:before{content:"󰉂"}.mdi-flash-off:before{content:"󰉃"}.mdi-flash-off-outline:before{content:"󱭅"}.mdi-flash-outline:before{content:"󰛕"}.mdi-flash-red-eye:before{content:"󰙻"}.mdi-flash-triangle:before{content:"󱬝"}.mdi-flash-triangle-outline:before{content:"󱬞"}.mdi-flashlight:before{content:"󰉄"}.mdi-flashlight-off:before{content:"󰉅"}.mdi-flask:before{content:"󰂓"}.mdi-flask-empty:before{content:"󰂔"}.mdi-flask-empty-minus:before{content:"󱈺"}.mdi-flask-empty-minus-outline:before{content:"󱈻"}.mdi-flask-empty-off:before{content:"󱏴"}.mdi-flask-empty-off-outline:before{content:"󱏵"}.mdi-flask-empty-outline:before{content:"󰂕"}.mdi-flask-empty-plus:before{content:"󱈼"}.mdi-flask-empty-plus-outline:before{content:"󱈽"}.mdi-flask-empty-remove:before{content:"󱈾"}.mdi-flask-empty-remove-outline:before{content:"󱈿"}.mdi-flask-minus:before{content:"󱉀"}.mdi-flask-minus-outline:before{content:"󱉁"}.mdi-flask-off:before{content:"󱏶"}.mdi-flask-off-outline:before{content:"󱏷"}.mdi-flask-outline:before{content:"󰂖"}.mdi-flask-plus:before{content:"󱉂"}.mdi-flask-plus-outline:before{content:"󱉃"}.mdi-flask-remove:before{content:"󱉄"}.mdi-flask-remove-outline:before{content:"󱉅"}.mdi-flask-round-bottom:before{content:"󱉋"}.mdi-flask-round-bottom-empty:before{content:"󱉌"}.mdi-flask-round-bottom-empty-outline:before{content:"󱉍"}.mdi-flask-round-bottom-outline:before{content:"󱉎"}.mdi-fleur-de-lis:before{content:"󱌃"}.mdi-flip-horizontal:before{content:"󱃧"}.mdi-flip-to-back:before{content:"󰉇"}.mdi-flip-to-front:before{content:"󰉈"}.mdi-flip-vertical:before{content:"󱃨"}.mdi-floor-lamp:before{content:"󰣝"}.mdi-floor-lamp-dual:before{content:"󱁀"}.mdi-floor-lamp-dual-outline:before{content:"󱟎"}.mdi-floor-lamp-outline:before{content:"󱟈"}.mdi-floor-lamp-torchiere:before{content:"󱝇"}.mdi-floor-lamp-torchiere-outline:before{content:"󱟖"}.mdi-floor-lamp-torchiere-variant:before{content:"󱁁"}.mdi-floor-lamp-torchiere-variant-outline:before{content:"󱟏"}.mdi-floor-plan:before{content:"󰠡"}.mdi-floppy:before{content:"󰉉"}.mdi-floppy-variant:before{content:"󰧯"}.mdi-flower:before{content:"󰉊"}.mdi-flower-outline:before{content:"󰧰"}.mdi-flower-pollen:before{content:"󱢅"}.mdi-flower-pollen-outline:before{content:"󱢆"}.mdi-flower-poppy:before{content:"󰴈"}.mdi-flower-tulip:before{content:"󰧱"}.mdi-flower-tulip-outline:before{content:"󰧲"}.mdi-focus-auto:before{content:"󰽎"}.mdi-focus-field:before{content:"󰽏"}.mdi-focus-field-horizontal:before{content:"󰽐"}.mdi-focus-field-vertical:before{content:"󰽑"}.mdi-folder:before{content:"󰉋"}.mdi-folder-account:before{content:"󰉌"}.mdi-folder-account-outline:before{content:"󰮜"}.mdi-folder-alert:before{content:"󰷌"}.mdi-folder-alert-outline:before{content:"󰷍"}.mdi-folder-arrow-down:before{content:"󱧨"}.mdi-folder-arrow-down-outline:before{content:"󱧩"}.mdi-folder-arrow-left:before{content:"󱧪"}.mdi-folder-arrow-left-outline:before{content:"󱧫"}.mdi-folder-arrow-left-right:before{content:"󱧬"}.mdi-folder-arrow-left-right-outline:before{content:"󱧭"}.mdi-folder-arrow-right:before{content:"󱧮"}.mdi-folder-arrow-right-outline:before{content:"󱧯"}.mdi-folder-arrow-up:before{content:"󱧰"}.mdi-folder-arrow-up-down:before{content:"󱧱"}.mdi-folder-arrow-up-down-outline:before{content:"󱧲"}.mdi-folder-arrow-up-outline:before{content:"󱧳"}.mdi-folder-cancel:before{content:"󱧴"}.mdi-folder-cancel-outline:before{content:"󱧵"}.mdi-folder-check:before{content:"󱥾"}.mdi-folder-check-outline:before{content:"󱥿"}.mdi-folder-clock:before{content:"󰪺"}.mdi-folder-clock-outline:before{content:"󰪻"}.mdi-folder-cog:before{content:"󱁿"}.mdi-folder-cog-outline:before{content:"󱂀"}.mdi-folder-download:before{content:"󰉍"}.mdi-folder-download-outline:before{content:"󱃩"}.mdi-folder-edit:before{content:"󰣞"}.mdi-folder-edit-outline:before{content:"󰷎"}.mdi-folder-eye:before{content:"󱞊"}.mdi-folder-eye-outline:before{content:"󱞋"}.mdi-folder-file:before{content:"󱧶"}.mdi-folder-file-outline:before{content:"󱧷"}.mdi-folder-google-drive:before{content:"󰉎"}.mdi-folder-heart:before{content:"󱃪"}.mdi-folder-heart-outline:before{content:"󱃫"}.mdi-folder-hidden:before{content:"󱞞"}.mdi-folder-home:before{content:"󱂵"}.mdi-folder-home-outline:before{content:"󱂶"}.mdi-folder-image:before{content:"󰉏"}.mdi-folder-information:before{content:"󱂷"}.mdi-folder-information-outline:before{content:"󱂸"}.mdi-folder-key:before{content:"󰢬"}.mdi-folder-key-network:before{content:"󰢭"}.mdi-folder-key-network-outline:before{content:"󰲀"}.mdi-folder-key-outline:before{content:"󱃬"}.mdi-folder-lock:before{content:"󰉐"}.mdi-folder-lock-open:before{content:"󰉑"}.mdi-folder-lock-open-outline:before{content:"󱪧"}.mdi-folder-lock-outline:before{content:"󱪨"}.mdi-folder-marker:before{content:"󱉭"}.mdi-folder-marker-outline:before{content:"󱉮"}.mdi-folder-minus:before{content:"󱭉"}.mdi-folder-minus-outline:before{content:"󱭊"}.mdi-folder-move:before{content:"󰉒"}.mdi-folder-move-outline:before{content:"󱉆"}.mdi-folder-multiple:before{content:"󰉓"}.mdi-folder-multiple-image:before{content:"󰉔"}.mdi-folder-multiple-outline:before{content:"󰉕"}.mdi-folder-multiple-plus:before{content:"󱑾"}.mdi-folder-multiple-plus-outline:before{content:"󱑿"}.mdi-folder-music:before{content:"󱍙"}.mdi-folder-music-outline:before{content:"󱍚"}.mdi-folder-network:before{content:"󰡰"}.mdi-folder-network-outline:before{content:"󰲁"}.mdi-folder-off:before{content:"󱧸"}.mdi-folder-off-outline:before{content:"󱧹"}.mdi-folder-open:before{content:"󰝰"}.mdi-folder-open-outline:before{content:"󰷏"}.mdi-folder-outline:before{content:"󰉖"}.mdi-folder-play:before{content:"󱧺"}.mdi-folder-play-outline:before{content:"󱧻"}.mdi-folder-plus:before{content:"󰉗"}.mdi-folder-plus-outline:before{content:"󰮝"}.mdi-folder-pound:before{content:"󰴉"}.mdi-folder-pound-outline:before{content:"󰴊"}.mdi-folder-question:before{content:"󱧊"}.mdi-folder-question-outline:before{content:"󱧋"}.mdi-folder-refresh:before{content:"󰝉"}.mdi-folder-refresh-outline:before{content:"󰕂"}.mdi-folder-remove:before{content:"󰉘"}.mdi-folder-remove-outline:before{content:"󰮞"}.mdi-folder-search:before{content:"󰥨"}.mdi-folder-search-outline:before{content:"󰥩"}.mdi-folder-settings:before{content:"󱁽"}.mdi-folder-settings-outline:before{content:"󱁾"}.mdi-folder-star:before{content:"󰚝"}.mdi-folder-star-multiple:before{content:"󱏓"}.mdi-folder-star-multiple-outline:before{content:"󱏔"}.mdi-folder-star-outline:before{content:"󰮟"}.mdi-folder-swap:before{content:"󰾶"}.mdi-folder-swap-outline:before{content:"󰾷"}.mdi-folder-sync:before{content:"󰴋"}.mdi-folder-sync-outline:before{content:"󰴌"}.mdi-folder-table:before{content:"󱋣"}.mdi-folder-table-outline:before{content:"󱋤"}.mdi-folder-text:before{content:"󰲂"}.mdi-folder-text-outline:before{content:"󰲃"}.mdi-folder-upload:before{content:"󰉙"}.mdi-folder-upload-outline:before{content:"󱃭"}.mdi-folder-wrench:before{content:"󱧼"}.mdi-folder-wrench-outline:before{content:"󱧽"}.mdi-folder-zip:before{content:"󰛫"}.mdi-folder-zip-outline:before{content:"󰞹"}.mdi-font-awesome:before{content:"󰀺"}.mdi-food:before{content:"󰉚"}.mdi-food-apple:before{content:"󰉛"}.mdi-food-apple-outline:before{content:"󰲄"}.mdi-food-croissant:before{content:"󰟈"}.mdi-food-drumstick:before{content:"󱐟"}.mdi-food-drumstick-off:before{content:"󱑨"}.mdi-food-drumstick-off-outline:before{content:"󱑩"}.mdi-food-drumstick-outline:before{content:"󱐠"}.mdi-food-fork-drink:before{content:"󰗲"}.mdi-food-halal:before{content:"󱕲"}.mdi-food-hot-dog:before{content:"󱡋"}.mdi-food-kosher:before{content:"󱕳"}.mdi-food-off:before{content:"󰗳"}.mdi-food-off-outline:before{content:"󱤕"}.mdi-food-outline:before{content:"󱤖"}.mdi-food-steak:before{content:"󱑪"}.mdi-food-steak-off:before{content:"󱑫"}.mdi-food-takeout-box:before{content:"󱠶"}.mdi-food-takeout-box-outline:before{content:"󱠷"}.mdi-food-turkey:before{content:"󱜜"}.mdi-food-variant:before{content:"󰉜"}.mdi-food-variant-off:before{content:"󱏥"}.mdi-foot-print:before{content:"󰽒"}.mdi-football:before{content:"󰉝"}.mdi-football-australian:before{content:"󰉞"}.mdi-football-helmet:before{content:"󰉟"}.mdi-forest:before{content:"󱢗"}.mdi-forklift:before{content:"󰟉"}.mdi-form-dropdown:before{content:"󱐀"}.mdi-form-select:before{content:"󱐁"}.mdi-form-textarea:before{content:"󱂕"}.mdi-form-textbox:before{content:"󰘎"}.mdi-form-textbox-lock:before{content:"󱍝"}.mdi-form-textbox-password:before{content:"󰟵"}.mdi-format-align-bottom:before{content:"󰝓"}.mdi-format-align-center:before{content:"󰉠"}.mdi-format-align-justify:before{content:"󰉡"}.mdi-format-align-left:before{content:"󰉢"}.mdi-format-align-middle:before{content:"󰝔"}.mdi-format-align-right:before{content:"󰉣"}.mdi-format-align-top:before{content:"󰝕"}.mdi-format-annotation-minus:before{content:"󰪼"}.mdi-format-annotation-plus:before{content:"󰙆"}.mdi-format-bold:before{content:"󰉤"}.mdi-format-clear:before{content:"󰉥"}.mdi-format-color-fill:before{content:"󰉦"}.mdi-format-color-highlight:before{content:"󰸱"}.mdi-format-color-marker-cancel:before{content:"󱌓"}.mdi-format-color-text:before{content:"󰚞"}.mdi-format-columns:before{content:"󰣟"}.mdi-format-float-center:before{content:"󰉧"}.mdi-format-float-left:before{content:"󰉨"}.mdi-format-float-none:before{content:"󰉩"}.mdi-format-float-right:before{content:"󰉪"}.mdi-format-font:before{content:"󰛖"}.mdi-format-font-size-decrease:before{content:"󰧳"}.mdi-format-font-size-increase:before{content:"󰧴"}.mdi-format-header-1:before{content:"󰉫"}.mdi-format-header-2:before{content:"󰉬"}.mdi-format-header-3:before{content:"󰉭"}.mdi-format-header-4:before{content:"󰉮"}.mdi-format-header-5:before{content:"󰉯"}.mdi-format-header-6:before{content:"󰉰"}.mdi-format-header-decrease:before{content:"󰉱"}.mdi-format-header-equal:before{content:"󰉲"}.mdi-format-header-increase:before{content:"󰉳"}.mdi-format-header-pound:before{content:"󰉴"}.mdi-format-horizontal-align-center:before{content:"󰘞"}.mdi-format-horizontal-align-left:before{content:"󰘟"}.mdi-format-horizontal-align-right:before{content:"󰘠"}.mdi-format-indent-decrease:before{content:"󰉵"}.mdi-format-indent-increase:before{content:"󰉶"}.mdi-format-italic:before{content:"󰉷"}.mdi-format-letter-case:before{content:"󰬴"}.mdi-format-letter-case-lower:before{content:"󰬵"}.mdi-format-letter-case-upper:before{content:"󰬶"}.mdi-format-letter-ends-with:before{content:"󰾸"}.mdi-format-letter-matches:before{content:"󰾹"}.mdi-format-letter-spacing:before{content:"󱥖"}.mdi-format-letter-spacing-variant:before{content:"󱫻"}.mdi-format-letter-starts-with:before{content:"󰾺"}.mdi-format-line-height:before{content:"󱫼"}.mdi-format-line-spacing:before{content:"󰉸"}.mdi-format-line-style:before{content:"󰗈"}.mdi-format-line-weight:before{content:"󰗉"}.mdi-format-list-bulleted:before{content:"󰉹"}.mdi-format-list-bulleted-square:before{content:"󰷐"}.mdi-format-list-bulleted-triangle:before{content:"󰺲"}.mdi-format-list-bulleted-type:before{content:"󰉺"}.mdi-format-list-checkbox:before{content:"󰥪"}.mdi-format-list-checks:before{content:"󰝖"}.mdi-format-list-group:before{content:"󱡠"}.mdi-format-list-group-plus:before{content:"󱭖"}.mdi-format-list-numbered:before{content:"󰉻"}.mdi-format-list-numbered-rtl:before{content:"󰴍"}.mdi-format-list-text:before{content:"󱉯"}.mdi-format-overline:before{content:"󰺳"}.mdi-format-page-break:before{content:"󰛗"}.mdi-format-page-split:before{content:"󱤗"}.mdi-format-paint:before{content:"󰉼"}.mdi-format-paragraph:before{content:"󰉽"}.mdi-format-paragraph-spacing:before{content:"󱫽"}.mdi-format-pilcrow:before{content:"󰛘"}.mdi-format-pilcrow-arrow-left:before{content:"󰊆"}.mdi-format-pilcrow-arrow-right:before{content:"󰊅"}.mdi-format-quote-close:before{content:"󰉾"}.mdi-format-quote-close-outline:before{content:"󱆨"}.mdi-format-quote-open:before{content:"󰝗"}.mdi-format-quote-open-outline:before{content:"󱆧"}.mdi-format-rotate-90:before{content:"󰚪"}.mdi-format-section:before{content:"󰚟"}.mdi-format-size:before{content:"󰉿"}.mdi-format-strikethrough:before{content:"󰊀"}.mdi-format-strikethrough-variant:before{content:"󰊁"}.mdi-format-subscript:before{content:"󰊂"}.mdi-format-superscript:before{content:"󰊃"}.mdi-format-text:before{content:"󰊄"}.mdi-format-text-rotation-angle-down:before{content:"󰾻"}.mdi-format-text-rotation-angle-up:before{content:"󰾼"}.mdi-format-text-rotation-down:before{content:"󰵳"}.mdi-format-text-rotation-down-vertical:before{content:"󰾽"}.mdi-format-text-rotation-none:before{content:"󰵴"}.mdi-format-text-rotation-up:before{content:"󰾾"}.mdi-format-text-rotation-vertical:before{content:"󰾿"}.mdi-format-text-variant:before{content:"󰸲"}.mdi-format-text-variant-outline:before{content:"󱔏"}.mdi-format-text-wrapping-clip:before{content:"󰴎"}.mdi-format-text-wrapping-overflow:before{content:"󰴏"}.mdi-format-text-wrapping-wrap:before{content:"󰴐"}.mdi-format-textbox:before{content:"󰴑"}.mdi-format-title:before{content:"󰗴"}.mdi-format-underline:before{content:"󰊇"}.mdi-format-underline-wavy:before{content:"󱣩"}.mdi-format-vertical-align-bottom:before{content:"󰘡"}.mdi-format-vertical-align-center:before{content:"󰘢"}.mdi-format-vertical-align-top:before{content:"󰘣"}.mdi-format-wrap-inline:before{content:"󰊈"}.mdi-format-wrap-square:before{content:"󰊉"}.mdi-format-wrap-tight:before{content:"󰊊"}.mdi-format-wrap-top-bottom:before{content:"󰊋"}.mdi-forum:before{content:"󰊌"}.mdi-forum-minus:before{content:"󱪩"}.mdi-forum-minus-outline:before{content:"󱪪"}.mdi-forum-outline:before{content:"󰠢"}.mdi-forum-plus:before{content:"󱪫"}.mdi-forum-plus-outline:before{content:"󱪬"}.mdi-forum-remove:before{content:"󱪭"}.mdi-forum-remove-outline:before{content:"󱪮"}.mdi-forward:before{content:"󰊍"}.mdi-forwardburger:before{content:"󰵵"}.mdi-fountain:before{content:"󰥫"}.mdi-fountain-pen:before{content:"󰴒"}.mdi-fountain-pen-tip:before{content:"󰴓"}.mdi-fraction-one-half:before{content:"󱦒"}.mdi-freebsd:before{content:"󰣠"}.mdi-french-fries:before{content:"󱥗"}.mdi-frequently-asked-questions:before{content:"󰺴"}.mdi-fridge:before{content:"󰊐"}.mdi-fridge-alert:before{content:"󱆱"}.mdi-fridge-alert-outline:before{content:"󱆲"}.mdi-fridge-bottom:before{content:"󰊒"}.mdi-fridge-industrial:before{content:"󱗮"}.mdi-fridge-industrial-alert:before{content:"󱗯"}.mdi-fridge-industrial-alert-outline:before{content:"󱗰"}.mdi-fridge-industrial-off:before{content:"󱗱"}.mdi-fridge-industrial-off-outline:before{content:"󱗲"}.mdi-fridge-industrial-outline:before{content:"󱗳"}.mdi-fridge-off:before{content:"󱆯"}.mdi-fridge-off-outline:before{content:"󱆰"}.mdi-fridge-outline:before{content:"󰊏"}.mdi-fridge-top:before{content:"󰊑"}.mdi-fridge-variant:before{content:"󱗴"}.mdi-fridge-variant-alert:before{content:"󱗵"}.mdi-fridge-variant-alert-outline:before{content:"󱗶"}.mdi-fridge-variant-off:before{content:"󱗷"}.mdi-fridge-variant-off-outline:before{content:"󱗸"}.mdi-fridge-variant-outline:before{content:"󱗹"}.mdi-fruit-cherries:before{content:"󱁂"}.mdi-fruit-cherries-off:before{content:"󱏸"}.mdi-fruit-citrus:before{content:"󱁃"}.mdi-fruit-citrus-off:before{content:"󱏹"}.mdi-fruit-grapes:before{content:"󱁄"}.mdi-fruit-grapes-outline:before{content:"󱁅"}.mdi-fruit-pear:before{content:"󱨎"}.mdi-fruit-pineapple:before{content:"󱁆"}.mdi-fruit-watermelon:before{content:"󱁇"}.mdi-fuel:before{content:"󰟊"}.mdi-fuel-cell:before{content:"󱢵"}.mdi-fullscreen:before{content:"󰊓"}.mdi-fullscreen-exit:before{content:"󰊔"}.mdi-function:before{content:"󰊕"}.mdi-function-variant:before{content:"󰡱"}.mdi-furigana-horizontal:before{content:"󱂁"}.mdi-furigana-vertical:before{content:"󱂂"}.mdi-fuse:before{content:"󰲅"}.mdi-fuse-alert:before{content:"󱐭"}.mdi-fuse-blade:before{content:"󰲆"}.mdi-fuse-off:before{content:"󱐬"}.mdi-gamepad:before{content:"󰊖"}.mdi-gamepad-circle:before{content:"󰸳"}.mdi-gamepad-circle-down:before{content:"󰸴"}.mdi-gamepad-circle-left:before{content:"󰸵"}.mdi-gamepad-circle-outline:before{content:"󰸶"}.mdi-gamepad-circle-right:before{content:"󰸷"}.mdi-gamepad-circle-up:before{content:"󰸸"}.mdi-gamepad-down:before{content:"󰸹"}.mdi-gamepad-left:before{content:"󰸺"}.mdi-gamepad-outline:before{content:"󱤙"}.mdi-gamepad-right:before{content:"󰸻"}.mdi-gamepad-round:before{content:"󰸼"}.mdi-gamepad-round-down:before{content:"󰸽"}.mdi-gamepad-round-left:before{content:"󰸾"}.mdi-gamepad-round-outline:before{content:"󰸿"}.mdi-gamepad-round-right:before{content:"󰹀"}.mdi-gamepad-round-up:before{content:"󰹁"}.mdi-gamepad-square:before{content:"󰺵"}.mdi-gamepad-square-outline:before{content:"󰺶"}.mdi-gamepad-up:before{content:"󰹂"}.mdi-gamepad-variant:before{content:"󰊗"}.mdi-gamepad-variant-outline:before{content:"󰺷"}.mdi-gamma:before{content:"󱃮"}.mdi-gantry-crane:before{content:"󰷑"}.mdi-garage:before{content:"󰛙"}.mdi-garage-alert:before{content:"󰡲"}.mdi-garage-alert-variant:before{content:"󱋕"}.mdi-garage-lock:before{content:"󱟻"}.mdi-garage-open:before{content:"󰛚"}.mdi-garage-open-variant:before{content:"󱋔"}.mdi-garage-variant:before{content:"󱋓"}.mdi-garage-variant-lock:before{content:"󱟼"}.mdi-gas-burner:before{content:"󱨛"}.mdi-gas-cylinder:before{content:"󰙇"}.mdi-gas-station:before{content:"󰊘"}.mdi-gas-station-off:before{content:"󱐉"}.mdi-gas-station-off-outline:before{content:"󱐊"}.mdi-gas-station-outline:before{content:"󰺸"}.mdi-gate:before{content:"󰊙"}.mdi-gate-alert:before{content:"󱟸"}.mdi-gate-and:before{content:"󰣡"}.mdi-gate-arrow-left:before{content:"󱟷"}.mdi-gate-arrow-right:before{content:"󱅩"}.mdi-gate-buffer:before{content:"󱫾"}.mdi-gate-nand:before{content:"󰣢"}.mdi-gate-nor:before{content:"󰣣"}.mdi-gate-not:before{content:"󰣤"}.mdi-gate-open:before{content:"󱅪"}.mdi-gate-or:before{content:"󰣥"}.mdi-gate-xnor:before{content:"󰣦"}.mdi-gate-xor:before{content:"󰣧"}.mdi-gatsby:before{content:"󰹃"}.mdi-gauge:before{content:"󰊚"}.mdi-gauge-empty:before{content:"󰡳"}.mdi-gauge-full:before{content:"󰡴"}.mdi-gauge-low:before{content:"󰡵"}.mdi-gavel:before{content:"󰊛"}.mdi-gender-female:before{content:"󰊜"}.mdi-gender-male:before{content:"󰊝"}.mdi-gender-male-female:before{content:"󰊞"}.mdi-gender-male-female-variant:before{content:"󱄿"}.mdi-gender-non-binary:before{content:"󱅀"}.mdi-gender-transgender:before{content:"󰊟"}.mdi-gentoo:before{content:"󰣨"}.mdi-gesture:before{content:"󰟋"}.mdi-gesture-double-tap:before{content:"󰜼"}.mdi-gesture-pinch:before{content:"󰪽"}.mdi-gesture-spread:before{content:"󰪾"}.mdi-gesture-swipe:before{content:"󰵶"}.mdi-gesture-swipe-down:before{content:"󰜽"}.mdi-gesture-swipe-horizontal:before{content:"󰪿"}.mdi-gesture-swipe-left:before{content:"󰜾"}.mdi-gesture-swipe-right:before{content:"󰜿"}.mdi-gesture-swipe-up:before{content:"󰝀"}.mdi-gesture-swipe-vertical:before{content:"󰫀"}.mdi-gesture-tap:before{content:"󰝁"}.mdi-gesture-tap-box:before{content:"󱊩"}.mdi-gesture-tap-button:before{content:"󱊨"}.mdi-gesture-tap-hold:before{content:"󰵷"}.mdi-gesture-two-double-tap:before{content:"󰝂"}.mdi-gesture-two-tap:before{content:"󰝃"}.mdi-ghost:before{content:"󰊠"}.mdi-ghost-off:before{content:"󰧵"}.mdi-ghost-off-outline:before{content:"󱙜"}.mdi-ghost-outline:before{content:"󱙝"}.mdi-gift:before{content:"󰹄"}.mdi-gift-off:before{content:"󱛯"}.mdi-gift-off-outline:before{content:"󱛰"}.mdi-gift-open:before{content:"󱛱"}.mdi-gift-open-outline:before{content:"󱛲"}.mdi-gift-outline:before{content:"󰊡"}.mdi-git:before{content:"󰊢"}.mdi-github:before{content:"󰊤"}.mdi-gitlab:before{content:"󰮠"}.mdi-glass-cocktail:before{content:"󰍖"}.mdi-glass-cocktail-off:before{content:"󱗦"}.mdi-glass-flute:before{content:"󰊥"}.mdi-glass-fragile:before{content:"󱡳"}.mdi-glass-mug:before{content:"󰊦"}.mdi-glass-mug-off:before{content:"󱗧"}.mdi-glass-mug-variant:before{content:"󱄖"}.mdi-glass-mug-variant-off:before{content:"󱗨"}.mdi-glass-pint-outline:before{content:"󱌍"}.mdi-glass-stange:before{content:"󰊧"}.mdi-glass-tulip:before{content:"󰊨"}.mdi-glass-wine:before{content:"󰡶"}.mdi-glasses:before{content:"󰊪"}.mdi-globe-light:before{content:"󰙯"}.mdi-globe-light-outline:before{content:"󱋗"}.mdi-globe-model:before{content:"󰣩"}.mdi-gmail:before{content:"󰊫"}.mdi-gnome:before{content:"󰊬"}.mdi-go-kart:before{content:"󰵹"}.mdi-go-kart-track:before{content:"󰵺"}.mdi-gog:before{content:"󰮡"}.mdi-gold:before{content:"󱉏"}.mdi-golf:before{content:"󰠣"}.mdi-golf-cart:before{content:"󱆤"}.mdi-golf-tee:before{content:"󱂃"}.mdi-gondola:before{content:"󰚆"}.mdi-goodreads:before{content:"󰵻"}.mdi-google:before{content:"󰊭"}.mdi-google-ads:before{content:"󰲇"}.mdi-google-analytics:before{content:"󰟌"}.mdi-google-assistant:before{content:"󰟍"}.mdi-google-cardboard:before{content:"󰊮"}.mdi-google-chrome:before{content:"󰊯"}.mdi-google-circles:before{content:"󰊰"}.mdi-google-circles-communities:before{content:"󰊱"}.mdi-google-circles-extended:before{content:"󰊲"}.mdi-google-circles-group:before{content:"󰊳"}.mdi-google-classroom:before{content:"󰋀"}.mdi-google-cloud:before{content:"󱇶"}.mdi-google-downasaur:before{content:"󱍢"}.mdi-google-drive:before{content:"󰊶"}.mdi-google-earth:before{content:"󰊷"}.mdi-google-fit:before{content:"󰥬"}.mdi-google-glass:before{content:"󰊸"}.mdi-google-hangouts:before{content:"󰋉"}.mdi-google-keep:before{content:"󰛜"}.mdi-google-lens:before{content:"󰧶"}.mdi-google-maps:before{content:"󰗵"}.mdi-google-my-business:before{content:"󱁈"}.mdi-google-nearby:before{content:"󰊹"}.mdi-google-play:before{content:"󰊼"}.mdi-google-plus:before{content:"󰊽"}.mdi-google-podcast:before{content:"󰺹"}.mdi-google-spreadsheet:before{content:"󰧷"}.mdi-google-street-view:before{content:"󰲈"}.mdi-google-translate:before{content:"󰊿"}.mdi-gradient-horizontal:before{content:"󱝊"}.mdi-gradient-vertical:before{content:"󰚠"}.mdi-grain:before{content:"󰵼"}.mdi-graph:before{content:"󱁉"}.mdi-graph-outline:before{content:"󱁊"}.mdi-graphql:before{content:"󰡷"}.mdi-grass:before{content:"󱔐"}.mdi-grave-stone:before{content:"󰮢"}.mdi-grease-pencil:before{content:"󰙈"}.mdi-greater-than:before{content:"󰥭"}.mdi-greater-than-or-equal:before{content:"󰥮"}.mdi-greenhouse:before{content:"󰀭"}.mdi-grid:before{content:"󰋁"}.mdi-grid-large:before{content:"󰝘"}.mdi-grid-off:before{content:"󰋂"}.mdi-grill:before{content:"󰹅"}.mdi-grill-outline:before{content:"󱆊"}.mdi-group:before{content:"󰋃"}.mdi-guitar-acoustic:before{content:"󰝱"}.mdi-guitar-electric:before{content:"󰋄"}.mdi-guitar-pick:before{content:"󰋅"}.mdi-guitar-pick-outline:before{content:"󰋆"}.mdi-guy-fawkes-mask:before{content:"󰠥"}.mdi-gymnastics:before{content:"󱩁"}.mdi-hail:before{content:"󰫁"}.mdi-hair-dryer:before{content:"󱃯"}.mdi-hair-dryer-outline:before{content:"󱃰"}.mdi-halloween:before{content:"󰮣"}.mdi-hamburger:before{content:"󰚅"}.mdi-hamburger-check:before{content:"󱝶"}.mdi-hamburger-minus:before{content:"󱝷"}.mdi-hamburger-off:before{content:"󱝸"}.mdi-hamburger-plus:before{content:"󱝹"}.mdi-hamburger-remove:before{content:"󱝺"}.mdi-hammer:before{content:"󰣪"}.mdi-hammer-screwdriver:before{content:"󱌢"}.mdi-hammer-sickle:before{content:"󱢇"}.mdi-hammer-wrench:before{content:"󱌣"}.mdi-hand-back-left:before{content:"󰹆"}.mdi-hand-back-left-off:before{content:"󱠰"}.mdi-hand-back-left-off-outline:before{content:"󱠲"}.mdi-hand-back-left-outline:before{content:"󱠬"}.mdi-hand-back-right:before{content:"󰹇"}.mdi-hand-back-right-off:before{content:"󱠱"}.mdi-hand-back-right-off-outline:before{content:"󱠳"}.mdi-hand-back-right-outline:before{content:"󱠭"}.mdi-hand-clap:before{content:"󱥋"}.mdi-hand-clap-off:before{content:"󱩂"}.mdi-hand-coin:before{content:"󱢏"}.mdi-hand-coin-outline:before{content:"󱢐"}.mdi-hand-cycle:before{content:"󱮜"}.mdi-hand-extended:before{content:"󱢶"}.mdi-hand-extended-outline:before{content:"󱢷"}.mdi-hand-front-left:before{content:"󱠫"}.mdi-hand-front-left-outline:before{content:"󱠮"}.mdi-hand-front-right:before{content:"󰩏"}.mdi-hand-front-right-outline:before{content:"󱠯"}.mdi-hand-heart:before{content:"󱃱"}.mdi-hand-heart-outline:before{content:"󱕾"}.mdi-hand-okay:before{content:"󰩐"}.mdi-hand-peace:before{content:"󰩑"}.mdi-hand-peace-variant:before{content:"󰩒"}.mdi-hand-pointing-down:before{content:"󰩓"}.mdi-hand-pointing-left:before{content:"󰩔"}.mdi-hand-pointing-right:before{content:"󰋇"}.mdi-hand-pointing-up:before{content:"󰩕"}.mdi-hand-saw:before{content:"󰹈"}.mdi-hand-wash:before{content:"󱕿"}.mdi-hand-wash-outline:before{content:"󱖀"}.mdi-hand-water:before{content:"󱎟"}.mdi-hand-wave:before{content:"󱠡"}.mdi-hand-wave-outline:before{content:"󱠢"}.mdi-handball:before{content:"󰽓"}.mdi-handcuffs:before{content:"󱄾"}.mdi-hands-pray:before{content:"󰕹"}.mdi-handshake:before{content:"󱈘"}.mdi-handshake-outline:before{content:"󱖡"}.mdi-hanger:before{content:"󰋈"}.mdi-hard-hat:before{content:"󰥯"}.mdi-harddisk:before{content:"󰋊"}.mdi-harddisk-plus:before{content:"󱁋"}.mdi-harddisk-remove:before{content:"󱁌"}.mdi-hat-fedora:before{content:"󰮤"}.mdi-hazard-lights:before{content:"󰲉"}.mdi-hdmi-port:before{content:"󱮸"}.mdi-hdr:before{content:"󰵽"}.mdi-hdr-off:before{content:"󰵾"}.mdi-head:before{content:"󱍞"}.mdi-head-alert:before{content:"󱌸"}.mdi-head-alert-outline:before{content:"󱌹"}.mdi-head-check:before{content:"󱌺"}.mdi-head-check-outline:before{content:"󱌻"}.mdi-head-cog:before{content:"󱌼"}.mdi-head-cog-outline:before{content:"󱌽"}.mdi-head-dots-horizontal:before{content:"󱌾"}.mdi-head-dots-horizontal-outline:before{content:"󱌿"}.mdi-head-flash:before{content:"󱍀"}.mdi-head-flash-outline:before{content:"󱍁"}.mdi-head-heart:before{content:"󱍂"}.mdi-head-heart-outline:before{content:"󱍃"}.mdi-head-lightbulb:before{content:"󱍄"}.mdi-head-lightbulb-outline:before{content:"󱍅"}.mdi-head-minus:before{content:"󱍆"}.mdi-head-minus-outline:before{content:"󱍇"}.mdi-head-outline:before{content:"󱍟"}.mdi-head-plus:before{content:"󱍈"}.mdi-head-plus-outline:before{content:"󱍉"}.mdi-head-question:before{content:"󱍊"}.mdi-head-question-outline:before{content:"󱍋"}.mdi-head-remove:before{content:"󱍌"}.mdi-head-remove-outline:before{content:"󱍍"}.mdi-head-snowflake:before{content:"󱍎"}.mdi-head-snowflake-outline:before{content:"󱍏"}.mdi-head-sync:before{content:"󱍐"}.mdi-head-sync-outline:before{content:"󱍑"}.mdi-headphones:before{content:"󰋋"}.mdi-headphones-bluetooth:before{content:"󰥰"}.mdi-headphones-box:before{content:"󰋌"}.mdi-headphones-off:before{content:"󰟎"}.mdi-headphones-settings:before{content:"󰋍"}.mdi-headset:before{content:"󰋎"}.mdi-headset-dock:before{content:"󰋏"}.mdi-headset-off:before{content:"󰋐"}.mdi-heart:before{content:"󰋑"}.mdi-heart-box:before{content:"󰋒"}.mdi-heart-box-outline:before{content:"󰋓"}.mdi-heart-broken:before{content:"󰋔"}.mdi-heart-broken-outline:before{content:"󰴔"}.mdi-heart-circle:before{content:"󰥱"}.mdi-heart-circle-outline:before{content:"󰥲"}.mdi-heart-cog:before{content:"󱙣"}.mdi-heart-cog-outline:before{content:"󱙤"}.mdi-heart-flash:before{content:"󰻹"}.mdi-heart-half:before{content:"󰛟"}.mdi-heart-half-full:before{content:"󰛞"}.mdi-heart-half-outline:before{content:"󰛠"}.mdi-heart-minus:before{content:"󱐯"}.mdi-heart-minus-outline:before{content:"󱐲"}.mdi-heart-multiple:before{content:"󰩖"}.mdi-heart-multiple-outline:before{content:"󰩗"}.mdi-heart-off:before{content:"󰝙"}.mdi-heart-off-outline:before{content:"󱐴"}.mdi-heart-outline:before{content:"󰋕"}.mdi-heart-plus:before{content:"󱐮"}.mdi-heart-plus-outline:before{content:"󱐱"}.mdi-heart-pulse:before{content:"󰗶"}.mdi-heart-remove:before{content:"󱐰"}.mdi-heart-remove-outline:before{content:"󱐳"}.mdi-heart-settings:before{content:"󱙥"}.mdi-heart-settings-outline:before{content:"󱙦"}.mdi-heat-pump:before{content:"󱩃"}.mdi-heat-pump-outline:before{content:"󱩄"}.mdi-heat-wave:before{content:"󱩅"}.mdi-heating-coil:before{content:"󱪯"}.mdi-helicopter:before{content:"󰫂"}.mdi-help:before{content:"󰋖"}.mdi-help-box:before{content:"󰞋"}.mdi-help-circle:before{content:"󰋗"}.mdi-help-circle-outline:before{content:"󰘥"}.mdi-help-network:before{content:"󰛵"}.mdi-help-network-outline:before{content:"󰲊"}.mdi-help-rhombus:before{content:"󰮥"}.mdi-help-rhombus-outline:before{content:"󰮦"}.mdi-hexadecimal:before{content:"󱊧"}.mdi-hexagon:before{content:"󰋘"}.mdi-hexagon-multiple:before{content:"󰛡"}.mdi-hexagon-multiple-outline:before{content:"󱃲"}.mdi-hexagon-outline:before{content:"󰋙"}.mdi-hexagon-slice-1:before{content:"󰫃"}.mdi-hexagon-slice-2:before{content:"󰫄"}.mdi-hexagon-slice-3:before{content:"󰫅"}.mdi-hexagon-slice-4:before{content:"󰫆"}.mdi-hexagon-slice-5:before{content:"󰫇"}.mdi-hexagon-slice-6:before{content:"󰫈"}.mdi-hexagram:before{content:"󰫉"}.mdi-hexagram-outline:before{content:"󰫊"}.mdi-high-definition:before{content:"󰟏"}.mdi-high-definition-box:before{content:"󰡸"}.mdi-highway:before{content:"󰗷"}.mdi-hiking:before{content:"󰵿"}.mdi-history:before{content:"󰋚"}.mdi-hockey-puck:before{content:"󰡹"}.mdi-hockey-sticks:before{content:"󰡺"}.mdi-hololens:before{content:"󰋛"}.mdi-home:before{content:"󰋜"}.mdi-home-account:before{content:"󰠦"}.mdi-home-alert:before{content:"󰡻"}.mdi-home-alert-outline:before{content:"󱗐"}.mdi-home-analytics:before{content:"󰺺"}.mdi-home-assistant:before{content:"󰟐"}.mdi-home-automation:before{content:"󰟑"}.mdi-home-battery:before{content:"󱤁"}.mdi-home-battery-outline:before{content:"󱤂"}.mdi-home-circle:before{content:"󰟒"}.mdi-home-circle-outline:before{content:"󱁍"}.mdi-home-city:before{content:"󰴕"}.mdi-home-city-outline:before{content:"󰴖"}.mdi-home-clock:before{content:"󱨒"}.mdi-home-clock-outline:before{content:"󱨓"}.mdi-home-edit:before{content:"󱅙"}.mdi-home-edit-outline:before{content:"󱅚"}.mdi-home-export-outline:before{content:"󰾛"}.mdi-home-flood:before{content:"󰻺"}.mdi-home-floor-0:before{content:"󰷒"}.mdi-home-floor-1:before{content:"󰶀"}.mdi-home-floor-2:before{content:"󰶁"}.mdi-home-floor-3:before{content:"󰶂"}.mdi-home-floor-a:before{content:"󰶃"}.mdi-home-floor-b:before{content:"󰶄"}.mdi-home-floor-g:before{content:"󰶅"}.mdi-home-floor-l:before{content:"󰶆"}.mdi-home-floor-negative-1:before{content:"󰷓"}.mdi-home-group:before{content:"󰷔"}.mdi-home-group-minus:before{content:"󱧁"}.mdi-home-group-plus:before{content:"󱧀"}.mdi-home-group-remove:before{content:"󱧂"}.mdi-home-heart:before{content:"󰠧"}.mdi-home-import-outline:before{content:"󰾜"}.mdi-home-lightbulb:before{content:"󱉑"}.mdi-home-lightbulb-outline:before{content:"󱉒"}.mdi-home-lightning-bolt:before{content:"󱤃"}.mdi-home-lightning-bolt-outline:before{content:"󱤄"}.mdi-home-lock:before{content:"󰣫"}.mdi-home-lock-open:before{content:"󰣬"}.mdi-home-map-marker:before{content:"󰗸"}.mdi-home-minus:before{content:"󰥴"}.mdi-home-minus-outline:before{content:"󱏕"}.mdi-home-modern:before{content:"󰋝"}.mdi-home-off:before{content:"󱩆"}.mdi-home-off-outline:before{content:"󱩇"}.mdi-home-outline:before{content:"󰚡"}.mdi-home-plus:before{content:"󰥵"}.mdi-home-plus-outline:before{content:"󱏖"}.mdi-home-remove:before{content:"󱉇"}.mdi-home-remove-outline:before{content:"󱏗"}.mdi-home-roof:before{content:"󱄫"}.mdi-home-search:before{content:"󱎰"}.mdi-home-search-outline:before{content:"󱎱"}.mdi-home-silo:before{content:"󱮠"}.mdi-home-silo-outline:before{content:"󱮡"}.mdi-home-switch:before{content:"󱞔"}.mdi-home-switch-outline:before{content:"󱞕"}.mdi-home-thermometer:before{content:"󰽔"}.mdi-home-thermometer-outline:before{content:"󰽕"}.mdi-home-variant:before{content:"󰋞"}.mdi-home-variant-outline:before{content:"󰮧"}.mdi-hook:before{content:"󰛢"}.mdi-hook-off:before{content:"󰛣"}.mdi-hoop-house:before{content:"󰹖"}.mdi-hops:before{content:"󰋟"}.mdi-horizontal-rotate-clockwise:before{content:"󱃳"}.mdi-horizontal-rotate-counterclockwise:before{content:"󱃴"}.mdi-horse:before{content:"󱖿"}.mdi-horse-human:before{content:"󱗀"}.mdi-horse-variant:before{content:"󱗁"}.mdi-horse-variant-fast:before{content:"󱡮"}.mdi-horseshoe:before{content:"󰩘"}.mdi-hospital:before{content:"󰿶"}.mdi-hospital-box:before{content:"󰋠"}.mdi-hospital-box-outline:before{content:"󰿷"}.mdi-hospital-building:before{content:"󰋡"}.mdi-hospital-marker:before{content:"󰋢"}.mdi-hot-tub:before{content:"󰠨"}.mdi-hours-24:before{content:"󱑸"}.mdi-hubspot:before{content:"󰴗"}.mdi-hulu:before{content:"󰠩"}.mdi-human:before{content:"󰋦"}.mdi-human-baby-changing-table:before{content:"󱎋"}.mdi-human-cane:before{content:"󱖁"}.mdi-human-capacity-decrease:before{content:"󱖛"}.mdi-human-capacity-increase:before{content:"󱖜"}.mdi-human-child:before{content:"󰋧"}.mdi-human-dolly:before{content:"󱦀"}.mdi-human-edit:before{content:"󱓨"}.mdi-human-female:before{content:"󰙉"}.mdi-human-female-boy:before{content:"󰩙"}.mdi-human-female-dance:before{content:"󱗉"}.mdi-human-female-female:before{content:"󰩚"}.mdi-human-female-girl:before{content:"󰩛"}.mdi-human-greeting:before{content:"󱟄"}.mdi-human-greeting-proximity:before{content:"󱖝"}.mdi-human-greeting-variant:before{content:"󰙊"}.mdi-human-handsdown:before{content:"󰙋"}.mdi-human-handsup:before{content:"󰙌"}.mdi-human-male:before{content:"󰙍"}.mdi-human-male-board:before{content:"󰢐"}.mdi-human-male-board-poll:before{content:"󰡆"}.mdi-human-male-boy:before{content:"󰩜"}.mdi-human-male-child:before{content:"󱎌"}.mdi-human-male-female:before{content:"󰋨"}.mdi-human-male-female-child:before{content:"󱠣"}.mdi-human-male-girl:before{content:"󰩝"}.mdi-human-male-height:before{content:"󰻻"}.mdi-human-male-height-variant:before{content:"󰻼"}.mdi-human-male-male:before{content:"󰩞"}.mdi-human-non-binary:before{content:"󱡈"}.mdi-human-pregnant:before{content:"󰗏"}.mdi-human-queue:before{content:"󱕱"}.mdi-human-scooter:before{content:"󱇩"}.mdi-human-walker:before{content:"󱭱"}.mdi-human-wheelchair:before{content:"󱎍"}.mdi-human-white-cane:before{content:"󱦁"}.mdi-humble-bundle:before{content:"󰝄"}.mdi-hvac:before{content:"󱍒"}.mdi-hvac-off:before{content:"󱖞"}.mdi-hydraulic-oil-level:before{content:"󱌤"}.mdi-hydraulic-oil-temperature:before{content:"󱌥"}.mdi-hydro-power:before{content:"󱋥"}.mdi-hydrogen-station:before{content:"󱢔"}.mdi-ice-cream:before{content:"󰠪"}.mdi-ice-cream-off:before{content:"󰹒"}.mdi-ice-pop:before{content:"󰻽"}.mdi-id-card:before{content:"󰿀"}.mdi-identifier:before{content:"󰻾"}.mdi-ideogram-cjk:before{content:"󱌱"}.mdi-ideogram-cjk-variant:before{content:"󱌲"}.mdi-image:before{content:"󰋩"}.mdi-image-album:before{content:"󰋪"}.mdi-image-area:before{content:"󰋫"}.mdi-image-area-close:before{content:"󰋬"}.mdi-image-auto-adjust:before{content:"󰿁"}.mdi-image-broken:before{content:"󰋭"}.mdi-image-broken-variant:before{content:"󰋮"}.mdi-image-check:before{content:"󱬥"}.mdi-image-check-outline:before{content:"󱬦"}.mdi-image-edit:before{content:"󱇣"}.mdi-image-edit-outline:before{content:"󱇤"}.mdi-image-filter-black-white:before{content:"󰋰"}.mdi-image-filter-center-focus:before{content:"󰋱"}.mdi-image-filter-center-focus-strong:before{content:"󰻿"}.mdi-image-filter-center-focus-strong-outline:before{content:"󰼀"}.mdi-image-filter-center-focus-weak:before{content:"󰋲"}.mdi-image-filter-drama:before{content:"󰋳"}.mdi-image-filter-frames:before{content:"󰋴"}.mdi-image-filter-hdr:before{content:"󰋵"}.mdi-image-filter-none:before{content:"󰋶"}.mdi-image-filter-tilt-shift:before{content:"󰋷"}.mdi-image-filter-vintage:before{content:"󰋸"}.mdi-image-frame:before{content:"󰹉"}.mdi-image-lock:before{content:"󱪰"}.mdi-image-lock-outline:before{content:"󱪱"}.mdi-image-marker:before{content:"󱝻"}.mdi-image-marker-outline:before{content:"󱝼"}.mdi-image-minus:before{content:"󱐙"}.mdi-image-minus-outline:before{content:"󱭇"}.mdi-image-move:before{content:"󰧸"}.mdi-image-multiple:before{content:"󰋹"}.mdi-image-multiple-outline:before{content:"󰋯"}.mdi-image-off:before{content:"󰠫"}.mdi-image-off-outline:before{content:"󱇑"}.mdi-image-outline:before{content:"󰥶"}.mdi-image-plus:before{content:"󰡼"}.mdi-image-plus-outline:before{content:"󱭆"}.mdi-image-refresh:before{content:"󱧾"}.mdi-image-refresh-outline:before{content:"󱧿"}.mdi-image-remove:before{content:"󱐘"}.mdi-image-remove-outline:before{content:"󱭈"}.mdi-image-search:before{content:"󰥷"}.mdi-image-search-outline:before{content:"󰥸"}.mdi-image-size-select-actual:before{content:"󰲍"}.mdi-image-size-select-large:before{content:"󰲎"}.mdi-image-size-select-small:before{content:"󰲏"}.mdi-image-sync:before{content:"󱨀"}.mdi-image-sync-outline:before{content:"󱨁"}.mdi-image-text:before{content:"󱘍"}.mdi-import:before{content:"󰋺"}.mdi-inbox:before{content:"󰚇"}.mdi-inbox-arrow-down:before{content:"󰋻"}.mdi-inbox-arrow-down-outline:before{content:"󱉰"}.mdi-inbox-arrow-up:before{content:"󰏑"}.mdi-inbox-arrow-up-outline:before{content:"󱉱"}.mdi-inbox-full:before{content:"󱉲"}.mdi-inbox-full-outline:before{content:"󱉳"}.mdi-inbox-multiple:before{content:"󰢰"}.mdi-inbox-multiple-outline:before{content:"󰮨"}.mdi-inbox-outline:before{content:"󱉴"}.mdi-inbox-remove:before{content:"󱖟"}.mdi-inbox-remove-outline:before{content:"󱖠"}.mdi-incognito:before{content:"󰗹"}.mdi-incognito-circle:before{content:"󱐡"}.mdi-incognito-circle-off:before{content:"󱐢"}.mdi-incognito-off:before{content:"󰁵"}.mdi-induction:before{content:"󱡌"}.mdi-infinity:before{content:"󰛤"}.mdi-information:before{content:"󰋼"}.mdi-information-off:before{content:"󱞌"}.mdi-information-off-outline:before{content:"󱞍"}.mdi-information-outline:before{content:"󰋽"}.mdi-information-variant:before{content:"󰙎"}.mdi-instagram:before{content:"󰋾"}.mdi-instrument-triangle:before{content:"󱁎"}.mdi-integrated-circuit-chip:before{content:"󱤓"}.mdi-invert-colors:before{content:"󰌁"}.mdi-invert-colors-off:before{content:"󰹊"}.mdi-iobroker:before{content:"󱋨"}.mdi-ip:before{content:"󰩟"}.mdi-ip-network:before{content:"󰩠"}.mdi-ip-network-outline:before{content:"󰲐"}.mdi-ip-outline:before{content:"󱦂"}.mdi-ipod:before{content:"󰲑"}.mdi-iron:before{content:"󱠤"}.mdi-iron-board:before{content:"󱠸"}.mdi-iron-outline:before{content:"󱠥"}.mdi-island:before{content:"󱁏"}.mdi-iv-bag:before{content:"󱂹"}.mdi-jabber:before{content:"󰷕"}.mdi-jeepney:before{content:"󰌂"}.mdi-jellyfish:before{content:"󰼁"}.mdi-jellyfish-outline:before{content:"󰼂"}.mdi-jira:before{content:"󰌃"}.mdi-jquery:before{content:"󰡽"}.mdi-jsfiddle:before{content:"󰌄"}.mdi-jump-rope:before{content:"󱋿"}.mdi-kabaddi:before{content:"󰶇"}.mdi-kangaroo:before{content:"󱕘"}.mdi-karate:before{content:"󰠬"}.mdi-kayaking:before{content:"󰢯"}.mdi-keg:before{content:"󰌅"}.mdi-kettle:before{content:"󰗺"}.mdi-kettle-alert:before{content:"󱌗"}.mdi-kettle-alert-outline:before{content:"󱌘"}.mdi-kettle-off:before{content:"󱌛"}.mdi-kettle-off-outline:before{content:"󱌜"}.mdi-kettle-outline:before{content:"󰽖"}.mdi-kettle-pour-over:before{content:"󱜼"}.mdi-kettle-steam:before{content:"󱌙"}.mdi-kettle-steam-outline:before{content:"󱌚"}.mdi-kettlebell:before{content:"󱌀"}.mdi-key:before{content:"󰌆"}.mdi-key-alert:before{content:"󱦃"}.mdi-key-alert-outline:before{content:"󱦄"}.mdi-key-arrow-right:before{content:"󱌒"}.mdi-key-chain:before{content:"󱕴"}.mdi-key-chain-variant:before{content:"󱕵"}.mdi-key-change:before{content:"󰌇"}.mdi-key-link:before{content:"󱆟"}.mdi-key-minus:before{content:"󰌈"}.mdi-key-outline:before{content:"󰷖"}.mdi-key-plus:before{content:"󰌉"}.mdi-key-remove:before{content:"󰌊"}.mdi-key-star:before{content:"󱆞"}.mdi-key-variant:before{content:"󰌋"}.mdi-key-wireless:before{content:"󰿂"}.mdi-keyboard:before{content:"󰌌"}.mdi-keyboard-backspace:before{content:"󰌍"}.mdi-keyboard-caps:before{content:"󰌎"}.mdi-keyboard-close:before{content:"󰌏"}.mdi-keyboard-esc:before{content:"󱊷"}.mdi-keyboard-f1:before{content:"󱊫"}.mdi-keyboard-f10:before{content:"󱊴"}.mdi-keyboard-f11:before{content:"󱊵"}.mdi-keyboard-f12:before{content:"󱊶"}.mdi-keyboard-f2:before{content:"󱊬"}.mdi-keyboard-f3:before{content:"󱊭"}.mdi-keyboard-f4:before{content:"󱊮"}.mdi-keyboard-f5:before{content:"󱊯"}.mdi-keyboard-f6:before{content:"󱊰"}.mdi-keyboard-f7:before{content:"󱊱"}.mdi-keyboard-f8:before{content:"󱊲"}.mdi-keyboard-f9:before{content:"󱊳"}.mdi-keyboard-off:before{content:"󰌐"}.mdi-keyboard-off-outline:before{content:"󰹋"}.mdi-keyboard-outline:before{content:"󰥻"}.mdi-keyboard-return:before{content:"󰌑"}.mdi-keyboard-settings:before{content:"󰧹"}.mdi-keyboard-settings-outline:before{content:"󰧺"}.mdi-keyboard-space:before{content:"󱁐"}.mdi-keyboard-tab:before{content:"󰌒"}.mdi-keyboard-tab-reverse:before{content:"󰌥"}.mdi-keyboard-variant:before{content:"󰌓"}.mdi-khanda:before{content:"󱃽"}.mdi-kickstarter:before{content:"󰝅"}.mdi-kite:before{content:"󱦅"}.mdi-kite-outline:before{content:"󱦆"}.mdi-kitesurfing:before{content:"󱝄"}.mdi-klingon:before{content:"󱍛"}.mdi-knife:before{content:"󰧻"}.mdi-knife-military:before{content:"󰧼"}.mdi-knob:before{content:"󱮖"}.mdi-koala:before{content:"󱜿"}.mdi-kodi:before{content:"󰌔"}.mdi-kubernetes:before{content:"󱃾"}.mdi-label:before{content:"󰌕"}.mdi-label-multiple:before{content:"󱍵"}.mdi-label-multiple-outline:before{content:"󱍶"}.mdi-label-off:before{content:"󰫋"}.mdi-label-off-outline:before{content:"󰫌"}.mdi-label-outline:before{content:"󰌖"}.mdi-label-percent:before{content:"󱋪"}.mdi-label-percent-outline:before{content:"󱋫"}.mdi-label-variant:before{content:"󰫍"}.mdi-label-variant-outline:before{content:"󰫎"}.mdi-ladder:before{content:"󱖢"}.mdi-ladybug:before{content:"󰠭"}.mdi-lambda:before{content:"󰘧"}.mdi-lamp:before{content:"󰚵"}.mdi-lamp-outline:before{content:"󱟐"}.mdi-lamps:before{content:"󱕶"}.mdi-lamps-outline:before{content:"󱟑"}.mdi-lan:before{content:"󰌗"}.mdi-lan-check:before{content:"󱊪"}.mdi-lan-connect:before{content:"󰌘"}.mdi-lan-disconnect:before{content:"󰌙"}.mdi-lan-pending:before{content:"󰌚"}.mdi-land-fields:before{content:"󱪲"}.mdi-land-plots:before{content:"󱪳"}.mdi-land-plots-circle:before{content:"󱪴"}.mdi-land-plots-circle-variant:before{content:"󱪵"}.mdi-land-rows-horizontal:before{content:"󱪶"}.mdi-land-rows-vertical:before{content:"󱪷"}.mdi-landslide:before{content:"󱩈"}.mdi-landslide-outline:before{content:"󱩉"}.mdi-language-c:before{content:"󰙱"}.mdi-language-cpp:before{content:"󰙲"}.mdi-language-csharp:before{content:"󰌛"}.mdi-language-css3:before{content:"󰌜"}.mdi-language-fortran:before{content:"󱈚"}.mdi-language-go:before{content:"󰟓"}.mdi-language-haskell:before{content:"󰲒"}.mdi-language-html5:before{content:"󰌝"}.mdi-language-java:before{content:"󰬷"}.mdi-language-javascript:before{content:"󰌞"}.mdi-language-kotlin:before{content:"󱈙"}.mdi-language-lua:before{content:"󰢱"}.mdi-language-markdown:before{content:"󰍔"}.mdi-language-markdown-outline:before{content:"󰽛"}.mdi-language-php:before{content:"󰌟"}.mdi-language-python:before{content:"󰌠"}.mdi-language-r:before{content:"󰟔"}.mdi-language-ruby:before{content:"󰴭"}.mdi-language-ruby-on-rails:before{content:"󰫏"}.mdi-language-rust:before{content:"󱘗"}.mdi-language-swift:before{content:"󰛥"}.mdi-language-typescript:before{content:"󰛦"}.mdi-language-xaml:before{content:"󰙳"}.mdi-laptop:before{content:"󰌢"}.mdi-laptop-account:before{content:"󱩊"}.mdi-laptop-off:before{content:"󰛧"}.mdi-laravel:before{content:"󰫐"}.mdi-laser-pointer:before{content:"󱒄"}.mdi-lasso:before{content:"󰼃"}.mdi-lastpass:before{content:"󰑆"}.mdi-latitude:before{content:"󰽗"}.mdi-launch:before{content:"󰌧"}.mdi-lava-lamp:before{content:"󰟕"}.mdi-layers:before{content:"󰌨"}.mdi-layers-edit:before{content:"󱢒"}.mdi-layers-minus:before{content:"󰹌"}.mdi-layers-off:before{content:"󰌩"}.mdi-layers-off-outline:before{content:"󰧽"}.mdi-layers-outline:before{content:"󰧾"}.mdi-layers-plus:before{content:"󰹍"}.mdi-layers-remove:before{content:"󰹎"}.mdi-layers-search:before{content:"󱈆"}.mdi-layers-search-outline:before{content:"󱈇"}.mdi-layers-triple:before{content:"󰽘"}.mdi-layers-triple-outline:before{content:"󰽙"}.mdi-lead-pencil:before{content:"󰙏"}.mdi-leaf:before{content:"󰌪"}.mdi-leaf-circle:before{content:"󱤅"}.mdi-leaf-circle-outline:before{content:"󱤆"}.mdi-leaf-maple:before{content:"󰲓"}.mdi-leaf-maple-off:before{content:"󱋚"}.mdi-leaf-off:before{content:"󱋙"}.mdi-leak:before{content:"󰷗"}.mdi-leak-off:before{content:"󰷘"}.mdi-lectern:before{content:"󱫰"}.mdi-led-off:before{content:"󰌫"}.mdi-led-on:before{content:"󰌬"}.mdi-led-outline:before{content:"󰌭"}.mdi-led-strip:before{content:"󰟖"}.mdi-led-strip-variant:before{content:"󱁑"}.mdi-led-strip-variant-off:before{content:"󱩋"}.mdi-led-variant-off:before{content:"󰌮"}.mdi-led-variant-on:before{content:"󰌯"}.mdi-led-variant-outline:before{content:"󰌰"}.mdi-leek:before{content:"󱅽"}.mdi-less-than:before{content:"󰥼"}.mdi-less-than-or-equal:before{content:"󰥽"}.mdi-library:before{content:"󰌱"}.mdi-library-outline:before{content:"󱨢"}.mdi-library-shelves:before{content:"󰮩"}.mdi-license:before{content:"󰿃"}.mdi-lifebuoy:before{content:"󰡾"}.mdi-light-flood-down:before{content:"󱦇"}.mdi-light-flood-up:before{content:"󱦈"}.mdi-light-recessed:before{content:"󱞛"}.mdi-light-switch:before{content:"󰥾"}.mdi-light-switch-off:before{content:"󱨤"}.mdi-lightbulb:before{content:"󰌵"}.mdi-lightbulb-alert:before{content:"󱧡"}.mdi-lightbulb-alert-outline:before{content:"󱧢"}.mdi-lightbulb-auto:before{content:"󱠀"}.mdi-lightbulb-auto-outline:before{content:"󱠁"}.mdi-lightbulb-cfl:before{content:"󱈈"}.mdi-lightbulb-cfl-off:before{content:"󱈉"}.mdi-lightbulb-cfl-spiral:before{content:"󱉵"}.mdi-lightbulb-cfl-spiral-off:before{content:"󱋃"}.mdi-lightbulb-fluorescent-tube:before{content:"󱠄"}.mdi-lightbulb-fluorescent-tube-outline:before{content:"󱠅"}.mdi-lightbulb-group:before{content:"󱉓"}.mdi-lightbulb-group-off:before{content:"󱋍"}.mdi-lightbulb-group-off-outline:before{content:"󱋎"}.mdi-lightbulb-group-outline:before{content:"󱉔"}.mdi-lightbulb-multiple:before{content:"󱉕"}.mdi-lightbulb-multiple-off:before{content:"󱋏"}.mdi-lightbulb-multiple-off-outline:before{content:"󱋐"}.mdi-lightbulb-multiple-outline:before{content:"󱉖"}.mdi-lightbulb-night:before{content:"󱩌"}.mdi-lightbulb-night-outline:before{content:"󱩍"}.mdi-lightbulb-off:before{content:"󰹏"}.mdi-lightbulb-off-outline:before{content:"󰹐"}.mdi-lightbulb-on:before{content:"󰛨"}.mdi-lightbulb-on-10:before{content:"󱩎"}.mdi-lightbulb-on-20:before{content:"󱩏"}.mdi-lightbulb-on-30:before{content:"󱩐"}.mdi-lightbulb-on-40:before{content:"󱩑"}.mdi-lightbulb-on-50:before{content:"󱩒"}.mdi-lightbulb-on-60:before{content:"󱩓"}.mdi-lightbulb-on-70:before{content:"󱩔"}.mdi-lightbulb-on-80:before{content:"󱩕"}.mdi-lightbulb-on-90:before{content:"󱩖"}.mdi-lightbulb-on-outline:before{content:"󰛩"}.mdi-lightbulb-outline:before{content:"󰌶"}.mdi-lightbulb-question:before{content:"󱧣"}.mdi-lightbulb-question-outline:before{content:"󱧤"}.mdi-lightbulb-spot:before{content:"󱟴"}.mdi-lightbulb-spot-off:before{content:"󱟵"}.mdi-lightbulb-variant:before{content:"󱠂"}.mdi-lightbulb-variant-outline:before{content:"󱠃"}.mdi-lighthouse:before{content:"󰧿"}.mdi-lighthouse-on:before{content:"󰨀"}.mdi-lightning-bolt:before{content:"󱐋"}.mdi-lightning-bolt-circle:before{content:"󰠠"}.mdi-lightning-bolt-outline:before{content:"󱐌"}.mdi-line-scan:before{content:"󰘤"}.mdi-lingerie:before{content:"󱑶"}.mdi-link:before{content:"󰌷"}.mdi-link-box:before{content:"󰴚"}.mdi-link-box-outline:before{content:"󰴛"}.mdi-link-box-variant:before{content:"󰴜"}.mdi-link-box-variant-outline:before{content:"󰴝"}.mdi-link-lock:before{content:"󱂺"}.mdi-link-off:before{content:"󰌸"}.mdi-link-plus:before{content:"󰲔"}.mdi-link-variant:before{content:"󰌹"}.mdi-link-variant-minus:before{content:"󱃿"}.mdi-link-variant-off:before{content:"󰌺"}.mdi-link-variant-plus:before{content:"󱄀"}.mdi-link-variant-remove:before{content:"󱄁"}.mdi-linkedin:before{content:"󰌻"}.mdi-linux:before{content:"󰌽"}.mdi-linux-mint:before{content:"󰣭"}.mdi-lipstick:before{content:"󱎵"}.mdi-liquid-spot:before{content:"󱠦"}.mdi-liquor:before{content:"󱤞"}.mdi-list-box:before{content:"󱭻"}.mdi-list-box-outline:before{content:"󱭼"}.mdi-list-status:before{content:"󱖫"}.mdi-litecoin:before{content:"󰩡"}.mdi-loading:before{content:"󰝲"}.mdi-location-enter:before{content:"󰿄"}.mdi-location-exit:before{content:"󰿅"}.mdi-lock:before{content:"󰌾"}.mdi-lock-alert:before{content:"󰣮"}.mdi-lock-alert-outline:before{content:"󱗑"}.mdi-lock-check:before{content:"󱎚"}.mdi-lock-check-outline:before{content:"󱚨"}.mdi-lock-clock:before{content:"󰥿"}.mdi-lock-minus:before{content:"󱚩"}.mdi-lock-minus-outline:before{content:"󱚪"}.mdi-lock-off:before{content:"󱙱"}.mdi-lock-off-outline:before{content:"󱙲"}.mdi-lock-open:before{content:"󰌿"}.mdi-lock-open-alert:before{content:"󱎛"}.mdi-lock-open-alert-outline:before{content:"󱗒"}.mdi-lock-open-check:before{content:"󱎜"}.mdi-lock-open-check-outline:before{content:"󱚫"}.mdi-lock-open-minus:before{content:"󱚬"}.mdi-lock-open-minus-outline:before{content:"󱚭"}.mdi-lock-open-outline:before{content:"󰍀"}.mdi-lock-open-plus:before{content:"󱚮"}.mdi-lock-open-plus-outline:before{content:"󱚯"}.mdi-lock-open-remove:before{content:"󱚰"}.mdi-lock-open-remove-outline:before{content:"󱚱"}.mdi-lock-open-variant:before{content:"󰿆"}.mdi-lock-open-variant-outline:before{content:"󰿇"}.mdi-lock-outline:before{content:"󰍁"}.mdi-lock-pattern:before{content:"󰛪"}.mdi-lock-plus:before{content:"󰗻"}.mdi-lock-plus-outline:before{content:"󱚲"}.mdi-lock-question:before{content:"󰣯"}.mdi-lock-remove:before{content:"󱚳"}.mdi-lock-remove-outline:before{content:"󱚴"}.mdi-lock-reset:before{content:"󰝳"}.mdi-lock-smart:before{content:"󰢲"}.mdi-locker:before{content:"󰟗"}.mdi-locker-multiple:before{content:"󰟘"}.mdi-login:before{content:"󰍂"}.mdi-login-variant:before{content:"󰗼"}.mdi-logout:before{content:"󰍃"}.mdi-logout-variant:before{content:"󰗽"}.mdi-longitude:before{content:"󰽚"}.mdi-looks:before{content:"󰍄"}.mdi-lotion:before{content:"󱖂"}.mdi-lotion-outline:before{content:"󱖃"}.mdi-lotion-plus:before{content:"󱖄"}.mdi-lotion-plus-outline:before{content:"󱖅"}.mdi-loupe:before{content:"󰍅"}.mdi-lumx:before{content:"󰍆"}.mdi-lungs:before{content:"󱂄"}.mdi-mace:before{content:"󱡃"}.mdi-magazine-pistol:before{content:"󰌤"}.mdi-magazine-rifle:before{content:"󰌣"}.mdi-magic-staff:before{content:"󱡄"}.mdi-magnet:before{content:"󰍇"}.mdi-magnet-on:before{content:"󰍈"}.mdi-magnify:before{content:"󰍉"}.mdi-magnify-close:before{content:"󰦀"}.mdi-magnify-expand:before{content:"󱡴"}.mdi-magnify-minus:before{content:"󰍊"}.mdi-magnify-minus-cursor:before{content:"󰩢"}.mdi-magnify-minus-outline:before{content:"󰛬"}.mdi-magnify-plus:before{content:"󰍋"}.mdi-magnify-plus-cursor:before{content:"󰩣"}.mdi-magnify-plus-outline:before{content:"󰛭"}.mdi-magnify-remove-cursor:before{content:"󱈌"}.mdi-magnify-remove-outline:before{content:"󱈍"}.mdi-magnify-scan:before{content:"󱉶"}.mdi-mail:before{content:"󰺻"}.mdi-mailbox:before{content:"󰛮"}.mdi-mailbox-open:before{content:"󰶈"}.mdi-mailbox-open-outline:before{content:"󰶉"}.mdi-mailbox-open-up:before{content:"󰶊"}.mdi-mailbox-open-up-outline:before{content:"󰶋"}.mdi-mailbox-outline:before{content:"󰶌"}.mdi-mailbox-up:before{content:"󰶍"}.mdi-mailbox-up-outline:before{content:"󰶎"}.mdi-manjaro:before{content:"󱘊"}.mdi-map:before{content:"󰍍"}.mdi-map-check:before{content:"󰺼"}.mdi-map-check-outline:before{content:"󰺽"}.mdi-map-clock:before{content:"󰴞"}.mdi-map-clock-outline:before{content:"󰴟"}.mdi-map-legend:before{content:"󰨁"}.mdi-map-marker:before{content:"󰍎"}.mdi-map-marker-account:before{content:"󱣣"}.mdi-map-marker-account-outline:before{content:"󱣤"}.mdi-map-marker-alert:before{content:"󰼅"}.mdi-map-marker-alert-outline:before{content:"󰼆"}.mdi-map-marker-check:before{content:"󰲕"}.mdi-map-marker-check-outline:before{content:"󱋻"}.mdi-map-marker-circle:before{content:"󰍏"}.mdi-map-marker-distance:before{content:"󰣰"}.mdi-map-marker-down:before{content:"󱄂"}.mdi-map-marker-left:before{content:"󱋛"}.mdi-map-marker-left-outline:before{content:"󱋝"}.mdi-map-marker-minus:before{content:"󰙐"}.mdi-map-marker-minus-outline:before{content:"󱋹"}.mdi-map-marker-multiple:before{content:"󰍐"}.mdi-map-marker-multiple-outline:before{content:"󱉷"}.mdi-map-marker-off:before{content:"󰍑"}.mdi-map-marker-off-outline:before{content:"󱋽"}.mdi-map-marker-outline:before{content:"󰟙"}.mdi-map-marker-path:before{content:"󰴠"}.mdi-map-marker-plus:before{content:"󰙑"}.mdi-map-marker-plus-outline:before{content:"󱋸"}.mdi-map-marker-question:before{content:"󰼇"}.mdi-map-marker-question-outline:before{content:"󰼈"}.mdi-map-marker-radius:before{content:"󰍒"}.mdi-map-marker-radius-outline:before{content:"󱋼"}.mdi-map-marker-remove:before{content:"󰼉"}.mdi-map-marker-remove-outline:before{content:"󱋺"}.mdi-map-marker-remove-variant:before{content:"󰼊"}.mdi-map-marker-right:before{content:"󱋜"}.mdi-map-marker-right-outline:before{content:"󱋞"}.mdi-map-marker-star:before{content:"󱘈"}.mdi-map-marker-star-outline:before{content:"󱘉"}.mdi-map-marker-up:before{content:"󱄃"}.mdi-map-minus:before{content:"󰦁"}.mdi-map-outline:before{content:"󰦂"}.mdi-map-plus:before{content:"󰦃"}.mdi-map-search:before{content:"󰦄"}.mdi-map-search-outline:before{content:"󰦅"}.mdi-mapbox:before{content:"󰮪"}.mdi-margin:before{content:"󰍓"}.mdi-marker:before{content:"󰙒"}.mdi-marker-cancel:before{content:"󰷙"}.mdi-marker-check:before{content:"󰍕"}.mdi-mastodon:before{content:"󰫑"}.mdi-material-design:before{content:"󰦆"}.mdi-material-ui:before{content:"󰍗"}.mdi-math-compass:before{content:"󰍘"}.mdi-math-cos:before{content:"󰲖"}.mdi-math-integral:before{content:"󰿈"}.mdi-math-integral-box:before{content:"󰿉"}.mdi-math-log:before{content:"󱂅"}.mdi-math-norm:before{content:"󰿊"}.mdi-math-norm-box:before{content:"󰿋"}.mdi-math-sin:before{content:"󰲗"}.mdi-math-tan:before{content:"󰲘"}.mdi-matrix:before{content:"󰘨"}.mdi-medal:before{content:"󰦇"}.mdi-medal-outline:before{content:"󱌦"}.mdi-medical-bag:before{content:"󰛯"}.mdi-medical-cotton-swab:before{content:"󱪸"}.mdi-medication:before{content:"󱬔"}.mdi-medication-outline:before{content:"󱬕"}.mdi-meditation:before{content:"󱅻"}.mdi-memory:before{content:"󰍛"}.mdi-menorah:before{content:"󱟔"}.mdi-menorah-fire:before{content:"󱟕"}.mdi-menu:before{content:"󰍜"}.mdi-menu-down:before{content:"󰍝"}.mdi-menu-down-outline:before{content:"󰚶"}.mdi-menu-left:before{content:"󰍞"}.mdi-menu-left-outline:before{content:"󰨂"}.mdi-menu-open:before{content:"󰮫"}.mdi-menu-right:before{content:"󰍟"}.mdi-menu-right-outline:before{content:"󰨃"}.mdi-menu-swap:before{content:"󰩤"}.mdi-menu-swap-outline:before{content:"󰩥"}.mdi-menu-up:before{content:"󰍠"}.mdi-menu-up-outline:before{content:"󰚷"}.mdi-merge:before{content:"󰽜"}.mdi-message:before{content:"󰍡"}.mdi-message-alert:before{content:"󰍢"}.mdi-message-alert-outline:before{content:"󰨄"}.mdi-message-arrow-left:before{content:"󱋲"}.mdi-message-arrow-left-outline:before{content:"󱋳"}.mdi-message-arrow-right:before{content:"󱋴"}.mdi-message-arrow-right-outline:before{content:"󱋵"}.mdi-message-badge:before{content:"󱥁"}.mdi-message-badge-outline:before{content:"󱥂"}.mdi-message-bookmark:before{content:"󱖬"}.mdi-message-bookmark-outline:before{content:"󱖭"}.mdi-message-bulleted:before{content:"󰚢"}.mdi-message-bulleted-off:before{content:"󰚣"}.mdi-message-check:before{content:"󱮊"}.mdi-message-check-outline:before{content:"󱮋"}.mdi-message-cog:before{content:"󰛱"}.mdi-message-cog-outline:before{content:"󱅲"}.mdi-message-draw:before{content:"󰍣"}.mdi-message-fast:before{content:"󱧌"}.mdi-message-fast-outline:before{content:"󱧍"}.mdi-message-flash:before{content:"󱖩"}.mdi-message-flash-outline:before{content:"󱖪"}.mdi-message-image:before{content:"󰍤"}.mdi-message-image-outline:before{content:"󱅬"}.mdi-message-lock:before{content:"󰿌"}.mdi-message-lock-outline:before{content:"󱅭"}.mdi-message-minus:before{content:"󱅮"}.mdi-message-minus-outline:before{content:"󱅯"}.mdi-message-off:before{content:"󱙍"}.mdi-message-off-outline:before{content:"󱙎"}.mdi-message-outline:before{content:"󰍥"}.mdi-message-plus:before{content:"󰙓"}.mdi-message-plus-outline:before{content:"󱂻"}.mdi-message-processing:before{content:"󰍦"}.mdi-message-processing-outline:before{content:"󱅰"}.mdi-message-question:before{content:"󱜺"}.mdi-message-question-outline:before{content:"󱜻"}.mdi-message-reply:before{content:"󰍧"}.mdi-message-reply-outline:before{content:"󱜽"}.mdi-message-reply-text:before{content:"󰍨"}.mdi-message-reply-text-outline:before{content:"󱜾"}.mdi-message-settings:before{content:"󰛰"}.mdi-message-settings-outline:before{content:"󱅱"}.mdi-message-star:before{content:"󰚚"}.mdi-message-star-outline:before{content:"󱉐"}.mdi-message-text:before{content:"󰍩"}.mdi-message-text-clock:before{content:"󱅳"}.mdi-message-text-clock-outline:before{content:"󱅴"}.mdi-message-text-fast:before{content:"󱧎"}.mdi-message-text-fast-outline:before{content:"󱧏"}.mdi-message-text-lock:before{content:"󰿍"}.mdi-message-text-lock-outline:before{content:"󱅵"}.mdi-message-text-outline:before{content:"󰍪"}.mdi-message-video:before{content:"󰍫"}.mdi-meteor:before{content:"󰘩"}.mdi-meter-electric:before{content:"󱩗"}.mdi-meter-electric-outline:before{content:"󱩘"}.mdi-meter-gas:before{content:"󱩙"}.mdi-meter-gas-outline:before{content:"󱩚"}.mdi-metronome:before{content:"󰟚"}.mdi-metronome-tick:before{content:"󰟛"}.mdi-micro-sd:before{content:"󰟜"}.mdi-microphone:before{content:"󰍬"}.mdi-microphone-message:before{content:"󰔊"}.mdi-microphone-message-off:before{content:"󰔋"}.mdi-microphone-minus:before{content:"󰢳"}.mdi-microphone-off:before{content:"󰍭"}.mdi-microphone-outline:before{content:"󰍮"}.mdi-microphone-plus:before{content:"󰢴"}.mdi-microphone-question:before{content:"󱦉"}.mdi-microphone-question-outline:before{content:"󱦊"}.mdi-microphone-settings:before{content:"󰍯"}.mdi-microphone-variant:before{content:"󰍰"}.mdi-microphone-variant-off:before{content:"󰍱"}.mdi-microscope:before{content:"󰙔"}.mdi-microsoft:before{content:"󰍲"}.mdi-microsoft-access:before{content:"󱎎"}.mdi-microsoft-azure:before{content:"󰠅"}.mdi-microsoft-azure-devops:before{content:"󰿕"}.mdi-microsoft-bing:before{content:"󰂤"}.mdi-microsoft-dynamics-365:before{content:"󰦈"}.mdi-microsoft-edge:before{content:"󰇩"}.mdi-microsoft-excel:before{content:"󱎏"}.mdi-microsoft-internet-explorer:before{content:"󰌀"}.mdi-microsoft-office:before{content:"󰏆"}.mdi-microsoft-onedrive:before{content:"󰏊"}.mdi-microsoft-onenote:before{content:"󰝇"}.mdi-microsoft-outlook:before{content:"󰴢"}.mdi-microsoft-powerpoint:before{content:"󱎐"}.mdi-microsoft-sharepoint:before{content:"󱎑"}.mdi-microsoft-teams:before{content:"󰊻"}.mdi-microsoft-visual-studio:before{content:"󰘐"}.mdi-microsoft-visual-studio-code:before{content:"󰨞"}.mdi-microsoft-windows:before{content:"󰖳"}.mdi-microsoft-windows-classic:before{content:"󰨡"}.mdi-microsoft-word:before{content:"󱎒"}.mdi-microsoft-xbox:before{content:"󰖹"}.mdi-microsoft-xbox-controller:before{content:"󰖺"}.mdi-microsoft-xbox-controller-battery-alert:before{content:"󰝋"}.mdi-microsoft-xbox-controller-battery-charging:before{content:"󰨢"}.mdi-microsoft-xbox-controller-battery-empty:before{content:"󰝌"}.mdi-microsoft-xbox-controller-battery-full:before{content:"󰝍"}.mdi-microsoft-xbox-controller-battery-low:before{content:"󰝎"}.mdi-microsoft-xbox-controller-battery-medium:before{content:"󰝏"}.mdi-microsoft-xbox-controller-battery-unknown:before{content:"󰝐"}.mdi-microsoft-xbox-controller-menu:before{content:"󰹯"}.mdi-microsoft-xbox-controller-off:before{content:"󰖻"}.mdi-microsoft-xbox-controller-view:before{content:"󰹰"}.mdi-microwave:before{content:"󰲙"}.mdi-microwave-off:before{content:"󱐣"}.mdi-middleware:before{content:"󰽝"}.mdi-middleware-outline:before{content:"󰽞"}.mdi-midi:before{content:"󰣱"}.mdi-midi-port:before{content:"󰣲"}.mdi-mine:before{content:"󰷚"}.mdi-minecraft:before{content:"󰍳"}.mdi-mini-sd:before{content:"󰨅"}.mdi-minidisc:before{content:"󰨆"}.mdi-minus:before{content:"󰍴"}.mdi-minus-box:before{content:"󰍵"}.mdi-minus-box-multiple:before{content:"󱅁"}.mdi-minus-box-multiple-outline:before{content:"󱅂"}.mdi-minus-box-outline:before{content:"󰛲"}.mdi-minus-circle:before{content:"󰍶"}.mdi-minus-circle-multiple:before{content:"󰍚"}.mdi-minus-circle-multiple-outline:before{content:"󰫓"}.mdi-minus-circle-off:before{content:"󱑙"}.mdi-minus-circle-off-outline:before{content:"󱑚"}.mdi-minus-circle-outline:before{content:"󰍷"}.mdi-minus-network:before{content:"󰍸"}.mdi-minus-network-outline:before{content:"󰲚"}.mdi-minus-thick:before{content:"󱘹"}.mdi-mirror:before{content:"󱇽"}.mdi-mirror-rectangle:before{content:"󱞟"}.mdi-mirror-variant:before{content:"󱞠"}.mdi-mixed-martial-arts:before{content:"󰶏"}.mdi-mixed-reality:before{content:"󰡿"}.mdi-molecule:before{content:"󰮬"}.mdi-molecule-co:before{content:"󱋾"}.mdi-molecule-co2:before{content:"󰟤"}.mdi-monitor:before{content:"󰍹"}.mdi-monitor-account:before{content:"󱩛"}.mdi-monitor-arrow-down:before{content:"󱧐"}.mdi-monitor-arrow-down-variant:before{content:"󱧑"}.mdi-monitor-cellphone:before{content:"󰦉"}.mdi-monitor-cellphone-star:before{content:"󰦊"}.mdi-monitor-dashboard:before{content:"󰨇"}.mdi-monitor-edit:before{content:"󱋆"}.mdi-monitor-eye:before{content:"󱎴"}.mdi-monitor-lock:before{content:"󰷛"}.mdi-monitor-multiple:before{content:"󰍺"}.mdi-monitor-off:before{content:"󰶐"}.mdi-monitor-screenshot:before{content:"󰹑"}.mdi-monitor-share:before{content:"󱒃"}.mdi-monitor-shimmer:before{content:"󱄄"}.mdi-monitor-small:before{content:"󱡶"}.mdi-monitor-speaker:before{content:"󰽟"}.mdi-monitor-speaker-off:before{content:"󰽠"}.mdi-monitor-star:before{content:"󰷜"}.mdi-moon-first-quarter:before{content:"󰽡"}.mdi-moon-full:before{content:"󰽢"}.mdi-moon-last-quarter:before{content:"󰽣"}.mdi-moon-new:before{content:"󰽤"}.mdi-moon-waning-crescent:before{content:"󰽥"}.mdi-moon-waning-gibbous:before{content:"󰽦"}.mdi-moon-waxing-crescent:before{content:"󰽧"}.mdi-moon-waxing-gibbous:before{content:"󰽨"}.mdi-moped:before{content:"󱂆"}.mdi-moped-electric:before{content:"󱖷"}.mdi-moped-electric-outline:before{content:"󱖸"}.mdi-moped-outline:before{content:"󱖹"}.mdi-more:before{content:"󰍻"}.mdi-mortar-pestle:before{content:"󱝈"}.mdi-mortar-pestle-plus:before{content:"󰏱"}.mdi-mosque:before{content:"󰵅"}.mdi-mosque-outline:before{content:"󱠧"}.mdi-mother-heart:before{content:"󱌔"}.mdi-mother-nurse:before{content:"󰴡"}.mdi-motion:before{content:"󱖲"}.mdi-motion-outline:before{content:"󱖳"}.mdi-motion-pause:before{content:"󱖐"}.mdi-motion-pause-outline:before{content:"󱖒"}.mdi-motion-play:before{content:"󱖏"}.mdi-motion-play-outline:before{content:"󱖑"}.mdi-motion-sensor:before{content:"󰶑"}.mdi-motion-sensor-off:before{content:"󱐵"}.mdi-motorbike:before{content:"󰍼"}.mdi-motorbike-electric:before{content:"󱖺"}.mdi-motorbike-off:before{content:"󱬖"}.mdi-mouse:before{content:"󰍽"}.mdi-mouse-bluetooth:before{content:"󰦋"}.mdi-mouse-move-down:before{content:"󱕐"}.mdi-mouse-move-up:before{content:"󱕑"}.mdi-mouse-move-vertical:before{content:"󱕒"}.mdi-mouse-off:before{content:"󰍾"}.mdi-mouse-variant:before{content:"󰍿"}.mdi-mouse-variant-off:before{content:"󰎀"}.mdi-move-resize:before{content:"󰙕"}.mdi-move-resize-variant:before{content:"󰙖"}.mdi-movie:before{content:"󰎁"}.mdi-movie-check:before{content:"󱛳"}.mdi-movie-check-outline:before{content:"󱛴"}.mdi-movie-cog:before{content:"󱛵"}.mdi-movie-cog-outline:before{content:"󱛶"}.mdi-movie-edit:before{content:"󱄢"}.mdi-movie-edit-outline:before{content:"󱄣"}.mdi-movie-filter:before{content:"󱄤"}.mdi-movie-filter-outline:before{content:"󱄥"}.mdi-movie-minus:before{content:"󱛷"}.mdi-movie-minus-outline:before{content:"󱛸"}.mdi-movie-off:before{content:"󱛹"}.mdi-movie-off-outline:before{content:"󱛺"}.mdi-movie-open:before{content:"󰿎"}.mdi-movie-open-check:before{content:"󱛻"}.mdi-movie-open-check-outline:before{content:"󱛼"}.mdi-movie-open-cog:before{content:"󱛽"}.mdi-movie-open-cog-outline:before{content:"󱛾"}.mdi-movie-open-edit:before{content:"󱛿"}.mdi-movie-open-edit-outline:before{content:"󱜀"}.mdi-movie-open-minus:before{content:"󱜁"}.mdi-movie-open-minus-outline:before{content:"󱜂"}.mdi-movie-open-off:before{content:"󱜃"}.mdi-movie-open-off-outline:before{content:"󱜄"}.mdi-movie-open-outline:before{content:"󰿏"}.mdi-movie-open-play:before{content:"󱜅"}.mdi-movie-open-play-outline:before{content:"󱜆"}.mdi-movie-open-plus:before{content:"󱜇"}.mdi-movie-open-plus-outline:before{content:"󱜈"}.mdi-movie-open-remove:before{content:"󱜉"}.mdi-movie-open-remove-outline:before{content:"󱜊"}.mdi-movie-open-settings:before{content:"󱜋"}.mdi-movie-open-settings-outline:before{content:"󱜌"}.mdi-movie-open-star:before{content:"󱜍"}.mdi-movie-open-star-outline:before{content:"󱜎"}.mdi-movie-outline:before{content:"󰷝"}.mdi-movie-play:before{content:"󱜏"}.mdi-movie-play-outline:before{content:"󱜐"}.mdi-movie-plus:before{content:"󱜑"}.mdi-movie-plus-outline:before{content:"󱜒"}.mdi-movie-remove:before{content:"󱜓"}.mdi-movie-remove-outline:before{content:"󱜔"}.mdi-movie-roll:before{content:"󰟞"}.mdi-movie-search:before{content:"󱇒"}.mdi-movie-search-outline:before{content:"󱇓"}.mdi-movie-settings:before{content:"󱜕"}.mdi-movie-settings-outline:before{content:"󱜖"}.mdi-movie-star:before{content:"󱜗"}.mdi-movie-star-outline:before{content:"󱜘"}.mdi-mower:before{content:"󱙯"}.mdi-mower-bag:before{content:"󱙰"}.mdi-mower-bag-on:before{content:"󱭠"}.mdi-mower-on:before{content:"󱭟"}.mdi-muffin:before{content:"󰦌"}.mdi-multicast:before{content:"󱢓"}.mdi-multimedia:before{content:"󱮗"}.mdi-multiplication:before{content:"󰎂"}.mdi-multiplication-box:before{content:"󰎃"}.mdi-mushroom:before{content:"󰟟"}.mdi-mushroom-off:before{content:"󱏺"}.mdi-mushroom-off-outline:before{content:"󱏻"}.mdi-mushroom-outline:before{content:"󰟠"}.mdi-music:before{content:"󰝚"}.mdi-music-accidental-double-flat:before{content:"󰽩"}.mdi-music-accidental-double-sharp:before{content:"󰽪"}.mdi-music-accidental-flat:before{content:"󰽫"}.mdi-music-accidental-natural:before{content:"󰽬"}.mdi-music-accidental-sharp:before{content:"󰽭"}.mdi-music-box:before{content:"󰎄"}.mdi-music-box-multiple:before{content:"󰌳"}.mdi-music-box-multiple-outline:before{content:"󰼄"}.mdi-music-box-outline:before{content:"󰎅"}.mdi-music-circle:before{content:"󰎆"}.mdi-music-circle-outline:before{content:"󰫔"}.mdi-music-clef-alto:before{content:"󰽮"}.mdi-music-clef-bass:before{content:"󰽯"}.mdi-music-clef-treble:before{content:"󰽰"}.mdi-music-note:before{content:"󰎇"}.mdi-music-note-bluetooth:before{content:"󰗾"}.mdi-music-note-bluetooth-off:before{content:"󰗿"}.mdi-music-note-eighth:before{content:"󰎈"}.mdi-music-note-eighth-dotted:before{content:"󰽱"}.mdi-music-note-half:before{content:"󰎉"}.mdi-music-note-half-dotted:before{content:"󰽲"}.mdi-music-note-minus:before{content:"󱮉"}.mdi-music-note-off:before{content:"󰎊"}.mdi-music-note-off-outline:before{content:"󰽳"}.mdi-music-note-outline:before{content:"󰽴"}.mdi-music-note-plus:before{content:"󰷞"}.mdi-music-note-quarter:before{content:"󰎋"}.mdi-music-note-quarter-dotted:before{content:"󰽵"}.mdi-music-note-sixteenth:before{content:"󰎌"}.mdi-music-note-sixteenth-dotted:before{content:"󰽶"}.mdi-music-note-whole:before{content:"󰎍"}.mdi-music-note-whole-dotted:before{content:"󰽷"}.mdi-music-off:before{content:"󰝛"}.mdi-music-rest-eighth:before{content:"󰽸"}.mdi-music-rest-half:before{content:"󰽹"}.mdi-music-rest-quarter:before{content:"󰽺"}.mdi-music-rest-sixteenth:before{content:"󰽻"}.mdi-music-rest-whole:before{content:"󰽼"}.mdi-mustache:before{content:"󱗞"}.mdi-nail:before{content:"󰷟"}.mdi-nas:before{content:"󰣳"}.mdi-nativescript:before{content:"󰢀"}.mdi-nature:before{content:"󰎎"}.mdi-nature-people:before{content:"󰎏"}.mdi-navigation:before{content:"󰎐"}.mdi-navigation-outline:before{content:"󱘇"}.mdi-navigation-variant:before{content:"󱣰"}.mdi-navigation-variant-outline:before{content:"󱣱"}.mdi-near-me:before{content:"󰗍"}.mdi-necklace:before{content:"󰼋"}.mdi-needle:before{content:"󰎑"}.mdi-needle-off:before{content:"󱧒"}.mdi-netflix:before{content:"󰝆"}.mdi-network:before{content:"󰛳"}.mdi-network-off:before{content:"󰲛"}.mdi-network-off-outline:before{content:"󰲜"}.mdi-network-outline:before{content:"󰲝"}.mdi-network-pos:before{content:"󱫋"}.mdi-network-strength-1:before{content:"󰣴"}.mdi-network-strength-1-alert:before{content:"󰣵"}.mdi-network-strength-2:before{content:"󰣶"}.mdi-network-strength-2-alert:before{content:"󰣷"}.mdi-network-strength-3:before{content:"󰣸"}.mdi-network-strength-3-alert:before{content:"󰣹"}.mdi-network-strength-4:before{content:"󰣺"}.mdi-network-strength-4-alert:before{content:"󰣻"}.mdi-network-strength-4-cog:before{content:"󱤚"}.mdi-network-strength-off:before{content:"󰣼"}.mdi-network-strength-off-outline:before{content:"󰣽"}.mdi-network-strength-outline:before{content:"󰣾"}.mdi-new-box:before{content:"󰎔"}.mdi-newspaper:before{content:"󰎕"}.mdi-newspaper-check:before{content:"󱥃"}.mdi-newspaper-minus:before{content:"󰼌"}.mdi-newspaper-plus:before{content:"󰼍"}.mdi-newspaper-remove:before{content:"󱥄"}.mdi-newspaper-variant:before{content:"󱀁"}.mdi-newspaper-variant-multiple:before{content:"󱀂"}.mdi-newspaper-variant-multiple-outline:before{content:"󱀃"}.mdi-newspaper-variant-outline:before{content:"󱀄"}.mdi-nfc:before{content:"󰎖"}.mdi-nfc-search-variant:before{content:"󰹓"}.mdi-nfc-tap:before{content:"󰎗"}.mdi-nfc-variant:before{content:"󰎘"}.mdi-nfc-variant-off:before{content:"󰹔"}.mdi-ninja:before{content:"󰝴"}.mdi-nintendo-game-boy:before{content:"󱎓"}.mdi-nintendo-switch:before{content:"󰟡"}.mdi-nintendo-wii:before{content:"󰖫"}.mdi-nintendo-wiiu:before{content:"󰜭"}.mdi-nix:before{content:"󱄅"}.mdi-nodejs:before{content:"󰎙"}.mdi-noodles:before{content:"󱅾"}.mdi-not-equal:before{content:"󰦍"}.mdi-not-equal-variant:before{content:"󰦎"}.mdi-note:before{content:"󰎚"}.mdi-note-alert:before{content:"󱝽"}.mdi-note-alert-outline:before{content:"󱝾"}.mdi-note-check:before{content:"󱝿"}.mdi-note-check-outline:before{content:"󱞀"}.mdi-note-edit:before{content:"󱞁"}.mdi-note-edit-outline:before{content:"󱞂"}.mdi-note-minus:before{content:"󱙏"}.mdi-note-minus-outline:before{content:"󱙐"}.mdi-note-multiple:before{content:"󰚸"}.mdi-note-multiple-outline:before{content:"󰚹"}.mdi-note-off:before{content:"󱞃"}.mdi-note-off-outline:before{content:"󱞄"}.mdi-note-outline:before{content:"󰎛"}.mdi-note-plus:before{content:"󰎜"}.mdi-note-plus-outline:before{content:"󰎝"}.mdi-note-remove:before{content:"󱙑"}.mdi-note-remove-outline:before{content:"󱙒"}.mdi-note-search:before{content:"󱙓"}.mdi-note-search-outline:before{content:"󱙔"}.mdi-note-text:before{content:"󰎞"}.mdi-note-text-outline:before{content:"󱇗"}.mdi-notebook:before{content:"󰠮"}.mdi-notebook-check:before{content:"󱓵"}.mdi-notebook-check-outline:before{content:"󱓶"}.mdi-notebook-edit:before{content:"󱓧"}.mdi-notebook-edit-outline:before{content:"󱓩"}.mdi-notebook-heart:before{content:"󱨋"}.mdi-notebook-heart-outline:before{content:"󱨌"}.mdi-notebook-minus:before{content:"󱘐"}.mdi-notebook-minus-outline:before{content:"󱘑"}.mdi-notebook-multiple:before{content:"󰹕"}.mdi-notebook-outline:before{content:"󰺿"}.mdi-notebook-plus:before{content:"󱘒"}.mdi-notebook-plus-outline:before{content:"󱘓"}.mdi-notebook-remove:before{content:"󱘔"}.mdi-notebook-remove-outline:before{content:"󱘕"}.mdi-notification-clear-all:before{content:"󰎟"}.mdi-npm:before{content:"󰛷"}.mdi-nuke:before{content:"󰚤"}.mdi-null:before{content:"󰟢"}.mdi-numeric:before{content:"󰎠"}.mdi-numeric-0:before{content:"󰬹"}.mdi-numeric-0-box:before{content:"󰎡"}.mdi-numeric-0-box-multiple:before{content:"󰼎"}.mdi-numeric-0-box-multiple-outline:before{content:"󰎢"}.mdi-numeric-0-box-outline:before{content:"󰎣"}.mdi-numeric-0-circle:before{content:"󰲞"}.mdi-numeric-0-circle-outline:before{content:"󰲟"}.mdi-numeric-1:before{content:"󰬺"}.mdi-numeric-1-box:before{content:"󰎤"}.mdi-numeric-1-box-multiple:before{content:"󰼏"}.mdi-numeric-1-box-multiple-outline:before{content:"󰎥"}.mdi-numeric-1-box-outline:before{content:"󰎦"}.mdi-numeric-1-circle:before{content:"󰲠"}.mdi-numeric-1-circle-outline:before{content:"󰲡"}.mdi-numeric-10:before{content:"󰿩"}.mdi-numeric-10-box:before{content:"󰽽"}.mdi-numeric-10-box-multiple:before{content:"󰿪"}.mdi-numeric-10-box-multiple-outline:before{content:"󰿫"}.mdi-numeric-10-box-outline:before{content:"󰽾"}.mdi-numeric-10-circle:before{content:"󰿬"}.mdi-numeric-10-circle-outline:before{content:"󰿭"}.mdi-numeric-2:before{content:"󰬻"}.mdi-numeric-2-box:before{content:"󰎧"}.mdi-numeric-2-box-multiple:before{content:"󰼐"}.mdi-numeric-2-box-multiple-outline:before{content:"󰎨"}.mdi-numeric-2-box-outline:before{content:"󰎩"}.mdi-numeric-2-circle:before{content:"󰲢"}.mdi-numeric-2-circle-outline:before{content:"󰲣"}.mdi-numeric-3:before{content:"󰬼"}.mdi-numeric-3-box:before{content:"󰎪"}.mdi-numeric-3-box-multiple:before{content:"󰼑"}.mdi-numeric-3-box-multiple-outline:before{content:"󰎫"}.mdi-numeric-3-box-outline:before{content:"󰎬"}.mdi-numeric-3-circle:before{content:"󰲤"}.mdi-numeric-3-circle-outline:before{content:"󰲥"}.mdi-numeric-4:before{content:"󰬽"}.mdi-numeric-4-box:before{content:"󰎭"}.mdi-numeric-4-box-multiple:before{content:"󰼒"}.mdi-numeric-4-box-multiple-outline:before{content:"󰎲"}.mdi-numeric-4-box-outline:before{content:"󰎮"}.mdi-numeric-4-circle:before{content:"󰲦"}.mdi-numeric-4-circle-outline:before{content:"󰲧"}.mdi-numeric-5:before{content:"󰬾"}.mdi-numeric-5-box:before{content:"󰎱"}.mdi-numeric-5-box-multiple:before{content:"󰼓"}.mdi-numeric-5-box-multiple-outline:before{content:"󰎯"}.mdi-numeric-5-box-outline:before{content:"󰎰"}.mdi-numeric-5-circle:before{content:"󰲨"}.mdi-numeric-5-circle-outline:before{content:"󰲩"}.mdi-numeric-6:before{content:"󰬿"}.mdi-numeric-6-box:before{content:"󰎳"}.mdi-numeric-6-box-multiple:before{content:"󰼔"}.mdi-numeric-6-box-multiple-outline:before{content:"󰎴"}.mdi-numeric-6-box-outline:before{content:"󰎵"}.mdi-numeric-6-circle:before{content:"󰲪"}.mdi-numeric-6-circle-outline:before{content:"󰲫"}.mdi-numeric-7:before{content:"󰭀"}.mdi-numeric-7-box:before{content:"󰎶"}.mdi-numeric-7-box-multiple:before{content:"󰼕"}.mdi-numeric-7-box-multiple-outline:before{content:"󰎷"}.mdi-numeric-7-box-outline:before{content:"󰎸"}.mdi-numeric-7-circle:before{content:"󰲬"}.mdi-numeric-7-circle-outline:before{content:"󰲭"}.mdi-numeric-8:before{content:"󰭁"}.mdi-numeric-8-box:before{content:"󰎹"}.mdi-numeric-8-box-multiple:before{content:"󰼖"}.mdi-numeric-8-box-multiple-outline:before{content:"󰎺"}.mdi-numeric-8-box-outline:before{content:"󰎻"}.mdi-numeric-8-circle:before{content:"󰲮"}.mdi-numeric-8-circle-outline:before{content:"󰲯"}.mdi-numeric-9:before{content:"󰭂"}.mdi-numeric-9-box:before{content:"󰎼"}.mdi-numeric-9-box-multiple:before{content:"󰼗"}.mdi-numeric-9-box-multiple-outline:before{content:"󰎽"}.mdi-numeric-9-box-outline:before{content:"󰎾"}.mdi-numeric-9-circle:before{content:"󰲰"}.mdi-numeric-9-circle-outline:before{content:"󰲱"}.mdi-numeric-9-plus:before{content:"󰿮"}.mdi-numeric-9-plus-box:before{content:"󰎿"}.mdi-numeric-9-plus-box-multiple:before{content:"󰼘"}.mdi-numeric-9-plus-box-multiple-outline:before{content:"󰏀"}.mdi-numeric-9-plus-box-outline:before{content:"󰏁"}.mdi-numeric-9-plus-circle:before{content:"󰲲"}.mdi-numeric-9-plus-circle-outline:before{content:"󰲳"}.mdi-numeric-negative-1:before{content:"󱁒"}.mdi-numeric-off:before{content:"󱧓"}.mdi-numeric-positive-1:before{content:"󱗋"}.mdi-nut:before{content:"󰛸"}.mdi-nutrition:before{content:"󰏂"}.mdi-nuxt:before{content:"󱄆"}.mdi-oar:before{content:"󰙼"}.mdi-ocarina:before{content:"󰷠"}.mdi-oci:before{content:"󱋩"}.mdi-ocr:before{content:"󱄺"}.mdi-octagon:before{content:"󰏃"}.mdi-octagon-outline:before{content:"󰏄"}.mdi-octagram:before{content:"󰛹"}.mdi-octagram-outline:before{content:"󰝵"}.mdi-octahedron:before{content:"󱥐"}.mdi-octahedron-off:before{content:"󱥑"}.mdi-odnoklassniki:before{content:"󰏅"}.mdi-offer:before{content:"󱈛"}.mdi-office-building:before{content:"󰦑"}.mdi-office-building-cog:before{content:"󱥉"}.mdi-office-building-cog-outline:before{content:"󱥊"}.mdi-office-building-marker:before{content:"󱔠"}.mdi-office-building-marker-outline:before{content:"󱔡"}.mdi-office-building-minus:before{content:"󱮪"}.mdi-office-building-minus-outline:before{content:"󱮫"}.mdi-office-building-outline:before{content:"󱔟"}.mdi-office-building-plus:before{content:"󱮨"}.mdi-office-building-plus-outline:before{content:"󱮩"}.mdi-office-building-remove:before{content:"󱮬"}.mdi-office-building-remove-outline:before{content:"󱮭"}.mdi-oil:before{content:"󰏇"}.mdi-oil-lamp:before{content:"󰼙"}.mdi-oil-level:before{content:"󱁓"}.mdi-oil-temperature:before{content:"󰿸"}.mdi-om:before{content:"󰥳"}.mdi-omega:before{content:"󰏉"}.mdi-one-up:before{content:"󰮭"}.mdi-onepassword:before{content:"󰢁"}.mdi-opacity:before{content:"󰗌"}.mdi-open-in-app:before{content:"󰏋"}.mdi-open-in-new:before{content:"󰏌"}.mdi-open-source-initiative:before{content:"󰮮"}.mdi-openid:before{content:"󰏍"}.mdi-opera:before{content:"󰏎"}.mdi-orbit:before{content:"󰀘"}.mdi-orbit-variant:before{content:"󱗛"}.mdi-order-alphabetical-ascending:before{content:"󰈍"}.mdi-order-alphabetical-descending:before{content:"󰴇"}.mdi-order-bool-ascending:before{content:"󰊾"}.mdi-order-bool-ascending-variant:before{content:"󰦏"}.mdi-order-bool-descending:before{content:"󱎄"}.mdi-order-bool-descending-variant:before{content:"󰦐"}.mdi-order-numeric-ascending:before{content:"󰕅"}.mdi-order-numeric-descending:before{content:"󰕆"}.mdi-origin:before{content:"󰭃"}.mdi-ornament:before{content:"󰏏"}.mdi-ornament-variant:before{content:"󰏐"}.mdi-outdoor-lamp:before{content:"󱁔"}.mdi-overscan:before{content:"󱀅"}.mdi-owl:before{content:"󰏒"}.mdi-pac-man:before{content:"󰮯"}.mdi-package:before{content:"󰏓"}.mdi-package-check:before{content:"󱭑"}.mdi-package-down:before{content:"󰏔"}.mdi-package-up:before{content:"󰏕"}.mdi-package-variant:before{content:"󰏖"}.mdi-package-variant-closed:before{content:"󰏗"}.mdi-package-variant-closed-check:before{content:"󱭒"}.mdi-package-variant-closed-minus:before{content:"󱧔"}.mdi-package-variant-closed-plus:before{content:"󱧕"}.mdi-package-variant-closed-remove:before{content:"󱧖"}.mdi-package-variant-minus:before{content:"󱧗"}.mdi-package-variant-plus:before{content:"󱧘"}.mdi-package-variant-remove:before{content:"󱧙"}.mdi-page-first:before{content:"󰘀"}.mdi-page-last:before{content:"󰘁"}.mdi-page-layout-body:before{content:"󰛺"}.mdi-page-layout-footer:before{content:"󰛻"}.mdi-page-layout-header:before{content:"󰛼"}.mdi-page-layout-header-footer:before{content:"󰽿"}.mdi-page-layout-sidebar-left:before{content:"󰛽"}.mdi-page-layout-sidebar-right:before{content:"󰛾"}.mdi-page-next:before{content:"󰮰"}.mdi-page-next-outline:before{content:"󰮱"}.mdi-page-previous:before{content:"󰮲"}.mdi-page-previous-outline:before{content:"󰮳"}.mdi-pail:before{content:"󱐗"}.mdi-pail-minus:before{content:"󱐷"}.mdi-pail-minus-outline:before{content:"󱐼"}.mdi-pail-off:before{content:"󱐹"}.mdi-pail-off-outline:before{content:"󱐾"}.mdi-pail-outline:before{content:"󱐺"}.mdi-pail-plus:before{content:"󱐶"}.mdi-pail-plus-outline:before{content:"󱐻"}.mdi-pail-remove:before{content:"󱐸"}.mdi-pail-remove-outline:before{content:"󱐽"}.mdi-palette:before{content:"󰏘"}.mdi-palette-advanced:before{content:"󰏙"}.mdi-palette-outline:before{content:"󰸌"}.mdi-palette-swatch:before{content:"󰢵"}.mdi-palette-swatch-outline:before{content:"󱍜"}.mdi-palette-swatch-variant:before{content:"󱥚"}.mdi-palm-tree:before{content:"󱁕"}.mdi-pan:before{content:"󰮴"}.mdi-pan-bottom-left:before{content:"󰮵"}.mdi-pan-bottom-right:before{content:"󰮶"}.mdi-pan-down:before{content:"󰮷"}.mdi-pan-horizontal:before{content:"󰮸"}.mdi-pan-left:before{content:"󰮹"}.mdi-pan-right:before{content:"󰮺"}.mdi-pan-top-left:before{content:"󰮻"}.mdi-pan-top-right:before{content:"󰮼"}.mdi-pan-up:before{content:"󰮽"}.mdi-pan-vertical:before{content:"󰮾"}.mdi-panda:before{content:"󰏚"}.mdi-pandora:before{content:"󰏛"}.mdi-panorama:before{content:"󰏜"}.mdi-panorama-fisheye:before{content:"󰏝"}.mdi-panorama-horizontal:before{content:"󱤨"}.mdi-panorama-horizontal-outline:before{content:"󰏞"}.mdi-panorama-outline:before{content:"󱦌"}.mdi-panorama-sphere:before{content:"󱦍"}.mdi-panorama-sphere-outline:before{content:"󱦎"}.mdi-panorama-variant:before{content:"󱦏"}.mdi-panorama-variant-outline:before{content:"󱦐"}.mdi-panorama-vertical:before{content:"󱤩"}.mdi-panorama-vertical-outline:before{content:"󰏟"}.mdi-panorama-wide-angle:before{content:"󱥟"}.mdi-panorama-wide-angle-outline:before{content:"󰏠"}.mdi-paper-cut-vertical:before{content:"󰏡"}.mdi-paper-roll:before{content:"󱅗"}.mdi-paper-roll-outline:before{content:"󱅘"}.mdi-paperclip:before{content:"󰏢"}.mdi-paperclip-check:before{content:"󱫆"}.mdi-paperclip-lock:before{content:"󱧚"}.mdi-paperclip-minus:before{content:"󱫇"}.mdi-paperclip-off:before{content:"󱫈"}.mdi-paperclip-plus:before{content:"󱫉"}.mdi-paperclip-remove:before{content:"󱫊"}.mdi-parachute:before{content:"󰲴"}.mdi-parachute-outline:before{content:"󰲵"}.mdi-paragliding:before{content:"󱝅"}.mdi-parking:before{content:"󰏣"}.mdi-party-popper:before{content:"󱁖"}.mdi-passport:before{content:"󰟣"}.mdi-passport-biometric:before{content:"󰷡"}.mdi-pasta:before{content:"󱅠"}.mdi-patio-heater:before{content:"󰾀"}.mdi-patreon:before{content:"󰢂"}.mdi-pause:before{content:"󰏤"}.mdi-pause-box:before{content:"󰂼"}.mdi-pause-box-outline:before{content:"󱭺"}.mdi-pause-circle:before{content:"󰏥"}.mdi-pause-circle-outline:before{content:"󰏦"}.mdi-pause-octagon:before{content:"󰏧"}.mdi-pause-octagon-outline:before{content:"󰏨"}.mdi-paw:before{content:"󰏩"}.mdi-paw-off:before{content:"󰙗"}.mdi-paw-off-outline:before{content:"󱙶"}.mdi-paw-outline:before{content:"󱙵"}.mdi-peace:before{content:"󰢄"}.mdi-peanut:before{content:"󰿼"}.mdi-peanut-off:before{content:"󰿽"}.mdi-peanut-off-outline:before{content:"󰿿"}.mdi-peanut-outline:before{content:"󰿾"}.mdi-pen:before{content:"󰏪"}.mdi-pen-lock:before{content:"󰷢"}.mdi-pen-minus:before{content:"󰷣"}.mdi-pen-off:before{content:"󰷤"}.mdi-pen-plus:before{content:"󰷥"}.mdi-pen-remove:before{content:"󰷦"}.mdi-pencil:before{content:"󰏫"}.mdi-pencil-box:before{content:"󰏬"}.mdi-pencil-box-multiple:before{content:"󱅄"}.mdi-pencil-box-multiple-outline:before{content:"󱅅"}.mdi-pencil-box-outline:before{content:"󰏭"}.mdi-pencil-circle:before{content:"󰛿"}.mdi-pencil-circle-outline:before{content:"󰝶"}.mdi-pencil-lock:before{content:"󰏮"}.mdi-pencil-lock-outline:before{content:"󰷧"}.mdi-pencil-minus:before{content:"󰷨"}.mdi-pencil-minus-outline:before{content:"󰷩"}.mdi-pencil-off:before{content:"󰏯"}.mdi-pencil-off-outline:before{content:"󰷪"}.mdi-pencil-outline:before{content:"󰲶"}.mdi-pencil-plus:before{content:"󰷫"}.mdi-pencil-plus-outline:before{content:"󰷬"}.mdi-pencil-remove:before{content:"󰷭"}.mdi-pencil-remove-outline:before{content:"󰷮"}.mdi-pencil-ruler:before{content:"󱍓"}.mdi-penguin:before{content:"󰻀"}.mdi-pentagon:before{content:"󰜁"}.mdi-pentagon-outline:before{content:"󰜀"}.mdi-pentagram:before{content:"󱙧"}.mdi-percent:before{content:"󰏰"}.mdi-percent-box:before{content:"󱨂"}.mdi-percent-box-outline:before{content:"󱨃"}.mdi-percent-circle:before{content:"󱨄"}.mdi-percent-circle-outline:before{content:"󱨅"}.mdi-percent-outline:before{content:"󱉸"}.mdi-periodic-table:before{content:"󰢶"}.mdi-perspective-less:before{content:"󰴣"}.mdi-perspective-more:before{content:"󰴤"}.mdi-ph:before{content:"󱟅"}.mdi-phone:before{content:"󰏲"}.mdi-phone-alert:before{content:"󰼚"}.mdi-phone-alert-outline:before{content:"󱆎"}.mdi-phone-bluetooth:before{content:"󰏳"}.mdi-phone-bluetooth-outline:before{content:"󱆏"}.mdi-phone-cancel:before{content:"󱂼"}.mdi-phone-cancel-outline:before{content:"󱆐"}.mdi-phone-check:before{content:"󱆩"}.mdi-phone-check-outline:before{content:"󱆪"}.mdi-phone-classic:before{content:"󰘂"}.mdi-phone-classic-off:before{content:"󱉹"}.mdi-phone-clock:before{content:"󱧛"}.mdi-phone-dial:before{content:"󱕙"}.mdi-phone-dial-outline:before{content:"󱕚"}.mdi-phone-forward:before{content:"󰏴"}.mdi-phone-forward-outline:before{content:"󱆑"}.mdi-phone-hangup:before{content:"󰏵"}.mdi-phone-hangup-outline:before{content:"󱆒"}.mdi-phone-in-talk:before{content:"󰏶"}.mdi-phone-in-talk-outline:before{content:"󱆂"}.mdi-phone-incoming:before{content:"󰏷"}.mdi-phone-incoming-outgoing:before{content:"󱬿"}.mdi-phone-incoming-outgoing-outline:before{content:"󱭀"}.mdi-phone-incoming-outline:before{content:"󱆓"}.mdi-phone-lock:before{content:"󰏸"}.mdi-phone-lock-outline:before{content:"󱆔"}.mdi-phone-log:before{content:"󰏹"}.mdi-phone-log-outline:before{content:"󱆕"}.mdi-phone-message:before{content:"󱆖"}.mdi-phone-message-outline:before{content:"󱆗"}.mdi-phone-minus:before{content:"󰙘"}.mdi-phone-minus-outline:before{content:"󱆘"}.mdi-phone-missed:before{content:"󰏺"}.mdi-phone-missed-outline:before{content:"󱆥"}.mdi-phone-off:before{content:"󰷯"}.mdi-phone-off-outline:before{content:"󱆦"}.mdi-phone-outgoing:before{content:"󰏻"}.mdi-phone-outgoing-outline:before{content:"󱆙"}.mdi-phone-outline:before{content:"󰷰"}.mdi-phone-paused:before{content:"󰏼"}.mdi-phone-paused-outline:before{content:"󱆚"}.mdi-phone-plus:before{content:"󰙙"}.mdi-phone-plus-outline:before{content:"󱆛"}.mdi-phone-refresh:before{content:"󱦓"}.mdi-phone-refresh-outline:before{content:"󱦔"}.mdi-phone-remove:before{content:"󱔯"}.mdi-phone-remove-outline:before{content:"󱔰"}.mdi-phone-return:before{content:"󰠯"}.mdi-phone-return-outline:before{content:"󱆜"}.mdi-phone-ring:before{content:"󱆫"}.mdi-phone-ring-outline:before{content:"󱆬"}.mdi-phone-rotate-landscape:before{content:"󰢅"}.mdi-phone-rotate-portrait:before{content:"󰢆"}.mdi-phone-settings:before{content:"󰏽"}.mdi-phone-settings-outline:before{content:"󱆝"}.mdi-phone-sync:before{content:"󱦕"}.mdi-phone-sync-outline:before{content:"󱦖"}.mdi-phone-voip:before{content:"󰏾"}.mdi-pi:before{content:"󰏿"}.mdi-pi-box:before{content:"󰐀"}.mdi-pi-hole:before{content:"󰷱"}.mdi-piano:before{content:"󰙽"}.mdi-piano-off:before{content:"󰚘"}.mdi-pickaxe:before{content:"󰢷"}.mdi-picture-in-picture-bottom-right:before{content:"󰹗"}.mdi-picture-in-picture-bottom-right-outline:before{content:"󰹘"}.mdi-picture-in-picture-top-right:before{content:"󰹙"}.mdi-picture-in-picture-top-right-outline:before{content:"󰹚"}.mdi-pier:before{content:"󰢇"}.mdi-pier-crane:before{content:"󰢈"}.mdi-pig:before{content:"󰐁"}.mdi-pig-variant:before{content:"󱀆"}.mdi-pig-variant-outline:before{content:"󱙸"}.mdi-piggy-bank:before{content:"󱀇"}.mdi-piggy-bank-outline:before{content:"󱙹"}.mdi-pill:before{content:"󰐂"}.mdi-pill-multiple:before{content:"󱭌"}.mdi-pill-off:before{content:"󱩜"}.mdi-pillar:before{content:"󰜂"}.mdi-pin:before{content:"󰐃"}.mdi-pin-off:before{content:"󰐄"}.mdi-pin-off-outline:before{content:"󰤰"}.mdi-pin-outline:before{content:"󰤱"}.mdi-pine-tree:before{content:"󰐅"}.mdi-pine-tree-box:before{content:"󰐆"}.mdi-pine-tree-fire:before{content:"󱐚"}.mdi-pinterest:before{content:"󰐇"}.mdi-pinwheel:before{content:"󰫕"}.mdi-pinwheel-outline:before{content:"󰫖"}.mdi-pipe:before{content:"󰟥"}.mdi-pipe-disconnected:before{content:"󰟦"}.mdi-pipe-leak:before{content:"󰢉"}.mdi-pipe-valve:before{content:"󱡍"}.mdi-pipe-wrench:before{content:"󱍔"}.mdi-pirate:before{content:"󰨈"}.mdi-pistol:before{content:"󰜃"}.mdi-piston:before{content:"󰢊"}.mdi-pitchfork:before{content:"󱕓"}.mdi-pizza:before{content:"󰐉"}.mdi-plane-car:before{content:"󱫿"}.mdi-plane-train:before{content:"󱬀"}.mdi-play:before{content:"󰐊"}.mdi-play-box:before{content:"󱉺"}.mdi-play-box-lock:before{content:"󱨖"}.mdi-play-box-lock-open:before{content:"󱨗"}.mdi-play-box-lock-open-outline:before{content:"󱨘"}.mdi-play-box-lock-outline:before{content:"󱨙"}.mdi-play-box-multiple:before{content:"󰴙"}.mdi-play-box-multiple-outline:before{content:"󱏦"}.mdi-play-box-outline:before{content:"󰐋"}.mdi-play-circle:before{content:"󰐌"}.mdi-play-circle-outline:before{content:"󰐍"}.mdi-play-network:before{content:"󰢋"}.mdi-play-network-outline:before{content:"󰲷"}.mdi-play-outline:before{content:"󰼛"}.mdi-play-pause:before{content:"󰐎"}.mdi-play-protected-content:before{content:"󰐏"}.mdi-play-speed:before{content:"󰣿"}.mdi-playlist-check:before{content:"󰗇"}.mdi-playlist-edit:before{content:"󰤀"}.mdi-playlist-minus:before{content:"󰐐"}.mdi-playlist-music:before{content:"󰲸"}.mdi-playlist-music-outline:before{content:"󰲹"}.mdi-playlist-play:before{content:"󰐑"}.mdi-playlist-plus:before{content:"󰐒"}.mdi-playlist-remove:before{content:"󰐓"}.mdi-playlist-star:before{content:"󰷲"}.mdi-plex:before{content:"󰚺"}.mdi-pliers:before{content:"󱦤"}.mdi-plus:before{content:"󰐕"}.mdi-plus-box:before{content:"󰐖"}.mdi-plus-box-multiple:before{content:"󰌴"}.mdi-plus-box-multiple-outline:before{content:"󱅃"}.mdi-plus-box-outline:before{content:"󰜄"}.mdi-plus-circle:before{content:"󰐗"}.mdi-plus-circle-multiple:before{content:"󰍌"}.mdi-plus-circle-multiple-outline:before{content:"󰐘"}.mdi-plus-circle-outline:before{content:"󰐙"}.mdi-plus-lock:before{content:"󱩝"}.mdi-plus-lock-open:before{content:"󱩞"}.mdi-plus-minus:before{content:"󰦒"}.mdi-plus-minus-box:before{content:"󰦓"}.mdi-plus-minus-variant:before{content:"󱓉"}.mdi-plus-network:before{content:"󰐚"}.mdi-plus-network-outline:before{content:"󰲺"}.mdi-plus-outline:before{content:"󰜅"}.mdi-plus-thick:before{content:"󱇬"}.mdi-podcast:before{content:"󰦔"}.mdi-podium:before{content:"󰴥"}.mdi-podium-bronze:before{content:"󰴦"}.mdi-podium-gold:before{content:"󰴧"}.mdi-podium-silver:before{content:"󰴨"}.mdi-point-of-sale:before{content:"󰶒"}.mdi-pokeball:before{content:"󰐝"}.mdi-pokemon-go:before{content:"󰨉"}.mdi-poker-chip:before{content:"󰠰"}.mdi-polaroid:before{content:"󰐞"}.mdi-police-badge:before{content:"󱅧"}.mdi-police-badge-outline:before{content:"󱅨"}.mdi-police-station:before{content:"󱠹"}.mdi-poll:before{content:"󰐟"}.mdi-polo:before{content:"󱓃"}.mdi-polymer:before{content:"󰐡"}.mdi-pool:before{content:"󰘆"}.mdi-pool-thermometer:before{content:"󱩟"}.mdi-popcorn:before{content:"󰐢"}.mdi-post:before{content:"󱀈"}.mdi-post-lamp:before{content:"󱩠"}.mdi-post-outline:before{content:"󱀉"}.mdi-postage-stamp:before{content:"󰲻"}.mdi-pot:before{content:"󰋥"}.mdi-pot-mix:before{content:"󰙛"}.mdi-pot-mix-outline:before{content:"󰙷"}.mdi-pot-outline:before{content:"󰋿"}.mdi-pot-steam:before{content:"󰙚"}.mdi-pot-steam-outline:before{content:"󰌦"}.mdi-pound:before{content:"󰐣"}.mdi-pound-box:before{content:"󰐤"}.mdi-pound-box-outline:before{content:"󱅿"}.mdi-power:before{content:"󰐥"}.mdi-power-cycle:before{content:"󰤁"}.mdi-power-off:before{content:"󰤂"}.mdi-power-on:before{content:"󰤃"}.mdi-power-plug:before{content:"󰚥"}.mdi-power-plug-off:before{content:"󰚦"}.mdi-power-plug-off-outline:before{content:"󱐤"}.mdi-power-plug-outline:before{content:"󱐥"}.mdi-power-settings:before{content:"󰐦"}.mdi-power-sleep:before{content:"󰤄"}.mdi-power-socket:before{content:"󰐧"}.mdi-power-socket-au:before{content:"󰤅"}.mdi-power-socket-ch:before{content:"󰾳"}.mdi-power-socket-de:before{content:"󱄇"}.mdi-power-socket-eu:before{content:"󰟧"}.mdi-power-socket-fr:before{content:"󱄈"}.mdi-power-socket-it:before{content:"󱓿"}.mdi-power-socket-jp:before{content:"󱄉"}.mdi-power-socket-uk:before{content:"󰟨"}.mdi-power-socket-us:before{content:"󰟩"}.mdi-power-standby:before{content:"󰤆"}.mdi-powershell:before{content:"󰨊"}.mdi-prescription:before{content:"󰜆"}.mdi-presentation:before{content:"󰐨"}.mdi-presentation-play:before{content:"󰐩"}.mdi-pretzel:before{content:"󱕢"}.mdi-printer:before{content:"󰐪"}.mdi-printer-3d:before{content:"󰐫"}.mdi-printer-3d-nozzle:before{content:"󰹛"}.mdi-printer-3d-nozzle-alert:before{content:"󱇀"}.mdi-printer-3d-nozzle-alert-outline:before{content:"󱇁"}.mdi-printer-3d-nozzle-heat:before{content:"󱢸"}.mdi-printer-3d-nozzle-heat-outline:before{content:"󱢹"}.mdi-printer-3d-nozzle-off:before{content:"󱬙"}.mdi-printer-3d-nozzle-off-outline:before{content:"󱬚"}.mdi-printer-3d-nozzle-outline:before{content:"󰹜"}.mdi-printer-3d-off:before{content:"󱬎"}.mdi-printer-alert:before{content:"󰐬"}.mdi-printer-check:before{content:"󱅆"}.mdi-printer-eye:before{content:"󱑘"}.mdi-printer-off:before{content:"󰹝"}.mdi-printer-off-outline:before{content:"󱞅"}.mdi-printer-outline:before{content:"󱞆"}.mdi-printer-pos:before{content:"󱁗"}.mdi-printer-search:before{content:"󱑗"}.mdi-printer-settings:before{content:"󰜇"}.mdi-printer-wireless:before{content:"󰨋"}.mdi-priority-high:before{content:"󰘃"}.mdi-priority-low:before{content:"󰘄"}.mdi-professional-hexagon:before{content:"󰐭"}.mdi-progress-alert:before{content:"󰲼"}.mdi-progress-check:before{content:"󰦕"}.mdi-progress-clock:before{content:"󰦖"}.mdi-progress-close:before{content:"󱄊"}.mdi-progress-download:before{content:"󰦗"}.mdi-progress-helper:before{content:"󱮢"}.mdi-progress-pencil:before{content:"󱞇"}.mdi-progress-question:before{content:"󱔢"}.mdi-progress-star:before{content:"󱞈"}.mdi-progress-upload:before{content:"󰦘"}.mdi-progress-wrench:before{content:"󰲽"}.mdi-projector:before{content:"󰐮"}.mdi-projector-off:before{content:"󱨣"}.mdi-projector-screen:before{content:"󰐯"}.mdi-projector-screen-off:before{content:"󱠍"}.mdi-projector-screen-off-outline:before{content:"󱠎"}.mdi-projector-screen-outline:before{content:"󱜤"}.mdi-projector-screen-variant:before{content:"󱠏"}.mdi-projector-screen-variant-off:before{content:"󱠐"}.mdi-projector-screen-variant-off-outline:before{content:"󱠑"}.mdi-projector-screen-variant-outline:before{content:"󱠒"}.mdi-propane-tank:before{content:"󱍗"}.mdi-propane-tank-outline:before{content:"󱍘"}.mdi-protocol:before{content:"󰿘"}.mdi-publish:before{content:"󰚧"}.mdi-publish-off:before{content:"󱥅"}.mdi-pulse:before{content:"󰐰"}.mdi-pump:before{content:"󱐂"}.mdi-pump-off:before{content:"󱬢"}.mdi-pumpkin:before{content:"󰮿"}.mdi-purse:before{content:"󰼜"}.mdi-purse-outline:before{content:"󰼝"}.mdi-puzzle:before{content:"󰐱"}.mdi-puzzle-check:before{content:"󱐦"}.mdi-puzzle-check-outline:before{content:"󱐧"}.mdi-puzzle-edit:before{content:"󱓓"}.mdi-puzzle-edit-outline:before{content:"󱓙"}.mdi-puzzle-heart:before{content:"󱓔"}.mdi-puzzle-heart-outline:before{content:"󱓚"}.mdi-puzzle-minus:before{content:"󱓑"}.mdi-puzzle-minus-outline:before{content:"󱓗"}.mdi-puzzle-outline:before{content:"󰩦"}.mdi-puzzle-plus:before{content:"󱓐"}.mdi-puzzle-plus-outline:before{content:"󱓖"}.mdi-puzzle-remove:before{content:"󱓒"}.mdi-puzzle-remove-outline:before{content:"󱓘"}.mdi-puzzle-star:before{content:"󱓕"}.mdi-puzzle-star-outline:before{content:"󱓛"}.mdi-pyramid:before{content:"󱥒"}.mdi-pyramid-off:before{content:"󱥓"}.mdi-qi:before{content:"󰦙"}.mdi-qqchat:before{content:"󰘅"}.mdi-qrcode:before{content:"󰐲"}.mdi-qrcode-edit:before{content:"󰢸"}.mdi-qrcode-minus:before{content:"󱆌"}.mdi-qrcode-plus:before{content:"󱆋"}.mdi-qrcode-remove:before{content:"󱆍"}.mdi-qrcode-scan:before{content:"󰐳"}.mdi-quadcopter:before{content:"󰐴"}.mdi-quality-high:before{content:"󰐵"}.mdi-quality-low:before{content:"󰨌"}.mdi-quality-medium:before{content:"󰨍"}.mdi-quora:before{content:"󰴩"}.mdi-rabbit:before{content:"󰤇"}.mdi-rabbit-variant:before{content:"󱩡"}.mdi-rabbit-variant-outline:before{content:"󱩢"}.mdi-racing-helmet:before{content:"󰶓"}.mdi-racquetball:before{content:"󰶔"}.mdi-radar:before{content:"󰐷"}.mdi-radiator:before{content:"󰐸"}.mdi-radiator-disabled:before{content:"󰫗"}.mdi-radiator-off:before{content:"󰫘"}.mdi-radio:before{content:"󰐹"}.mdi-radio-am:before{content:"󰲾"}.mdi-radio-fm:before{content:"󰲿"}.mdi-radio-handheld:before{content:"󰐺"}.mdi-radio-off:before{content:"󱈜"}.mdi-radio-tower:before{content:"󰐻"}.mdi-radioactive:before{content:"󰐼"}.mdi-radioactive-circle:before{content:"󱡝"}.mdi-radioactive-circle-outline:before{content:"󱡞"}.mdi-radioactive-off:before{content:"󰻁"}.mdi-radiobox-blank:before{content:"󰐽"}.mdi-radiobox-marked:before{content:"󰐾"}.mdi-radiology-box:before{content:"󱓅"}.mdi-radiology-box-outline:before{content:"󱓆"}.mdi-radius:before{content:"󰳀"}.mdi-radius-outline:before{content:"󰳁"}.mdi-railroad-light:before{content:"󰼞"}.mdi-rake:before{content:"󱕄"}.mdi-raspberry-pi:before{content:"󰐿"}.mdi-raw:before{content:"󱨏"}.mdi-raw-off:before{content:"󱨐"}.mdi-ray-end:before{content:"󰑀"}.mdi-ray-end-arrow:before{content:"󰑁"}.mdi-ray-start:before{content:"󰑂"}.mdi-ray-start-arrow:before{content:"󰑃"}.mdi-ray-start-end:before{content:"󰑄"}.mdi-ray-start-vertex-end:before{content:"󱗘"}.mdi-ray-vertex:before{content:"󰑅"}.mdi-razor-double-edge:before{content:"󱦗"}.mdi-razor-single-edge:before{content:"󱦘"}.mdi-react:before{content:"󰜈"}.mdi-read:before{content:"󰑇"}.mdi-receipt:before{content:"󰠤"}.mdi-receipt-outline:before{content:"󰓷"}.mdi-receipt-text:before{content:"󰑉"}.mdi-receipt-text-check:before{content:"󱩣"}.mdi-receipt-text-check-outline:before{content:"󱩤"}.mdi-receipt-text-minus:before{content:"󱩥"}.mdi-receipt-text-minus-outline:before{content:"󱩦"}.mdi-receipt-text-outline:before{content:"󱧜"}.mdi-receipt-text-plus:before{content:"󱩧"}.mdi-receipt-text-plus-outline:before{content:"󱩨"}.mdi-receipt-text-remove:before{content:"󱩩"}.mdi-receipt-text-remove-outline:before{content:"󱩪"}.mdi-record:before{content:"󰑊"}.mdi-record-circle:before{content:"󰻂"}.mdi-record-circle-outline:before{content:"󰻃"}.mdi-record-player:before{content:"󰦚"}.mdi-record-rec:before{content:"󰑋"}.mdi-rectangle:before{content:"󰹞"}.mdi-rectangle-outline:before{content:"󰹟"}.mdi-recycle:before{content:"󰑌"}.mdi-recycle-variant:before{content:"󱎝"}.mdi-reddit:before{content:"󰑍"}.mdi-redhat:before{content:"󱄛"}.mdi-redo:before{content:"󰑎"}.mdi-redo-variant:before{content:"󰑏"}.mdi-reflect-horizontal:before{content:"󰨎"}.mdi-reflect-vertical:before{content:"󰨏"}.mdi-refresh:before{content:"󰑐"}.mdi-refresh-auto:before{content:"󱣲"}.mdi-refresh-circle:before{content:"󱍷"}.mdi-regex:before{content:"󰑑"}.mdi-registered-trademark:before{content:"󰩧"}.mdi-reiterate:before{content:"󱖈"}.mdi-relation-many-to-many:before{content:"󱒖"}.mdi-relation-many-to-one:before{content:"󱒗"}.mdi-relation-many-to-one-or-many:before{content:"󱒘"}.mdi-relation-many-to-only-one:before{content:"󱒙"}.mdi-relation-many-to-zero-or-many:before{content:"󱒚"}.mdi-relation-many-to-zero-or-one:before{content:"󱒛"}.mdi-relation-one-or-many-to-many:before{content:"󱒜"}.mdi-relation-one-or-many-to-one:before{content:"󱒝"}.mdi-relation-one-or-many-to-one-or-many:before{content:"󱒞"}.mdi-relation-one-or-many-to-only-one:before{content:"󱒟"}.mdi-relation-one-or-many-to-zero-or-many:before{content:"󱒠"}.mdi-relation-one-or-many-to-zero-or-one:before{content:"󱒡"}.mdi-relation-one-to-many:before{content:"󱒢"}.mdi-relation-one-to-one:before{content:"󱒣"}.mdi-relation-one-to-one-or-many:before{content:"󱒤"}.mdi-relation-one-to-only-one:before{content:"󱒥"}.mdi-relation-one-to-zero-or-many:before{content:"󱒦"}.mdi-relation-one-to-zero-or-one:before{content:"󱒧"}.mdi-relation-only-one-to-many:before{content:"󱒨"}.mdi-relation-only-one-to-one:before{content:"󱒩"}.mdi-relation-only-one-to-one-or-many:before{content:"󱒪"}.mdi-relation-only-one-to-only-one:before{content:"󱒫"}.mdi-relation-only-one-to-zero-or-many:before{content:"󱒬"}.mdi-relation-only-one-to-zero-or-one:before{content:"󱒭"}.mdi-relation-zero-or-many-to-many:before{content:"󱒮"}.mdi-relation-zero-or-many-to-one:before{content:"󱒯"}.mdi-relation-zero-or-many-to-one-or-many:before{content:"󱒰"}.mdi-relation-zero-or-many-to-only-one:before{content:"󱒱"}.mdi-relation-zero-or-many-to-zero-or-many:before{content:"󱒲"}.mdi-relation-zero-or-many-to-zero-or-one:before{content:"󱒳"}.mdi-relation-zero-or-one-to-many:before{content:"󱒴"}.mdi-relation-zero-or-one-to-one:before{content:"󱒵"}.mdi-relation-zero-or-one-to-one-or-many:before{content:"󱒶"}.mdi-relation-zero-or-one-to-only-one:before{content:"󱒷"}.mdi-relation-zero-or-one-to-zero-or-many:before{content:"󱒸"}.mdi-relation-zero-or-one-to-zero-or-one:before{content:"󱒹"}.mdi-relative-scale:before{content:"󰑒"}.mdi-reload:before{content:"󰑓"}.mdi-reload-alert:before{content:"󱄋"}.mdi-reminder:before{content:"󰢌"}.mdi-remote:before{content:"󰑔"}.mdi-remote-desktop:before{content:"󰢹"}.mdi-remote-off:before{content:"󰻄"}.mdi-remote-tv:before{content:"󰻅"}.mdi-remote-tv-off:before{content:"󰻆"}.mdi-rename-box:before{content:"󰑕"}.mdi-reorder-horizontal:before{content:"󰚈"}.mdi-reorder-vertical:before{content:"󰚉"}.mdi-repeat:before{content:"󰑖"}.mdi-repeat-off:before{content:"󰑗"}.mdi-repeat-once:before{content:"󰑘"}.mdi-repeat-variant:before{content:"󰕇"}.mdi-replay:before{content:"󰑙"}.mdi-reply:before{content:"󰑚"}.mdi-reply-all:before{content:"󰑛"}.mdi-reply-all-outline:before{content:"󰼟"}.mdi-reply-circle:before{content:"󱆮"}.mdi-reply-outline:before{content:"󰼠"}.mdi-reproduction:before{content:"󰑜"}.mdi-resistor:before{content:"󰭄"}.mdi-resistor-nodes:before{content:"󰭅"}.mdi-resize:before{content:"󰩨"}.mdi-resize-bottom-right:before{content:"󰑝"}.mdi-responsive:before{content:"󰑞"}.mdi-restart:before{content:"󰜉"}.mdi-restart-alert:before{content:"󱄌"}.mdi-restart-off:before{content:"󰶕"}.mdi-restore:before{content:"󰦛"}.mdi-restore-alert:before{content:"󱄍"}.mdi-rewind:before{content:"󰑟"}.mdi-rewind-10:before{content:"󰴪"}.mdi-rewind-15:before{content:"󱥆"}.mdi-rewind-30:before{content:"󰶖"}.mdi-rewind-45:before{content:"󱬓"}.mdi-rewind-5:before{content:"󱇹"}.mdi-rewind-60:before{content:"󱘌"}.mdi-rewind-outline:before{content:"󰜊"}.mdi-rhombus:before{content:"󰜋"}.mdi-rhombus-medium:before{content:"󰨐"}.mdi-rhombus-medium-outline:before{content:"󱓜"}.mdi-rhombus-outline:before{content:"󰜌"}.mdi-rhombus-split:before{content:"󰨑"}.mdi-rhombus-split-outline:before{content:"󱓝"}.mdi-ribbon:before{content:"󰑠"}.mdi-rice:before{content:"󰟪"}.mdi-rickshaw:before{content:"󱖻"}.mdi-rickshaw-electric:before{content:"󱖼"}.mdi-ring:before{content:"󰟫"}.mdi-rivet:before{content:"󰹠"}.mdi-road:before{content:"󰑡"}.mdi-road-variant:before{content:"󰑢"}.mdi-robber:before{content:"󱁘"}.mdi-robot:before{content:"󰚩"}.mdi-robot-angry:before{content:"󱚝"}.mdi-robot-angry-outline:before{content:"󱚞"}.mdi-robot-confused:before{content:"󱚟"}.mdi-robot-confused-outline:before{content:"󱚠"}.mdi-robot-dead:before{content:"󱚡"}.mdi-robot-dead-outline:before{content:"󱚢"}.mdi-robot-excited:before{content:"󱚣"}.mdi-robot-excited-outline:before{content:"󱚤"}.mdi-robot-happy:before{content:"󱜙"}.mdi-robot-happy-outline:before{content:"󱜚"}.mdi-robot-industrial:before{content:"󰭆"}.mdi-robot-industrial-outline:before{content:"󱨚"}.mdi-robot-love:before{content:"󱚥"}.mdi-robot-love-outline:before{content:"󱚦"}.mdi-robot-mower:before{content:"󱇷"}.mdi-robot-mower-outline:before{content:"󱇳"}.mdi-robot-off:before{content:"󱚧"}.mdi-robot-off-outline:before{content:"󱙻"}.mdi-robot-outline:before{content:"󱙺"}.mdi-robot-vacuum:before{content:"󰜍"}.mdi-robot-vacuum-alert:before{content:"󱭝"}.mdi-robot-vacuum-variant:before{content:"󰤈"}.mdi-robot-vacuum-variant-alert:before{content:"󱭞"}.mdi-rocket:before{content:"󰑣"}.mdi-rocket-launch:before{content:"󱓞"}.mdi-rocket-launch-outline:before{content:"󱓟"}.mdi-rocket-outline:before{content:"󱎯"}.mdi-rodent:before{content:"󱌧"}.mdi-roller-shade:before{content:"󱩫"}.mdi-roller-shade-closed:before{content:"󱩬"}.mdi-roller-skate:before{content:"󰴫"}.mdi-roller-skate-off:before{content:"󰅅"}.mdi-rollerblade:before{content:"󰴬"}.mdi-rollerblade-off:before{content:"󰀮"}.mdi-rollupjs:before{content:"󰯀"}.mdi-rolodex:before{content:"󱪹"}.mdi-rolodex-outline:before{content:"󱪺"}.mdi-roman-numeral-1:before{content:"󱂈"}.mdi-roman-numeral-10:before{content:"󱂑"}.mdi-roman-numeral-2:before{content:"󱂉"}.mdi-roman-numeral-3:before{content:"󱂊"}.mdi-roman-numeral-4:before{content:"󱂋"}.mdi-roman-numeral-5:before{content:"󱂌"}.mdi-roman-numeral-6:before{content:"󱂍"}.mdi-roman-numeral-7:before{content:"󱂎"}.mdi-roman-numeral-8:before{content:"󱂏"}.mdi-roman-numeral-9:before{content:"󱂐"}.mdi-room-service:before{content:"󰢍"}.mdi-room-service-outline:before{content:"󰶗"}.mdi-rotate-360:before{content:"󱦙"}.mdi-rotate-3d:before{content:"󰻇"}.mdi-rotate-3d-variant:before{content:"󰑤"}.mdi-rotate-left:before{content:"󰑥"}.mdi-rotate-left-variant:before{content:"󰑦"}.mdi-rotate-orbit:before{content:"󰶘"}.mdi-rotate-right:before{content:"󰑧"}.mdi-rotate-right-variant:before{content:"󰑨"}.mdi-rounded-corner:before{content:"󰘇"}.mdi-router:before{content:"󱇢"}.mdi-router-network:before{content:"󱂇"}.mdi-router-wireless:before{content:"󰑩"}.mdi-router-wireless-off:before{content:"󱖣"}.mdi-router-wireless-settings:before{content:"󰩩"}.mdi-routes:before{content:"󰑪"}.mdi-routes-clock:before{content:"󱁙"}.mdi-rowing:before{content:"󰘈"}.mdi-rss:before{content:"󰑫"}.mdi-rss-box:before{content:"󰑬"}.mdi-rss-off:before{content:"󰼡"}.mdi-rug:before{content:"󱑵"}.mdi-rugby:before{content:"󰶙"}.mdi-ruler:before{content:"󰑭"}.mdi-ruler-square:before{content:"󰳂"}.mdi-ruler-square-compass:before{content:"󰺾"}.mdi-run:before{content:"󰜎"}.mdi-run-fast:before{content:"󰑮"}.mdi-rv-truck:before{content:"󱇔"}.mdi-sack:before{content:"󰴮"}.mdi-sack-percent:before{content:"󰴯"}.mdi-safe:before{content:"󰩪"}.mdi-safe-square:before{content:"󱉼"}.mdi-safe-square-outline:before{content:"󱉽"}.mdi-safety-goggles:before{content:"󰴰"}.mdi-sail-boat:before{content:"󰻈"}.mdi-sail-boat-sink:before{content:"󱫯"}.mdi-sale:before{content:"󰑯"}.mdi-sale-outline:before{content:"󱨆"}.mdi-salesforce:before{content:"󰢎"}.mdi-sass:before{content:"󰟬"}.mdi-satellite:before{content:"󰑰"}.mdi-satellite-uplink:before{content:"󰤉"}.mdi-satellite-variant:before{content:"󰑱"}.mdi-sausage:before{content:"󰢺"}.mdi-sausage-off:before{content:"󱞉"}.mdi-saw-blade:before{content:"󰹡"}.mdi-sawtooth-wave:before{content:"󱑺"}.mdi-saxophone:before{content:"󰘉"}.mdi-scale:before{content:"󰑲"}.mdi-scale-balance:before{content:"󰗑"}.mdi-scale-bathroom:before{content:"󰑳"}.mdi-scale-off:before{content:"󱁚"}.mdi-scale-unbalanced:before{content:"󱦸"}.mdi-scan-helper:before{content:"󱏘"}.mdi-scanner:before{content:"󰚫"}.mdi-scanner-off:before{content:"󰤊"}.mdi-scatter-plot:before{content:"󰻉"}.mdi-scatter-plot-outline:before{content:"󰻊"}.mdi-scent:before{content:"󱥘"}.mdi-scent-off:before{content:"󱥙"}.mdi-school:before{content:"󰑴"}.mdi-school-outline:before{content:"󱆀"}.mdi-scissors-cutting:before{content:"󰩫"}.mdi-scooter:before{content:"󱖽"}.mdi-scooter-electric:before{content:"󱖾"}.mdi-scoreboard:before{content:"󱉾"}.mdi-scoreboard-outline:before{content:"󱉿"}.mdi-screen-rotation:before{content:"󰑵"}.mdi-screen-rotation-lock:before{content:"󰑸"}.mdi-screw-flat-top:before{content:"󰷳"}.mdi-screw-lag:before{content:"󰷴"}.mdi-screw-machine-flat-top:before{content:"󰷵"}.mdi-screw-machine-round-top:before{content:"󰷶"}.mdi-screw-round-top:before{content:"󰷷"}.mdi-screwdriver:before{content:"󰑶"}.mdi-script:before{content:"󰯁"}.mdi-script-outline:before{content:"󰑷"}.mdi-script-text:before{content:"󰯂"}.mdi-script-text-key:before{content:"󱜥"}.mdi-script-text-key-outline:before{content:"󱜦"}.mdi-script-text-outline:before{content:"󰯃"}.mdi-script-text-play:before{content:"󱜧"}.mdi-script-text-play-outline:before{content:"󱜨"}.mdi-sd:before{content:"󰑹"}.mdi-seal:before{content:"󰑺"}.mdi-seal-variant:before{content:"󰿙"}.mdi-search-web:before{content:"󰜏"}.mdi-seat:before{content:"󰳃"}.mdi-seat-flat:before{content:"󰑻"}.mdi-seat-flat-angled:before{content:"󰑼"}.mdi-seat-individual-suite:before{content:"󰑽"}.mdi-seat-legroom-extra:before{content:"󰑾"}.mdi-seat-legroom-normal:before{content:"󰑿"}.mdi-seat-legroom-reduced:before{content:"󰒀"}.mdi-seat-outline:before{content:"󰳄"}.mdi-seat-passenger:before{content:"󱉉"}.mdi-seat-recline-extra:before{content:"󰒁"}.mdi-seat-recline-normal:before{content:"󰒂"}.mdi-seatbelt:before{content:"󰳅"}.mdi-security:before{content:"󰒃"}.mdi-security-network:before{content:"󰒄"}.mdi-seed:before{content:"󰹢"}.mdi-seed-off:before{content:"󱏽"}.mdi-seed-off-outline:before{content:"󱏾"}.mdi-seed-outline:before{content:"󰹣"}.mdi-seed-plus:before{content:"󱩭"}.mdi-seed-plus-outline:before{content:"󱩮"}.mdi-seesaw:before{content:"󱖤"}.mdi-segment:before{content:"󰻋"}.mdi-select:before{content:"󰒅"}.mdi-select-all:before{content:"󰒆"}.mdi-select-arrow-down:before{content:"󱭙"}.mdi-select-arrow-up:before{content:"󱭘"}.mdi-select-color:before{content:"󰴱"}.mdi-select-compare:before{content:"󰫙"}.mdi-select-drag:before{content:"󰩬"}.mdi-select-group:before{content:"󰾂"}.mdi-select-inverse:before{content:"󰒇"}.mdi-select-marker:before{content:"󱊀"}.mdi-select-multiple:before{content:"󱊁"}.mdi-select-multiple-marker:before{content:"󱊂"}.mdi-select-off:before{content:"󰒈"}.mdi-select-place:before{content:"󰿚"}.mdi-select-remove:before{content:"󱟁"}.mdi-select-search:before{content:"󱈄"}.mdi-selection:before{content:"󰒉"}.mdi-selection-drag:before{content:"󰩭"}.mdi-selection-ellipse:before{content:"󰴲"}.mdi-selection-ellipse-arrow-inside:before{content:"󰼢"}.mdi-selection-ellipse-remove:before{content:"󱟂"}.mdi-selection-marker:before{content:"󱊃"}.mdi-selection-multiple:before{content:"󱊅"}.mdi-selection-multiple-marker:before{content:"󱊄"}.mdi-selection-off:before{content:"󰝷"}.mdi-selection-remove:before{content:"󱟃"}.mdi-selection-search:before{content:"󱈅"}.mdi-semantic-web:before{content:"󱌖"}.mdi-send:before{content:"󰒊"}.mdi-send-check:before{content:"󱅡"}.mdi-send-check-outline:before{content:"󱅢"}.mdi-send-circle:before{content:"󰷸"}.mdi-send-circle-outline:before{content:"󰷹"}.mdi-send-clock:before{content:"󱅣"}.mdi-send-clock-outline:before{content:"󱅤"}.mdi-send-lock:before{content:"󰟭"}.mdi-send-lock-outline:before{content:"󱅦"}.mdi-send-outline:before{content:"󱅥"}.mdi-serial-port:before{content:"󰙜"}.mdi-server:before{content:"󰒋"}.mdi-server-minus:before{content:"󰒌"}.mdi-server-network:before{content:"󰒍"}.mdi-server-network-off:before{content:"󰒎"}.mdi-server-off:before{content:"󰒏"}.mdi-server-plus:before{content:"󰒐"}.mdi-server-remove:before{content:"󰒑"}.mdi-server-security:before{content:"󰒒"}.mdi-set-all:before{content:"󰝸"}.mdi-set-center:before{content:"󰝹"}.mdi-set-center-right:before{content:"󰝺"}.mdi-set-left:before{content:"󰝻"}.mdi-set-left-center:before{content:"󰝼"}.mdi-set-left-right:before{content:"󰝽"}.mdi-set-merge:before{content:"󱓠"}.mdi-set-none:before{content:"󰝾"}.mdi-set-right:before{content:"󰝿"}.mdi-set-split:before{content:"󱓡"}.mdi-set-square:before{content:"󱑝"}.mdi-set-top-box:before{content:"󰦟"}.mdi-settings-helper:before{content:"󰩮"}.mdi-shaker:before{content:"󱄎"}.mdi-shaker-outline:before{content:"󱄏"}.mdi-shape:before{content:"󰠱"}.mdi-shape-circle-plus:before{content:"󰙝"}.mdi-shape-outline:before{content:"󰠲"}.mdi-shape-oval-plus:before{content:"󱇺"}.mdi-shape-plus:before{content:"󰒕"}.mdi-shape-polygon-plus:before{content:"󰙞"}.mdi-shape-rectangle-plus:before{content:"󰙟"}.mdi-shape-square-plus:before{content:"󰙠"}.mdi-shape-square-rounded-plus:before{content:"󱓺"}.mdi-share:before{content:"󰒖"}.mdi-share-all:before{content:"󱇴"}.mdi-share-all-outline:before{content:"󱇵"}.mdi-share-circle:before{content:"󱆭"}.mdi-share-off:before{content:"󰼣"}.mdi-share-off-outline:before{content:"󰼤"}.mdi-share-outline:before{content:"󰤲"}.mdi-share-variant:before{content:"󰒗"}.mdi-share-variant-outline:before{content:"󱔔"}.mdi-shark:before{content:"󱢺"}.mdi-shark-fin:before{content:"󱙳"}.mdi-shark-fin-outline:before{content:"󱙴"}.mdi-shark-off:before{content:"󱢻"}.mdi-sheep:before{content:"󰳆"}.mdi-shield:before{content:"󰒘"}.mdi-shield-account:before{content:"󰢏"}.mdi-shield-account-outline:before{content:"󰨒"}.mdi-shield-account-variant:before{content:"󱖧"}.mdi-shield-account-variant-outline:before{content:"󱖨"}.mdi-shield-airplane:before{content:"󰚻"}.mdi-shield-airplane-outline:before{content:"󰳇"}.mdi-shield-alert:before{content:"󰻌"}.mdi-shield-alert-outline:before{content:"󰻍"}.mdi-shield-bug:before{content:"󱏚"}.mdi-shield-bug-outline:before{content:"󱏛"}.mdi-shield-car:before{content:"󰾃"}.mdi-shield-check:before{content:"󰕥"}.mdi-shield-check-outline:before{content:"󰳈"}.mdi-shield-cross:before{content:"󰳉"}.mdi-shield-cross-outline:before{content:"󰳊"}.mdi-shield-crown:before{content:"󱢼"}.mdi-shield-crown-outline:before{content:"󱢽"}.mdi-shield-edit:before{content:"󱆠"}.mdi-shield-edit-outline:before{content:"󱆡"}.mdi-shield-half:before{content:"󱍠"}.mdi-shield-half-full:before{content:"󰞀"}.mdi-shield-home:before{content:"󰚊"}.mdi-shield-home-outline:before{content:"󰳋"}.mdi-shield-key:before{content:"󰯄"}.mdi-shield-key-outline:before{content:"󰯅"}.mdi-shield-link-variant:before{content:"󰴳"}.mdi-shield-link-variant-outline:before{content:"󰴴"}.mdi-shield-lock:before{content:"󰦝"}.mdi-shield-lock-open:before{content:"󱦚"}.mdi-shield-lock-open-outline:before{content:"󱦛"}.mdi-shield-lock-outline:before{content:"󰳌"}.mdi-shield-moon:before{content:"󱠨"}.mdi-shield-moon-outline:before{content:"󱠩"}.mdi-shield-off:before{content:"󰦞"}.mdi-shield-off-outline:before{content:"󰦜"}.mdi-shield-outline:before{content:"󰒙"}.mdi-shield-plus:before{content:"󰫚"}.mdi-shield-plus-outline:before{content:"󰫛"}.mdi-shield-refresh:before{content:"󰂪"}.mdi-shield-refresh-outline:before{content:"󰇠"}.mdi-shield-remove:before{content:"󰫜"}.mdi-shield-remove-outline:before{content:"󰫝"}.mdi-shield-search:before{content:"󰶚"}.mdi-shield-star:before{content:"󱄻"}.mdi-shield-star-outline:before{content:"󱄼"}.mdi-shield-sun:before{content:"󱁝"}.mdi-shield-sun-outline:before{content:"󱁞"}.mdi-shield-sword:before{content:"󱢾"}.mdi-shield-sword-outline:before{content:"󱢿"}.mdi-shield-sync:before{content:"󱆢"}.mdi-shield-sync-outline:before{content:"󱆣"}.mdi-shimmer:before{content:"󱕅"}.mdi-ship-wheel:before{content:"󰠳"}.mdi-shipping-pallet:before{content:"󱡎"}.mdi-shoe-ballet:before{content:"󱗊"}.mdi-shoe-cleat:before{content:"󱗇"}.mdi-shoe-formal:before{content:"󰭇"}.mdi-shoe-heel:before{content:"󰭈"}.mdi-shoe-print:before{content:"󰷺"}.mdi-shoe-sneaker:before{content:"󱗈"}.mdi-shopping:before{content:"󰒚"}.mdi-shopping-music:before{content:"󰒛"}.mdi-shopping-outline:before{content:"󱇕"}.mdi-shopping-search:before{content:"󰾄"}.mdi-shopping-search-outline:before{content:"󱩯"}.mdi-shore:before{content:"󱓹"}.mdi-shovel:before{content:"󰜐"}.mdi-shovel-off:before{content:"󰜑"}.mdi-shower:before{content:"󰦠"}.mdi-shower-head:before{content:"󰦡"}.mdi-shredder:before{content:"󰒜"}.mdi-shuffle:before{content:"󰒝"}.mdi-shuffle-disabled:before{content:"󰒞"}.mdi-shuffle-variant:before{content:"󰒟"}.mdi-shuriken:before{content:"󱍿"}.mdi-sickle:before{content:"󱣀"}.mdi-sigma:before{content:"󰒠"}.mdi-sigma-lower:before{content:"󰘫"}.mdi-sign-caution:before{content:"󰒡"}.mdi-sign-direction:before{content:"󰞁"}.mdi-sign-direction-minus:before{content:"󱀀"}.mdi-sign-direction-plus:before{content:"󰿜"}.mdi-sign-direction-remove:before{content:"󰿝"}.mdi-sign-language:before{content:"󱭍"}.mdi-sign-language-outline:before{content:"󱭎"}.mdi-sign-pole:before{content:"󱓸"}.mdi-sign-real-estate:before{content:"󱄘"}.mdi-sign-text:before{content:"󰞂"}.mdi-sign-yield:before{content:"󱮯"}.mdi-signal:before{content:"󰒢"}.mdi-signal-2g:before{content:"󰜒"}.mdi-signal-3g:before{content:"󰜓"}.mdi-signal-4g:before{content:"󰜔"}.mdi-signal-5g:before{content:"󰩯"}.mdi-signal-cellular-1:before{content:"󰢼"}.mdi-signal-cellular-2:before{content:"󰢽"}.mdi-signal-cellular-3:before{content:"󰢾"}.mdi-signal-cellular-outline:before{content:"󰢿"}.mdi-signal-distance-variant:before{content:"󰹤"}.mdi-signal-hspa:before{content:"󰜕"}.mdi-signal-hspa-plus:before{content:"󰜖"}.mdi-signal-off:before{content:"󰞃"}.mdi-signal-variant:before{content:"󰘊"}.mdi-signature:before{content:"󰷻"}.mdi-signature-freehand:before{content:"󰷼"}.mdi-signature-image:before{content:"󰷽"}.mdi-signature-text:before{content:"󰷾"}.mdi-silo:before{content:"󱮟"}.mdi-silo-outline:before{content:"󰭉"}.mdi-silverware:before{content:"󰒣"}.mdi-silverware-clean:before{content:"󰿞"}.mdi-silverware-fork:before{content:"󰒤"}.mdi-silverware-fork-knife:before{content:"󰩰"}.mdi-silverware-spoon:before{content:"󰒥"}.mdi-silverware-variant:before{content:"󰒦"}.mdi-sim:before{content:"󰒧"}.mdi-sim-alert:before{content:"󰒨"}.mdi-sim-alert-outline:before{content:"󱗓"}.mdi-sim-off:before{content:"󰒩"}.mdi-sim-off-outline:before{content:"󱗔"}.mdi-sim-outline:before{content:"󱗕"}.mdi-simple-icons:before{content:"󱌝"}.mdi-sina-weibo:before{content:"󰫟"}.mdi-sine-wave:before{content:"󰥛"}.mdi-sitemap:before{content:"󰒪"}.mdi-sitemap-outline:before{content:"󱦜"}.mdi-size-l:before{content:"󱎦"}.mdi-size-m:before{content:"󱎥"}.mdi-size-s:before{content:"󱎤"}.mdi-size-xl:before{content:"󱎧"}.mdi-size-xs:before{content:"󱎣"}.mdi-size-xxl:before{content:"󱎨"}.mdi-size-xxs:before{content:"󱎢"}.mdi-size-xxxl:before{content:"󱎩"}.mdi-skate:before{content:"󰴵"}.mdi-skate-off:before{content:"󰚙"}.mdi-skateboard:before{content:"󱓂"}.mdi-skateboarding:before{content:"󰔁"}.mdi-skew-less:before{content:"󰴶"}.mdi-skew-more:before{content:"󰴷"}.mdi-ski:before{content:"󱌄"}.mdi-ski-cross-country:before{content:"󱌅"}.mdi-ski-water:before{content:"󱌆"}.mdi-skip-backward:before{content:"󰒫"}.mdi-skip-backward-outline:before{content:"󰼥"}.mdi-skip-forward:before{content:"󰒬"}.mdi-skip-forward-outline:before{content:"󰼦"}.mdi-skip-next:before{content:"󰒭"}.mdi-skip-next-circle:before{content:"󰙡"}.mdi-skip-next-circle-outline:before{content:"󰙢"}.mdi-skip-next-outline:before{content:"󰼧"}.mdi-skip-previous:before{content:"󰒮"}.mdi-skip-previous-circle:before{content:"󰙣"}.mdi-skip-previous-circle-outline:before{content:"󰙤"}.mdi-skip-previous-outline:before{content:"󰼨"}.mdi-skull:before{content:"󰚌"}.mdi-skull-crossbones:before{content:"󰯆"}.mdi-skull-crossbones-outline:before{content:"󰯇"}.mdi-skull-outline:before{content:"󰯈"}.mdi-skull-scan:before{content:"󱓇"}.mdi-skull-scan-outline:before{content:"󱓈"}.mdi-skype:before{content:"󰒯"}.mdi-skype-business:before{content:"󰒰"}.mdi-slack:before{content:"󰒱"}.mdi-slash-forward:before{content:"󰿟"}.mdi-slash-forward-box:before{content:"󰿠"}.mdi-sledding:before{content:"󰐛"}.mdi-sleep:before{content:"󰒲"}.mdi-sleep-off:before{content:"󰒳"}.mdi-slide:before{content:"󱖥"}.mdi-slope-downhill:before{content:"󰷿"}.mdi-slope-uphill:before{content:"󰸀"}.mdi-slot-machine:before{content:"󱄔"}.mdi-slot-machine-outline:before{content:"󱄕"}.mdi-smart-card:before{content:"󱂽"}.mdi-smart-card-off:before{content:"󱣷"}.mdi-smart-card-off-outline:before{content:"󱣸"}.mdi-smart-card-outline:before{content:"󱂾"}.mdi-smart-card-reader:before{content:"󱂿"}.mdi-smart-card-reader-outline:before{content:"󱃀"}.mdi-smog:before{content:"󰩱"}.mdi-smoke:before{content:"󱞙"}.mdi-smoke-detector:before{content:"󰎒"}.mdi-smoke-detector-alert:before{content:"󱤮"}.mdi-smoke-detector-alert-outline:before{content:"󱤯"}.mdi-smoke-detector-off:before{content:"󱠉"}.mdi-smoke-detector-off-outline:before{content:"󱠊"}.mdi-smoke-detector-outline:before{content:"󱠈"}.mdi-smoke-detector-variant:before{content:"󱠋"}.mdi-smoke-detector-variant-alert:before{content:"󱤰"}.mdi-smoke-detector-variant-off:before{content:"󱠌"}.mdi-smoking:before{content:"󰒴"}.mdi-smoking-off:before{content:"󰒵"}.mdi-smoking-pipe:before{content:"󱐍"}.mdi-smoking-pipe-off:before{content:"󱐨"}.mdi-snail:before{content:"󱙷"}.mdi-snake:before{content:"󱔎"}.mdi-snapchat:before{content:"󰒶"}.mdi-snowboard:before{content:"󱌇"}.mdi-snowflake:before{content:"󰜗"}.mdi-snowflake-alert:before{content:"󰼩"}.mdi-snowflake-check:before{content:"󱩰"}.mdi-snowflake-melt:before{content:"󱋋"}.mdi-snowflake-off:before{content:"󱓣"}.mdi-snowflake-thermometer:before{content:"󱩱"}.mdi-snowflake-variant:before{content:"󰼪"}.mdi-snowman:before{content:"󰒷"}.mdi-snowmobile:before{content:"󰛝"}.mdi-snowshoeing:before{content:"󱩲"}.mdi-soccer:before{content:"󰒸"}.mdi-soccer-field:before{content:"󰠴"}.mdi-social-distance-2-meters:before{content:"󱕹"}.mdi-social-distance-6-feet:before{content:"󱕺"}.mdi-sofa:before{content:"󰒹"}.mdi-sofa-outline:before{content:"󱕭"}.mdi-sofa-single:before{content:"󱕮"}.mdi-sofa-single-outline:before{content:"󱕯"}.mdi-solar-panel:before{content:"󰶛"}.mdi-solar-panel-large:before{content:"󰶜"}.mdi-solar-power:before{content:"󰩲"}.mdi-solar-power-variant:before{content:"󱩳"}.mdi-solar-power-variant-outline:before{content:"󱩴"}.mdi-soldering-iron:before{content:"󱂒"}.mdi-solid:before{content:"󰚍"}.mdi-sony-playstation:before{content:"󰐔"}.mdi-sort:before{content:"󰒺"}.mdi-sort-alphabetical-ascending:before{content:"󰖽"}.mdi-sort-alphabetical-ascending-variant:before{content:"󱅈"}.mdi-sort-alphabetical-descending:before{content:"󰖿"}.mdi-sort-alphabetical-descending-variant:before{content:"󱅉"}.mdi-sort-alphabetical-variant:before{content:"󰒻"}.mdi-sort-ascending:before{content:"󰒼"}.mdi-sort-bool-ascending:before{content:"󱎅"}.mdi-sort-bool-ascending-variant:before{content:"󱎆"}.mdi-sort-bool-descending:before{content:"󱎇"}.mdi-sort-bool-descending-variant:before{content:"󱎈"}.mdi-sort-calendar-ascending:before{content:"󱕇"}.mdi-sort-calendar-descending:before{content:"󱕈"}.mdi-sort-clock-ascending:before{content:"󱕉"}.mdi-sort-clock-ascending-outline:before{content:"󱕊"}.mdi-sort-clock-descending:before{content:"󱕋"}.mdi-sort-clock-descending-outline:before{content:"󱕌"}.mdi-sort-descending:before{content:"󰒽"}.mdi-sort-numeric-ascending:before{content:"󱎉"}.mdi-sort-numeric-ascending-variant:before{content:"󰤍"}.mdi-sort-numeric-descending:before{content:"󱎊"}.mdi-sort-numeric-descending-variant:before{content:"󰫒"}.mdi-sort-numeric-variant:before{content:"󰒾"}.mdi-sort-reverse-variant:before{content:"󰌼"}.mdi-sort-variant:before{content:"󰒿"}.mdi-sort-variant-lock:before{content:"󰳍"}.mdi-sort-variant-lock-open:before{content:"󰳎"}.mdi-sort-variant-off:before{content:"󱪻"}.mdi-sort-variant-remove:before{content:"󱅇"}.mdi-soundbar:before{content:"󱟛"}.mdi-soundcloud:before{content:"󰓀"}.mdi-source-branch:before{content:"󰘬"}.mdi-source-branch-check:before{content:"󱓏"}.mdi-source-branch-minus:before{content:"󱓋"}.mdi-source-branch-plus:before{content:"󱓊"}.mdi-source-branch-refresh:before{content:"󱓍"}.mdi-source-branch-remove:before{content:"󱓌"}.mdi-source-branch-sync:before{content:"󱓎"}.mdi-source-commit:before{content:"󰜘"}.mdi-source-commit-end:before{content:"󰜙"}.mdi-source-commit-end-local:before{content:"󰜚"}.mdi-source-commit-local:before{content:"󰜛"}.mdi-source-commit-next-local:before{content:"󰜜"}.mdi-source-commit-start:before{content:"󰜝"}.mdi-source-commit-start-next-local:before{content:"󰜞"}.mdi-source-fork:before{content:"󰓁"}.mdi-source-merge:before{content:"󰘭"}.mdi-source-pull:before{content:"󰓂"}.mdi-source-repository:before{content:"󰳏"}.mdi-source-repository-multiple:before{content:"󰳐"}.mdi-soy-sauce:before{content:"󰟮"}.mdi-soy-sauce-off:before{content:"󱏼"}.mdi-spa:before{content:"󰳑"}.mdi-spa-outline:before{content:"󰳒"}.mdi-space-invaders:before{content:"󰯉"}.mdi-space-station:before{content:"󱎃"}.mdi-spade:before{content:"󰹥"}.mdi-speaker:before{content:"󰓃"}.mdi-speaker-bluetooth:before{content:"󰦢"}.mdi-speaker-message:before{content:"󱬑"}.mdi-speaker-multiple:before{content:"󰴸"}.mdi-speaker-off:before{content:"󰓄"}.mdi-speaker-pause:before{content:"󱭳"}.mdi-speaker-play:before{content:"󱭲"}.mdi-speaker-stop:before{content:"󱭴"}.mdi-speaker-wireless:before{content:"󰜟"}.mdi-spear:before{content:"󱡅"}.mdi-speedometer:before{content:"󰓅"}.mdi-speedometer-medium:before{content:"󰾅"}.mdi-speedometer-slow:before{content:"󰾆"}.mdi-spellcheck:before{content:"󰓆"}.mdi-sphere:before{content:"󱥔"}.mdi-sphere-off:before{content:"󱥕"}.mdi-spider:before{content:"󱇪"}.mdi-spider-thread:before{content:"󱇫"}.mdi-spider-web:before{content:"󰯊"}.mdi-spirit-level:before{content:"󱓱"}.mdi-spoon-sugar:before{content:"󱐩"}.mdi-spotify:before{content:"󰓇"}.mdi-spotlight:before{content:"󰓈"}.mdi-spotlight-beam:before{content:"󰓉"}.mdi-spray:before{content:"󰙥"}.mdi-spray-bottle:before{content:"󰫠"}.mdi-sprinkler:before{content:"󱁟"}.mdi-sprinkler-fire:before{content:"󱦝"}.mdi-sprinkler-variant:before{content:"󱁠"}.mdi-sprout:before{content:"󰹦"}.mdi-sprout-outline:before{content:"󰹧"}.mdi-square:before{content:"󰝤"}.mdi-square-circle:before{content:"󱔀"}.mdi-square-edit-outline:before{content:"󰤌"}.mdi-square-medium:before{content:"󰨓"}.mdi-square-medium-outline:before{content:"󰨔"}.mdi-square-off:before{content:"󱋮"}.mdi-square-off-outline:before{content:"󱋯"}.mdi-square-opacity:before{content:"󱡔"}.mdi-square-outline:before{content:"󰝣"}.mdi-square-root:before{content:"󰞄"}.mdi-square-root-box:before{content:"󰦣"}.mdi-square-rounded:before{content:"󱓻"}.mdi-square-rounded-badge:before{content:"󱨇"}.mdi-square-rounded-badge-outline:before{content:"󱨈"}.mdi-square-rounded-outline:before{content:"󱓼"}.mdi-square-small:before{content:"󰨕"}.mdi-square-wave:before{content:"󱑻"}.mdi-squeegee:before{content:"󰫡"}.mdi-ssh:before{content:"󰣀"}.mdi-stack-exchange:before{content:"󰘋"}.mdi-stack-overflow:before{content:"󰓌"}.mdi-stackpath:before{content:"󰍙"}.mdi-stadium:before{content:"󰿹"}.mdi-stadium-outline:before{content:"󱬃"}.mdi-stadium-variant:before{content:"󰜠"}.mdi-stairs:before{content:"󰓍"}.mdi-stairs-box:before{content:"󱎞"}.mdi-stairs-down:before{content:"󱊾"}.mdi-stairs-up:before{content:"󱊽"}.mdi-stamper:before{content:"󰴹"}.mdi-standard-definition:before{content:"󰟯"}.mdi-star:before{content:"󰓎"}.mdi-star-box:before{content:"󰩳"}.mdi-star-box-multiple:before{content:"󱊆"}.mdi-star-box-multiple-outline:before{content:"󱊇"}.mdi-star-box-outline:before{content:"󰩴"}.mdi-star-check:before{content:"󱕦"}.mdi-star-check-outline:before{content:"󱕪"}.mdi-star-circle:before{content:"󰓏"}.mdi-star-circle-outline:before{content:"󰦤"}.mdi-star-cog:before{content:"󱙨"}.mdi-star-cog-outline:before{content:"󱙩"}.mdi-star-crescent:before{content:"󰥹"}.mdi-star-david:before{content:"󰥺"}.mdi-star-face:before{content:"󰦥"}.mdi-star-four-points:before{content:"󰫢"}.mdi-star-four-points-outline:before{content:"󰫣"}.mdi-star-half:before{content:"󰉆"}.mdi-star-half-full:before{content:"󰓐"}.mdi-star-minus:before{content:"󱕤"}.mdi-star-minus-outline:before{content:"󱕨"}.mdi-star-off:before{content:"󰓑"}.mdi-star-off-outline:before{content:"󱕛"}.mdi-star-outline:before{content:"󰓒"}.mdi-star-plus:before{content:"󱕣"}.mdi-star-plus-outline:before{content:"󱕧"}.mdi-star-remove:before{content:"󱕥"}.mdi-star-remove-outline:before{content:"󱕩"}.mdi-star-settings:before{content:"󱙪"}.mdi-star-settings-outline:before{content:"󱙫"}.mdi-star-shooting:before{content:"󱝁"}.mdi-star-shooting-outline:before{content:"󱝂"}.mdi-star-three-points:before{content:"󰫤"}.mdi-star-three-points-outline:before{content:"󰫥"}.mdi-state-machine:before{content:"󱇯"}.mdi-steam:before{content:"󰓓"}.mdi-steering:before{content:"󰓔"}.mdi-steering-off:before{content:"󰤎"}.mdi-step-backward:before{content:"󰓕"}.mdi-step-backward-2:before{content:"󰓖"}.mdi-step-forward:before{content:"󰓗"}.mdi-step-forward-2:before{content:"󰓘"}.mdi-stethoscope:before{content:"󰓙"}.mdi-sticker:before{content:"󱍤"}.mdi-sticker-alert:before{content:"󱍥"}.mdi-sticker-alert-outline:before{content:"󱍦"}.mdi-sticker-check:before{content:"󱍧"}.mdi-sticker-check-outline:before{content:"󱍨"}.mdi-sticker-circle-outline:before{content:"󰗐"}.mdi-sticker-emoji:before{content:"󰞅"}.mdi-sticker-minus:before{content:"󱍩"}.mdi-sticker-minus-outline:before{content:"󱍪"}.mdi-sticker-outline:before{content:"󱍫"}.mdi-sticker-plus:before{content:"󱍬"}.mdi-sticker-plus-outline:before{content:"󱍭"}.mdi-sticker-remove:before{content:"󱍮"}.mdi-sticker-remove-outline:before{content:"󱍯"}.mdi-sticker-text:before{content:"󱞎"}.mdi-sticker-text-outline:before{content:"󱞏"}.mdi-stocking:before{content:"󰓚"}.mdi-stomach:before{content:"󱂓"}.mdi-stool:before{content:"󱥝"}.mdi-stool-outline:before{content:"󱥞"}.mdi-stop:before{content:"󰓛"}.mdi-stop-circle:before{content:"󰙦"}.mdi-stop-circle-outline:before{content:"󰙧"}.mdi-storage-tank:before{content:"󱩵"}.mdi-storage-tank-outline:before{content:"󱩶"}.mdi-store:before{content:"󰓜"}.mdi-store-24-hour:before{content:"󰓝"}.mdi-store-alert:before{content:"󱣁"}.mdi-store-alert-outline:before{content:"󱣂"}.mdi-store-check:before{content:"󱣃"}.mdi-store-check-outline:before{content:"󱣄"}.mdi-store-clock:before{content:"󱣅"}.mdi-store-clock-outline:before{content:"󱣆"}.mdi-store-cog:before{content:"󱣇"}.mdi-store-cog-outline:before{content:"󱣈"}.mdi-store-edit:before{content:"󱣉"}.mdi-store-edit-outline:before{content:"󱣊"}.mdi-store-marker:before{content:"󱣋"}.mdi-store-marker-outline:before{content:"󱣌"}.mdi-store-minus:before{content:"󱙞"}.mdi-store-minus-outline:before{content:"󱣍"}.mdi-store-off:before{content:"󱣎"}.mdi-store-off-outline:before{content:"󱣏"}.mdi-store-outline:before{content:"󱍡"}.mdi-store-plus:before{content:"󱙟"}.mdi-store-plus-outline:before{content:"󱣐"}.mdi-store-remove:before{content:"󱙠"}.mdi-store-remove-outline:before{content:"󱣑"}.mdi-store-search:before{content:"󱣒"}.mdi-store-search-outline:before{content:"󱣓"}.mdi-store-settings:before{content:"󱣔"}.mdi-store-settings-outline:before{content:"󱣕"}.mdi-storefront:before{content:"󰟇"}.mdi-storefront-check:before{content:"󱭽"}.mdi-storefront-check-outline:before{content:"󱭾"}.mdi-storefront-edit:before{content:"󱭿"}.mdi-storefront-edit-outline:before{content:"󱮀"}.mdi-storefront-minus:before{content:"󱮃"}.mdi-storefront-minus-outline:before{content:"󱮄"}.mdi-storefront-outline:before{content:"󱃁"}.mdi-storefront-plus:before{content:"󱮁"}.mdi-storefront-plus-outline:before{content:"󱮂"}.mdi-storefront-remove:before{content:"󱮅"}.mdi-storefront-remove-outline:before{content:"󱮆"}.mdi-stove:before{content:"󰓞"}.mdi-strategy:before{content:"󱇖"}.mdi-stretch-to-page:before{content:"󰼫"}.mdi-stretch-to-page-outline:before{content:"󰼬"}.mdi-string-lights:before{content:"󱊺"}.mdi-string-lights-off:before{content:"󱊻"}.mdi-subdirectory-arrow-left:before{content:"󰘌"}.mdi-subdirectory-arrow-right:before{content:"󰘍"}.mdi-submarine:before{content:"󱕬"}.mdi-subtitles:before{content:"󰨖"}.mdi-subtitles-outline:before{content:"󰨗"}.mdi-subway:before{content:"󰚬"}.mdi-subway-alert-variant:before{content:"󰶝"}.mdi-subway-variant:before{content:"󰓟"}.mdi-summit:before{content:"󰞆"}.mdi-sun-angle:before{content:"󱬧"}.mdi-sun-angle-outline:before{content:"󱬨"}.mdi-sun-clock:before{content:"󱩷"}.mdi-sun-clock-outline:before{content:"󱩸"}.mdi-sun-compass:before{content:"󱦥"}.mdi-sun-snowflake:before{content:"󱞖"}.mdi-sun-snowflake-variant:before{content:"󱩹"}.mdi-sun-thermometer:before{content:"󱣖"}.mdi-sun-thermometer-outline:before{content:"󱣗"}.mdi-sun-wireless:before{content:"󱟾"}.mdi-sun-wireless-outline:before{content:"󱟿"}.mdi-sunglasses:before{content:"󰓠"}.mdi-surfing:before{content:"󱝆"}.mdi-surround-sound:before{content:"󰗅"}.mdi-surround-sound-2-0:before{content:"󰟰"}.mdi-surround-sound-2-1:before{content:"󱜩"}.mdi-surround-sound-3-1:before{content:"󰟱"}.mdi-surround-sound-5-1:before{content:"󰟲"}.mdi-surround-sound-5-1-2:before{content:"󱜪"}.mdi-surround-sound-7-1:before{content:"󰟳"}.mdi-svg:before{content:"󰜡"}.mdi-swap-horizontal:before{content:"󰓡"}.mdi-swap-horizontal-bold:before{content:"󰯍"}.mdi-swap-horizontal-circle:before{content:"󰿡"}.mdi-swap-horizontal-circle-outline:before{content:"󰿢"}.mdi-swap-horizontal-variant:before{content:"󰣁"}.mdi-swap-vertical:before{content:"󰓢"}.mdi-swap-vertical-bold:before{content:"󰯎"}.mdi-swap-vertical-circle:before{content:"󰿣"}.mdi-swap-vertical-circle-outline:before{content:"󰿤"}.mdi-swap-vertical-variant:before{content:"󰣂"}.mdi-swim:before{content:"󰓣"}.mdi-switch:before{content:"󰓤"}.mdi-sword:before{content:"󰓥"}.mdi-sword-cross:before{content:"󰞇"}.mdi-syllabary-hangul:before{content:"󱌳"}.mdi-syllabary-hiragana:before{content:"󱌴"}.mdi-syllabary-katakana:before{content:"󱌵"}.mdi-syllabary-katakana-halfwidth:before{content:"󱌶"}.mdi-symbol:before{content:"󱔁"}.mdi-symfony:before{content:"󰫦"}.mdi-synagogue:before{content:"󱬄"}.mdi-synagogue-outline:before{content:"󱬅"}.mdi-sync:before{content:"󰓦"}.mdi-sync-alert:before{content:"󰓧"}.mdi-sync-circle:before{content:"󱍸"}.mdi-sync-off:before{content:"󰓨"}.mdi-tab:before{content:"󰓩"}.mdi-tab-minus:before{content:"󰭋"}.mdi-tab-plus:before{content:"󰝜"}.mdi-tab-remove:before{content:"󰭌"}.mdi-tab-search:before{content:"󱦞"}.mdi-tab-unselected:before{content:"󰓪"}.mdi-table:before{content:"󰓫"}.mdi-table-account:before{content:"󱎹"}.mdi-table-alert:before{content:"󱎺"}.mdi-table-arrow-down:before{content:"󱎻"}.mdi-table-arrow-left:before{content:"󱎼"}.mdi-table-arrow-right:before{content:"󱎽"}.mdi-table-arrow-up:before{content:"󱎾"}.mdi-table-border:before{content:"󰨘"}.mdi-table-cancel:before{content:"󱎿"}.mdi-table-chair:before{content:"󱁡"}.mdi-table-check:before{content:"󱏀"}.mdi-table-clock:before{content:"󱏁"}.mdi-table-cog:before{content:"󱏂"}.mdi-table-column:before{content:"󰠵"}.mdi-table-column-plus-after:before{content:"󰓬"}.mdi-table-column-plus-before:before{content:"󰓭"}.mdi-table-column-remove:before{content:"󰓮"}.mdi-table-column-width:before{content:"󰓯"}.mdi-table-edit:before{content:"󰓰"}.mdi-table-eye:before{content:"󱂔"}.mdi-table-eye-off:before{content:"󱏃"}.mdi-table-filter:before{content:"󱮌"}.mdi-table-furniture:before{content:"󰖼"}.mdi-table-headers-eye:before{content:"󱈝"}.mdi-table-headers-eye-off:before{content:"󱈞"}.mdi-table-heart:before{content:"󱏄"}.mdi-table-key:before{content:"󱏅"}.mdi-table-large:before{content:"󰓱"}.mdi-table-large-plus:before{content:"󰾇"}.mdi-table-large-remove:before{content:"󰾈"}.mdi-table-lock:before{content:"󱏆"}.mdi-table-merge-cells:before{content:"󰦦"}.mdi-table-minus:before{content:"󱏇"}.mdi-table-multiple:before{content:"󱏈"}.mdi-table-network:before{content:"󱏉"}.mdi-table-of-contents:before{content:"󰠶"}.mdi-table-off:before{content:"󱏊"}.mdi-table-picnic:before{content:"󱝃"}.mdi-table-pivot:before{content:"󱠼"}.mdi-table-plus:before{content:"󰩵"}.mdi-table-question:before{content:"󱬡"}.mdi-table-refresh:before{content:"󱎠"}.mdi-table-remove:before{content:"󰩶"}.mdi-table-row:before{content:"󰠷"}.mdi-table-row-height:before{content:"󰓲"}.mdi-table-row-plus-after:before{content:"󰓳"}.mdi-table-row-plus-before:before{content:"󰓴"}.mdi-table-row-remove:before{content:"󰓵"}.mdi-table-search:before{content:"󰤏"}.mdi-table-settings:before{content:"󰠸"}.mdi-table-split-cell:before{content:"󱐪"}.mdi-table-star:before{content:"󱏋"}.mdi-table-sync:before{content:"󱎡"}.mdi-table-tennis:before{content:"󰹨"}.mdi-tablet:before{content:"󰓶"}.mdi-tablet-cellphone:before{content:"󰦧"}.mdi-tablet-dashboard:before{content:"󰻎"}.mdi-taco:before{content:"󰝢"}.mdi-tag:before{content:"󰓹"}.mdi-tag-arrow-down:before{content:"󱜫"}.mdi-tag-arrow-down-outline:before{content:"󱜬"}.mdi-tag-arrow-left:before{content:"󱜭"}.mdi-tag-arrow-left-outline:before{content:"󱜮"}.mdi-tag-arrow-right:before{content:"󱜯"}.mdi-tag-arrow-right-outline:before{content:"󱜰"}.mdi-tag-arrow-up:before{content:"󱜱"}.mdi-tag-arrow-up-outline:before{content:"󱜲"}.mdi-tag-check:before{content:"󱩺"}.mdi-tag-check-outline:before{content:"󱩻"}.mdi-tag-faces:before{content:"󰓺"}.mdi-tag-heart:before{content:"󰚋"}.mdi-tag-heart-outline:before{content:"󰯏"}.mdi-tag-minus:before{content:"󰤐"}.mdi-tag-minus-outline:before{content:"󱈟"}.mdi-tag-multiple:before{content:"󰓻"}.mdi-tag-multiple-outline:before{content:"󱋷"}.mdi-tag-off:before{content:"󱈠"}.mdi-tag-off-outline:before{content:"󱈡"}.mdi-tag-outline:before{content:"󰓼"}.mdi-tag-plus:before{content:"󰜢"}.mdi-tag-plus-outline:before{content:"󱈢"}.mdi-tag-remove:before{content:"󰜣"}.mdi-tag-remove-outline:before{content:"󱈣"}.mdi-tag-search:before{content:"󱤇"}.mdi-tag-search-outline:before{content:"󱤈"}.mdi-tag-text:before{content:"󱈤"}.mdi-tag-text-outline:before{content:"󰓽"}.mdi-tailwind:before{content:"󱏿"}.mdi-tally-mark-1:before{content:"󱪼"}.mdi-tally-mark-2:before{content:"󱪽"}.mdi-tally-mark-3:before{content:"󱪾"}.mdi-tally-mark-4:before{content:"󱪿"}.mdi-tally-mark-5:before{content:"󱫀"}.mdi-tangram:before{content:"󰓸"}.mdi-tank:before{content:"󰴺"}.mdi-tanker-truck:before{content:"󰿥"}.mdi-tape-drive:before{content:"󱛟"}.mdi-tape-measure:before{content:"󰭍"}.mdi-target:before{content:"󰓾"}.mdi-target-account:before{content:"󰯐"}.mdi-target-variant:before{content:"󰩷"}.mdi-taxi:before{content:"󰓿"}.mdi-tea:before{content:"󰶞"}.mdi-tea-outline:before{content:"󰶟"}.mdi-teamviewer:before{content:"󰔀"}.mdi-teddy-bear:before{content:"󱣻"}.mdi-telescope:before{content:"󰭎"}.mdi-television:before{content:"󰔂"}.mdi-television-ambient-light:before{content:"󱍖"}.mdi-television-box:before{content:"󰠹"}.mdi-television-classic:before{content:"󰟴"}.mdi-television-classic-off:before{content:"󰠺"}.mdi-television-guide:before{content:"󰔃"}.mdi-television-off:before{content:"󰠻"}.mdi-television-pause:before{content:"󰾉"}.mdi-television-play:before{content:"󰻏"}.mdi-television-shimmer:before{content:"󱄐"}.mdi-television-speaker:before{content:"󱬛"}.mdi-television-speaker-off:before{content:"󱬜"}.mdi-television-stop:before{content:"󰾊"}.mdi-temperature-celsius:before{content:"󰔄"}.mdi-temperature-fahrenheit:before{content:"󰔅"}.mdi-temperature-kelvin:before{content:"󰔆"}.mdi-temple-buddhist:before{content:"󱬆"}.mdi-temple-buddhist-outline:before{content:"󱬇"}.mdi-temple-hindu:before{content:"󱬈"}.mdi-temple-hindu-outline:before{content:"󱬉"}.mdi-tennis:before{content:"󰶠"}.mdi-tennis-ball:before{content:"󰔇"}.mdi-tent:before{content:"󰔈"}.mdi-terraform:before{content:"󱁢"}.mdi-terrain:before{content:"󰔉"}.mdi-test-tube:before{content:"󰙨"}.mdi-test-tube-empty:before{content:"󰤑"}.mdi-test-tube-off:before{content:"󰤒"}.mdi-text:before{content:"󰦨"}.mdi-text-account:before{content:"󱕰"}.mdi-text-box:before{content:"󰈚"}.mdi-text-box-check:before{content:"󰺦"}.mdi-text-box-check-outline:before{content:"󰺧"}.mdi-text-box-edit:before{content:"󱩼"}.mdi-text-box-edit-outline:before{content:"󱩽"}.mdi-text-box-minus:before{content:"󰺨"}.mdi-text-box-minus-outline:before{content:"󰺩"}.mdi-text-box-multiple:before{content:"󰪷"}.mdi-text-box-multiple-outline:before{content:"󰪸"}.mdi-text-box-outline:before{content:"󰧭"}.mdi-text-box-plus:before{content:"󰺪"}.mdi-text-box-plus-outline:before{content:"󰺫"}.mdi-text-box-remove:before{content:"󰺬"}.mdi-text-box-remove-outline:before{content:"󰺭"}.mdi-text-box-search:before{content:"󰺮"}.mdi-text-box-search-outline:before{content:"󰺯"}.mdi-text-long:before{content:"󰦪"}.mdi-text-recognition:before{content:"󱄽"}.mdi-text-search:before{content:"󱎸"}.mdi-text-search-variant:before{content:"󱩾"}.mdi-text-shadow:before{content:"󰙩"}.mdi-text-short:before{content:"󰦩"}.mdi-texture:before{content:"󰔌"}.mdi-texture-box:before{content:"󰿦"}.mdi-theater:before{content:"󰔍"}.mdi-theme-light-dark:before{content:"󰔎"}.mdi-thermometer:before{content:"󰔏"}.mdi-thermometer-alert:before{content:"󰸁"}.mdi-thermometer-auto:before{content:"󱬏"}.mdi-thermometer-bluetooth:before{content:"󱢕"}.mdi-thermometer-check:before{content:"󱩿"}.mdi-thermometer-chevron-down:before{content:"󰸂"}.mdi-thermometer-chevron-up:before{content:"󰸃"}.mdi-thermometer-high:before{content:"󱃂"}.mdi-thermometer-lines:before{content:"󰔐"}.mdi-thermometer-low:before{content:"󱃃"}.mdi-thermometer-minus:before{content:"󰸄"}.mdi-thermometer-off:before{content:"󱔱"}.mdi-thermometer-plus:before{content:"󰸅"}.mdi-thermometer-probe:before{content:"󱬫"}.mdi-thermometer-probe-off:before{content:"󱬬"}.mdi-thermometer-water:before{content:"󱪀"}.mdi-thermostat:before{content:"󰎓"}.mdi-thermostat-auto:before{content:"󱬗"}.mdi-thermostat-box:before{content:"󰢑"}.mdi-thermostat-box-auto:before{content:"󱬘"}.mdi-thought-bubble:before{content:"󰟶"}.mdi-thought-bubble-outline:before{content:"󰟷"}.mdi-thumb-down:before{content:"󰔑"}.mdi-thumb-down-outline:before{content:"󰔒"}.mdi-thumb-up:before{content:"󰔓"}.mdi-thumb-up-outline:before{content:"󰔔"}.mdi-thumbs-up-down:before{content:"󰔕"}.mdi-thumbs-up-down-outline:before{content:"󱤔"}.mdi-ticket:before{content:"󰔖"}.mdi-ticket-account:before{content:"󰔗"}.mdi-ticket-confirmation:before{content:"󰔘"}.mdi-ticket-confirmation-outline:before{content:"󱎪"}.mdi-ticket-outline:before{content:"󰤓"}.mdi-ticket-percent:before{content:"󰜤"}.mdi-ticket-percent-outline:before{content:"󱐫"}.mdi-tie:before{content:"󰔙"}.mdi-tilde:before{content:"󰜥"}.mdi-tilde-off:before{content:"󱣳"}.mdi-timelapse:before{content:"󰔚"}.mdi-timeline:before{content:"󰯑"}.mdi-timeline-alert:before{content:"󰾕"}.mdi-timeline-alert-outline:before{content:"󰾘"}.mdi-timeline-check:before{content:"󱔲"}.mdi-timeline-check-outline:before{content:"󱔳"}.mdi-timeline-clock:before{content:"󱇻"}.mdi-timeline-clock-outline:before{content:"󱇼"}.mdi-timeline-minus:before{content:"󱔴"}.mdi-timeline-minus-outline:before{content:"󱔵"}.mdi-timeline-outline:before{content:"󰯒"}.mdi-timeline-plus:before{content:"󰾖"}.mdi-timeline-plus-outline:before{content:"󰾗"}.mdi-timeline-question:before{content:"󰾙"}.mdi-timeline-question-outline:before{content:"󰾚"}.mdi-timeline-remove:before{content:"󱔶"}.mdi-timeline-remove-outline:before{content:"󱔷"}.mdi-timeline-text:before{content:"󰯓"}.mdi-timeline-text-outline:before{content:"󰯔"}.mdi-timer:before{content:"󱎫"}.mdi-timer-10:before{content:"󰔜"}.mdi-timer-3:before{content:"󰔝"}.mdi-timer-alert:before{content:"󱫌"}.mdi-timer-alert-outline:before{content:"󱫍"}.mdi-timer-cancel:before{content:"󱫎"}.mdi-timer-cancel-outline:before{content:"󱫏"}.mdi-timer-check:before{content:"󱫐"}.mdi-timer-check-outline:before{content:"󱫑"}.mdi-timer-cog:before{content:"󱤥"}.mdi-timer-cog-outline:before{content:"󱤦"}.mdi-timer-edit:before{content:"󱫒"}.mdi-timer-edit-outline:before{content:"󱫓"}.mdi-timer-lock:before{content:"󱫔"}.mdi-timer-lock-open:before{content:"󱫕"}.mdi-timer-lock-open-outline:before{content:"󱫖"}.mdi-timer-lock-outline:before{content:"󱫗"}.mdi-timer-marker:before{content:"󱫘"}.mdi-timer-marker-outline:before{content:"󱫙"}.mdi-timer-minus:before{content:"󱫚"}.mdi-timer-minus-outline:before{content:"󱫛"}.mdi-timer-music:before{content:"󱫜"}.mdi-timer-music-outline:before{content:"󱫝"}.mdi-timer-off:before{content:"󱎬"}.mdi-timer-off-outline:before{content:"󰔞"}.mdi-timer-outline:before{content:"󰔛"}.mdi-timer-pause:before{content:"󱫞"}.mdi-timer-pause-outline:before{content:"󱫟"}.mdi-timer-play:before{content:"󱫠"}.mdi-timer-play-outline:before{content:"󱫡"}.mdi-timer-plus:before{content:"󱫢"}.mdi-timer-plus-outline:before{content:"󱫣"}.mdi-timer-refresh:before{content:"󱫤"}.mdi-timer-refresh-outline:before{content:"󱫥"}.mdi-timer-remove:before{content:"󱫦"}.mdi-timer-remove-outline:before{content:"󱫧"}.mdi-timer-sand:before{content:"󰔟"}.mdi-timer-sand-complete:before{content:"󱦟"}.mdi-timer-sand-empty:before{content:"󰚭"}.mdi-timer-sand-full:before{content:"󰞌"}.mdi-timer-sand-paused:before{content:"󱦠"}.mdi-timer-settings:before{content:"󱤣"}.mdi-timer-settings-outline:before{content:"󱤤"}.mdi-timer-star:before{content:"󱫨"}.mdi-timer-star-outline:before{content:"󱫩"}.mdi-timer-stop:before{content:"󱫪"}.mdi-timer-stop-outline:before{content:"󱫫"}.mdi-timer-sync:before{content:"󱫬"}.mdi-timer-sync-outline:before{content:"󱫭"}.mdi-timetable:before{content:"󰔠"}.mdi-tire:before{content:"󱢖"}.mdi-toaster:before{content:"󱁣"}.mdi-toaster-off:before{content:"󱆷"}.mdi-toaster-oven:before{content:"󰳓"}.mdi-toggle-switch:before{content:"󰔡"}.mdi-toggle-switch-off:before{content:"󰔢"}.mdi-toggle-switch-off-outline:before{content:"󰨙"}.mdi-toggle-switch-outline:before{content:"󰨚"}.mdi-toggle-switch-variant:before{content:"󱨥"}.mdi-toggle-switch-variant-off:before{content:"󱨦"}.mdi-toilet:before{content:"󰦫"}.mdi-toolbox:before{content:"󰦬"}.mdi-toolbox-outline:before{content:"󰦭"}.mdi-tools:before{content:"󱁤"}.mdi-tooltip:before{content:"󰔣"}.mdi-tooltip-account:before{content:"󰀌"}.mdi-tooltip-cellphone:before{content:"󱠻"}.mdi-tooltip-check:before{content:"󱕜"}.mdi-tooltip-check-outline:before{content:"󱕝"}.mdi-tooltip-edit:before{content:"󰔤"}.mdi-tooltip-edit-outline:before{content:"󱋅"}.mdi-tooltip-image:before{content:"󰔥"}.mdi-tooltip-image-outline:before{content:"󰯕"}.mdi-tooltip-minus:before{content:"󱕞"}.mdi-tooltip-minus-outline:before{content:"󱕟"}.mdi-tooltip-outline:before{content:"󰔦"}.mdi-tooltip-plus:before{content:"󰯖"}.mdi-tooltip-plus-outline:before{content:"󰔧"}.mdi-tooltip-remove:before{content:"󱕠"}.mdi-tooltip-remove-outline:before{content:"󱕡"}.mdi-tooltip-text:before{content:"󰔨"}.mdi-tooltip-text-outline:before{content:"󰯗"}.mdi-tooth:before{content:"󰣃"}.mdi-tooth-outline:before{content:"󰔩"}.mdi-toothbrush:before{content:"󱄩"}.mdi-toothbrush-electric:before{content:"󱄬"}.mdi-toothbrush-paste:before{content:"󱄪"}.mdi-torch:before{content:"󱘆"}.mdi-tortoise:before{content:"󰴻"}.mdi-toslink:before{content:"󱊸"}.mdi-tournament:before{content:"󰦮"}.mdi-tow-truck:before{content:"󰠼"}.mdi-tower-beach:before{content:"󰚁"}.mdi-tower-fire:before{content:"󰚂"}.mdi-town-hall:before{content:"󱡵"}.mdi-toy-brick:before{content:"󱊈"}.mdi-toy-brick-marker:before{content:"󱊉"}.mdi-toy-brick-marker-outline:before{content:"󱊊"}.mdi-toy-brick-minus:before{content:"󱊋"}.mdi-toy-brick-minus-outline:before{content:"󱊌"}.mdi-toy-brick-outline:before{content:"󱊍"}.mdi-toy-brick-plus:before{content:"󱊎"}.mdi-toy-brick-plus-outline:before{content:"󱊏"}.mdi-toy-brick-remove:before{content:"󱊐"}.mdi-toy-brick-remove-outline:before{content:"󱊑"}.mdi-toy-brick-search:before{content:"󱊒"}.mdi-toy-brick-search-outline:before{content:"󱊓"}.mdi-track-light:before{content:"󰤔"}.mdi-track-light-off:before{content:"󱬁"}.mdi-trackpad:before{content:"󰟸"}.mdi-trackpad-lock:before{content:"󰤳"}.mdi-tractor:before{content:"󰢒"}.mdi-tractor-variant:before{content:"󱓄"}.mdi-trademark:before{content:"󰩸"}.mdi-traffic-cone:before{content:"󱍼"}.mdi-traffic-light:before{content:"󰔫"}.mdi-traffic-light-outline:before{content:"󱠪"}.mdi-train:before{content:"󰔬"}.mdi-train-car:before{content:"󰯘"}.mdi-train-car-autorack:before{content:"󱬭"}.mdi-train-car-box:before{content:"󱬮"}.mdi-train-car-box-full:before{content:"󱬯"}.mdi-train-car-box-open:before{content:"󱬰"}.mdi-train-car-caboose:before{content:"󱬱"}.mdi-train-car-centerbeam:before{content:"󱬲"}.mdi-train-car-centerbeam-full:before{content:"󱬳"}.mdi-train-car-container:before{content:"󱬴"}.mdi-train-car-flatbed:before{content:"󱬵"}.mdi-train-car-flatbed-car:before{content:"󱬶"}.mdi-train-car-flatbed-tank:before{content:"󱬷"}.mdi-train-car-gondola:before{content:"󱬸"}.mdi-train-car-gondola-full:before{content:"󱬹"}.mdi-train-car-hopper:before{content:"󱬺"}.mdi-train-car-hopper-covered:before{content:"󱬻"}.mdi-train-car-hopper-full:before{content:"󱬼"}.mdi-train-car-intermodal:before{content:"󱬽"}.mdi-train-car-passenger:before{content:"󱜳"}.mdi-train-car-passenger-door:before{content:"󱜴"}.mdi-train-car-passenger-door-open:before{content:"󱜵"}.mdi-train-car-passenger-variant:before{content:"󱜶"}.mdi-train-car-tank:before{content:"󱬾"}.mdi-train-variant:before{content:"󰣄"}.mdi-tram:before{content:"󰔭"}.mdi-tram-side:before{content:"󰿧"}.mdi-transcribe:before{content:"󰔮"}.mdi-transcribe-close:before{content:"󰔯"}.mdi-transfer:before{content:"󱁥"}.mdi-transfer-down:before{content:"󰶡"}.mdi-transfer-left:before{content:"󰶢"}.mdi-transfer-right:before{content:"󰔰"}.mdi-transfer-up:before{content:"󰶣"}.mdi-transit-connection:before{content:"󰴼"}.mdi-transit-connection-horizontal:before{content:"󱕆"}.mdi-transit-connection-variant:before{content:"󰴽"}.mdi-transit-detour:before{content:"󰾋"}.mdi-transit-skip:before{content:"󱔕"}.mdi-transit-transfer:before{content:"󰚮"}.mdi-transition:before{content:"󰤕"}.mdi-transition-masked:before{content:"󰤖"}.mdi-translate:before{content:"󰗊"}.mdi-translate-off:before{content:"󰸆"}.mdi-translate-variant:before{content:"󱮙"}.mdi-transmission-tower:before{content:"󰴾"}.mdi-transmission-tower-export:before{content:"󱤬"}.mdi-transmission-tower-import:before{content:"󱤭"}.mdi-transmission-tower-off:before{content:"󱧝"}.mdi-trash-can:before{content:"󰩹"}.mdi-trash-can-outline:before{content:"󰩺"}.mdi-tray:before{content:"󱊔"}.mdi-tray-alert:before{content:"󱊕"}.mdi-tray-arrow-down:before{content:"󰄠"}.mdi-tray-arrow-up:before{content:"󰄝"}.mdi-tray-full:before{content:"󱊖"}.mdi-tray-minus:before{content:"󱊗"}.mdi-tray-plus:before{content:"󱊘"}.mdi-tray-remove:before{content:"󱊙"}.mdi-treasure-chest:before{content:"󰜦"}.mdi-tree:before{content:"󰔱"}.mdi-tree-outline:before{content:"󰹩"}.mdi-trello:before{content:"󰔲"}.mdi-trending-down:before{content:"󰔳"}.mdi-trending-neutral:before{content:"󰔴"}.mdi-trending-up:before{content:"󰔵"}.mdi-triangle:before{content:"󰔶"}.mdi-triangle-outline:before{content:"󰔷"}.mdi-triangle-small-down:before{content:"󱨉"}.mdi-triangle-small-up:before{content:"󱨊"}.mdi-triangle-wave:before{content:"󱑼"}.mdi-triforce:before{content:"󰯙"}.mdi-trophy:before{content:"󰔸"}.mdi-trophy-award:before{content:"󰔹"}.mdi-trophy-broken:before{content:"󰶤"}.mdi-trophy-outline:before{content:"󰔺"}.mdi-trophy-variant:before{content:"󰔻"}.mdi-trophy-variant-outline:before{content:"󰔼"}.mdi-truck:before{content:"󰔽"}.mdi-truck-alert:before{content:"󱧞"}.mdi-truck-alert-outline:before{content:"󱧟"}.mdi-truck-cargo-container:before{content:"󱣘"}.mdi-truck-check:before{content:"󰳔"}.mdi-truck-check-outline:before{content:"󱊚"}.mdi-truck-delivery:before{content:"󰔾"}.mdi-truck-delivery-outline:before{content:"󱊛"}.mdi-truck-fast:before{content:"󰞈"}.mdi-truck-fast-outline:before{content:"󱊜"}.mdi-truck-flatbed:before{content:"󱢑"}.mdi-truck-minus:before{content:"󱦮"}.mdi-truck-minus-outline:before{content:"󱦽"}.mdi-truck-outline:before{content:"󱊝"}.mdi-truck-plus:before{content:"󱦭"}.mdi-truck-plus-outline:before{content:"󱦼"}.mdi-truck-remove:before{content:"󱦯"}.mdi-truck-remove-outline:before{content:"󱦾"}.mdi-truck-snowflake:before{content:"󱦦"}.mdi-truck-trailer:before{content:"󰜧"}.mdi-trumpet:before{content:"󱂖"}.mdi-tshirt-crew:before{content:"󰩻"}.mdi-tshirt-crew-outline:before{content:"󰔿"}.mdi-tshirt-v:before{content:"󰩼"}.mdi-tshirt-v-outline:before{content:"󰕀"}.mdi-tsunami:before{content:"󱪁"}.mdi-tumble-dryer:before{content:"󰤗"}.mdi-tumble-dryer-alert:before{content:"󱆺"}.mdi-tumble-dryer-off:before{content:"󱆻"}.mdi-tune:before{content:"󰘮"}.mdi-tune-variant:before{content:"󱕂"}.mdi-tune-vertical:before{content:"󰙪"}.mdi-tune-vertical-variant:before{content:"󱕃"}.mdi-tunnel:before{content:"󱠽"}.mdi-tunnel-outline:before{content:"󱠾"}.mdi-turbine:before{content:"󱪂"}.mdi-turkey:before{content:"󱜛"}.mdi-turnstile:before{content:"󰳕"}.mdi-turnstile-outline:before{content:"󰳖"}.mdi-turtle:before{content:"󰳗"}.mdi-twitch:before{content:"󰕃"}.mdi-twitter:before{content:"󰕄"}.mdi-two-factor-authentication:before{content:"󰦯"}.mdi-typewriter:before{content:"󰼭"}.mdi-ubisoft:before{content:"󰯚"}.mdi-ubuntu:before{content:"󰕈"}.mdi-ufo:before{content:"󱃄"}.mdi-ufo-outline:before{content:"󱃅"}.mdi-ultra-high-definition:before{content:"󰟹"}.mdi-umbraco:before{content:"󰕉"}.mdi-umbrella:before{content:"󰕊"}.mdi-umbrella-beach:before{content:"󱢊"}.mdi-umbrella-beach-outline:before{content:"󱢋"}.mdi-umbrella-closed:before{content:"󰦰"}.mdi-umbrella-closed-outline:before{content:"󱏢"}.mdi-umbrella-closed-variant:before{content:"󱏡"}.mdi-umbrella-outline:before{content:"󰕋"}.mdi-undo:before{content:"󰕌"}.mdi-undo-variant:before{content:"󰕍"}.mdi-unfold-less-horizontal:before{content:"󰕎"}.mdi-unfold-less-vertical:before{content:"󰝠"}.mdi-unfold-more-horizontal:before{content:"󰕏"}.mdi-unfold-more-vertical:before{content:"󰝡"}.mdi-ungroup:before{content:"󰕐"}.mdi-unicode:before{content:"󰻐"}.mdi-unicorn:before{content:"󱗂"}.mdi-unicorn-variant:before{content:"󱗃"}.mdi-unicycle:before{content:"󱗥"}.mdi-unity:before{content:"󰚯"}.mdi-unreal:before{content:"󰦱"}.mdi-update:before{content:"󰚰"}.mdi-upload:before{content:"󰕒"}.mdi-upload-lock:before{content:"󱍳"}.mdi-upload-lock-outline:before{content:"󱍴"}.mdi-upload-multiple:before{content:"󰠽"}.mdi-upload-network:before{content:"󰛶"}.mdi-upload-network-outline:before{content:"󰳘"}.mdi-upload-off:before{content:"󱃆"}.mdi-upload-off-outline:before{content:"󱃇"}.mdi-upload-outline:before{content:"󰸇"}.mdi-usb:before{content:"󰕓"}.mdi-usb-flash-drive:before{content:"󱊞"}.mdi-usb-flash-drive-outline:before{content:"󱊟"}.mdi-usb-port:before{content:"󱇰"}.mdi-vacuum:before{content:"󱦡"}.mdi-vacuum-outline:before{content:"󱦢"}.mdi-valve:before{content:"󱁦"}.mdi-valve-closed:before{content:"󱁧"}.mdi-valve-open:before{content:"󱁨"}.mdi-van-passenger:before{content:"󰟺"}.mdi-van-utility:before{content:"󰟻"}.mdi-vanish:before{content:"󰟼"}.mdi-vanish-quarter:before{content:"󱕔"}.mdi-vanity-light:before{content:"󱇡"}.mdi-variable:before{content:"󰫧"}.mdi-variable-box:before{content:"󱄑"}.mdi-vector-arrange-above:before{content:"󰕔"}.mdi-vector-arrange-below:before{content:"󰕕"}.mdi-vector-bezier:before{content:"󰫨"}.mdi-vector-circle:before{content:"󰕖"}.mdi-vector-circle-variant:before{content:"󰕗"}.mdi-vector-combine:before{content:"󰕘"}.mdi-vector-curve:before{content:"󰕙"}.mdi-vector-difference:before{content:"󰕚"}.mdi-vector-difference-ab:before{content:"󰕛"}.mdi-vector-difference-ba:before{content:"󰕜"}.mdi-vector-ellipse:before{content:"󰢓"}.mdi-vector-intersection:before{content:"󰕝"}.mdi-vector-line:before{content:"󰕞"}.mdi-vector-link:before{content:"󰿨"}.mdi-vector-point:before{content:"󰇄"}.mdi-vector-point-edit:before{content:"󰧨"}.mdi-vector-point-minus:before{content:"󱭸"}.mdi-vector-point-plus:before{content:"󱭹"}.mdi-vector-point-select:before{content:"󰕟"}.mdi-vector-polygon:before{content:"󰕠"}.mdi-vector-polygon-variant:before{content:"󱡖"}.mdi-vector-polyline:before{content:"󰕡"}.mdi-vector-polyline-edit:before{content:"󱈥"}.mdi-vector-polyline-minus:before{content:"󱈦"}.mdi-vector-polyline-plus:before{content:"󱈧"}.mdi-vector-polyline-remove:before{content:"󱈨"}.mdi-vector-radius:before{content:"󰝊"}.mdi-vector-rectangle:before{content:"󰗆"}.mdi-vector-selection:before{content:"󰕢"}.mdi-vector-square:before{content:"󰀁"}.mdi-vector-square-close:before{content:"󱡗"}.mdi-vector-square-edit:before{content:"󱣙"}.mdi-vector-square-minus:before{content:"󱣚"}.mdi-vector-square-open:before{content:"󱡘"}.mdi-vector-square-plus:before{content:"󱣛"}.mdi-vector-square-remove:before{content:"󱣜"}.mdi-vector-triangle:before{content:"󰕣"}.mdi-vector-union:before{content:"󰕤"}.mdi-vhs:before{content:"󰨛"}.mdi-vibrate:before{content:"󰕦"}.mdi-vibrate-off:before{content:"󰳙"}.mdi-video:before{content:"󰕧"}.mdi-video-2d:before{content:"󱨜"}.mdi-video-3d:before{content:"󰟽"}.mdi-video-3d-off:before{content:"󱏙"}.mdi-video-3d-variant:before{content:"󰻑"}.mdi-video-4k-box:before{content:"󰠾"}.mdi-video-account:before{content:"󰤙"}.mdi-video-box:before{content:"󰃽"}.mdi-video-box-off:before{content:"󰃾"}.mdi-video-check:before{content:"󱁩"}.mdi-video-check-outline:before{content:"󱁪"}.mdi-video-high-definition:before{content:"󱔮"}.mdi-video-image:before{content:"󰤚"}.mdi-video-input-antenna:before{content:"󰠿"}.mdi-video-input-component:before{content:"󰡀"}.mdi-video-input-hdmi:before{content:"󰡁"}.mdi-video-input-scart:before{content:"󰾌"}.mdi-video-input-svideo:before{content:"󰡂"}.mdi-video-marker:before{content:"󱦩"}.mdi-video-marker-outline:before{content:"󱦪"}.mdi-video-minus:before{content:"󰦲"}.mdi-video-minus-outline:before{content:"󰊺"}.mdi-video-off:before{content:"󰕨"}.mdi-video-off-outline:before{content:"󰯛"}.mdi-video-outline:before{content:"󰯜"}.mdi-video-plus:before{content:"󰦳"}.mdi-video-plus-outline:before{content:"󰇓"}.mdi-video-stabilization:before{content:"󰤛"}.mdi-video-switch:before{content:"󰕩"}.mdi-video-switch-outline:before{content:"󰞐"}.mdi-video-vintage:before{content:"󰨜"}.mdi-video-wireless:before{content:"󰻒"}.mdi-video-wireless-outline:before{content:"󰻓"}.mdi-view-agenda:before{content:"󰕪"}.mdi-view-agenda-outline:before{content:"󱇘"}.mdi-view-array:before{content:"󰕫"}.mdi-view-array-outline:before{content:"󱒅"}.mdi-view-carousel:before{content:"󰕬"}.mdi-view-carousel-outline:before{content:"󱒆"}.mdi-view-column:before{content:"󰕭"}.mdi-view-column-outline:before{content:"󱒇"}.mdi-view-comfy:before{content:"󰹪"}.mdi-view-comfy-outline:before{content:"󱒈"}.mdi-view-compact:before{content:"󰹫"}.mdi-view-compact-outline:before{content:"󰹬"}.mdi-view-dashboard:before{content:"󰕮"}.mdi-view-dashboard-edit:before{content:"󱥇"}.mdi-view-dashboard-edit-outline:before{content:"󱥈"}.mdi-view-dashboard-outline:before{content:"󰨝"}.mdi-view-dashboard-variant:before{content:"󰡃"}.mdi-view-dashboard-variant-outline:before{content:"󱒉"}.mdi-view-day:before{content:"󰕯"}.mdi-view-day-outline:before{content:"󱒊"}.mdi-view-gallery:before{content:"󱢈"}.mdi-view-gallery-outline:before{content:"󱢉"}.mdi-view-grid:before{content:"󰕰"}.mdi-view-grid-outline:before{content:"󱇙"}.mdi-view-grid-plus:before{content:"󰾍"}.mdi-view-grid-plus-outline:before{content:"󱇚"}.mdi-view-headline:before{content:"󰕱"}.mdi-view-list:before{content:"󰕲"}.mdi-view-list-outline:before{content:"󱒋"}.mdi-view-module:before{content:"󰕳"}.mdi-view-module-outline:before{content:"󱒌"}.mdi-view-parallel:before{content:"󰜨"}.mdi-view-parallel-outline:before{content:"󱒍"}.mdi-view-quilt:before{content:"󰕴"}.mdi-view-quilt-outline:before{content:"󱒎"}.mdi-view-sequential:before{content:"󰜩"}.mdi-view-sequential-outline:before{content:"󱒏"}.mdi-view-split-horizontal:before{content:"󰯋"}.mdi-view-split-vertical:before{content:"󰯌"}.mdi-view-stream:before{content:"󰕵"}.mdi-view-stream-outline:before{content:"󱒐"}.mdi-view-week:before{content:"󰕶"}.mdi-view-week-outline:before{content:"󱒑"}.mdi-vimeo:before{content:"󰕷"}.mdi-violin:before{content:"󰘏"}.mdi-virtual-reality:before{content:"󰢔"}.mdi-virus:before{content:"󱎶"}.mdi-virus-off:before{content:"󱣡"}.mdi-virus-off-outline:before{content:"󱣢"}.mdi-virus-outline:before{content:"󱎷"}.mdi-vlc:before{content:"󰕼"}.mdi-voicemail:before{content:"󰕽"}.mdi-volcano:before{content:"󱪃"}.mdi-volcano-outline:before{content:"󱪄"}.mdi-volleyball:before{content:"󰦴"}.mdi-volume-equal:before{content:"󱬐"}.mdi-volume-high:before{content:"󰕾"}.mdi-volume-low:before{content:"󰕿"}.mdi-volume-medium:before{content:"󰖀"}.mdi-volume-minus:before{content:"󰝞"}.mdi-volume-mute:before{content:"󰝟"}.mdi-volume-off:before{content:"󰖁"}.mdi-volume-plus:before{content:"󰝝"}.mdi-volume-source:before{content:"󱄠"}.mdi-volume-variant-off:before{content:"󰸈"}.mdi-volume-vibrate:before{content:"󱄡"}.mdi-vote:before{content:"󰨟"}.mdi-vote-outline:before{content:"󰨠"}.mdi-vpn:before{content:"󰖂"}.mdi-vuejs:before{content:"󰡄"}.mdi-vuetify:before{content:"󰹭"}.mdi-walk:before{content:"󰖃"}.mdi-wall:before{content:"󰟾"}.mdi-wall-fire:before{content:"󱨑"}.mdi-wall-sconce:before{content:"󰤜"}.mdi-wall-sconce-flat:before{content:"󰤝"}.mdi-wall-sconce-flat-outline:before{content:"󱟉"}.mdi-wall-sconce-flat-variant:before{content:"󰐜"}.mdi-wall-sconce-flat-variant-outline:before{content:"󱟊"}.mdi-wall-sconce-outline:before{content:"󱟋"}.mdi-wall-sconce-round:before{content:"󰝈"}.mdi-wall-sconce-round-outline:before{content:"󱟌"}.mdi-wall-sconce-round-variant:before{content:"󰤞"}.mdi-wall-sconce-round-variant-outline:before{content:"󱟍"}.mdi-wallet:before{content:"󰖄"}.mdi-wallet-giftcard:before{content:"󰖅"}.mdi-wallet-membership:before{content:"󰖆"}.mdi-wallet-outline:before{content:"󰯝"}.mdi-wallet-plus:before{content:"󰾎"}.mdi-wallet-plus-outline:before{content:"󰾏"}.mdi-wallet-travel:before{content:"󰖇"}.mdi-wallpaper:before{content:"󰸉"}.mdi-wan:before{content:"󰖈"}.mdi-wardrobe:before{content:"󰾐"}.mdi-wardrobe-outline:before{content:"󰾑"}.mdi-warehouse:before{content:"󰾁"}.mdi-washing-machine:before{content:"󰜪"}.mdi-washing-machine-alert:before{content:"󱆼"}.mdi-washing-machine-off:before{content:"󱆽"}.mdi-watch:before{content:"󰖉"}.mdi-watch-export:before{content:"󰖊"}.mdi-watch-export-variant:before{content:"󰢕"}.mdi-watch-import:before{content:"󰖋"}.mdi-watch-import-variant:before{content:"󰢖"}.mdi-watch-variant:before{content:"󰢗"}.mdi-watch-vibrate:before{content:"󰚱"}.mdi-watch-vibrate-off:before{content:"󰳚"}.mdi-water:before{content:"󰖌"}.mdi-water-alert:before{content:"󱔂"}.mdi-water-alert-outline:before{content:"󱔃"}.mdi-water-boiler:before{content:"󰾒"}.mdi-water-boiler-alert:before{content:"󱆳"}.mdi-water-boiler-auto:before{content:"󱮘"}.mdi-water-boiler-off:before{content:"󱆴"}.mdi-water-check:before{content:"󱔄"}.mdi-water-check-outline:before{content:"󱔅"}.mdi-water-circle:before{content:"󱠆"}.mdi-water-minus:before{content:"󱔆"}.mdi-water-minus-outline:before{content:"󱔇"}.mdi-water-off:before{content:"󰖍"}.mdi-water-off-outline:before{content:"󱔈"}.mdi-water-opacity:before{content:"󱡕"}.mdi-water-outline:before{content:"󰸊"}.mdi-water-percent:before{content:"󰖎"}.mdi-water-percent-alert:before{content:"󱔉"}.mdi-water-plus:before{content:"󱔊"}.mdi-water-plus-outline:before{content:"󱔋"}.mdi-water-polo:before{content:"󱊠"}.mdi-water-pump:before{content:"󰖏"}.mdi-water-pump-off:before{content:"󰾓"}.mdi-water-remove:before{content:"󱔌"}.mdi-water-remove-outline:before{content:"󱔍"}.mdi-water-sync:before{content:"󱟆"}.mdi-water-thermometer:before{content:"󱪅"}.mdi-water-thermometer-outline:before{content:"󱪆"}.mdi-water-well:before{content:"󱁫"}.mdi-water-well-outline:before{content:"󱁬"}.mdi-waterfall:before{content:"󱡉"}.mdi-watering-can:before{content:"󱒁"}.mdi-watering-can-outline:before{content:"󱒂"}.mdi-watermark:before{content:"󰘒"}.mdi-wave:before{content:"󰼮"}.mdi-waveform:before{content:"󱑽"}.mdi-waves:before{content:"󰞍"}.mdi-waves-arrow-left:before{content:"󱡙"}.mdi-waves-arrow-right:before{content:"󱡚"}.mdi-waves-arrow-up:before{content:"󱡛"}.mdi-waze:before{content:"󰯞"}.mdi-weather-cloudy:before{content:"󰖐"}.mdi-weather-cloudy-alert:before{content:"󰼯"}.mdi-weather-cloudy-arrow-right:before{content:"󰹮"}.mdi-weather-cloudy-clock:before{content:"󱣶"}.mdi-weather-dust:before{content:"󱭚"}.mdi-weather-fog:before{content:"󰖑"}.mdi-weather-hail:before{content:"󰖒"}.mdi-weather-hazy:before{content:"󰼰"}.mdi-weather-hurricane:before{content:"󰢘"}.mdi-weather-lightning:before{content:"󰖓"}.mdi-weather-lightning-rainy:before{content:"󰙾"}.mdi-weather-night:before{content:"󰖔"}.mdi-weather-night-partly-cloudy:before{content:"󰼱"}.mdi-weather-partly-cloudy:before{content:"󰖕"}.mdi-weather-partly-lightning:before{content:"󰼲"}.mdi-weather-partly-rainy:before{content:"󰼳"}.mdi-weather-partly-snowy:before{content:"󰼴"}.mdi-weather-partly-snowy-rainy:before{content:"󰼵"}.mdi-weather-pouring:before{content:"󰖖"}.mdi-weather-rainy:before{content:"󰖗"}.mdi-weather-snowy:before{content:"󰖘"}.mdi-weather-snowy-heavy:before{content:"󰼶"}.mdi-weather-snowy-rainy:before{content:"󰙿"}.mdi-weather-sunny:before{content:"󰖙"}.mdi-weather-sunny-alert:before{content:"󰼷"}.mdi-weather-sunny-off:before{content:"󱓤"}.mdi-weather-sunset:before{content:"󰖚"}.mdi-weather-sunset-down:before{content:"󰖛"}.mdi-weather-sunset-up:before{content:"󰖜"}.mdi-weather-tornado:before{content:"󰼸"}.mdi-weather-windy:before{content:"󰖝"}.mdi-weather-windy-variant:before{content:"󰖞"}.mdi-web:before{content:"󰖟"}.mdi-web-box:before{content:"󰾔"}.mdi-web-cancel:before{content:"󱞐"}.mdi-web-check:before{content:"󰞉"}.mdi-web-clock:before{content:"󱉊"}.mdi-web-minus:before{content:"󱂠"}.mdi-web-off:before{content:"󰪎"}.mdi-web-plus:before{content:"󰀳"}.mdi-web-refresh:before{content:"󱞑"}.mdi-web-remove:before{content:"󰕑"}.mdi-web-sync:before{content:"󱞒"}.mdi-webcam:before{content:"󰖠"}.mdi-webcam-off:before{content:"󱜷"}.mdi-webhook:before{content:"󰘯"}.mdi-webpack:before{content:"󰜫"}.mdi-webrtc:before{content:"󱉈"}.mdi-wechat:before{content:"󰘑"}.mdi-weight:before{content:"󰖡"}.mdi-weight-gram:before{content:"󰴿"}.mdi-weight-kilogram:before{content:"󰖢"}.mdi-weight-lifter:before{content:"󱅝"}.mdi-weight-pound:before{content:"󰦵"}.mdi-whatsapp:before{content:"󰖣"}.mdi-wheel-barrow:before{content:"󱓲"}.mdi-wheelchair:before{content:"󱪇"}.mdi-wheelchair-accessibility:before{content:"󰖤"}.mdi-whistle:before{content:"󰦶"}.mdi-whistle-outline:before{content:"󱊼"}.mdi-white-balance-auto:before{content:"󰖥"}.mdi-white-balance-incandescent:before{content:"󰖦"}.mdi-white-balance-iridescent:before{content:"󰖧"}.mdi-white-balance-sunny:before{content:"󰖨"}.mdi-widgets:before{content:"󰜬"}.mdi-widgets-outline:before{content:"󱍕"}.mdi-wifi:before{content:"󰖩"}.mdi-wifi-alert:before{content:"󱚵"}.mdi-wifi-arrow-down:before{content:"󱚶"}.mdi-wifi-arrow-left:before{content:"󱚷"}.mdi-wifi-arrow-left-right:before{content:"󱚸"}.mdi-wifi-arrow-right:before{content:"󱚹"}.mdi-wifi-arrow-up:before{content:"󱚺"}.mdi-wifi-arrow-up-down:before{content:"󱚻"}.mdi-wifi-cancel:before{content:"󱚼"}.mdi-wifi-check:before{content:"󱚽"}.mdi-wifi-cog:before{content:"󱚾"}.mdi-wifi-lock:before{content:"󱚿"}.mdi-wifi-lock-open:before{content:"󱛀"}.mdi-wifi-marker:before{content:"󱛁"}.mdi-wifi-minus:before{content:"󱛂"}.mdi-wifi-off:before{content:"󰖪"}.mdi-wifi-plus:before{content:"󱛃"}.mdi-wifi-refresh:before{content:"󱛄"}.mdi-wifi-remove:before{content:"󱛅"}.mdi-wifi-settings:before{content:"󱛆"}.mdi-wifi-star:before{content:"󰸋"}.mdi-wifi-strength-1:before{content:"󰤟"}.mdi-wifi-strength-1-alert:before{content:"󰤠"}.mdi-wifi-strength-1-lock:before{content:"󰤡"}.mdi-wifi-strength-1-lock-open:before{content:"󱛋"}.mdi-wifi-strength-2:before{content:"󰤢"}.mdi-wifi-strength-2-alert:before{content:"󰤣"}.mdi-wifi-strength-2-lock:before{content:"󰤤"}.mdi-wifi-strength-2-lock-open:before{content:"󱛌"}.mdi-wifi-strength-3:before{content:"󰤥"}.mdi-wifi-strength-3-alert:before{content:"󰤦"}.mdi-wifi-strength-3-lock:before{content:"󰤧"}.mdi-wifi-strength-3-lock-open:before{content:"󱛍"}.mdi-wifi-strength-4:before{content:"󰤨"}.mdi-wifi-strength-4-alert:before{content:"󰤩"}.mdi-wifi-strength-4-lock:before{content:"󰤪"}.mdi-wifi-strength-4-lock-open:before{content:"󱛎"}.mdi-wifi-strength-alert-outline:before{content:"󰤫"}.mdi-wifi-strength-lock-open-outline:before{content:"󱛏"}.mdi-wifi-strength-lock-outline:before{content:"󰤬"}.mdi-wifi-strength-off:before{content:"󰤭"}.mdi-wifi-strength-off-outline:before{content:"󰤮"}.mdi-wifi-strength-outline:before{content:"󰤯"}.mdi-wifi-sync:before{content:"󱛇"}.mdi-wikipedia:before{content:"󰖬"}.mdi-wind-power:before{content:"󱪈"}.mdi-wind-power-outline:before{content:"󱪉"}.mdi-wind-turbine:before{content:"󰶥"}.mdi-wind-turbine-alert:before{content:"󱦫"}.mdi-wind-turbine-check:before{content:"󱦬"}.mdi-window-close:before{content:"󰖭"}.mdi-window-closed:before{content:"󰖮"}.mdi-window-closed-variant:before{content:"󱇛"}.mdi-window-maximize:before{content:"󰖯"}.mdi-window-minimize:before{content:"󰖰"}.mdi-window-open:before{content:"󰖱"}.mdi-window-open-variant:before{content:"󱇜"}.mdi-window-restore:before{content:"󰖲"}.mdi-window-shutter:before{content:"󱄜"}.mdi-window-shutter-alert:before{content:"󱄝"}.mdi-window-shutter-auto:before{content:"󱮣"}.mdi-window-shutter-cog:before{content:"󱪊"}.mdi-window-shutter-open:before{content:"󱄞"}.mdi-window-shutter-settings:before{content:"󱪋"}.mdi-windsock:before{content:"󱗺"}.mdi-wiper:before{content:"󰫩"}.mdi-wiper-wash:before{content:"󰶦"}.mdi-wiper-wash-alert:before{content:"󱣟"}.mdi-wizard-hat:before{content:"󱑷"}.mdi-wordpress:before{content:"󰖴"}.mdi-wrap:before{content:"󰖶"}.mdi-wrap-disabled:before{content:"󰯟"}.mdi-wrench:before{content:"󰖷"}.mdi-wrench-check:before{content:"󱮏"}.mdi-wrench-check-outline:before{content:"󱮐"}.mdi-wrench-clock:before{content:"󱦣"}.mdi-wrench-clock-outline:before{content:"󱮓"}.mdi-wrench-cog:before{content:"󱮑"}.mdi-wrench-cog-outline:before{content:"󱮒"}.mdi-wrench-outline:before{content:"󰯠"}.mdi-xamarin:before{content:"󰡅"}.mdi-xml:before{content:"󰗀"}.mdi-xmpp:before{content:"󰟿"}.mdi-yahoo:before{content:"󰭏"}.mdi-yeast:before{content:"󰗁"}.mdi-yin-yang:before{content:"󰚀"}.mdi-yoga:before{content:"󱅼"}.mdi-youtube:before{content:"󰗃"}.mdi-youtube-gaming:before{content:"󰡈"}.mdi-youtube-studio:before{content:"󰡇"}.mdi-youtube-subscription:before{content:"󰵀"}.mdi-youtube-tv:before{content:"󰑈"}.mdi-yurt:before{content:"󱔖"}.mdi-z-wave:before{content:"󰫪"}.mdi-zend:before{content:"󰫫"}.mdi-zigbee:before{content:"󰵁"}.mdi-zip-box:before{content:"󰗄"}.mdi-zip-box-outline:before{content:"󰿺"}.mdi-zip-disk:before{content:"󰨣"}.mdi-zodiac-aquarius:before{content:"󰩽"}.mdi-zodiac-aries:before{content:"󰩾"}.mdi-zodiac-cancer:before{content:"󰩿"}.mdi-zodiac-capricorn:before{content:"󰪀"}.mdi-zodiac-gemini:before{content:"󰪁"}.mdi-zodiac-leo:before{content:"󰪂"}.mdi-zodiac-libra:before{content:"󰪃"}.mdi-zodiac-pisces:before{content:"󰪄"}.mdi-zodiac-sagittarius:before{content:"󰪅"}.mdi-zodiac-scorpio:before{content:"󰪆"}.mdi-zodiac-taurus:before{content:"󰪇"}.mdi-zodiac-virgo:before{content:"󰪈"}.mdi-blank:before{content:"";visibility:hidden}.mdi-18px.mdi-set,.mdi-18px.mdi:before{font-size:18px}.mdi-24px.mdi-set,.mdi-24px.mdi:before{font-size:24px}.mdi-36px.mdi-set,.mdi-36px.mdi:before{font-size:36px}.mdi-48px.mdi-set,.mdi-48px.mdi:before{font-size:48px}.mdi-dark:before{color:#0000008a}.mdi-dark.mdi-inactive:before{color:#00000042}.mdi-light:before{color:#fff}.mdi-light.mdi-inactive:before{color:#ffffff4d}.mdi-rotate-45:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mdi-rotate-90:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.mdi-rotate-135:before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.mdi-rotate-180:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.mdi-rotate-225:before{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.mdi-rotate-270:before{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.mdi-rotate-315:before{-webkit-transform:rotate(315deg);-ms-transform:rotate(315deg);transform:rotate(315deg)}.mdi-flip-h:before{-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH"}.mdi-flip-v:before{-webkit-transform:scaleY(-1);transform:scaleY(-1);filter:FlipV;-ms-filter:"FlipV"}.mdi-spin:before{-webkit-animation:mdi-spin 2s infinite linear;animation:mdi-spin 2s infinite linear}@-webkit-keyframes mdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes mdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes v-shake{59%{margin-left:0}60%,80%{margin-left:2px}70%,90%{margin-left:-2px}}.bg-black{background-color:#000!important}.bg-black{color:#fff!important}.bg-white{background-color:#fff!important}.bg-white{color:#000!important}.bg-transparent{background-color:transparent!important}.bg-transparent{color:currentColor!important}.bg-red{background-color:#f44336!important}.bg-red{color:#fff!important}.bg-red-lighten-5{background-color:#ffebee!important}.bg-red-lighten-5{color:#000!important}.bg-red-lighten-4{background-color:#ffcdd2!important}.bg-red-lighten-4{color:#000!important}.bg-red-lighten-3{background-color:#ef9a9a!important}.bg-red-lighten-3{color:#000!important}.bg-red-lighten-2{background-color:#e57373!important}.bg-red-lighten-2{color:#fff!important}.bg-red-lighten-1{background-color:#ef5350!important}.bg-red-lighten-1{color:#fff!important}.bg-red-darken-1{background-color:#e53935!important}.bg-red-darken-1{color:#fff!important}.bg-red-darken-2{background-color:#d32f2f!important}.bg-red-darken-2{color:#fff!important}.bg-red-darken-3{background-color:#c62828!important}.bg-red-darken-3{color:#fff!important}.bg-red-darken-4{background-color:#b71c1c!important}.bg-red-darken-4{color:#fff!important}.bg-red-accent-1{background-color:#ff8a80!important}.bg-red-accent-1{color:#000!important}.bg-red-accent-2{background-color:#ff5252!important}.bg-red-accent-2{color:#fff!important}.bg-red-accent-3{background-color:#ff1744!important}.bg-red-accent-3{color:#fff!important}.bg-red-accent-4{background-color:#d50000!important}.bg-red-accent-4{color:#fff!important}.bg-pink{background-color:#e91e63!important}.bg-pink{color:#fff!important}.bg-pink-lighten-5{background-color:#fce4ec!important}.bg-pink-lighten-5{color:#000!important}.bg-pink-lighten-4{background-color:#f8bbd0!important}.bg-pink-lighten-4{color:#000!important}.bg-pink-lighten-3{background-color:#f48fb1!important}.bg-pink-lighten-3{color:#000!important}.bg-pink-lighten-2{background-color:#f06292!important}.bg-pink-lighten-2{color:#fff!important}.bg-pink-lighten-1{background-color:#ec407a!important}.bg-pink-lighten-1{color:#fff!important}.bg-pink-darken-1{background-color:#d81b60!important}.bg-pink-darken-1{color:#fff!important}.bg-pink-darken-2{background-color:#c2185b!important}.bg-pink-darken-2{color:#fff!important}.bg-pink-darken-3{background-color:#ad1457!important}.bg-pink-darken-3{color:#fff!important}.bg-pink-darken-4{background-color:#880e4f!important}.bg-pink-darken-4{color:#fff!important}.bg-pink-accent-1{background-color:#ff80ab!important}.bg-pink-accent-1{color:#fff!important}.bg-pink-accent-2{background-color:#ff4081!important}.bg-pink-accent-2{color:#fff!important}.bg-pink-accent-3{background-color:#f50057!important}.bg-pink-accent-3{color:#fff!important}.bg-pink-accent-4{background-color:#c51162!important}.bg-pink-accent-4{color:#fff!important}.bg-purple{background-color:#9c27b0!important}.bg-purple{color:#fff!important}.bg-purple-lighten-5{background-color:#f3e5f5!important}.bg-purple-lighten-5{color:#000!important}.bg-purple-lighten-4{background-color:#e1bee7!important}.bg-purple-lighten-4{color:#000!important}.bg-purple-lighten-3{background-color:#ce93d8!important}.bg-purple-lighten-3{color:#fff!important}.bg-purple-lighten-2{background-color:#ba68c8!important}.bg-purple-lighten-2{color:#fff!important}.bg-purple-lighten-1{background-color:#ab47bc!important}.bg-purple-lighten-1{color:#fff!important}.bg-purple-darken-1{background-color:#8e24aa!important}.bg-purple-darken-1{color:#fff!important}.bg-purple-darken-2{background-color:#7b1fa2!important}.bg-purple-darken-2{color:#fff!important}.bg-purple-darken-3{background-color:#6a1b9a!important}.bg-purple-darken-3{color:#fff!important}.bg-purple-darken-4{background-color:#4a148c!important}.bg-purple-darken-4{color:#fff!important}.bg-purple-accent-1{background-color:#ea80fc!important}.bg-purple-accent-1{color:#fff!important}.bg-purple-accent-2{background-color:#e040fb!important}.bg-purple-accent-2{color:#fff!important}.bg-purple-accent-3{background-color:#d500f9!important}.bg-purple-accent-3{color:#fff!important}.bg-purple-accent-4{background-color:#a0f!important}.bg-purple-accent-4{color:#fff!important}.bg-deep-purple{background-color:#673ab7!important}.bg-deep-purple{color:#fff!important}.bg-deep-purple-lighten-5{background-color:#ede7f6!important}.bg-deep-purple-lighten-5{color:#000!important}.bg-deep-purple-lighten-4{background-color:#d1c4e9!important}.bg-deep-purple-lighten-4{color:#000!important}.bg-deep-purple-lighten-3{background-color:#b39ddb!important}.bg-deep-purple-lighten-3{color:#fff!important}.bg-deep-purple-lighten-2{background-color:#9575cd!important}.bg-deep-purple-lighten-2{color:#fff!important}.bg-deep-purple-lighten-1{background-color:#7e57c2!important}.bg-deep-purple-lighten-1{color:#fff!important}.bg-deep-purple-darken-1{background-color:#5e35b1!important}.bg-deep-purple-darken-1{color:#fff!important}.bg-deep-purple-darken-2{background-color:#512da8!important}.bg-deep-purple-darken-2{color:#fff!important}.bg-deep-purple-darken-3{background-color:#4527a0!important}.bg-deep-purple-darken-3{color:#fff!important}.bg-deep-purple-darken-4{background-color:#311b92!important}.bg-deep-purple-darken-4{color:#fff!important}.bg-deep-purple-accent-1{background-color:#b388ff!important}.bg-deep-purple-accent-1{color:#fff!important}.bg-deep-purple-accent-2{background-color:#7c4dff!important}.bg-deep-purple-accent-2{color:#fff!important}.bg-deep-purple-accent-3{background-color:#651fff!important}.bg-deep-purple-accent-3{color:#fff!important}.bg-deep-purple-accent-4{background-color:#6200ea!important}.bg-deep-purple-accent-4{color:#fff!important}.bg-indigo{background-color:#3f51b5!important}.bg-indigo{color:#fff!important}.bg-indigo-lighten-5{background-color:#e8eaf6!important}.bg-indigo-lighten-5{color:#000!important}.bg-indigo-lighten-4{background-color:#c5cae9!important}.bg-indigo-lighten-4{color:#000!important}.bg-indigo-lighten-3{background-color:#9fa8da!important}.bg-indigo-lighten-3{color:#fff!important}.bg-indigo-lighten-2{background-color:#7986cb!important}.bg-indigo-lighten-2{color:#fff!important}.bg-indigo-lighten-1{background-color:#5c6bc0!important}.bg-indigo-lighten-1{color:#fff!important}.bg-indigo-darken-1{background-color:#3949ab!important}.bg-indigo-darken-1{color:#fff!important}.bg-indigo-darken-2{background-color:#303f9f!important}.bg-indigo-darken-2{color:#fff!important}.bg-indigo-darken-3{background-color:#283593!important}.bg-indigo-darken-3{color:#fff!important}.bg-indigo-darken-4{background-color:#1a237e!important}.bg-indigo-darken-4{color:#fff!important}.bg-indigo-accent-1{background-color:#8c9eff!important}.bg-indigo-accent-1{color:#fff!important}.bg-indigo-accent-2{background-color:#536dfe!important}.bg-indigo-accent-2{color:#fff!important}.bg-indigo-accent-3{background-color:#3d5afe!important}.bg-indigo-accent-3{color:#fff!important}.bg-indigo-accent-4{background-color:#304ffe!important}.bg-indigo-accent-4{color:#fff!important}.bg-blue{background-color:#2196f3!important}.bg-blue{color:#fff!important}.bg-blue-lighten-5{background-color:#e3f2fd!important}.bg-blue-lighten-5{color:#000!important}.bg-blue-lighten-4{background-color:#bbdefb!important}.bg-blue-lighten-4{color:#000!important}.bg-blue-lighten-3{background-color:#90caf9!important}.bg-blue-lighten-3{color:#000!important}.bg-blue-lighten-2{background-color:#64b5f6!important}.bg-blue-lighten-2{color:#000!important}.bg-blue-lighten-1{background-color:#42a5f5!important}.bg-blue-lighten-1{color:#fff!important}.bg-blue-darken-1{background-color:#1e88e5!important}.bg-blue-darken-1{color:#fff!important}.bg-blue-darken-2{background-color:#1976d2!important}.bg-blue-darken-2{color:#fff!important}.bg-blue-darken-3{background-color:#1565c0!important}.bg-blue-darken-3{color:#fff!important}.bg-blue-darken-4{background-color:#0d47a1!important}.bg-blue-darken-4{color:#fff!important}.bg-blue-accent-1{background-color:#82b1ff!important}.bg-blue-accent-1{color:#000!important}.bg-blue-accent-2{background-color:#448aff!important}.bg-blue-accent-2{color:#fff!important}.bg-blue-accent-3{background-color:#2979ff!important}.bg-blue-accent-3{color:#fff!important}.bg-blue-accent-4{background-color:#2962ff!important}.bg-blue-accent-4{color:#fff!important}.bg-light-blue{background-color:#03a9f4!important}.bg-light-blue{color:#fff!important}.bg-light-blue-lighten-5{background-color:#e1f5fe!important}.bg-light-blue-lighten-5{color:#000!important}.bg-light-blue-lighten-4{background-color:#b3e5fc!important}.bg-light-blue-lighten-4{color:#000!important}.bg-light-blue-lighten-3{background-color:#81d4fa!important}.bg-light-blue-lighten-3{color:#000!important}.bg-light-blue-lighten-2{background-color:#4fc3f7!important}.bg-light-blue-lighten-2{color:#000!important}.bg-light-blue-lighten-1{background-color:#29b6f6!important}.bg-light-blue-lighten-1{color:#000!important}.bg-light-blue-darken-1{background-color:#039be5!important}.bg-light-blue-darken-1{color:#fff!important}.bg-light-blue-darken-2{background-color:#0288d1!important}.bg-light-blue-darken-2{color:#fff!important}.bg-light-blue-darken-3{background-color:#0277bd!important}.bg-light-blue-darken-3{color:#fff!important}.bg-light-blue-darken-4{background-color:#01579b!important}.bg-light-blue-darken-4{color:#fff!important}.bg-light-blue-accent-1{background-color:#80d8ff!important}.bg-light-blue-accent-1{color:#000!important}.bg-light-blue-accent-2{background-color:#40c4ff!important}.bg-light-blue-accent-2{color:#000!important}.bg-light-blue-accent-3{background-color:#00b0ff!important}.bg-light-blue-accent-3{color:#fff!important}.bg-light-blue-accent-4{background-color:#0091ea!important}.bg-light-blue-accent-4{color:#fff!important}.bg-cyan{background-color:#00bcd4!important}.bg-cyan{color:#000!important}.bg-cyan-lighten-5{background-color:#e0f7fa!important}.bg-cyan-lighten-5{color:#000!important}.bg-cyan-lighten-4{background-color:#b2ebf2!important}.bg-cyan-lighten-4{color:#000!important}.bg-cyan-lighten-3{background-color:#80deea!important}.bg-cyan-lighten-3{color:#000!important}.bg-cyan-lighten-2{background-color:#4dd0e1!important}.bg-cyan-lighten-2{color:#000!important}.bg-cyan-lighten-1{background-color:#26c6da!important}.bg-cyan-lighten-1{color:#000!important}.bg-cyan-darken-1{background-color:#00acc1!important}.bg-cyan-darken-1{color:#fff!important}.bg-cyan-darken-2{background-color:#0097a7!important}.bg-cyan-darken-2{color:#fff!important}.bg-cyan-darken-3{background-color:#00838f!important}.bg-cyan-darken-3{color:#fff!important}.bg-cyan-darken-4{background-color:#006064!important}.bg-cyan-darken-4{color:#fff!important}.bg-cyan-accent-1{background-color:#84ffff!important}.bg-cyan-accent-1{color:#000!important}.bg-cyan-accent-2{background-color:#18ffff!important}.bg-cyan-accent-2{color:#000!important}.bg-cyan-accent-3{background-color:#00e5ff!important}.bg-cyan-accent-3{color:#000!important}.bg-cyan-accent-4{background-color:#00b8d4!important}.bg-cyan-accent-4{color:#fff!important}.bg-teal{background-color:#009688!important}.bg-teal{color:#fff!important}.bg-teal-lighten-5{background-color:#e0f2f1!important}.bg-teal-lighten-5{color:#000!important}.bg-teal-lighten-4{background-color:#b2dfdb!important}.bg-teal-lighten-4{color:#000!important}.bg-teal-lighten-3{background-color:#80cbc4!important}.bg-teal-lighten-3{color:#000!important}.bg-teal-lighten-2{background-color:#4db6ac!important}.bg-teal-lighten-2{color:#fff!important}.bg-teal-lighten-1{background-color:#26a69a!important}.bg-teal-lighten-1{color:#fff!important}.bg-teal-darken-1{background-color:#00897b!important}.bg-teal-darken-1{color:#fff!important}.bg-teal-darken-2{background-color:#00796b!important}.bg-teal-darken-2{color:#fff!important}.bg-teal-darken-3{background-color:#00695c!important}.bg-teal-darken-3{color:#fff!important}.bg-teal-darken-4{background-color:#004d40!important}.bg-teal-darken-4{color:#fff!important}.bg-teal-accent-1{background-color:#a7ffeb!important}.bg-teal-accent-1{color:#000!important}.bg-teal-accent-2{background-color:#64ffda!important}.bg-teal-accent-2{color:#000!important}.bg-teal-accent-3{background-color:#1de9b6!important}.bg-teal-accent-3{color:#000!important}.bg-teal-accent-4{background-color:#00bfa5!important}.bg-teal-accent-4{color:#fff!important}.bg-green{background-color:#4caf50!important}.bg-green{color:#fff!important}.bg-green-lighten-5{background-color:#e8f5e9!important}.bg-green-lighten-5{color:#000!important}.bg-green-lighten-4{background-color:#c8e6c9!important}.bg-green-lighten-4{color:#000!important}.bg-green-lighten-3{background-color:#a5d6a7!important}.bg-green-lighten-3{color:#000!important}.bg-green-lighten-2{background-color:#81c784!important}.bg-green-lighten-2{color:#000!important}.bg-green-lighten-1{background-color:#66bb6a!important}.bg-green-lighten-1{color:#fff!important}.bg-green-darken-1{background-color:#43a047!important}.bg-green-darken-1{color:#fff!important}.bg-green-darken-2{background-color:#388e3c!important}.bg-green-darken-2{color:#fff!important}.bg-green-darken-3{background-color:#2e7d32!important}.bg-green-darken-3{color:#fff!important}.bg-green-darken-4{background-color:#1b5e20!important}.bg-green-darken-4{color:#fff!important}.bg-green-accent-1{background-color:#b9f6ca!important}.bg-green-accent-1{color:#000!important}.bg-green-accent-2{background-color:#69f0ae!important}.bg-green-accent-2{color:#000!important}.bg-green-accent-3{background-color:#00e676!important}.bg-green-accent-3{color:#000!important}.bg-green-accent-4{background-color:#00c853!important}.bg-green-accent-4{color:#000!important}.bg-light-green{background-color:#8bc34a!important}.bg-light-green{color:#000!important}.bg-light-green-lighten-5{background-color:#f1f8e9!important}.bg-light-green-lighten-5{color:#000!important}.bg-light-green-lighten-4{background-color:#dcedc8!important}.bg-light-green-lighten-4{color:#000!important}.bg-light-green-lighten-3{background-color:#c5e1a5!important}.bg-light-green-lighten-3{color:#000!important}.bg-light-green-lighten-2{background-color:#aed581!important}.bg-light-green-lighten-2{color:#000!important}.bg-light-green-lighten-1{background-color:#9ccc65!important}.bg-light-green-lighten-1{color:#000!important}.bg-light-green-darken-1{background-color:#7cb342!important}.bg-light-green-darken-1{color:#fff!important}.bg-light-green-darken-2{background-color:#689f38!important}.bg-light-green-darken-2{color:#fff!important}.bg-light-green-darken-3{background-color:#558b2f!important}.bg-light-green-darken-3{color:#fff!important}.bg-light-green-darken-4{background-color:#33691e!important}.bg-light-green-darken-4{color:#fff!important}.bg-light-green-accent-1{background-color:#ccff90!important}.bg-light-green-accent-1{color:#000!important}.bg-light-green-accent-2{background-color:#b2ff59!important}.bg-light-green-accent-2{color:#000!important}.bg-light-green-accent-3{background-color:#76ff03!important}.bg-light-green-accent-3{color:#000!important}.bg-light-green-accent-4{background-color:#64dd17!important}.bg-light-green-accent-4{color:#000!important}.bg-lime{background-color:#cddc39!important}.bg-lime{color:#000!important}.bg-lime-lighten-5{background-color:#f9fbe7!important}.bg-lime-lighten-5{color:#000!important}.bg-lime-lighten-4{background-color:#f0f4c3!important}.bg-lime-lighten-4{color:#000!important}.bg-lime-lighten-3{background-color:#e6ee9c!important}.bg-lime-lighten-3{color:#000!important}.bg-lime-lighten-2{background-color:#dce775!important}.bg-lime-lighten-2{color:#000!important}.bg-lime-lighten-1{background-color:#d4e157!important}.bg-lime-lighten-1{color:#000!important}.bg-lime-darken-1{background-color:#c0ca33!important}.bg-lime-darken-1{color:#000!important}.bg-lime-darken-2{background-color:#afb42b!important}.bg-lime-darken-2{color:#000!important}.bg-lime-darken-3{background-color:#9e9d24!important}.bg-lime-darken-3{color:#fff!important}.bg-lime-darken-4{background-color:#827717!important}.bg-lime-darken-4{color:#fff!important}.bg-lime-accent-1{background-color:#f4ff81!important}.bg-lime-accent-1{color:#000!important}.bg-lime-accent-2{background-color:#eeff41!important}.bg-lime-accent-2{color:#000!important}.bg-lime-accent-3{background-color:#c6ff00!important}.bg-lime-accent-3{color:#000!important}.bg-lime-accent-4{background-color:#aeea00!important}.bg-lime-accent-4{color:#000!important}.bg-yellow{background-color:#ffeb3b!important}.bg-yellow{color:#000!important}.bg-yellow-lighten-5{background-color:#fffde7!important}.bg-yellow-lighten-5{color:#000!important}.bg-yellow-lighten-4{background-color:#fff9c4!important}.bg-yellow-lighten-4{color:#000!important}.bg-yellow-lighten-3{background-color:#fff59d!important}.bg-yellow-lighten-3{color:#000!important}.bg-yellow-lighten-2{background-color:#fff176!important}.bg-yellow-lighten-2{color:#000!important}.bg-yellow-lighten-1{background-color:#ffee58!important}.bg-yellow-lighten-1{color:#000!important}.bg-yellow-darken-1{background-color:#fdd835!important}.bg-yellow-darken-1{color:#000!important}.bg-yellow-darken-2{background-color:#fbc02d!important}.bg-yellow-darken-2{color:#000!important}.bg-yellow-darken-3{background-color:#f9a825!important}.bg-yellow-darken-3{color:#000!important}.bg-yellow-darken-4{background-color:#f57f17!important}.bg-yellow-darken-4{color:#fff!important}.bg-yellow-accent-1{background-color:#ffff8d!important}.bg-yellow-accent-1{color:#000!important}.bg-yellow-accent-2{background-color:#ff0!important}.bg-yellow-accent-2{color:#000!important}.bg-yellow-accent-3{background-color:#ffea00!important}.bg-yellow-accent-3{color:#000!important}.bg-yellow-accent-4{background-color:#ffd600!important}.bg-yellow-accent-4{color:#000!important}.bg-amber{background-color:#ffc107!important}.bg-amber{color:#000!important}.bg-amber-lighten-5{background-color:#fff8e1!important}.bg-amber-lighten-5{color:#000!important}.bg-amber-lighten-4{background-color:#ffecb3!important}.bg-amber-lighten-4{color:#000!important}.bg-amber-lighten-3{background-color:#ffe082!important}.bg-amber-lighten-3{color:#000!important}.bg-amber-lighten-2{background-color:#ffd54f!important}.bg-amber-lighten-2{color:#000!important}.bg-amber-lighten-1{background-color:#ffca28!important}.bg-amber-lighten-1{color:#000!important}.bg-amber-darken-1{background-color:#ffb300!important}.bg-amber-darken-1{color:#000!important}.bg-amber-darken-2{background-color:#ffa000!important}.bg-amber-darken-2{color:#000!important}.bg-amber-darken-3{background-color:#ff8f00!important}.bg-amber-darken-3{color:#000!important}.bg-amber-darken-4{background-color:#ff6f00!important}.bg-amber-darken-4{color:#fff!important}.bg-amber-accent-1{background-color:#ffe57f!important}.bg-amber-accent-1{color:#000!important}.bg-amber-accent-2{background-color:#ffd740!important}.bg-amber-accent-2{color:#000!important}.bg-amber-accent-3{background-color:#ffc400!important}.bg-amber-accent-3{color:#000!important}.bg-amber-accent-4{background-color:#ffab00!important}.bg-amber-accent-4{color:#000!important}.bg-orange{background-color:#ff9800!important}.bg-orange{color:#000!important}.bg-orange-lighten-5{background-color:#fff3e0!important}.bg-orange-lighten-5{color:#000!important}.bg-orange-lighten-4{background-color:#ffe0b2!important}.bg-orange-lighten-4{color:#000!important}.bg-orange-lighten-3{background-color:#ffcc80!important}.bg-orange-lighten-3{color:#000!important}.bg-orange-lighten-2{background-color:#ffb74d!important}.bg-orange-lighten-2{color:#000!important}.bg-orange-lighten-1{background-color:#ffa726!important}.bg-orange-lighten-1{color:#000!important}.bg-orange-darken-1{background-color:#fb8c00!important}.bg-orange-darken-1{color:#fff!important}.bg-orange-darken-2{background-color:#f57c00!important}.bg-orange-darken-2{color:#fff!important}.bg-orange-darken-3{background-color:#ef6c00!important}.bg-orange-darken-3{color:#fff!important}.bg-orange-darken-4{background-color:#e65100!important}.bg-orange-darken-4{color:#fff!important}.bg-orange-accent-1{background-color:#ffd180!important}.bg-orange-accent-1{color:#000!important}.bg-orange-accent-2{background-color:#ffab40!important}.bg-orange-accent-2{color:#000!important}.bg-orange-accent-3{background-color:#ff9100!important}.bg-orange-accent-3{color:#000!important}.bg-orange-accent-4{background-color:#ff6d00!important}.bg-orange-accent-4{color:#fff!important}.bg-deep-orange{background-color:#ff5722!important}.bg-deep-orange{color:#fff!important}.bg-deep-orange-lighten-5{background-color:#fbe9e7!important}.bg-deep-orange-lighten-5{color:#000!important}.bg-deep-orange-lighten-4{background-color:#ffccbc!important}.bg-deep-orange-lighten-4{color:#000!important}.bg-deep-orange-lighten-3{background-color:#ffab91!important}.bg-deep-orange-lighten-3{color:#000!important}.bg-deep-orange-lighten-2{background-color:#ff8a65!important}.bg-deep-orange-lighten-2{color:#000!important}.bg-deep-orange-lighten-1{background-color:#ff7043!important}.bg-deep-orange-lighten-1{color:#fff!important}.bg-deep-orange-darken-1{background-color:#f4511e!important}.bg-deep-orange-darken-1{color:#fff!important}.bg-deep-orange-darken-2{background-color:#e64a19!important}.bg-deep-orange-darken-2{color:#fff!important}.bg-deep-orange-darken-3{background-color:#d84315!important}.bg-deep-orange-darken-3{color:#fff!important}.bg-deep-orange-darken-4{background-color:#bf360c!important}.bg-deep-orange-darken-4{color:#fff!important}.bg-deep-orange-accent-1{background-color:#ff9e80!important}.bg-deep-orange-accent-1{color:#000!important}.bg-deep-orange-accent-2{background-color:#ff6e40!important}.bg-deep-orange-accent-2{color:#fff!important}.bg-deep-orange-accent-3{background-color:#ff3d00!important}.bg-deep-orange-accent-3{color:#fff!important}.bg-deep-orange-accent-4{background-color:#dd2c00!important}.bg-deep-orange-accent-4{color:#fff!important}.bg-brown{background-color:#795548!important}.bg-brown{color:#fff!important}.bg-brown-lighten-5{background-color:#efebe9!important}.bg-brown-lighten-5{color:#000!important}.bg-brown-lighten-4{background-color:#d7ccc8!important}.bg-brown-lighten-4{color:#000!important}.bg-brown-lighten-3{background-color:#bcaaa4!important}.bg-brown-lighten-3{color:#000!important}.bg-brown-lighten-2{background-color:#a1887f!important}.bg-brown-lighten-2{color:#fff!important}.bg-brown-lighten-1{background-color:#8d6e63!important}.bg-brown-lighten-1{color:#fff!important}.bg-brown-darken-1{background-color:#6d4c41!important}.bg-brown-darken-1{color:#fff!important}.bg-brown-darken-2{background-color:#5d4037!important}.bg-brown-darken-2{color:#fff!important}.bg-brown-darken-3{background-color:#4e342e!important}.bg-brown-darken-3{color:#fff!important}.bg-brown-darken-4{background-color:#3e2723!important}.bg-brown-darken-4{color:#fff!important}.bg-blue-grey{background-color:#607d8b!important}.bg-blue-grey{color:#fff!important}.bg-blue-grey-lighten-5{background-color:#eceff1!important}.bg-blue-grey-lighten-5{color:#000!important}.bg-blue-grey-lighten-4{background-color:#cfd8dc!important}.bg-blue-grey-lighten-4{color:#000!important}.bg-blue-grey-lighten-3{background-color:#b0bec5!important}.bg-blue-grey-lighten-3{color:#000!important}.bg-blue-grey-lighten-2{background-color:#90a4ae!important}.bg-blue-grey-lighten-2{color:#fff!important}.bg-blue-grey-lighten-1{background-color:#78909c!important}.bg-blue-grey-lighten-1{color:#fff!important}.bg-blue-grey-darken-1{background-color:#546e7a!important}.bg-blue-grey-darken-1{color:#fff!important}.bg-blue-grey-darken-2{background-color:#455a64!important}.bg-blue-grey-darken-2{color:#fff!important}.bg-blue-grey-darken-3{background-color:#37474f!important}.bg-blue-grey-darken-3{color:#fff!important}.bg-blue-grey-darken-4{background-color:#263238!important}.bg-blue-grey-darken-4{color:#fff!important}.bg-grey{background-color:#9e9e9e!important}.bg-grey{color:#fff!important}.bg-grey-lighten-5{background-color:#fafafa!important}.bg-grey-lighten-5{color:#000!important}.bg-grey-lighten-4{background-color:#f5f5f5!important}.bg-grey-lighten-4{color:#000!important}.bg-grey-lighten-3{background-color:#eee!important}.bg-grey-lighten-3{color:#000!important}.bg-grey-lighten-2{background-color:#e0e0e0!important}.bg-grey-lighten-2{color:#000!important}.bg-grey-lighten-1{background-color:#bdbdbd!important}.bg-grey-lighten-1{color:#000!important}.bg-grey-darken-1{background-color:#757575!important}.bg-grey-darken-1{color:#fff!important}.bg-grey-darken-2{background-color:#616161!important}.bg-grey-darken-2{color:#fff!important}.bg-grey-darken-3{background-color:#424242!important}.bg-grey-darken-3{color:#fff!important}.bg-grey-darken-4{background-color:#212121!important}.bg-grey-darken-4{color:#fff!important}.bg-shades-black{background-color:#000!important}.bg-shades-black{color:#fff!important}.bg-shades-white{background-color:#fff!important}.bg-shades-white{color:#000!important}.bg-shades-transparent{background-color:transparent!important}.bg-shades-transparent{color:currentColor!important}.text-black{color:#000!important}.text-white{color:#fff!important}.text-transparent{color:transparent!important}.text-red{color:#f44336!important}.text-red-lighten-5{color:#ffebee!important}.text-red-lighten-4{color:#ffcdd2!important}.text-red-lighten-3{color:#ef9a9a!important}.text-red-lighten-2{color:#e57373!important}.text-red-lighten-1{color:#ef5350!important}.text-red-darken-1{color:#e53935!important}.text-red-darken-2{color:#d32f2f!important}.text-red-darken-3{color:#c62828!important}.text-red-darken-4{color:#b71c1c!important}.text-red-accent-1{color:#ff8a80!important}.text-red-accent-2{color:#ff5252!important}.text-red-accent-3{color:#ff1744!important}.text-red-accent-4{color:#d50000!important}.text-pink{color:#e91e63!important}.text-pink-lighten-5{color:#fce4ec!important}.text-pink-lighten-4{color:#f8bbd0!important}.text-pink-lighten-3{color:#f48fb1!important}.text-pink-lighten-2{color:#f06292!important}.text-pink-lighten-1{color:#ec407a!important}.text-pink-darken-1{color:#d81b60!important}.text-pink-darken-2{color:#c2185b!important}.text-pink-darken-3{color:#ad1457!important}.text-pink-darken-4{color:#880e4f!important}.text-pink-accent-1{color:#ff80ab!important}.text-pink-accent-2{color:#ff4081!important}.text-pink-accent-3{color:#f50057!important}.text-pink-accent-4{color:#c51162!important}.text-purple{color:#9c27b0!important}.text-purple-lighten-5{color:#f3e5f5!important}.text-purple-lighten-4{color:#e1bee7!important}.text-purple-lighten-3{color:#ce93d8!important}.text-purple-lighten-2{color:#ba68c8!important}.text-purple-lighten-1{color:#ab47bc!important}.text-purple-darken-1{color:#8e24aa!important}.text-purple-darken-2{color:#7b1fa2!important}.text-purple-darken-3{color:#6a1b9a!important}.text-purple-darken-4{color:#4a148c!important}.text-purple-accent-1{color:#ea80fc!important}.text-purple-accent-2{color:#e040fb!important}.text-purple-accent-3{color:#d500f9!important}.text-purple-accent-4{color:#a0f!important}.text-deep-purple{color:#673ab7!important}.text-deep-purple-lighten-5{color:#ede7f6!important}.text-deep-purple-lighten-4{color:#d1c4e9!important}.text-deep-purple-lighten-3{color:#b39ddb!important}.text-deep-purple-lighten-2{color:#9575cd!important}.text-deep-purple-lighten-1{color:#7e57c2!important}.text-deep-purple-darken-1{color:#5e35b1!important}.text-deep-purple-darken-2{color:#512da8!important}.text-deep-purple-darken-3{color:#4527a0!important}.text-deep-purple-darken-4{color:#311b92!important}.text-deep-purple-accent-1{color:#b388ff!important}.text-deep-purple-accent-2{color:#7c4dff!important}.text-deep-purple-accent-3{color:#651fff!important}.text-deep-purple-accent-4{color:#6200ea!important}.text-indigo{color:#3f51b5!important}.text-indigo-lighten-5{color:#e8eaf6!important}.text-indigo-lighten-4{color:#c5cae9!important}.text-indigo-lighten-3{color:#9fa8da!important}.text-indigo-lighten-2{color:#7986cb!important}.text-indigo-lighten-1{color:#5c6bc0!important}.text-indigo-darken-1{color:#3949ab!important}.text-indigo-darken-2{color:#303f9f!important}.text-indigo-darken-3{color:#283593!important}.text-indigo-darken-4{color:#1a237e!important}.text-indigo-accent-1{color:#8c9eff!important}.text-indigo-accent-2{color:#536dfe!important}.text-indigo-accent-3{color:#3d5afe!important}.text-indigo-accent-4{color:#304ffe!important}.text-blue{color:#2196f3!important}.text-blue-lighten-5{color:#e3f2fd!important}.text-blue-lighten-4{color:#bbdefb!important}.text-blue-lighten-3{color:#90caf9!important}.text-blue-lighten-2{color:#64b5f6!important}.text-blue-lighten-1{color:#42a5f5!important}.text-blue-darken-1{color:#1e88e5!important}.text-blue-darken-2{color:#1976d2!important}.text-blue-darken-3{color:#1565c0!important}.text-blue-darken-4{color:#0d47a1!important}.text-blue-accent-1{color:#82b1ff!important}.text-blue-accent-2{color:#448aff!important}.text-blue-accent-3{color:#2979ff!important}.text-blue-accent-4{color:#2962ff!important}.text-light-blue{color:#03a9f4!important}.text-light-blue-lighten-5{color:#e1f5fe!important}.text-light-blue-lighten-4{color:#b3e5fc!important}.text-light-blue-lighten-3{color:#81d4fa!important}.text-light-blue-lighten-2{color:#4fc3f7!important}.text-light-blue-lighten-1{color:#29b6f6!important}.text-light-blue-darken-1{color:#039be5!important}.text-light-blue-darken-2{color:#0288d1!important}.text-light-blue-darken-3{color:#0277bd!important}.text-light-blue-darken-4{color:#01579b!important}.text-light-blue-accent-1{color:#80d8ff!important}.text-light-blue-accent-2{color:#40c4ff!important}.text-light-blue-accent-3{color:#00b0ff!important}.text-light-blue-accent-4{color:#0091ea!important}.text-cyan{color:#00bcd4!important}.text-cyan-lighten-5{color:#e0f7fa!important}.text-cyan-lighten-4{color:#b2ebf2!important}.text-cyan-lighten-3{color:#80deea!important}.text-cyan-lighten-2{color:#4dd0e1!important}.text-cyan-lighten-1{color:#26c6da!important}.text-cyan-darken-1{color:#00acc1!important}.text-cyan-darken-2{color:#0097a7!important}.text-cyan-darken-3{color:#00838f!important}.text-cyan-darken-4{color:#006064!important}.text-cyan-accent-1{color:#84ffff!important}.text-cyan-accent-2{color:#18ffff!important}.text-cyan-accent-3{color:#00e5ff!important}.text-cyan-accent-4{color:#00b8d4!important}.text-teal{color:#009688!important}.text-teal-lighten-5{color:#e0f2f1!important}.text-teal-lighten-4{color:#b2dfdb!important}.text-teal-lighten-3{color:#80cbc4!important}.text-teal-lighten-2{color:#4db6ac!important}.text-teal-lighten-1{color:#26a69a!important}.text-teal-darken-1{color:#00897b!important}.text-teal-darken-2{color:#00796b!important}.text-teal-darken-3{color:#00695c!important}.text-teal-darken-4{color:#004d40!important}.text-teal-accent-1{color:#a7ffeb!important}.text-teal-accent-2{color:#64ffda!important}.text-teal-accent-3{color:#1de9b6!important}.text-teal-accent-4{color:#00bfa5!important}.text-green{color:#4caf50!important}.text-green-lighten-5{color:#e8f5e9!important}.text-green-lighten-4{color:#c8e6c9!important}.text-green-lighten-3{color:#a5d6a7!important}.text-green-lighten-2{color:#81c784!important}.text-green-lighten-1{color:#66bb6a!important}.text-green-darken-1{color:#43a047!important}.text-green-darken-2{color:#388e3c!important}.text-green-darken-3{color:#2e7d32!important}.text-green-darken-4{color:#1b5e20!important}.text-green-accent-1{color:#b9f6ca!important}.text-green-accent-2{color:#69f0ae!important}.text-green-accent-3{color:#00e676!important}.text-green-accent-4{color:#00c853!important}.text-light-green{color:#8bc34a!important}.text-light-green-lighten-5{color:#f1f8e9!important}.text-light-green-lighten-4{color:#dcedc8!important}.text-light-green-lighten-3{color:#c5e1a5!important}.text-light-green-lighten-2{color:#aed581!important}.text-light-green-lighten-1{color:#9ccc65!important}.text-light-green-darken-1{color:#7cb342!important}.text-light-green-darken-2{color:#689f38!important}.text-light-green-darken-3{color:#558b2f!important}.text-light-green-darken-4{color:#33691e!important}.text-light-green-accent-1{color:#ccff90!important}.text-light-green-accent-2{color:#b2ff59!important}.text-light-green-accent-3{color:#76ff03!important}.text-light-green-accent-4{color:#64dd17!important}.text-lime{color:#cddc39!important}.text-lime-lighten-5{color:#f9fbe7!important}.text-lime-lighten-4{color:#f0f4c3!important}.text-lime-lighten-3{color:#e6ee9c!important}.text-lime-lighten-2{color:#dce775!important}.text-lime-lighten-1{color:#d4e157!important}.text-lime-darken-1{color:#c0ca33!important}.text-lime-darken-2{color:#afb42b!important}.text-lime-darken-3{color:#9e9d24!important}.text-lime-darken-4{color:#827717!important}.text-lime-accent-1{color:#f4ff81!important}.text-lime-accent-2{color:#eeff41!important}.text-lime-accent-3{color:#c6ff00!important}.text-lime-accent-4{color:#aeea00!important}.text-yellow{color:#ffeb3b!important}.text-yellow-lighten-5{color:#fffde7!important}.text-yellow-lighten-4{color:#fff9c4!important}.text-yellow-lighten-3{color:#fff59d!important}.text-yellow-lighten-2{color:#fff176!important}.text-yellow-lighten-1{color:#ffee58!important}.text-yellow-darken-1{color:#fdd835!important}.text-yellow-darken-2{color:#fbc02d!important}.text-yellow-darken-3{color:#f9a825!important}.text-yellow-darken-4{color:#f57f17!important}.text-yellow-accent-1{color:#ffff8d!important}.text-yellow-accent-2{color:#ff0!important}.text-yellow-accent-3{color:#ffea00!important}.text-yellow-accent-4{color:#ffd600!important}.text-amber{color:#ffc107!important}.text-amber-lighten-5{color:#fff8e1!important}.text-amber-lighten-4{color:#ffecb3!important}.text-amber-lighten-3{color:#ffe082!important}.text-amber-lighten-2{color:#ffd54f!important}.text-amber-lighten-1{color:#ffca28!important}.text-amber-darken-1{color:#ffb300!important}.text-amber-darken-2{color:#ffa000!important}.text-amber-darken-3{color:#ff8f00!important}.text-amber-darken-4{color:#ff6f00!important}.text-amber-accent-1{color:#ffe57f!important}.text-amber-accent-2{color:#ffd740!important}.text-amber-accent-3{color:#ffc400!important}.text-amber-accent-4{color:#ffab00!important}.text-orange{color:#ff9800!important}.text-orange-lighten-5{color:#fff3e0!important}.text-orange-lighten-4{color:#ffe0b2!important}.text-orange-lighten-3{color:#ffcc80!important}.text-orange-lighten-2{color:#ffb74d!important}.text-orange-lighten-1{color:#ffa726!important}.text-orange-darken-1{color:#fb8c00!important}.text-orange-darken-2{color:#f57c00!important}.text-orange-darken-3{color:#ef6c00!important}.text-orange-darken-4{color:#e65100!important}.text-orange-accent-1{color:#ffd180!important}.text-orange-accent-2{color:#ffab40!important}.text-orange-accent-3{color:#ff9100!important}.text-orange-accent-4{color:#ff6d00!important}.text-deep-orange{color:#ff5722!important}.text-deep-orange-lighten-5{color:#fbe9e7!important}.text-deep-orange-lighten-4{color:#ffccbc!important}.text-deep-orange-lighten-3{color:#ffab91!important}.text-deep-orange-lighten-2{color:#ff8a65!important}.text-deep-orange-lighten-1{color:#ff7043!important}.text-deep-orange-darken-1{color:#f4511e!important}.text-deep-orange-darken-2{color:#e64a19!important}.text-deep-orange-darken-3{color:#d84315!important}.text-deep-orange-darken-4{color:#bf360c!important}.text-deep-orange-accent-1{color:#ff9e80!important}.text-deep-orange-accent-2{color:#ff6e40!important}.text-deep-orange-accent-3{color:#ff3d00!important}.text-deep-orange-accent-4{color:#dd2c00!important}.text-brown{color:#795548!important}.text-brown-lighten-5{color:#efebe9!important}.text-brown-lighten-4{color:#d7ccc8!important}.text-brown-lighten-3{color:#bcaaa4!important}.text-brown-lighten-2{color:#a1887f!important}.text-brown-lighten-1{color:#8d6e63!important}.text-brown-darken-1{color:#6d4c41!important}.text-brown-darken-2{color:#5d4037!important}.text-brown-darken-3{color:#4e342e!important}.text-brown-darken-4{color:#3e2723!important}.text-blue-grey{color:#607d8b!important}.text-blue-grey-lighten-5{color:#eceff1!important}.text-blue-grey-lighten-4{color:#cfd8dc!important}.text-blue-grey-lighten-3{color:#b0bec5!important}.text-blue-grey-lighten-2{color:#90a4ae!important}.text-blue-grey-lighten-1{color:#78909c!important}.text-blue-grey-darken-1{color:#546e7a!important}.text-blue-grey-darken-2{color:#455a64!important}.text-blue-grey-darken-3{color:#37474f!important}.text-blue-grey-darken-4{color:#263238!important}.text-grey{color:#9e9e9e!important}.text-grey-lighten-5{color:#fafafa!important}.text-grey-lighten-4{color:#f5f5f5!important}.text-grey-lighten-3{color:#eee!important}.text-grey-lighten-2{color:#e0e0e0!important}.text-grey-lighten-1{color:#bdbdbd!important}.text-grey-darken-1{color:#757575!important}.text-grey-darken-2{color:#616161!important}.text-grey-darken-3{color:#424242!important}.text-grey-darken-4{color:#212121!important}.text-shades-black{color:#000!important}.text-shades-white{color:#fff!important}.text-shades-transparent{color:transparent!important}/*! + * ress.css • v2.0.4 + * MIT License + * github.com/filipelinhares/ress + */html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4}*,:before,:after{background-repeat:no-repeat;box-sizing:inherit}:before,:after{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{overflow:visible;height:0}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit],[role=button]{cursor:pointer;color:inherit}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{outline:1px dotted ButtonText}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;white-space:normal;max-width:100%}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}::-ms-clear,::-ms-reveal{display:none}img{border-style:none}progress{vertical-align:baseline}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}.dialog-transition-enter-active,.dialog-bottom-transition-enter-active,.dialog-top-transition-enter-active{transition-duration:225ms!important;transition-timing-function:cubic-bezier(0,0,.2,1)!important}.dialog-transition-leave-active,.dialog-bottom-transition-leave-active,.dialog-top-transition-leave-active{transition-duration:125ms!important;transition-timing-function:cubic-bezier(.4,0,1,1)!important}.dialog-transition-enter-active,.dialog-transition-leave-active,.dialog-bottom-transition-enter-active,.dialog-bottom-transition-leave-active,.dialog-top-transition-enter-active,.dialog-top-transition-leave-active{transition-property:transform,opacity!important;pointer-events:none}.dialog-transition-enter-from,.dialog-transition-leave-to{transform:scale(.9);opacity:0}.dialog-transition-enter-to,.dialog-transition-leave-from{opacity:1}.dialog-bottom-transition-enter-from,.dialog-bottom-transition-leave-to{transform:translateY(calc(50vh + 50%))}.dialog-top-transition-enter-from,.dialog-top-transition-leave-to{transform:translateY(calc(-50vh - 50%))}.picker-transition-enter-active,.picker-reverse-transition-enter-active,.picker-transition-leave-active,.picker-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-move,.picker-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-enter-from,.picker-transition-leave-to,.picker-reverse-transition-enter-from,.picker-reverse-transition-leave-to{opacity:0}.picker-transition-leave-from,.picker-transition-leave-active,.picker-transition-leave-to,.picker-reverse-transition-leave-from,.picker-reverse-transition-leave-active,.picker-reverse-transition-leave-to{position:absolute!important}.picker-transition-enter-active,.picker-transition-leave-active,.picker-reverse-transition-enter-active,.picker-reverse-transition-leave-active{transition-property:transform,opacity!important}.picker-transition-enter-active,.picker-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-enter-from{transform:translate(100%)}.picker-transition-leave-to{transform:translate(-100%)}.picker-reverse-transition-enter-active,.picker-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-reverse-transition-enter-from{transform:translate(-100%)}.picker-reverse-transition-leave-to{transform:translate(100%)}.expand-transition-enter-active,.expand-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-transition-enter-active,.expand-transition-leave-active{transition-property:height!important}.expand-x-transition-enter-active,.expand-x-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-x-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-x-transition-enter-active,.expand-x-transition-leave-active{transition-property:width!important}.scale-transition-enter-active,.scale-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-transition-leave-to{opacity:0}.scale-transition-leave-active{transition-duration:.1s!important}.scale-transition-enter-from{opacity:0;transform:scale(0)}.scale-transition-enter-active,.scale-transition-leave-active{transition-property:transform,opacity!important}.scale-rotate-transition-enter-active,.scale-rotate-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-transition-leave-to{opacity:0}.scale-rotate-transition-leave-active{transition-duration:.1s!important}.scale-rotate-transition-enter-from{opacity:0;transform:scale(0) rotate(-45deg)}.scale-rotate-transition-enter-active,.scale-rotate-transition-leave-active{transition-property:transform,opacity!important}.scale-rotate-reverse-transition-enter-active,.scale-rotate-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-reverse-transition-leave-to{opacity:0}.scale-rotate-reverse-transition-leave-active{transition-duration:.1s!important}.scale-rotate-reverse-transition-enter-from{opacity:0;transform:scale(0) rotate(45deg)}.scale-rotate-reverse-transition-enter-active,.scale-rotate-reverse-transition-leave-active{transition-property:transform,opacity!important}.message-transition-enter-active,.message-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.message-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.message-transition-enter-from,.message-transition-leave-to{opacity:0;transform:translateY(-15px)}.message-transition-leave-from,.message-transition-leave-active{position:absolute}.message-transition-enter-active,.message-transition-leave-active{transition-property:transform,opacity!important}.slide-y-transition-enter-active,.slide-y-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-transition-enter-from,.slide-y-transition-leave-to{opacity:0;transform:translateY(-15px)}.slide-y-transition-enter-active,.slide-y-transition-leave-active{transition-property:transform,opacity!important}.slide-y-reverse-transition-enter-active,.slide-y-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-reverse-transition-enter-from,.slide-y-reverse-transition-leave-to{opacity:0;transform:translateY(15px)}.slide-y-reverse-transition-enter-active,.slide-y-reverse-transition-leave-active{transition-property:transform,opacity!important}.scroll-y-transition-enter-active,.scroll-y-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-transition-enter-from,.scroll-y-transition-leave-to{opacity:0}.scroll-y-transition-enter-from{transform:translateY(-15px)}.scroll-y-transition-leave-to{transform:translateY(15px)}.scroll-y-transition-enter-active,.scroll-y-transition-leave-active{transition-property:transform,opacity!important}.scroll-y-reverse-transition-enter-active,.scroll-y-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-reverse-transition-enter-from,.scroll-y-reverse-transition-leave-to{opacity:0}.scroll-y-reverse-transition-enter-from{transform:translateY(15px)}.scroll-y-reverse-transition-leave-to{transform:translateY(-15px)}.scroll-y-reverse-transition-enter-active,.scroll-y-reverse-transition-leave-active{transition-property:transform,opacity!important}.scroll-x-transition-enter-active,.scroll-x-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-transition-enter-from,.scroll-x-transition-leave-to{opacity:0}.scroll-x-transition-enter-from{transform:translate(-15px)}.scroll-x-transition-leave-to{transform:translate(15px)}.scroll-x-transition-enter-active,.scroll-x-transition-leave-active{transition-property:transform,opacity!important}.scroll-x-reverse-transition-enter-active,.scroll-x-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-reverse-transition-enter-from,.scroll-x-reverse-transition-leave-to{opacity:0}.scroll-x-reverse-transition-enter-from{transform:translate(15px)}.scroll-x-reverse-transition-leave-to{transform:translate(-15px)}.scroll-x-reverse-transition-enter-active,.scroll-x-reverse-transition-leave-active{transition-property:transform,opacity!important}.slide-x-transition-enter-active,.slide-x-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-transition-enter-from,.slide-x-transition-leave-to{opacity:0;transform:translate(-15px)}.slide-x-transition-enter-active,.slide-x-transition-leave-active{transition-property:transform,opacity!important}.slide-x-reverse-transition-enter-active,.slide-x-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-reverse-transition-enter-from,.slide-x-reverse-transition-leave-to{opacity:0;transform:translate(15px)}.slide-x-reverse-transition-enter-active,.slide-x-reverse-transition-leave-active{transition-property:transform,opacity!important}.fade-transition-enter-active,.fade-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fade-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fade-transition-enter-from,.fade-transition-leave-to{opacity:0!important}.fade-transition-enter-active,.fade-transition-leave-active{transition-property:opacity!important}.fab-transition-enter-active,.fab-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fab-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fab-transition-enter-from,.fab-transition-leave-to{transform:scale(0) rotate(-45deg)}.fab-transition-enter-active,.fab-transition-leave-active{transition-property:transform!important}.v-locale--is-rtl{direction:rtl}.v-locale--is-ltr{direction:ltr}.blockquote{padding:16px 0 16px 24px;font-size:18px;font-weight:300}html{font-family:Roboto,sans-serif;line-height:1.5;font-size:1rem;overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.overflow-y-hidden{overflow-y:hidden!important}:root{--v-theme-overlay-multiplier: 1;--v-scrollbar-offset: 0px}@supports (-webkit-touch-callout: none){body{cursor:pointer}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (max-width: 599.98px){.hidden-xs{display:none!important}}@media (min-width: 600px) and (max-width: 959.98px){.hidden-sm{display:none!important}}@media (min-width: 960px) and (max-width: 1279.98px){.hidden-md{display:none!important}}@media (min-width: 1280px) and (max-width: 1919.98px){.hidden-lg{display:none!important}}@media (min-width: 1920px) and (max-width: 2559.98px){.hidden-xl{display:none!important}}@media (min-width: 2560px){.hidden-xxl{display:none!important}}@media (min-width: 600px){.hidden-sm-and-up{display:none!important}}@media (min-width: 960px){.hidden-md-and-up{display:none!important}}@media (min-width: 1280px){.hidden-lg-and-up{display:none!important}}@media (min-width: 1920px){.hidden-xl-and-up{display:none!important}}@media (max-width: 959.98px){.hidden-sm-and-down{display:none!important}}@media (max-width: 1279.98px){.hidden-md-and-down{display:none!important}}@media (max-width: 1919.98px){.hidden-lg-and-down{display:none!important}}@media (max-width: 2559.98px){.hidden-xl-and-down{display:none!important}}.elevation-24{box-shadow:0 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-23{box-shadow:0 11px 14px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 23px 36px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 9px 44px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-22{box-shadow:0 10px 14px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 22px 35px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 8px 42px 7px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-21{box-shadow:0 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 21px 33px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 8px 40px 7px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-20{box-shadow:0 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 20px 31px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 8px 38px 7px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-19{box-shadow:0 9px 12px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 19px 29px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 7px 36px 6px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-18{box-shadow:0 9px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 18px 28px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 7px 34px 6px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-17{box-shadow:0 8px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 17px 26px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 6px 32px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-16{box-shadow:0 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-15{box-shadow:0 8px 9px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 15px 22px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 6px 28px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-14{box-shadow:0 7px 9px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 14px 21px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 5px 26px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-13{box-shadow:0 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 13px 19px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 5px 24px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-12{box-shadow:0 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-11{box-shadow:0 6px 7px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 11px 15px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 4px 20px 3px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-10{box-shadow:0 6px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 10px 14px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 4px 18px 3px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-9{box-shadow:0 5px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 9px 12px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 16px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-8{box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-7{box-shadow:0 4px 5px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 7px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 2px 16px 1px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-6{box-shadow:0 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 6px 10px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 18px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-5{box-shadow:0 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 5px 8px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 14px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-4{box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-3{box-shadow:0 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 3px 4px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 8px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-2{box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-1{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-0{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.d-sr-only,.d-sr-only-focusable:not(:focus){border:0!important;clip:rect(0,0,0,0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-scroll{overflow-y:scroll!important}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.float-none{float:none!important}.float-left{float:left!important}.float-right{float:right!important}.v-locale--is-rtl .float-end{float:left!important}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right!important}.v-locale--is-ltr .float-start{float:left!important}.flex-fill,.flex-1-1{flex:1 1 auto!important}.flex-1-0{flex:1 0 auto!important}.flex-0-1{flex:0 1 auto!important}.flex-0-0{flex:0 0 auto!important}.flex-1-1-100{flex:1 1 100%!important}.flex-1-0-100{flex:1 0 100%!important}.flex-0-1-100{flex:0 1 100%!important}.flex-0-0-100{flex:0 0 100%!important}.flex-1-1-0{flex:1 1 0!important}.flex-1-0-0{flex:1 0 0!important}.flex-0-1-0{flex:0 1 0!important}.flex-0-0-0{flex:0 0 0!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-space-between{justify-content:space-between!important}.justify-space-around{justify-content:space-around!important}.justify-space-evenly{justify-content:space-evenly!important}.align-start{align-items:flex-start!important}.align-end{align-items:flex-end!important}.align-center{align-items:center!important}.align-baseline{align-items:baseline!important}.align-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-space-between{align-content:space-between!important}.align-content-space-around{align-content:space-around!important}.align-content-space-evenly{align-content:space-evenly!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-6{order:6!important}.order-7{order:7!important}.order-8{order:8!important}.order-9{order:9!important}.order-10{order:10!important}.order-11{order:11!important}.order-12{order:12!important}.order-last{order:13!important}.ga-0{gap:0px!important}.ga-1{gap:4px!important}.ga-2{gap:8px!important}.ga-3{gap:12px!important}.ga-4{gap:16px!important}.ga-5{gap:20px!important}.ga-6{gap:24px!important}.ga-7{gap:28px!important}.ga-8{gap:32px!important}.ga-9{gap:36px!important}.ga-10{gap:40px!important}.ga-11{gap:44px!important}.ga-12{gap:48px!important}.ga-13{gap:52px!important}.ga-14{gap:56px!important}.ga-15{gap:60px!important}.ga-16{gap:64px!important}.ga-auto{gap:auto!important}.gr-0{row-gap:0px!important}.gr-1{row-gap:4px!important}.gr-2{row-gap:8px!important}.gr-3{row-gap:12px!important}.gr-4{row-gap:16px!important}.gr-5{row-gap:20px!important}.gr-6{row-gap:24px!important}.gr-7{row-gap:28px!important}.gr-8{row-gap:32px!important}.gr-9{row-gap:36px!important}.gr-10{row-gap:40px!important}.gr-11{row-gap:44px!important}.gr-12{row-gap:48px!important}.gr-13{row-gap:52px!important}.gr-14{row-gap:56px!important}.gr-15{row-gap:60px!important}.gr-16{row-gap:64px!important}.gr-auto{row-gap:auto!important}.gc-0{column-gap:0px!important}.gc-1{column-gap:4px!important}.gc-2{column-gap:8px!important}.gc-3{column-gap:12px!important}.gc-4{column-gap:16px!important}.gc-5{column-gap:20px!important}.gc-6{column-gap:24px!important}.gc-7{column-gap:28px!important}.gc-8{column-gap:32px!important}.gc-9{column-gap:36px!important}.gc-10{column-gap:40px!important}.gc-11{column-gap:44px!important}.gc-12{column-gap:48px!important}.gc-13{column-gap:52px!important}.gc-14{column-gap:56px!important}.gc-15{column-gap:60px!important}.gc-16{column-gap:64px!important}.gc-auto{column-gap:auto!important}.ma-0{margin:0!important}.ma-1{margin:4px!important}.ma-2{margin:8px!important}.ma-3{margin:12px!important}.ma-4{margin:16px!important}.ma-5{margin:20px!important}.ma-6{margin:24px!important}.ma-7{margin:28px!important}.ma-8{margin:32px!important}.ma-9{margin:36px!important}.ma-10{margin:40px!important}.ma-11{margin:44px!important}.ma-12{margin:48px!important}.ma-13{margin:52px!important}.ma-14{margin:56px!important}.ma-15{margin:60px!important}.ma-16{margin:64px!important}.ma-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:4px!important;margin-left:4px!important}.mx-2{margin-right:8px!important;margin-left:8px!important}.mx-3{margin-right:12px!important;margin-left:12px!important}.mx-4{margin-right:16px!important;margin-left:16px!important}.mx-5{margin-right:20px!important;margin-left:20px!important}.mx-6{margin-right:24px!important;margin-left:24px!important}.mx-7{margin-right:28px!important;margin-left:28px!important}.mx-8{margin-right:32px!important;margin-left:32px!important}.mx-9{margin-right:36px!important;margin-left:36px!important}.mx-10{margin-right:40px!important;margin-left:40px!important}.mx-11{margin-right:44px!important;margin-left:44px!important}.mx-12{margin-right:48px!important;margin-left:48px!important}.mx-13{margin-right:52px!important;margin-left:52px!important}.mx-14{margin-right:56px!important;margin-left:56px!important}.mx-15{margin-right:60px!important;margin-left:60px!important}.mx-16{margin-right:64px!important;margin-left:64px!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:4px!important;margin-bottom:4px!important}.my-2{margin-top:8px!important;margin-bottom:8px!important}.my-3{margin-top:12px!important;margin-bottom:12px!important}.my-4{margin-top:16px!important;margin-bottom:16px!important}.my-5{margin-top:20px!important;margin-bottom:20px!important}.my-6{margin-top:24px!important;margin-bottom:24px!important}.my-7{margin-top:28px!important;margin-bottom:28px!important}.my-8{margin-top:32px!important;margin-bottom:32px!important}.my-9{margin-top:36px!important;margin-bottom:36px!important}.my-10{margin-top:40px!important;margin-bottom:40px!important}.my-11{margin-top:44px!important;margin-bottom:44px!important}.my-12{margin-top:48px!important;margin-bottom:48px!important}.my-13{margin-top:52px!important;margin-bottom:52px!important}.my-14{margin-top:56px!important;margin-bottom:56px!important}.my-15{margin-top:60px!important;margin-bottom:60px!important}.my-16{margin-top:64px!important;margin-bottom:64px!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:4px!important}.mt-2{margin-top:8px!important}.mt-3{margin-top:12px!important}.mt-4{margin-top:16px!important}.mt-5{margin-top:20px!important}.mt-6{margin-top:24px!important}.mt-7{margin-top:28px!important}.mt-8{margin-top:32px!important}.mt-9{margin-top:36px!important}.mt-10{margin-top:40px!important}.mt-11{margin-top:44px!important}.mt-12{margin-top:48px!important}.mt-13{margin-top:52px!important}.mt-14{margin-top:56px!important}.mt-15{margin-top:60px!important}.mt-16{margin-top:64px!important}.mt-auto{margin-top:auto!important}.mr-0{margin-right:0!important}.mr-1{margin-right:4px!important}.mr-2{margin-right:8px!important}.mr-3{margin-right:12px!important}.mr-4{margin-right:16px!important}.mr-5{margin-right:20px!important}.mr-6{margin-right:24px!important}.mr-7{margin-right:28px!important}.mr-8{margin-right:32px!important}.mr-9{margin-right:36px!important}.mr-10{margin-right:40px!important}.mr-11{margin-right:44px!important}.mr-12{margin-right:48px!important}.mr-13{margin-right:52px!important}.mr-14{margin-right:56px!important}.mr-15{margin-right:60px!important}.mr-16{margin-right:64px!important}.mr-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:4px!important}.mb-2{margin-bottom:8px!important}.mb-3{margin-bottom:12px!important}.mb-4{margin-bottom:16px!important}.mb-5{margin-bottom:20px!important}.mb-6{margin-bottom:24px!important}.mb-7{margin-bottom:28px!important}.mb-8{margin-bottom:32px!important}.mb-9{margin-bottom:36px!important}.mb-10{margin-bottom:40px!important}.mb-11{margin-bottom:44px!important}.mb-12{margin-bottom:48px!important}.mb-13{margin-bottom:52px!important}.mb-14{margin-bottom:56px!important}.mb-15{margin-bottom:60px!important}.mb-16{margin-bottom:64px!important}.mb-auto{margin-bottom:auto!important}.ml-0{margin-left:0!important}.ml-1{margin-left:4px!important}.ml-2{margin-left:8px!important}.ml-3{margin-left:12px!important}.ml-4{margin-left:16px!important}.ml-5{margin-left:20px!important}.ml-6{margin-left:24px!important}.ml-7{margin-left:28px!important}.ml-8{margin-left:32px!important}.ml-9{margin-left:36px!important}.ml-10{margin-left:40px!important}.ml-11{margin-left:44px!important}.ml-12{margin-left:48px!important}.ml-13{margin-left:52px!important}.ml-14{margin-left:56px!important}.ml-15{margin-left:60px!important}.ml-16{margin-left:64px!important}.ml-auto{margin-left:auto!important}.ms-0{margin-inline-start:0px!important}.ms-1{margin-inline-start:4px!important}.ms-2{margin-inline-start:8px!important}.ms-3{margin-inline-start:12px!important}.ms-4{margin-inline-start:16px!important}.ms-5{margin-inline-start:20px!important}.ms-6{margin-inline-start:24px!important}.ms-7{margin-inline-start:28px!important}.ms-8{margin-inline-start:32px!important}.ms-9{margin-inline-start:36px!important}.ms-10{margin-inline-start:40px!important}.ms-11{margin-inline-start:44px!important}.ms-12{margin-inline-start:48px!important}.ms-13{margin-inline-start:52px!important}.ms-14{margin-inline-start:56px!important}.ms-15{margin-inline-start:60px!important}.ms-16{margin-inline-start:64px!important}.ms-auto{margin-inline-start:auto!important}.me-0{margin-inline-end:0px!important}.me-1{margin-inline-end:4px!important}.me-2{margin-inline-end:8px!important}.me-3{margin-inline-end:12px!important}.me-4{margin-inline-end:16px!important}.me-5{margin-inline-end:20px!important}.me-6{margin-inline-end:24px!important}.me-7{margin-inline-end:28px!important}.me-8{margin-inline-end:32px!important}.me-9{margin-inline-end:36px!important}.me-10{margin-inline-end:40px!important}.me-11{margin-inline-end:44px!important}.me-12{margin-inline-end:48px!important}.me-13{margin-inline-end:52px!important}.me-14{margin-inline-end:56px!important}.me-15{margin-inline-end:60px!important}.me-16{margin-inline-end:64px!important}.me-auto{margin-inline-end:auto!important}.ma-n1{margin:-4px!important}.ma-n2{margin:-8px!important}.ma-n3{margin:-12px!important}.ma-n4{margin:-16px!important}.ma-n5{margin:-20px!important}.ma-n6{margin:-24px!important}.ma-n7{margin:-28px!important}.ma-n8{margin:-32px!important}.ma-n9{margin:-36px!important}.ma-n10{margin:-40px!important}.ma-n11{margin:-44px!important}.ma-n12{margin:-48px!important}.ma-n13{margin:-52px!important}.ma-n14{margin:-56px!important}.ma-n15{margin:-60px!important}.ma-n16{margin:-64px!important}.mx-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-n16{margin-right:-64px!important;margin-left:-64px!important}.my-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-n1{margin-top:-4px!important}.mt-n2{margin-top:-8px!important}.mt-n3{margin-top:-12px!important}.mt-n4{margin-top:-16px!important}.mt-n5{margin-top:-20px!important}.mt-n6{margin-top:-24px!important}.mt-n7{margin-top:-28px!important}.mt-n8{margin-top:-32px!important}.mt-n9{margin-top:-36px!important}.mt-n10{margin-top:-40px!important}.mt-n11{margin-top:-44px!important}.mt-n12{margin-top:-48px!important}.mt-n13{margin-top:-52px!important}.mt-n14{margin-top:-56px!important}.mt-n15{margin-top:-60px!important}.mt-n16{margin-top:-64px!important}.mr-n1{margin-right:-4px!important}.mr-n2{margin-right:-8px!important}.mr-n3{margin-right:-12px!important}.mr-n4{margin-right:-16px!important}.mr-n5{margin-right:-20px!important}.mr-n6{margin-right:-24px!important}.mr-n7{margin-right:-28px!important}.mr-n8{margin-right:-32px!important}.mr-n9{margin-right:-36px!important}.mr-n10{margin-right:-40px!important}.mr-n11{margin-right:-44px!important}.mr-n12{margin-right:-48px!important}.mr-n13{margin-right:-52px!important}.mr-n14{margin-right:-56px!important}.mr-n15{margin-right:-60px!important}.mr-n16{margin-right:-64px!important}.mb-n1{margin-bottom:-4px!important}.mb-n2{margin-bottom:-8px!important}.mb-n3{margin-bottom:-12px!important}.mb-n4{margin-bottom:-16px!important}.mb-n5{margin-bottom:-20px!important}.mb-n6{margin-bottom:-24px!important}.mb-n7{margin-bottom:-28px!important}.mb-n8{margin-bottom:-32px!important}.mb-n9{margin-bottom:-36px!important}.mb-n10{margin-bottom:-40px!important}.mb-n11{margin-bottom:-44px!important}.mb-n12{margin-bottom:-48px!important}.mb-n13{margin-bottom:-52px!important}.mb-n14{margin-bottom:-56px!important}.mb-n15{margin-bottom:-60px!important}.mb-n16{margin-bottom:-64px!important}.ml-n1{margin-left:-4px!important}.ml-n2{margin-left:-8px!important}.ml-n3{margin-left:-12px!important}.ml-n4{margin-left:-16px!important}.ml-n5{margin-left:-20px!important}.ml-n6{margin-left:-24px!important}.ml-n7{margin-left:-28px!important}.ml-n8{margin-left:-32px!important}.ml-n9{margin-left:-36px!important}.ml-n10{margin-left:-40px!important}.ml-n11{margin-left:-44px!important}.ml-n12{margin-left:-48px!important}.ml-n13{margin-left:-52px!important}.ml-n14{margin-left:-56px!important}.ml-n15{margin-left:-60px!important}.ml-n16{margin-left:-64px!important}.ms-n1{margin-inline-start:-4px!important}.ms-n2{margin-inline-start:-8px!important}.ms-n3{margin-inline-start:-12px!important}.ms-n4{margin-inline-start:-16px!important}.ms-n5{margin-inline-start:-20px!important}.ms-n6{margin-inline-start:-24px!important}.ms-n7{margin-inline-start:-28px!important}.ms-n8{margin-inline-start:-32px!important}.ms-n9{margin-inline-start:-36px!important}.ms-n10{margin-inline-start:-40px!important}.ms-n11{margin-inline-start:-44px!important}.ms-n12{margin-inline-start:-48px!important}.ms-n13{margin-inline-start:-52px!important}.ms-n14{margin-inline-start:-56px!important}.ms-n15{margin-inline-start:-60px!important}.ms-n16{margin-inline-start:-64px!important}.me-n1{margin-inline-end:-4px!important}.me-n2{margin-inline-end:-8px!important}.me-n3{margin-inline-end:-12px!important}.me-n4{margin-inline-end:-16px!important}.me-n5{margin-inline-end:-20px!important}.me-n6{margin-inline-end:-24px!important}.me-n7{margin-inline-end:-28px!important}.me-n8{margin-inline-end:-32px!important}.me-n9{margin-inline-end:-36px!important}.me-n10{margin-inline-end:-40px!important}.me-n11{margin-inline-end:-44px!important}.me-n12{margin-inline-end:-48px!important}.me-n13{margin-inline-end:-52px!important}.me-n14{margin-inline-end:-56px!important}.me-n15{margin-inline-end:-60px!important}.me-n16{margin-inline-end:-64px!important}.pa-0{padding:0!important}.pa-1{padding:4px!important}.pa-2{padding:8px!important}.pa-3{padding:12px!important}.pa-4{padding:16px!important}.pa-5{padding:20px!important}.pa-6{padding:24px!important}.pa-7{padding:28px!important}.pa-8{padding:32px!important}.pa-9{padding:36px!important}.pa-10{padding:40px!important}.pa-11{padding:44px!important}.pa-12{padding:48px!important}.pa-13{padding:52px!important}.pa-14{padding:56px!important}.pa-15{padding:60px!important}.pa-16{padding:64px!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:4px!important;padding-left:4px!important}.px-2{padding-right:8px!important;padding-left:8px!important}.px-3{padding-right:12px!important;padding-left:12px!important}.px-4{padding-right:16px!important;padding-left:16px!important}.px-5{padding-right:20px!important;padding-left:20px!important}.px-6{padding-right:24px!important;padding-left:24px!important}.px-7{padding-right:28px!important;padding-left:28px!important}.px-8{padding-right:32px!important;padding-left:32px!important}.px-9{padding-right:36px!important;padding-left:36px!important}.px-10{padding-right:40px!important;padding-left:40px!important}.px-11{padding-right:44px!important;padding-left:44px!important}.px-12{padding-right:48px!important;padding-left:48px!important}.px-13{padding-right:52px!important;padding-left:52px!important}.px-14{padding-right:56px!important;padding-left:56px!important}.px-15{padding-right:60px!important;padding-left:60px!important}.px-16{padding-right:64px!important;padding-left:64px!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:4px!important;padding-bottom:4px!important}.py-2{padding-top:8px!important;padding-bottom:8px!important}.py-3{padding-top:12px!important;padding-bottom:12px!important}.py-4{padding-top:16px!important;padding-bottom:16px!important}.py-5{padding-top:20px!important;padding-bottom:20px!important}.py-6{padding-top:24px!important;padding-bottom:24px!important}.py-7{padding-top:28px!important;padding-bottom:28px!important}.py-8{padding-top:32px!important;padding-bottom:32px!important}.py-9{padding-top:36px!important;padding-bottom:36px!important}.py-10{padding-top:40px!important;padding-bottom:40px!important}.py-11{padding-top:44px!important;padding-bottom:44px!important}.py-12{padding-top:48px!important;padding-bottom:48px!important}.py-13{padding-top:52px!important;padding-bottom:52px!important}.py-14{padding-top:56px!important;padding-bottom:56px!important}.py-15{padding-top:60px!important;padding-bottom:60px!important}.py-16{padding-top:64px!important;padding-bottom:64px!important}.pt-0{padding-top:0!important}.pt-1{padding-top:4px!important}.pt-2{padding-top:8px!important}.pt-3{padding-top:12px!important}.pt-4{padding-top:16px!important}.pt-5{padding-top:20px!important}.pt-6{padding-top:24px!important}.pt-7{padding-top:28px!important}.pt-8{padding-top:32px!important}.pt-9{padding-top:36px!important}.pt-10{padding-top:40px!important}.pt-11{padding-top:44px!important}.pt-12{padding-top:48px!important}.pt-13{padding-top:52px!important}.pt-14{padding-top:56px!important}.pt-15{padding-top:60px!important}.pt-16{padding-top:64px!important}.pr-0{padding-right:0!important}.pr-1{padding-right:4px!important}.pr-2{padding-right:8px!important}.pr-3{padding-right:12px!important}.pr-4{padding-right:16px!important}.pr-5{padding-right:20px!important}.pr-6{padding-right:24px!important}.pr-7{padding-right:28px!important}.pr-8{padding-right:32px!important}.pr-9{padding-right:36px!important}.pr-10{padding-right:40px!important}.pr-11{padding-right:44px!important}.pr-12{padding-right:48px!important}.pr-13{padding-right:52px!important}.pr-14{padding-right:56px!important}.pr-15{padding-right:60px!important}.pr-16{padding-right:64px!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:4px!important}.pb-2{padding-bottom:8px!important}.pb-3{padding-bottom:12px!important}.pb-4{padding-bottom:16px!important}.pb-5{padding-bottom:20px!important}.pb-6{padding-bottom:24px!important}.pb-7{padding-bottom:28px!important}.pb-8{padding-bottom:32px!important}.pb-9{padding-bottom:36px!important}.pb-10{padding-bottom:40px!important}.pb-11{padding-bottom:44px!important}.pb-12{padding-bottom:48px!important}.pb-13{padding-bottom:52px!important}.pb-14{padding-bottom:56px!important}.pb-15{padding-bottom:60px!important}.pb-16{padding-bottom:64px!important}.pl-0{padding-left:0!important}.pl-1{padding-left:4px!important}.pl-2{padding-left:8px!important}.pl-3{padding-left:12px!important}.pl-4{padding-left:16px!important}.pl-5{padding-left:20px!important}.pl-6{padding-left:24px!important}.pl-7{padding-left:28px!important}.pl-8{padding-left:32px!important}.pl-9{padding-left:36px!important}.pl-10{padding-left:40px!important}.pl-11{padding-left:44px!important}.pl-12{padding-left:48px!important}.pl-13{padding-left:52px!important}.pl-14{padding-left:56px!important}.pl-15{padding-left:60px!important}.pl-16{padding-left:64px!important}.ps-0{padding-inline-start:0px!important}.ps-1{padding-inline-start:4px!important}.ps-2{padding-inline-start:8px!important}.ps-3{padding-inline-start:12px!important}.ps-4{padding-inline-start:16px!important}.ps-5{padding-inline-start:20px!important}.ps-6{padding-inline-start:24px!important}.ps-7{padding-inline-start:28px!important}.ps-8{padding-inline-start:32px!important}.ps-9{padding-inline-start:36px!important}.ps-10{padding-inline-start:40px!important}.ps-11{padding-inline-start:44px!important}.ps-12{padding-inline-start:48px!important}.ps-13{padding-inline-start:52px!important}.ps-14{padding-inline-start:56px!important}.ps-15{padding-inline-start:60px!important}.ps-16{padding-inline-start:64px!important}.pe-0{padding-inline-end:0px!important}.pe-1{padding-inline-end:4px!important}.pe-2{padding-inline-end:8px!important}.pe-3{padding-inline-end:12px!important}.pe-4{padding-inline-end:16px!important}.pe-5{padding-inline-end:20px!important}.pe-6{padding-inline-end:24px!important}.pe-7{padding-inline-end:28px!important}.pe-8{padding-inline-end:32px!important}.pe-9{padding-inline-end:36px!important}.pe-10{padding-inline-end:40px!important}.pe-11{padding-inline-end:44px!important}.pe-12{padding-inline-end:48px!important}.pe-13{padding-inline-end:52px!important}.pe-14{padding-inline-end:56px!important}.pe-15{padding-inline-end:60px!important}.pe-16{padding-inline-end:64px!important}.rounded-0{border-radius:0!important}.rounded-sm{border-radius:2px!important}.rounded{border-radius:4px!important}.rounded-lg{border-radius:8px!important}.rounded-xl{border-radius:24px!important}.rounded-pill{border-radius:9999px!important}.rounded-circle{border-radius:50%!important}.rounded-shaped{border-radius:24px 0!important}.rounded-t-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-t-sm{border-top-left-radius:2px!important;border-top-right-radius:2px!important}.rounded-t{border-top-left-radius:4px!important;border-top-right-radius:4px!important}.rounded-t-lg{border-top-left-radius:8px!important;border-top-right-radius:8px!important}.rounded-t-xl{border-top-left-radius:24px!important;border-top-right-radius:24px!important}.rounded-t-pill{border-top-left-radius:9999px!important;border-top-right-radius:9999px!important}.rounded-t-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-t-shaped{border-top-left-radius:24px!important;border-top-right-radius:0!important}.v-locale--is-ltr .rounded-e-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-e-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.v-locale--is-ltr .rounded-e-sm{border-top-right-radius:2px!important;border-bottom-right-radius:2px!important}.v-locale--is-rtl .rounded-e-sm{border-top-left-radius:2px!important;border-bottom-left-radius:2px!important}.v-locale--is-ltr .rounded-e{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.v-locale--is-rtl .rounded-e{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.v-locale--is-ltr .rounded-e-lg{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.v-locale--is-rtl .rounded-e-lg{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.v-locale--is-ltr .rounded-e-xl{border-top-right-radius:24px!important;border-bottom-right-radius:24px!important}.v-locale--is-rtl .rounded-e-xl{border-top-left-radius:24px!important;border-bottom-left-radius:24px!important}.v-locale--is-ltr .rounded-e-pill{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.v-locale--is-rtl .rounded-e-pill{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.v-locale--is-ltr .rounded-e-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.v-locale--is-rtl .rounded-e-circle{border-top-left-radius:50%!important;border-bottom-left-radius:50%!important}.v-locale--is-ltr .rounded-e-shaped{border-top-right-radius:24px!important;border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-e-shaped{border-top-left-radius:24px!important;border-bottom-left-radius:0!important}.rounded-b-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-b-sm{border-bottom-left-radius:2px!important;border-bottom-right-radius:2px!important}.rounded-b{border-bottom-left-radius:4px!important;border-bottom-right-radius:4px!important}.rounded-b-lg{border-bottom-left-radius:8px!important;border-bottom-right-radius:8px!important}.rounded-b-xl{border-bottom-left-radius:24px!important;border-bottom-right-radius:24px!important}.rounded-b-pill{border-bottom-left-radius:9999px!important;border-bottom-right-radius:9999px!important}.rounded-b-circle{border-bottom-left-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-b-shaped{border-bottom-left-radius:24px!important;border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-s-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-s-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-s-sm{border-top-left-radius:2px!important;border-bottom-left-radius:2px!important}.v-locale--is-rtl .rounded-s-sm{border-top-right-radius:2px!important;border-bottom-right-radius:2px!important}.v-locale--is-ltr .rounded-s{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.v-locale--is-rtl .rounded-s{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.v-locale--is-ltr .rounded-s-lg{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.v-locale--is-rtl .rounded-s-lg{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.v-locale--is-ltr .rounded-s-xl{border-top-left-radius:24px!important;border-bottom-left-radius:24px!important}.v-locale--is-rtl .rounded-s-xl{border-top-right-radius:24px!important;border-bottom-right-radius:24px!important}.v-locale--is-ltr .rounded-s-pill{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.v-locale--is-rtl .rounded-s-pill{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.v-locale--is-ltr .rounded-s-circle{border-top-left-radius:50%!important;border-bottom-left-radius:50%!important}.v-locale--is-rtl .rounded-s-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.v-locale--is-ltr .rounded-s-shaped{border-top-left-radius:24px!important;border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-s-shaped{border-top-right-radius:24px!important;border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-ts-0{border-top-left-radius:0!important}.v-locale--is-rtl .rounded-ts-0{border-top-right-radius:0!important}.v-locale--is-ltr .rounded-ts-sm{border-top-left-radius:2px!important}.v-locale--is-rtl .rounded-ts-sm{border-top-right-radius:2px!important}.v-locale--is-ltr .rounded-ts{border-top-left-radius:4px!important}.v-locale--is-rtl .rounded-ts{border-top-right-radius:4px!important}.v-locale--is-ltr .rounded-ts-lg{border-top-left-radius:8px!important}.v-locale--is-rtl .rounded-ts-lg{border-top-right-radius:8px!important}.v-locale--is-ltr .rounded-ts-xl{border-top-left-radius:24px!important}.v-locale--is-rtl .rounded-ts-xl{border-top-right-radius:24px!important}.v-locale--is-ltr .rounded-ts-pill{border-top-left-radius:9999px!important}.v-locale--is-rtl .rounded-ts-pill{border-top-right-radius:9999px!important}.v-locale--is-ltr .rounded-ts-circle{border-top-left-radius:50%!important}.v-locale--is-rtl .rounded-ts-circle{border-top-right-radius:50%!important}.v-locale--is-ltr .rounded-ts-shaped{border-top-left-radius:24px 0!important}.v-locale--is-rtl .rounded-ts-shaped{border-top-right-radius:24px 0!important}.v-locale--is-ltr .rounded-te-0{border-top-right-radius:0!important}.v-locale--is-rtl .rounded-te-0{border-top-left-radius:0!important}.v-locale--is-ltr .rounded-te-sm{border-top-right-radius:2px!important}.v-locale--is-rtl .rounded-te-sm{border-top-left-radius:2px!important}.v-locale--is-ltr .rounded-te{border-top-right-radius:4px!important}.v-locale--is-rtl .rounded-te{border-top-left-radius:4px!important}.v-locale--is-ltr .rounded-te-lg{border-top-right-radius:8px!important}.v-locale--is-rtl .rounded-te-lg{border-top-left-radius:8px!important}.v-locale--is-ltr .rounded-te-xl{border-top-right-radius:24px!important}.v-locale--is-rtl .rounded-te-xl{border-top-left-radius:24px!important}.v-locale--is-ltr .rounded-te-pill{border-top-right-radius:9999px!important}.v-locale--is-rtl .rounded-te-pill{border-top-left-radius:9999px!important}.v-locale--is-ltr .rounded-te-circle{border-top-right-radius:50%!important}.v-locale--is-rtl .rounded-te-circle{border-top-left-radius:50%!important}.v-locale--is-ltr .rounded-te-shaped{border-top-right-radius:24px 0!important}.v-locale--is-rtl .rounded-te-shaped{border-top-left-radius:24px 0!important}.v-locale--is-ltr .rounded-be-0{border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-be-0{border-bottom-left-radius:0!important}.v-locale--is-ltr .rounded-be-sm{border-bottom-right-radius:2px!important}.v-locale--is-rtl .rounded-be-sm{border-bottom-left-radius:2px!important}.v-locale--is-ltr .rounded-be{border-bottom-right-radius:4px!important}.v-locale--is-rtl .rounded-be{border-bottom-left-radius:4px!important}.v-locale--is-ltr .rounded-be-lg{border-bottom-right-radius:8px!important}.v-locale--is-rtl .rounded-be-lg{border-bottom-left-radius:8px!important}.v-locale--is-ltr .rounded-be-xl{border-bottom-right-radius:24px!important}.v-locale--is-rtl .rounded-be-xl{border-bottom-left-radius:24px!important}.v-locale--is-ltr .rounded-be-pill{border-bottom-right-radius:9999px!important}.v-locale--is-rtl .rounded-be-pill{border-bottom-left-radius:9999px!important}.v-locale--is-ltr .rounded-be-circle{border-bottom-right-radius:50%!important}.v-locale--is-rtl .rounded-be-circle{border-bottom-left-radius:50%!important}.v-locale--is-ltr .rounded-be-shaped{border-bottom-right-radius:24px 0!important}.v-locale--is-rtl .rounded-be-shaped{border-bottom-left-radius:24px 0!important}.v-locale--is-ltr .rounded-bs-0{border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-bs-0{border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-bs-sm{border-bottom-left-radius:2px!important}.v-locale--is-rtl .rounded-bs-sm{border-bottom-right-radius:2px!important}.v-locale--is-ltr .rounded-bs{border-bottom-left-radius:4px!important}.v-locale--is-rtl .rounded-bs{border-bottom-right-radius:4px!important}.v-locale--is-ltr .rounded-bs-lg{border-bottom-left-radius:8px!important}.v-locale--is-rtl .rounded-bs-lg{border-bottom-right-radius:8px!important}.v-locale--is-ltr .rounded-bs-xl{border-bottom-left-radius:24px!important}.v-locale--is-rtl .rounded-bs-xl{border-bottom-right-radius:24px!important}.v-locale--is-ltr .rounded-bs-pill{border-bottom-left-radius:9999px!important}.v-locale--is-rtl .rounded-bs-pill{border-bottom-right-radius:9999px!important}.v-locale--is-ltr .rounded-bs-circle{border-bottom-left-radius:50%!important}.v-locale--is-rtl .rounded-bs-circle{border-bottom-right-radius:50%!important}.v-locale--is-ltr .rounded-bs-shaped{border-bottom-left-radius:24px 0!important}.v-locale--is-rtl .rounded-bs-shaped{border-bottom-right-radius:24px 0!important}.border-0{border-width:0!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border,.border-thin{border-width:thin!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-sm{border-width:1px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-md{border-width:2px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-lg{border-width:4px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-xl{border-width:8px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-opacity-0{--v-border-opacity: 0 !important}.border-opacity{--v-border-opacity: .12 !important}.border-opacity-25{--v-border-opacity: .25 !important}.border-opacity-50{--v-border-opacity: .5 !important}.border-opacity-75{--v-border-opacity: .75 !important}.border-opacity-100{--v-border-opacity: 1 !important}.border-t-0{border-block-start-width:0!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t,.border-t-thin{border-block-start-width:thin!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-sm{border-block-start-width:1px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-md{border-block-start-width:2px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-lg{border-block-start-width:4px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-xl{border-block-start-width:8px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-0{border-inline-end-width:0!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e,.border-e-thin{border-inline-end-width:thin!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-sm{border-inline-end-width:1px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-md{border-inline-end-width:2px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-lg{border-inline-end-width:4px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-xl{border-inline-end-width:8px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-0{border-block-end-width:0!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b,.border-b-thin{border-block-end-width:thin!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-sm{border-block-end-width:1px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-md{border-block-end-width:2px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-lg{border-block-end-width:4px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-xl{border-block-end-width:8px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-0{border-inline-start-width:0!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s,.border-s-thin{border-inline-start-width:thin!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-sm{border-inline-start-width:1px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-md{border-inline-start-width:2px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-lg{border-inline-start-width:4px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-xl{border-inline-start-width:8px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-solid{border-style:solid!important}.border-dashed{border-style:dashed!important}.border-dotted{border-style:dotted!important}.border-double{border-style:double!important}.border-none{border-style:none!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-justify{text-align:justify!important}.text-start{text-align:start!important}.text-end{text-align:end!important}.text-decoration-line-through{text-decoration:line-through!important}.text-decoration-none{text-decoration:none!important}.text-decoration-overline{text-decoration:overline!important}.text-decoration-underline{text-decoration:underline!important}.text-wrap{white-space:normal!important}.text-no-wrap{white-space:nowrap!important}.text-pre{white-space:pre!important}.text-pre-line{white-space:pre-line!important}.text-pre-wrap{white-space:pre-wrap!important}.text-break{overflow-wrap:break-word!important;word-break:break-word!important}.opacity-hover{opacity:var(--v-hover-opacity)!important}.opacity-focus{opacity:var(--v-focus-opacity)!important}.opacity-selected{opacity:var(--v-selected-opacity)!important}.opacity-activated{opacity:var(--v-activated-opacity)!important}.opacity-pressed{opacity:var(--v-pressed-opacity)!important}.opacity-dragged{opacity:var(--v-dragged-opacity)!important}.opacity-0{opacity:0!important}.opacity-10{opacity:.1!important}.opacity-20{opacity:.2!important}.opacity-30{opacity:.3!important}.opacity-40{opacity:.4!important}.opacity-50{opacity:.5!important}.opacity-60{opacity:.6!important}.opacity-70{opacity:.7!important}.opacity-80{opacity:.8!important}.opacity-90{opacity:.9!important}.opacity-100{opacity:1!important}.text-high-emphasis{color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity))!important}.text-medium-emphasis{color:rgba(var(--v-theme-on-background),var(--v-medium-emphasis-opacity))!important}.text-disabled{color:rgba(var(--v-theme-on-background),var(--v-disabled-opacity))!important}.text-truncate{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.text-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-none{text-transform:none!important}.text-capitalize{text-transform:capitalize!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.font-weight-thin{font-weight:100!important}.font-weight-light{font-weight:300!important}.font-weight-regular{font-weight:400!important}.font-weight-medium{font-weight:500!important}.font-weight-bold{font-weight:700!important}.font-weight-black{font-weight:900!important}.font-italic{font-style:italic!important}.text-mono{font-family:monospace!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-fixed{position:fixed!important}.position-absolute{position:absolute!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.right-0{right:0!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.cursor-auto{cursor:auto!important}.cursor-default{cursor:default!important}.cursor-pointer{cursor:pointer!important}.cursor-wait{cursor:wait!important}.cursor-text{cursor:text!important}.cursor-move{cursor:move!important}.cursor-help{cursor:help!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-progress{cursor:progress!important}.cursor-grab{cursor:grab!important}.cursor-grabbing{cursor:grabbing!important}.cursor-none{cursor:none!important}.fill-height{height:100%!important}.h-auto{height:auto!important}.h-screen{height:100vh!important}.h-0{height:0!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-screen{height:100dvh!important}.w-auto{width:auto!important}.w-0{width:0!important}.w-25{width:25%!important}.w-33{width:33%!important}.w-50{width:50%!important}.w-66{width:66%!important}.w-75{width:75%!important}.w-100{width:100%!important}@media (min-width: 600px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.float-sm-none{float:none!important}.float-sm-left{float:left!important}.float-sm-right{float:right!important}.v-locale--is-rtl .float-sm-end{float:left!important}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right!important}.v-locale--is-ltr .float-sm-start{float:left!important}.flex-sm-fill,.flex-sm-1-1{flex:1 1 auto!important}.flex-sm-1-0{flex:1 0 auto!important}.flex-sm-0-1{flex:0 1 auto!important}.flex-sm-0-0{flex:0 0 auto!important}.flex-sm-1-1-100{flex:1 1 100%!important}.flex-sm-1-0-100{flex:1 0 100%!important}.flex-sm-0-1-100{flex:0 1 100%!important}.flex-sm-0-0-100{flex:0 0 100%!important}.flex-sm-1-1-0{flex:1 1 0!important}.flex-sm-1-0-0{flex:1 0 0!important}.flex-sm-0-1-0{flex:0 1 0!important}.flex-sm-0-0-0{flex:0 0 0!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-sm-start{justify-content:flex-start!important}.justify-sm-end{justify-content:flex-end!important}.justify-sm-center{justify-content:center!important}.justify-sm-space-between{justify-content:space-between!important}.justify-sm-space-around{justify-content:space-around!important}.justify-sm-space-evenly{justify-content:space-evenly!important}.align-sm-start{align-items:flex-start!important}.align-sm-end{align-items:flex-end!important}.align-sm-center{align-items:center!important}.align-sm-baseline{align-items:baseline!important}.align-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-space-between{align-content:space-between!important}.align-content-sm-space-around{align-content:space-around!important}.align-content-sm-space-evenly{align-content:space-evenly!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-6{order:6!important}.order-sm-7{order:7!important}.order-sm-8{order:8!important}.order-sm-9{order:9!important}.order-sm-10{order:10!important}.order-sm-11{order:11!important}.order-sm-12{order:12!important}.order-sm-last{order:13!important}.ga-sm-0{gap:0px!important}.ga-sm-1{gap:4px!important}.ga-sm-2{gap:8px!important}.ga-sm-3{gap:12px!important}.ga-sm-4{gap:16px!important}.ga-sm-5{gap:20px!important}.ga-sm-6{gap:24px!important}.ga-sm-7{gap:28px!important}.ga-sm-8{gap:32px!important}.ga-sm-9{gap:36px!important}.ga-sm-10{gap:40px!important}.ga-sm-11{gap:44px!important}.ga-sm-12{gap:48px!important}.ga-sm-13{gap:52px!important}.ga-sm-14{gap:56px!important}.ga-sm-15{gap:60px!important}.ga-sm-16{gap:64px!important}.ga-sm-auto{gap:auto!important}.gr-sm-0{row-gap:0px!important}.gr-sm-1{row-gap:4px!important}.gr-sm-2{row-gap:8px!important}.gr-sm-3{row-gap:12px!important}.gr-sm-4{row-gap:16px!important}.gr-sm-5{row-gap:20px!important}.gr-sm-6{row-gap:24px!important}.gr-sm-7{row-gap:28px!important}.gr-sm-8{row-gap:32px!important}.gr-sm-9{row-gap:36px!important}.gr-sm-10{row-gap:40px!important}.gr-sm-11{row-gap:44px!important}.gr-sm-12{row-gap:48px!important}.gr-sm-13{row-gap:52px!important}.gr-sm-14{row-gap:56px!important}.gr-sm-15{row-gap:60px!important}.gr-sm-16{row-gap:64px!important}.gr-sm-auto{row-gap:auto!important}.gc-sm-0{column-gap:0px!important}.gc-sm-1{column-gap:4px!important}.gc-sm-2{column-gap:8px!important}.gc-sm-3{column-gap:12px!important}.gc-sm-4{column-gap:16px!important}.gc-sm-5{column-gap:20px!important}.gc-sm-6{column-gap:24px!important}.gc-sm-7{column-gap:28px!important}.gc-sm-8{column-gap:32px!important}.gc-sm-9{column-gap:36px!important}.gc-sm-10{column-gap:40px!important}.gc-sm-11{column-gap:44px!important}.gc-sm-12{column-gap:48px!important}.gc-sm-13{column-gap:52px!important}.gc-sm-14{column-gap:56px!important}.gc-sm-15{column-gap:60px!important}.gc-sm-16{column-gap:64px!important}.gc-sm-auto{column-gap:auto!important}.ma-sm-0{margin:0!important}.ma-sm-1{margin:4px!important}.ma-sm-2{margin:8px!important}.ma-sm-3{margin:12px!important}.ma-sm-4{margin:16px!important}.ma-sm-5{margin:20px!important}.ma-sm-6{margin:24px!important}.ma-sm-7{margin:28px!important}.ma-sm-8{margin:32px!important}.ma-sm-9{margin:36px!important}.ma-sm-10{margin:40px!important}.ma-sm-11{margin:44px!important}.ma-sm-12{margin:48px!important}.ma-sm-13{margin:52px!important}.ma-sm-14{margin:56px!important}.ma-sm-15{margin:60px!important}.ma-sm-16{margin:64px!important}.ma-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:4px!important;margin-left:4px!important}.mx-sm-2{margin-right:8px!important;margin-left:8px!important}.mx-sm-3{margin-right:12px!important;margin-left:12px!important}.mx-sm-4{margin-right:16px!important;margin-left:16px!important}.mx-sm-5{margin-right:20px!important;margin-left:20px!important}.mx-sm-6{margin-right:24px!important;margin-left:24px!important}.mx-sm-7{margin-right:28px!important;margin-left:28px!important}.mx-sm-8{margin-right:32px!important;margin-left:32px!important}.mx-sm-9{margin-right:36px!important;margin-left:36px!important}.mx-sm-10{margin-right:40px!important;margin-left:40px!important}.mx-sm-11{margin-right:44px!important;margin-left:44px!important}.mx-sm-12{margin-right:48px!important;margin-left:48px!important}.mx-sm-13{margin-right:52px!important;margin-left:52px!important}.mx-sm-14{margin-right:56px!important;margin-left:56px!important}.mx-sm-15{margin-right:60px!important;margin-left:60px!important}.mx-sm-16{margin-right:64px!important;margin-left:64px!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:4px!important;margin-bottom:4px!important}.my-sm-2{margin-top:8px!important;margin-bottom:8px!important}.my-sm-3{margin-top:12px!important;margin-bottom:12px!important}.my-sm-4{margin-top:16px!important;margin-bottom:16px!important}.my-sm-5{margin-top:20px!important;margin-bottom:20px!important}.my-sm-6{margin-top:24px!important;margin-bottom:24px!important}.my-sm-7{margin-top:28px!important;margin-bottom:28px!important}.my-sm-8{margin-top:32px!important;margin-bottom:32px!important}.my-sm-9{margin-top:36px!important;margin-bottom:36px!important}.my-sm-10{margin-top:40px!important;margin-bottom:40px!important}.my-sm-11{margin-top:44px!important;margin-bottom:44px!important}.my-sm-12{margin-top:48px!important;margin-bottom:48px!important}.my-sm-13{margin-top:52px!important;margin-bottom:52px!important}.my-sm-14{margin-top:56px!important;margin-bottom:56px!important}.my-sm-15{margin-top:60px!important;margin-bottom:60px!important}.my-sm-16{margin-top:64px!important;margin-bottom:64px!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:4px!important}.mt-sm-2{margin-top:8px!important}.mt-sm-3{margin-top:12px!important}.mt-sm-4{margin-top:16px!important}.mt-sm-5{margin-top:20px!important}.mt-sm-6{margin-top:24px!important}.mt-sm-7{margin-top:28px!important}.mt-sm-8{margin-top:32px!important}.mt-sm-9{margin-top:36px!important}.mt-sm-10{margin-top:40px!important}.mt-sm-11{margin-top:44px!important}.mt-sm-12{margin-top:48px!important}.mt-sm-13{margin-top:52px!important}.mt-sm-14{margin-top:56px!important}.mt-sm-15{margin-top:60px!important}.mt-sm-16{margin-top:64px!important}.mt-sm-auto{margin-top:auto!important}.mr-sm-0{margin-right:0!important}.mr-sm-1{margin-right:4px!important}.mr-sm-2{margin-right:8px!important}.mr-sm-3{margin-right:12px!important}.mr-sm-4{margin-right:16px!important}.mr-sm-5{margin-right:20px!important}.mr-sm-6{margin-right:24px!important}.mr-sm-7{margin-right:28px!important}.mr-sm-8{margin-right:32px!important}.mr-sm-9{margin-right:36px!important}.mr-sm-10{margin-right:40px!important}.mr-sm-11{margin-right:44px!important}.mr-sm-12{margin-right:48px!important}.mr-sm-13{margin-right:52px!important}.mr-sm-14{margin-right:56px!important}.mr-sm-15{margin-right:60px!important}.mr-sm-16{margin-right:64px!important}.mr-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:4px!important}.mb-sm-2{margin-bottom:8px!important}.mb-sm-3{margin-bottom:12px!important}.mb-sm-4{margin-bottom:16px!important}.mb-sm-5{margin-bottom:20px!important}.mb-sm-6{margin-bottom:24px!important}.mb-sm-7{margin-bottom:28px!important}.mb-sm-8{margin-bottom:32px!important}.mb-sm-9{margin-bottom:36px!important}.mb-sm-10{margin-bottom:40px!important}.mb-sm-11{margin-bottom:44px!important}.mb-sm-12{margin-bottom:48px!important}.mb-sm-13{margin-bottom:52px!important}.mb-sm-14{margin-bottom:56px!important}.mb-sm-15{margin-bottom:60px!important}.mb-sm-16{margin-bottom:64px!important}.mb-sm-auto{margin-bottom:auto!important}.ml-sm-0{margin-left:0!important}.ml-sm-1{margin-left:4px!important}.ml-sm-2{margin-left:8px!important}.ml-sm-3{margin-left:12px!important}.ml-sm-4{margin-left:16px!important}.ml-sm-5{margin-left:20px!important}.ml-sm-6{margin-left:24px!important}.ml-sm-7{margin-left:28px!important}.ml-sm-8{margin-left:32px!important}.ml-sm-9{margin-left:36px!important}.ml-sm-10{margin-left:40px!important}.ml-sm-11{margin-left:44px!important}.ml-sm-12{margin-left:48px!important}.ml-sm-13{margin-left:52px!important}.ml-sm-14{margin-left:56px!important}.ml-sm-15{margin-left:60px!important}.ml-sm-16{margin-left:64px!important}.ml-sm-auto{margin-left:auto!important}.ms-sm-0{margin-inline-start:0px!important}.ms-sm-1{margin-inline-start:4px!important}.ms-sm-2{margin-inline-start:8px!important}.ms-sm-3{margin-inline-start:12px!important}.ms-sm-4{margin-inline-start:16px!important}.ms-sm-5{margin-inline-start:20px!important}.ms-sm-6{margin-inline-start:24px!important}.ms-sm-7{margin-inline-start:28px!important}.ms-sm-8{margin-inline-start:32px!important}.ms-sm-9{margin-inline-start:36px!important}.ms-sm-10{margin-inline-start:40px!important}.ms-sm-11{margin-inline-start:44px!important}.ms-sm-12{margin-inline-start:48px!important}.ms-sm-13{margin-inline-start:52px!important}.ms-sm-14{margin-inline-start:56px!important}.ms-sm-15{margin-inline-start:60px!important}.ms-sm-16{margin-inline-start:64px!important}.ms-sm-auto{margin-inline-start:auto!important}.me-sm-0{margin-inline-end:0px!important}.me-sm-1{margin-inline-end:4px!important}.me-sm-2{margin-inline-end:8px!important}.me-sm-3{margin-inline-end:12px!important}.me-sm-4{margin-inline-end:16px!important}.me-sm-5{margin-inline-end:20px!important}.me-sm-6{margin-inline-end:24px!important}.me-sm-7{margin-inline-end:28px!important}.me-sm-8{margin-inline-end:32px!important}.me-sm-9{margin-inline-end:36px!important}.me-sm-10{margin-inline-end:40px!important}.me-sm-11{margin-inline-end:44px!important}.me-sm-12{margin-inline-end:48px!important}.me-sm-13{margin-inline-end:52px!important}.me-sm-14{margin-inline-end:56px!important}.me-sm-15{margin-inline-end:60px!important}.me-sm-16{margin-inline-end:64px!important}.me-sm-auto{margin-inline-end:auto!important}.ma-sm-n1{margin:-4px!important}.ma-sm-n2{margin:-8px!important}.ma-sm-n3{margin:-12px!important}.ma-sm-n4{margin:-16px!important}.ma-sm-n5{margin:-20px!important}.ma-sm-n6{margin:-24px!important}.ma-sm-n7{margin:-28px!important}.ma-sm-n8{margin:-32px!important}.ma-sm-n9{margin:-36px!important}.ma-sm-n10{margin:-40px!important}.ma-sm-n11{margin:-44px!important}.ma-sm-n12{margin:-48px!important}.ma-sm-n13{margin:-52px!important}.ma-sm-n14{margin:-56px!important}.ma-sm-n15{margin:-60px!important}.ma-sm-n16{margin:-64px!important}.mx-sm-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-sm-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-sm-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-sm-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-sm-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-sm-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-sm-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-sm-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-sm-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-sm-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-sm-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-sm-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-sm-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-sm-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-sm-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-sm-n16{margin-right:-64px!important;margin-left:-64px!important}.my-sm-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-sm-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-sm-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-sm-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-sm-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-sm-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-sm-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-sm-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-sm-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-sm-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-sm-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-sm-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-sm-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-sm-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-sm-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-sm-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-sm-n1{margin-top:-4px!important}.mt-sm-n2{margin-top:-8px!important}.mt-sm-n3{margin-top:-12px!important}.mt-sm-n4{margin-top:-16px!important}.mt-sm-n5{margin-top:-20px!important}.mt-sm-n6{margin-top:-24px!important}.mt-sm-n7{margin-top:-28px!important}.mt-sm-n8{margin-top:-32px!important}.mt-sm-n9{margin-top:-36px!important}.mt-sm-n10{margin-top:-40px!important}.mt-sm-n11{margin-top:-44px!important}.mt-sm-n12{margin-top:-48px!important}.mt-sm-n13{margin-top:-52px!important}.mt-sm-n14{margin-top:-56px!important}.mt-sm-n15{margin-top:-60px!important}.mt-sm-n16{margin-top:-64px!important}.mr-sm-n1{margin-right:-4px!important}.mr-sm-n2{margin-right:-8px!important}.mr-sm-n3{margin-right:-12px!important}.mr-sm-n4{margin-right:-16px!important}.mr-sm-n5{margin-right:-20px!important}.mr-sm-n6{margin-right:-24px!important}.mr-sm-n7{margin-right:-28px!important}.mr-sm-n8{margin-right:-32px!important}.mr-sm-n9{margin-right:-36px!important}.mr-sm-n10{margin-right:-40px!important}.mr-sm-n11{margin-right:-44px!important}.mr-sm-n12{margin-right:-48px!important}.mr-sm-n13{margin-right:-52px!important}.mr-sm-n14{margin-right:-56px!important}.mr-sm-n15{margin-right:-60px!important}.mr-sm-n16{margin-right:-64px!important}.mb-sm-n1{margin-bottom:-4px!important}.mb-sm-n2{margin-bottom:-8px!important}.mb-sm-n3{margin-bottom:-12px!important}.mb-sm-n4{margin-bottom:-16px!important}.mb-sm-n5{margin-bottom:-20px!important}.mb-sm-n6{margin-bottom:-24px!important}.mb-sm-n7{margin-bottom:-28px!important}.mb-sm-n8{margin-bottom:-32px!important}.mb-sm-n9{margin-bottom:-36px!important}.mb-sm-n10{margin-bottom:-40px!important}.mb-sm-n11{margin-bottom:-44px!important}.mb-sm-n12{margin-bottom:-48px!important}.mb-sm-n13{margin-bottom:-52px!important}.mb-sm-n14{margin-bottom:-56px!important}.mb-sm-n15{margin-bottom:-60px!important}.mb-sm-n16{margin-bottom:-64px!important}.ml-sm-n1{margin-left:-4px!important}.ml-sm-n2{margin-left:-8px!important}.ml-sm-n3{margin-left:-12px!important}.ml-sm-n4{margin-left:-16px!important}.ml-sm-n5{margin-left:-20px!important}.ml-sm-n6{margin-left:-24px!important}.ml-sm-n7{margin-left:-28px!important}.ml-sm-n8{margin-left:-32px!important}.ml-sm-n9{margin-left:-36px!important}.ml-sm-n10{margin-left:-40px!important}.ml-sm-n11{margin-left:-44px!important}.ml-sm-n12{margin-left:-48px!important}.ml-sm-n13{margin-left:-52px!important}.ml-sm-n14{margin-left:-56px!important}.ml-sm-n15{margin-left:-60px!important}.ml-sm-n16{margin-left:-64px!important}.ms-sm-n1{margin-inline-start:-4px!important}.ms-sm-n2{margin-inline-start:-8px!important}.ms-sm-n3{margin-inline-start:-12px!important}.ms-sm-n4{margin-inline-start:-16px!important}.ms-sm-n5{margin-inline-start:-20px!important}.ms-sm-n6{margin-inline-start:-24px!important}.ms-sm-n7{margin-inline-start:-28px!important}.ms-sm-n8{margin-inline-start:-32px!important}.ms-sm-n9{margin-inline-start:-36px!important}.ms-sm-n10{margin-inline-start:-40px!important}.ms-sm-n11{margin-inline-start:-44px!important}.ms-sm-n12{margin-inline-start:-48px!important}.ms-sm-n13{margin-inline-start:-52px!important}.ms-sm-n14{margin-inline-start:-56px!important}.ms-sm-n15{margin-inline-start:-60px!important}.ms-sm-n16{margin-inline-start:-64px!important}.me-sm-n1{margin-inline-end:-4px!important}.me-sm-n2{margin-inline-end:-8px!important}.me-sm-n3{margin-inline-end:-12px!important}.me-sm-n4{margin-inline-end:-16px!important}.me-sm-n5{margin-inline-end:-20px!important}.me-sm-n6{margin-inline-end:-24px!important}.me-sm-n7{margin-inline-end:-28px!important}.me-sm-n8{margin-inline-end:-32px!important}.me-sm-n9{margin-inline-end:-36px!important}.me-sm-n10{margin-inline-end:-40px!important}.me-sm-n11{margin-inline-end:-44px!important}.me-sm-n12{margin-inline-end:-48px!important}.me-sm-n13{margin-inline-end:-52px!important}.me-sm-n14{margin-inline-end:-56px!important}.me-sm-n15{margin-inline-end:-60px!important}.me-sm-n16{margin-inline-end:-64px!important}.pa-sm-0{padding:0!important}.pa-sm-1{padding:4px!important}.pa-sm-2{padding:8px!important}.pa-sm-3{padding:12px!important}.pa-sm-4{padding:16px!important}.pa-sm-5{padding:20px!important}.pa-sm-6{padding:24px!important}.pa-sm-7{padding:28px!important}.pa-sm-8{padding:32px!important}.pa-sm-9{padding:36px!important}.pa-sm-10{padding:40px!important}.pa-sm-11{padding:44px!important}.pa-sm-12{padding:48px!important}.pa-sm-13{padding:52px!important}.pa-sm-14{padding:56px!important}.pa-sm-15{padding:60px!important}.pa-sm-16{padding:64px!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:4px!important;padding-left:4px!important}.px-sm-2{padding-right:8px!important;padding-left:8px!important}.px-sm-3{padding-right:12px!important;padding-left:12px!important}.px-sm-4{padding-right:16px!important;padding-left:16px!important}.px-sm-5{padding-right:20px!important;padding-left:20px!important}.px-sm-6{padding-right:24px!important;padding-left:24px!important}.px-sm-7{padding-right:28px!important;padding-left:28px!important}.px-sm-8{padding-right:32px!important;padding-left:32px!important}.px-sm-9{padding-right:36px!important;padding-left:36px!important}.px-sm-10{padding-right:40px!important;padding-left:40px!important}.px-sm-11{padding-right:44px!important;padding-left:44px!important}.px-sm-12{padding-right:48px!important;padding-left:48px!important}.px-sm-13{padding-right:52px!important;padding-left:52px!important}.px-sm-14{padding-right:56px!important;padding-left:56px!important}.px-sm-15{padding-right:60px!important;padding-left:60px!important}.px-sm-16{padding-right:64px!important;padding-left:64px!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:4px!important;padding-bottom:4px!important}.py-sm-2{padding-top:8px!important;padding-bottom:8px!important}.py-sm-3{padding-top:12px!important;padding-bottom:12px!important}.py-sm-4{padding-top:16px!important;padding-bottom:16px!important}.py-sm-5{padding-top:20px!important;padding-bottom:20px!important}.py-sm-6{padding-top:24px!important;padding-bottom:24px!important}.py-sm-7{padding-top:28px!important;padding-bottom:28px!important}.py-sm-8{padding-top:32px!important;padding-bottom:32px!important}.py-sm-9{padding-top:36px!important;padding-bottom:36px!important}.py-sm-10{padding-top:40px!important;padding-bottom:40px!important}.py-sm-11{padding-top:44px!important;padding-bottom:44px!important}.py-sm-12{padding-top:48px!important;padding-bottom:48px!important}.py-sm-13{padding-top:52px!important;padding-bottom:52px!important}.py-sm-14{padding-top:56px!important;padding-bottom:56px!important}.py-sm-15{padding-top:60px!important;padding-bottom:60px!important}.py-sm-16{padding-top:64px!important;padding-bottom:64px!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:4px!important}.pt-sm-2{padding-top:8px!important}.pt-sm-3{padding-top:12px!important}.pt-sm-4{padding-top:16px!important}.pt-sm-5{padding-top:20px!important}.pt-sm-6{padding-top:24px!important}.pt-sm-7{padding-top:28px!important}.pt-sm-8{padding-top:32px!important}.pt-sm-9{padding-top:36px!important}.pt-sm-10{padding-top:40px!important}.pt-sm-11{padding-top:44px!important}.pt-sm-12{padding-top:48px!important}.pt-sm-13{padding-top:52px!important}.pt-sm-14{padding-top:56px!important}.pt-sm-15{padding-top:60px!important}.pt-sm-16{padding-top:64px!important}.pr-sm-0{padding-right:0!important}.pr-sm-1{padding-right:4px!important}.pr-sm-2{padding-right:8px!important}.pr-sm-3{padding-right:12px!important}.pr-sm-4{padding-right:16px!important}.pr-sm-5{padding-right:20px!important}.pr-sm-6{padding-right:24px!important}.pr-sm-7{padding-right:28px!important}.pr-sm-8{padding-right:32px!important}.pr-sm-9{padding-right:36px!important}.pr-sm-10{padding-right:40px!important}.pr-sm-11{padding-right:44px!important}.pr-sm-12{padding-right:48px!important}.pr-sm-13{padding-right:52px!important}.pr-sm-14{padding-right:56px!important}.pr-sm-15{padding-right:60px!important}.pr-sm-16{padding-right:64px!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:4px!important}.pb-sm-2{padding-bottom:8px!important}.pb-sm-3{padding-bottom:12px!important}.pb-sm-4{padding-bottom:16px!important}.pb-sm-5{padding-bottom:20px!important}.pb-sm-6{padding-bottom:24px!important}.pb-sm-7{padding-bottom:28px!important}.pb-sm-8{padding-bottom:32px!important}.pb-sm-9{padding-bottom:36px!important}.pb-sm-10{padding-bottom:40px!important}.pb-sm-11{padding-bottom:44px!important}.pb-sm-12{padding-bottom:48px!important}.pb-sm-13{padding-bottom:52px!important}.pb-sm-14{padding-bottom:56px!important}.pb-sm-15{padding-bottom:60px!important}.pb-sm-16{padding-bottom:64px!important}.pl-sm-0{padding-left:0!important}.pl-sm-1{padding-left:4px!important}.pl-sm-2{padding-left:8px!important}.pl-sm-3{padding-left:12px!important}.pl-sm-4{padding-left:16px!important}.pl-sm-5{padding-left:20px!important}.pl-sm-6{padding-left:24px!important}.pl-sm-7{padding-left:28px!important}.pl-sm-8{padding-left:32px!important}.pl-sm-9{padding-left:36px!important}.pl-sm-10{padding-left:40px!important}.pl-sm-11{padding-left:44px!important}.pl-sm-12{padding-left:48px!important}.pl-sm-13{padding-left:52px!important}.pl-sm-14{padding-left:56px!important}.pl-sm-15{padding-left:60px!important}.pl-sm-16{padding-left:64px!important}.ps-sm-0{padding-inline-start:0px!important}.ps-sm-1{padding-inline-start:4px!important}.ps-sm-2{padding-inline-start:8px!important}.ps-sm-3{padding-inline-start:12px!important}.ps-sm-4{padding-inline-start:16px!important}.ps-sm-5{padding-inline-start:20px!important}.ps-sm-6{padding-inline-start:24px!important}.ps-sm-7{padding-inline-start:28px!important}.ps-sm-8{padding-inline-start:32px!important}.ps-sm-9{padding-inline-start:36px!important}.ps-sm-10{padding-inline-start:40px!important}.ps-sm-11{padding-inline-start:44px!important}.ps-sm-12{padding-inline-start:48px!important}.ps-sm-13{padding-inline-start:52px!important}.ps-sm-14{padding-inline-start:56px!important}.ps-sm-15{padding-inline-start:60px!important}.ps-sm-16{padding-inline-start:64px!important}.pe-sm-0{padding-inline-end:0px!important}.pe-sm-1{padding-inline-end:4px!important}.pe-sm-2{padding-inline-end:8px!important}.pe-sm-3{padding-inline-end:12px!important}.pe-sm-4{padding-inline-end:16px!important}.pe-sm-5{padding-inline-end:20px!important}.pe-sm-6{padding-inline-end:24px!important}.pe-sm-7{padding-inline-end:28px!important}.pe-sm-8{padding-inline-end:32px!important}.pe-sm-9{padding-inline-end:36px!important}.pe-sm-10{padding-inline-end:40px!important}.pe-sm-11{padding-inline-end:44px!important}.pe-sm-12{padding-inline-end:48px!important}.pe-sm-13{padding-inline-end:52px!important}.pe-sm-14{padding-inline-end:56px!important}.pe-sm-15{padding-inline-end:60px!important}.pe-sm-16{padding-inline-end:64px!important}.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}.text-sm-justify{text-align:justify!important}.text-sm-start{text-align:start!important}.text-sm-end{text-align:end!important}.text-sm-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-sm-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.h-sm-auto{height:auto!important}.h-sm-screen{height:100vh!important}.h-sm-0{height:0!important}.h-sm-25{height:25%!important}.h-sm-50{height:50%!important}.h-sm-75{height:75%!important}.h-sm-100{height:100%!important}.w-sm-auto{width:auto!important}.w-sm-0{width:0!important}.w-sm-25{width:25%!important}.w-sm-33{width:33%!important}.w-sm-50{width:50%!important}.w-sm-66{width:66%!important}.w-sm-75{width:75%!important}.w-sm-100{width:100%!important}}@media (min-width: 960px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.float-md-none{float:none!important}.float-md-left{float:left!important}.float-md-right{float:right!important}.v-locale--is-rtl .float-md-end{float:left!important}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right!important}.v-locale--is-ltr .float-md-start{float:left!important}.flex-md-fill,.flex-md-1-1{flex:1 1 auto!important}.flex-md-1-0{flex:1 0 auto!important}.flex-md-0-1{flex:0 1 auto!important}.flex-md-0-0{flex:0 0 auto!important}.flex-md-1-1-100{flex:1 1 100%!important}.flex-md-1-0-100{flex:1 0 100%!important}.flex-md-0-1-100{flex:0 1 100%!important}.flex-md-0-0-100{flex:0 0 100%!important}.flex-md-1-1-0{flex:1 1 0!important}.flex-md-1-0-0{flex:1 0 0!important}.flex-md-0-1-0{flex:0 1 0!important}.flex-md-0-0-0{flex:0 0 0!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-md-start{justify-content:flex-start!important}.justify-md-end{justify-content:flex-end!important}.justify-md-center{justify-content:center!important}.justify-md-space-between{justify-content:space-between!important}.justify-md-space-around{justify-content:space-around!important}.justify-md-space-evenly{justify-content:space-evenly!important}.align-md-start{align-items:flex-start!important}.align-md-end{align-items:flex-end!important}.align-md-center{align-items:center!important}.align-md-baseline{align-items:baseline!important}.align-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-space-between{align-content:space-between!important}.align-content-md-space-around{align-content:space-around!important}.align-content-md-space-evenly{align-content:space-evenly!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-6{order:6!important}.order-md-7{order:7!important}.order-md-8{order:8!important}.order-md-9{order:9!important}.order-md-10{order:10!important}.order-md-11{order:11!important}.order-md-12{order:12!important}.order-md-last{order:13!important}.ga-md-0{gap:0px!important}.ga-md-1{gap:4px!important}.ga-md-2{gap:8px!important}.ga-md-3{gap:12px!important}.ga-md-4{gap:16px!important}.ga-md-5{gap:20px!important}.ga-md-6{gap:24px!important}.ga-md-7{gap:28px!important}.ga-md-8{gap:32px!important}.ga-md-9{gap:36px!important}.ga-md-10{gap:40px!important}.ga-md-11{gap:44px!important}.ga-md-12{gap:48px!important}.ga-md-13{gap:52px!important}.ga-md-14{gap:56px!important}.ga-md-15{gap:60px!important}.ga-md-16{gap:64px!important}.ga-md-auto{gap:auto!important}.gr-md-0{row-gap:0px!important}.gr-md-1{row-gap:4px!important}.gr-md-2{row-gap:8px!important}.gr-md-3{row-gap:12px!important}.gr-md-4{row-gap:16px!important}.gr-md-5{row-gap:20px!important}.gr-md-6{row-gap:24px!important}.gr-md-7{row-gap:28px!important}.gr-md-8{row-gap:32px!important}.gr-md-9{row-gap:36px!important}.gr-md-10{row-gap:40px!important}.gr-md-11{row-gap:44px!important}.gr-md-12{row-gap:48px!important}.gr-md-13{row-gap:52px!important}.gr-md-14{row-gap:56px!important}.gr-md-15{row-gap:60px!important}.gr-md-16{row-gap:64px!important}.gr-md-auto{row-gap:auto!important}.gc-md-0{column-gap:0px!important}.gc-md-1{column-gap:4px!important}.gc-md-2{column-gap:8px!important}.gc-md-3{column-gap:12px!important}.gc-md-4{column-gap:16px!important}.gc-md-5{column-gap:20px!important}.gc-md-6{column-gap:24px!important}.gc-md-7{column-gap:28px!important}.gc-md-8{column-gap:32px!important}.gc-md-9{column-gap:36px!important}.gc-md-10{column-gap:40px!important}.gc-md-11{column-gap:44px!important}.gc-md-12{column-gap:48px!important}.gc-md-13{column-gap:52px!important}.gc-md-14{column-gap:56px!important}.gc-md-15{column-gap:60px!important}.gc-md-16{column-gap:64px!important}.gc-md-auto{column-gap:auto!important}.ma-md-0{margin:0!important}.ma-md-1{margin:4px!important}.ma-md-2{margin:8px!important}.ma-md-3{margin:12px!important}.ma-md-4{margin:16px!important}.ma-md-5{margin:20px!important}.ma-md-6{margin:24px!important}.ma-md-7{margin:28px!important}.ma-md-8{margin:32px!important}.ma-md-9{margin:36px!important}.ma-md-10{margin:40px!important}.ma-md-11{margin:44px!important}.ma-md-12{margin:48px!important}.ma-md-13{margin:52px!important}.ma-md-14{margin:56px!important}.ma-md-15{margin:60px!important}.ma-md-16{margin:64px!important}.ma-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:4px!important;margin-left:4px!important}.mx-md-2{margin-right:8px!important;margin-left:8px!important}.mx-md-3{margin-right:12px!important;margin-left:12px!important}.mx-md-4{margin-right:16px!important;margin-left:16px!important}.mx-md-5{margin-right:20px!important;margin-left:20px!important}.mx-md-6{margin-right:24px!important;margin-left:24px!important}.mx-md-7{margin-right:28px!important;margin-left:28px!important}.mx-md-8{margin-right:32px!important;margin-left:32px!important}.mx-md-9{margin-right:36px!important;margin-left:36px!important}.mx-md-10{margin-right:40px!important;margin-left:40px!important}.mx-md-11{margin-right:44px!important;margin-left:44px!important}.mx-md-12{margin-right:48px!important;margin-left:48px!important}.mx-md-13{margin-right:52px!important;margin-left:52px!important}.mx-md-14{margin-right:56px!important;margin-left:56px!important}.mx-md-15{margin-right:60px!important;margin-left:60px!important}.mx-md-16{margin-right:64px!important;margin-left:64px!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:4px!important;margin-bottom:4px!important}.my-md-2{margin-top:8px!important;margin-bottom:8px!important}.my-md-3{margin-top:12px!important;margin-bottom:12px!important}.my-md-4{margin-top:16px!important;margin-bottom:16px!important}.my-md-5{margin-top:20px!important;margin-bottom:20px!important}.my-md-6{margin-top:24px!important;margin-bottom:24px!important}.my-md-7{margin-top:28px!important;margin-bottom:28px!important}.my-md-8{margin-top:32px!important;margin-bottom:32px!important}.my-md-9{margin-top:36px!important;margin-bottom:36px!important}.my-md-10{margin-top:40px!important;margin-bottom:40px!important}.my-md-11{margin-top:44px!important;margin-bottom:44px!important}.my-md-12{margin-top:48px!important;margin-bottom:48px!important}.my-md-13{margin-top:52px!important;margin-bottom:52px!important}.my-md-14{margin-top:56px!important;margin-bottom:56px!important}.my-md-15{margin-top:60px!important;margin-bottom:60px!important}.my-md-16{margin-top:64px!important;margin-bottom:64px!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:4px!important}.mt-md-2{margin-top:8px!important}.mt-md-3{margin-top:12px!important}.mt-md-4{margin-top:16px!important}.mt-md-5{margin-top:20px!important}.mt-md-6{margin-top:24px!important}.mt-md-7{margin-top:28px!important}.mt-md-8{margin-top:32px!important}.mt-md-9{margin-top:36px!important}.mt-md-10{margin-top:40px!important}.mt-md-11{margin-top:44px!important}.mt-md-12{margin-top:48px!important}.mt-md-13{margin-top:52px!important}.mt-md-14{margin-top:56px!important}.mt-md-15{margin-top:60px!important}.mt-md-16{margin-top:64px!important}.mt-md-auto{margin-top:auto!important}.mr-md-0{margin-right:0!important}.mr-md-1{margin-right:4px!important}.mr-md-2{margin-right:8px!important}.mr-md-3{margin-right:12px!important}.mr-md-4{margin-right:16px!important}.mr-md-5{margin-right:20px!important}.mr-md-6{margin-right:24px!important}.mr-md-7{margin-right:28px!important}.mr-md-8{margin-right:32px!important}.mr-md-9{margin-right:36px!important}.mr-md-10{margin-right:40px!important}.mr-md-11{margin-right:44px!important}.mr-md-12{margin-right:48px!important}.mr-md-13{margin-right:52px!important}.mr-md-14{margin-right:56px!important}.mr-md-15{margin-right:60px!important}.mr-md-16{margin-right:64px!important}.mr-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:4px!important}.mb-md-2{margin-bottom:8px!important}.mb-md-3{margin-bottom:12px!important}.mb-md-4{margin-bottom:16px!important}.mb-md-5{margin-bottom:20px!important}.mb-md-6{margin-bottom:24px!important}.mb-md-7{margin-bottom:28px!important}.mb-md-8{margin-bottom:32px!important}.mb-md-9{margin-bottom:36px!important}.mb-md-10{margin-bottom:40px!important}.mb-md-11{margin-bottom:44px!important}.mb-md-12{margin-bottom:48px!important}.mb-md-13{margin-bottom:52px!important}.mb-md-14{margin-bottom:56px!important}.mb-md-15{margin-bottom:60px!important}.mb-md-16{margin-bottom:64px!important}.mb-md-auto{margin-bottom:auto!important}.ml-md-0{margin-left:0!important}.ml-md-1{margin-left:4px!important}.ml-md-2{margin-left:8px!important}.ml-md-3{margin-left:12px!important}.ml-md-4{margin-left:16px!important}.ml-md-5{margin-left:20px!important}.ml-md-6{margin-left:24px!important}.ml-md-7{margin-left:28px!important}.ml-md-8{margin-left:32px!important}.ml-md-9{margin-left:36px!important}.ml-md-10{margin-left:40px!important}.ml-md-11{margin-left:44px!important}.ml-md-12{margin-left:48px!important}.ml-md-13{margin-left:52px!important}.ml-md-14{margin-left:56px!important}.ml-md-15{margin-left:60px!important}.ml-md-16{margin-left:64px!important}.ml-md-auto{margin-left:auto!important}.ms-md-0{margin-inline-start:0px!important}.ms-md-1{margin-inline-start:4px!important}.ms-md-2{margin-inline-start:8px!important}.ms-md-3{margin-inline-start:12px!important}.ms-md-4{margin-inline-start:16px!important}.ms-md-5{margin-inline-start:20px!important}.ms-md-6{margin-inline-start:24px!important}.ms-md-7{margin-inline-start:28px!important}.ms-md-8{margin-inline-start:32px!important}.ms-md-9{margin-inline-start:36px!important}.ms-md-10{margin-inline-start:40px!important}.ms-md-11{margin-inline-start:44px!important}.ms-md-12{margin-inline-start:48px!important}.ms-md-13{margin-inline-start:52px!important}.ms-md-14{margin-inline-start:56px!important}.ms-md-15{margin-inline-start:60px!important}.ms-md-16{margin-inline-start:64px!important}.ms-md-auto{margin-inline-start:auto!important}.me-md-0{margin-inline-end:0px!important}.me-md-1{margin-inline-end:4px!important}.me-md-2{margin-inline-end:8px!important}.me-md-3{margin-inline-end:12px!important}.me-md-4{margin-inline-end:16px!important}.me-md-5{margin-inline-end:20px!important}.me-md-6{margin-inline-end:24px!important}.me-md-7{margin-inline-end:28px!important}.me-md-8{margin-inline-end:32px!important}.me-md-9{margin-inline-end:36px!important}.me-md-10{margin-inline-end:40px!important}.me-md-11{margin-inline-end:44px!important}.me-md-12{margin-inline-end:48px!important}.me-md-13{margin-inline-end:52px!important}.me-md-14{margin-inline-end:56px!important}.me-md-15{margin-inline-end:60px!important}.me-md-16{margin-inline-end:64px!important}.me-md-auto{margin-inline-end:auto!important}.ma-md-n1{margin:-4px!important}.ma-md-n2{margin:-8px!important}.ma-md-n3{margin:-12px!important}.ma-md-n4{margin:-16px!important}.ma-md-n5{margin:-20px!important}.ma-md-n6{margin:-24px!important}.ma-md-n7{margin:-28px!important}.ma-md-n8{margin:-32px!important}.ma-md-n9{margin:-36px!important}.ma-md-n10{margin:-40px!important}.ma-md-n11{margin:-44px!important}.ma-md-n12{margin:-48px!important}.ma-md-n13{margin:-52px!important}.ma-md-n14{margin:-56px!important}.ma-md-n15{margin:-60px!important}.ma-md-n16{margin:-64px!important}.mx-md-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-md-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-md-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-md-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-md-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-md-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-md-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-md-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-md-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-md-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-md-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-md-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-md-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-md-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-md-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-md-n16{margin-right:-64px!important;margin-left:-64px!important}.my-md-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-md-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-md-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-md-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-md-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-md-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-md-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-md-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-md-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-md-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-md-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-md-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-md-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-md-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-md-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-md-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-md-n1{margin-top:-4px!important}.mt-md-n2{margin-top:-8px!important}.mt-md-n3{margin-top:-12px!important}.mt-md-n4{margin-top:-16px!important}.mt-md-n5{margin-top:-20px!important}.mt-md-n6{margin-top:-24px!important}.mt-md-n7{margin-top:-28px!important}.mt-md-n8{margin-top:-32px!important}.mt-md-n9{margin-top:-36px!important}.mt-md-n10{margin-top:-40px!important}.mt-md-n11{margin-top:-44px!important}.mt-md-n12{margin-top:-48px!important}.mt-md-n13{margin-top:-52px!important}.mt-md-n14{margin-top:-56px!important}.mt-md-n15{margin-top:-60px!important}.mt-md-n16{margin-top:-64px!important}.mr-md-n1{margin-right:-4px!important}.mr-md-n2{margin-right:-8px!important}.mr-md-n3{margin-right:-12px!important}.mr-md-n4{margin-right:-16px!important}.mr-md-n5{margin-right:-20px!important}.mr-md-n6{margin-right:-24px!important}.mr-md-n7{margin-right:-28px!important}.mr-md-n8{margin-right:-32px!important}.mr-md-n9{margin-right:-36px!important}.mr-md-n10{margin-right:-40px!important}.mr-md-n11{margin-right:-44px!important}.mr-md-n12{margin-right:-48px!important}.mr-md-n13{margin-right:-52px!important}.mr-md-n14{margin-right:-56px!important}.mr-md-n15{margin-right:-60px!important}.mr-md-n16{margin-right:-64px!important}.mb-md-n1{margin-bottom:-4px!important}.mb-md-n2{margin-bottom:-8px!important}.mb-md-n3{margin-bottom:-12px!important}.mb-md-n4{margin-bottom:-16px!important}.mb-md-n5{margin-bottom:-20px!important}.mb-md-n6{margin-bottom:-24px!important}.mb-md-n7{margin-bottom:-28px!important}.mb-md-n8{margin-bottom:-32px!important}.mb-md-n9{margin-bottom:-36px!important}.mb-md-n10{margin-bottom:-40px!important}.mb-md-n11{margin-bottom:-44px!important}.mb-md-n12{margin-bottom:-48px!important}.mb-md-n13{margin-bottom:-52px!important}.mb-md-n14{margin-bottom:-56px!important}.mb-md-n15{margin-bottom:-60px!important}.mb-md-n16{margin-bottom:-64px!important}.ml-md-n1{margin-left:-4px!important}.ml-md-n2{margin-left:-8px!important}.ml-md-n3{margin-left:-12px!important}.ml-md-n4{margin-left:-16px!important}.ml-md-n5{margin-left:-20px!important}.ml-md-n6{margin-left:-24px!important}.ml-md-n7{margin-left:-28px!important}.ml-md-n8{margin-left:-32px!important}.ml-md-n9{margin-left:-36px!important}.ml-md-n10{margin-left:-40px!important}.ml-md-n11{margin-left:-44px!important}.ml-md-n12{margin-left:-48px!important}.ml-md-n13{margin-left:-52px!important}.ml-md-n14{margin-left:-56px!important}.ml-md-n15{margin-left:-60px!important}.ml-md-n16{margin-left:-64px!important}.ms-md-n1{margin-inline-start:-4px!important}.ms-md-n2{margin-inline-start:-8px!important}.ms-md-n3{margin-inline-start:-12px!important}.ms-md-n4{margin-inline-start:-16px!important}.ms-md-n5{margin-inline-start:-20px!important}.ms-md-n6{margin-inline-start:-24px!important}.ms-md-n7{margin-inline-start:-28px!important}.ms-md-n8{margin-inline-start:-32px!important}.ms-md-n9{margin-inline-start:-36px!important}.ms-md-n10{margin-inline-start:-40px!important}.ms-md-n11{margin-inline-start:-44px!important}.ms-md-n12{margin-inline-start:-48px!important}.ms-md-n13{margin-inline-start:-52px!important}.ms-md-n14{margin-inline-start:-56px!important}.ms-md-n15{margin-inline-start:-60px!important}.ms-md-n16{margin-inline-start:-64px!important}.me-md-n1{margin-inline-end:-4px!important}.me-md-n2{margin-inline-end:-8px!important}.me-md-n3{margin-inline-end:-12px!important}.me-md-n4{margin-inline-end:-16px!important}.me-md-n5{margin-inline-end:-20px!important}.me-md-n6{margin-inline-end:-24px!important}.me-md-n7{margin-inline-end:-28px!important}.me-md-n8{margin-inline-end:-32px!important}.me-md-n9{margin-inline-end:-36px!important}.me-md-n10{margin-inline-end:-40px!important}.me-md-n11{margin-inline-end:-44px!important}.me-md-n12{margin-inline-end:-48px!important}.me-md-n13{margin-inline-end:-52px!important}.me-md-n14{margin-inline-end:-56px!important}.me-md-n15{margin-inline-end:-60px!important}.me-md-n16{margin-inline-end:-64px!important}.pa-md-0{padding:0!important}.pa-md-1{padding:4px!important}.pa-md-2{padding:8px!important}.pa-md-3{padding:12px!important}.pa-md-4{padding:16px!important}.pa-md-5{padding:20px!important}.pa-md-6{padding:24px!important}.pa-md-7{padding:28px!important}.pa-md-8{padding:32px!important}.pa-md-9{padding:36px!important}.pa-md-10{padding:40px!important}.pa-md-11{padding:44px!important}.pa-md-12{padding:48px!important}.pa-md-13{padding:52px!important}.pa-md-14{padding:56px!important}.pa-md-15{padding:60px!important}.pa-md-16{padding:64px!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:4px!important;padding-left:4px!important}.px-md-2{padding-right:8px!important;padding-left:8px!important}.px-md-3{padding-right:12px!important;padding-left:12px!important}.px-md-4{padding-right:16px!important;padding-left:16px!important}.px-md-5{padding-right:20px!important;padding-left:20px!important}.px-md-6{padding-right:24px!important;padding-left:24px!important}.px-md-7{padding-right:28px!important;padding-left:28px!important}.px-md-8{padding-right:32px!important;padding-left:32px!important}.px-md-9{padding-right:36px!important;padding-left:36px!important}.px-md-10{padding-right:40px!important;padding-left:40px!important}.px-md-11{padding-right:44px!important;padding-left:44px!important}.px-md-12{padding-right:48px!important;padding-left:48px!important}.px-md-13{padding-right:52px!important;padding-left:52px!important}.px-md-14{padding-right:56px!important;padding-left:56px!important}.px-md-15{padding-right:60px!important;padding-left:60px!important}.px-md-16{padding-right:64px!important;padding-left:64px!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:4px!important;padding-bottom:4px!important}.py-md-2{padding-top:8px!important;padding-bottom:8px!important}.py-md-3{padding-top:12px!important;padding-bottom:12px!important}.py-md-4{padding-top:16px!important;padding-bottom:16px!important}.py-md-5{padding-top:20px!important;padding-bottom:20px!important}.py-md-6{padding-top:24px!important;padding-bottom:24px!important}.py-md-7{padding-top:28px!important;padding-bottom:28px!important}.py-md-8{padding-top:32px!important;padding-bottom:32px!important}.py-md-9{padding-top:36px!important;padding-bottom:36px!important}.py-md-10{padding-top:40px!important;padding-bottom:40px!important}.py-md-11{padding-top:44px!important;padding-bottom:44px!important}.py-md-12{padding-top:48px!important;padding-bottom:48px!important}.py-md-13{padding-top:52px!important;padding-bottom:52px!important}.py-md-14{padding-top:56px!important;padding-bottom:56px!important}.py-md-15{padding-top:60px!important;padding-bottom:60px!important}.py-md-16{padding-top:64px!important;padding-bottom:64px!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:4px!important}.pt-md-2{padding-top:8px!important}.pt-md-3{padding-top:12px!important}.pt-md-4{padding-top:16px!important}.pt-md-5{padding-top:20px!important}.pt-md-6{padding-top:24px!important}.pt-md-7{padding-top:28px!important}.pt-md-8{padding-top:32px!important}.pt-md-9{padding-top:36px!important}.pt-md-10{padding-top:40px!important}.pt-md-11{padding-top:44px!important}.pt-md-12{padding-top:48px!important}.pt-md-13{padding-top:52px!important}.pt-md-14{padding-top:56px!important}.pt-md-15{padding-top:60px!important}.pt-md-16{padding-top:64px!important}.pr-md-0{padding-right:0!important}.pr-md-1{padding-right:4px!important}.pr-md-2{padding-right:8px!important}.pr-md-3{padding-right:12px!important}.pr-md-4{padding-right:16px!important}.pr-md-5{padding-right:20px!important}.pr-md-6{padding-right:24px!important}.pr-md-7{padding-right:28px!important}.pr-md-8{padding-right:32px!important}.pr-md-9{padding-right:36px!important}.pr-md-10{padding-right:40px!important}.pr-md-11{padding-right:44px!important}.pr-md-12{padding-right:48px!important}.pr-md-13{padding-right:52px!important}.pr-md-14{padding-right:56px!important}.pr-md-15{padding-right:60px!important}.pr-md-16{padding-right:64px!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:4px!important}.pb-md-2{padding-bottom:8px!important}.pb-md-3{padding-bottom:12px!important}.pb-md-4{padding-bottom:16px!important}.pb-md-5{padding-bottom:20px!important}.pb-md-6{padding-bottom:24px!important}.pb-md-7{padding-bottom:28px!important}.pb-md-8{padding-bottom:32px!important}.pb-md-9{padding-bottom:36px!important}.pb-md-10{padding-bottom:40px!important}.pb-md-11{padding-bottom:44px!important}.pb-md-12{padding-bottom:48px!important}.pb-md-13{padding-bottom:52px!important}.pb-md-14{padding-bottom:56px!important}.pb-md-15{padding-bottom:60px!important}.pb-md-16{padding-bottom:64px!important}.pl-md-0{padding-left:0!important}.pl-md-1{padding-left:4px!important}.pl-md-2{padding-left:8px!important}.pl-md-3{padding-left:12px!important}.pl-md-4{padding-left:16px!important}.pl-md-5{padding-left:20px!important}.pl-md-6{padding-left:24px!important}.pl-md-7{padding-left:28px!important}.pl-md-8{padding-left:32px!important}.pl-md-9{padding-left:36px!important}.pl-md-10{padding-left:40px!important}.pl-md-11{padding-left:44px!important}.pl-md-12{padding-left:48px!important}.pl-md-13{padding-left:52px!important}.pl-md-14{padding-left:56px!important}.pl-md-15{padding-left:60px!important}.pl-md-16{padding-left:64px!important}.ps-md-0{padding-inline-start:0px!important}.ps-md-1{padding-inline-start:4px!important}.ps-md-2{padding-inline-start:8px!important}.ps-md-3{padding-inline-start:12px!important}.ps-md-4{padding-inline-start:16px!important}.ps-md-5{padding-inline-start:20px!important}.ps-md-6{padding-inline-start:24px!important}.ps-md-7{padding-inline-start:28px!important}.ps-md-8{padding-inline-start:32px!important}.ps-md-9{padding-inline-start:36px!important}.ps-md-10{padding-inline-start:40px!important}.ps-md-11{padding-inline-start:44px!important}.ps-md-12{padding-inline-start:48px!important}.ps-md-13{padding-inline-start:52px!important}.ps-md-14{padding-inline-start:56px!important}.ps-md-15{padding-inline-start:60px!important}.ps-md-16{padding-inline-start:64px!important}.pe-md-0{padding-inline-end:0px!important}.pe-md-1{padding-inline-end:4px!important}.pe-md-2{padding-inline-end:8px!important}.pe-md-3{padding-inline-end:12px!important}.pe-md-4{padding-inline-end:16px!important}.pe-md-5{padding-inline-end:20px!important}.pe-md-6{padding-inline-end:24px!important}.pe-md-7{padding-inline-end:28px!important}.pe-md-8{padding-inline-end:32px!important}.pe-md-9{padding-inline-end:36px!important}.pe-md-10{padding-inline-end:40px!important}.pe-md-11{padding-inline-end:44px!important}.pe-md-12{padding-inline-end:48px!important}.pe-md-13{padding-inline-end:52px!important}.pe-md-14{padding-inline-end:56px!important}.pe-md-15{padding-inline-end:60px!important}.pe-md-16{padding-inline-end:64px!important}.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}.text-md-justify{text-align:justify!important}.text-md-start{text-align:start!important}.text-md-end{text-align:end!important}.text-md-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-md-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.h-md-auto{height:auto!important}.h-md-screen{height:100vh!important}.h-md-0{height:0!important}.h-md-25{height:25%!important}.h-md-50{height:50%!important}.h-md-75{height:75%!important}.h-md-100{height:100%!important}.w-md-auto{width:auto!important}.w-md-0{width:0!important}.w-md-25{width:25%!important}.w-md-33{width:33%!important}.w-md-50{width:50%!important}.w-md-66{width:66%!important}.w-md-75{width:75%!important}.w-md-100{width:100%!important}}@media (min-width: 1280px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.float-lg-none{float:none!important}.float-lg-left{float:left!important}.float-lg-right{float:right!important}.v-locale--is-rtl .float-lg-end{float:left!important}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right!important}.v-locale--is-ltr .float-lg-start{float:left!important}.flex-lg-fill,.flex-lg-1-1{flex:1 1 auto!important}.flex-lg-1-0{flex:1 0 auto!important}.flex-lg-0-1{flex:0 1 auto!important}.flex-lg-0-0{flex:0 0 auto!important}.flex-lg-1-1-100{flex:1 1 100%!important}.flex-lg-1-0-100{flex:1 0 100%!important}.flex-lg-0-1-100{flex:0 1 100%!important}.flex-lg-0-0-100{flex:0 0 100%!important}.flex-lg-1-1-0{flex:1 1 0!important}.flex-lg-1-0-0{flex:1 0 0!important}.flex-lg-0-1-0{flex:0 1 0!important}.flex-lg-0-0-0{flex:0 0 0!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-lg-start{justify-content:flex-start!important}.justify-lg-end{justify-content:flex-end!important}.justify-lg-center{justify-content:center!important}.justify-lg-space-between{justify-content:space-between!important}.justify-lg-space-around{justify-content:space-around!important}.justify-lg-space-evenly{justify-content:space-evenly!important}.align-lg-start{align-items:flex-start!important}.align-lg-end{align-items:flex-end!important}.align-lg-center{align-items:center!important}.align-lg-baseline{align-items:baseline!important}.align-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-space-between{align-content:space-between!important}.align-content-lg-space-around{align-content:space-around!important}.align-content-lg-space-evenly{align-content:space-evenly!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-6{order:6!important}.order-lg-7{order:7!important}.order-lg-8{order:8!important}.order-lg-9{order:9!important}.order-lg-10{order:10!important}.order-lg-11{order:11!important}.order-lg-12{order:12!important}.order-lg-last{order:13!important}.ga-lg-0{gap:0px!important}.ga-lg-1{gap:4px!important}.ga-lg-2{gap:8px!important}.ga-lg-3{gap:12px!important}.ga-lg-4{gap:16px!important}.ga-lg-5{gap:20px!important}.ga-lg-6{gap:24px!important}.ga-lg-7{gap:28px!important}.ga-lg-8{gap:32px!important}.ga-lg-9{gap:36px!important}.ga-lg-10{gap:40px!important}.ga-lg-11{gap:44px!important}.ga-lg-12{gap:48px!important}.ga-lg-13{gap:52px!important}.ga-lg-14{gap:56px!important}.ga-lg-15{gap:60px!important}.ga-lg-16{gap:64px!important}.ga-lg-auto{gap:auto!important}.gr-lg-0{row-gap:0px!important}.gr-lg-1{row-gap:4px!important}.gr-lg-2{row-gap:8px!important}.gr-lg-3{row-gap:12px!important}.gr-lg-4{row-gap:16px!important}.gr-lg-5{row-gap:20px!important}.gr-lg-6{row-gap:24px!important}.gr-lg-7{row-gap:28px!important}.gr-lg-8{row-gap:32px!important}.gr-lg-9{row-gap:36px!important}.gr-lg-10{row-gap:40px!important}.gr-lg-11{row-gap:44px!important}.gr-lg-12{row-gap:48px!important}.gr-lg-13{row-gap:52px!important}.gr-lg-14{row-gap:56px!important}.gr-lg-15{row-gap:60px!important}.gr-lg-16{row-gap:64px!important}.gr-lg-auto{row-gap:auto!important}.gc-lg-0{column-gap:0px!important}.gc-lg-1{column-gap:4px!important}.gc-lg-2{column-gap:8px!important}.gc-lg-3{column-gap:12px!important}.gc-lg-4{column-gap:16px!important}.gc-lg-5{column-gap:20px!important}.gc-lg-6{column-gap:24px!important}.gc-lg-7{column-gap:28px!important}.gc-lg-8{column-gap:32px!important}.gc-lg-9{column-gap:36px!important}.gc-lg-10{column-gap:40px!important}.gc-lg-11{column-gap:44px!important}.gc-lg-12{column-gap:48px!important}.gc-lg-13{column-gap:52px!important}.gc-lg-14{column-gap:56px!important}.gc-lg-15{column-gap:60px!important}.gc-lg-16{column-gap:64px!important}.gc-lg-auto{column-gap:auto!important}.ma-lg-0{margin:0!important}.ma-lg-1{margin:4px!important}.ma-lg-2{margin:8px!important}.ma-lg-3{margin:12px!important}.ma-lg-4{margin:16px!important}.ma-lg-5{margin:20px!important}.ma-lg-6{margin:24px!important}.ma-lg-7{margin:28px!important}.ma-lg-8{margin:32px!important}.ma-lg-9{margin:36px!important}.ma-lg-10{margin:40px!important}.ma-lg-11{margin:44px!important}.ma-lg-12{margin:48px!important}.ma-lg-13{margin:52px!important}.ma-lg-14{margin:56px!important}.ma-lg-15{margin:60px!important}.ma-lg-16{margin:64px!important}.ma-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:4px!important;margin-left:4px!important}.mx-lg-2{margin-right:8px!important;margin-left:8px!important}.mx-lg-3{margin-right:12px!important;margin-left:12px!important}.mx-lg-4{margin-right:16px!important;margin-left:16px!important}.mx-lg-5{margin-right:20px!important;margin-left:20px!important}.mx-lg-6{margin-right:24px!important;margin-left:24px!important}.mx-lg-7{margin-right:28px!important;margin-left:28px!important}.mx-lg-8{margin-right:32px!important;margin-left:32px!important}.mx-lg-9{margin-right:36px!important;margin-left:36px!important}.mx-lg-10{margin-right:40px!important;margin-left:40px!important}.mx-lg-11{margin-right:44px!important;margin-left:44px!important}.mx-lg-12{margin-right:48px!important;margin-left:48px!important}.mx-lg-13{margin-right:52px!important;margin-left:52px!important}.mx-lg-14{margin-right:56px!important;margin-left:56px!important}.mx-lg-15{margin-right:60px!important;margin-left:60px!important}.mx-lg-16{margin-right:64px!important;margin-left:64px!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:4px!important;margin-bottom:4px!important}.my-lg-2{margin-top:8px!important;margin-bottom:8px!important}.my-lg-3{margin-top:12px!important;margin-bottom:12px!important}.my-lg-4{margin-top:16px!important;margin-bottom:16px!important}.my-lg-5{margin-top:20px!important;margin-bottom:20px!important}.my-lg-6{margin-top:24px!important;margin-bottom:24px!important}.my-lg-7{margin-top:28px!important;margin-bottom:28px!important}.my-lg-8{margin-top:32px!important;margin-bottom:32px!important}.my-lg-9{margin-top:36px!important;margin-bottom:36px!important}.my-lg-10{margin-top:40px!important;margin-bottom:40px!important}.my-lg-11{margin-top:44px!important;margin-bottom:44px!important}.my-lg-12{margin-top:48px!important;margin-bottom:48px!important}.my-lg-13{margin-top:52px!important;margin-bottom:52px!important}.my-lg-14{margin-top:56px!important;margin-bottom:56px!important}.my-lg-15{margin-top:60px!important;margin-bottom:60px!important}.my-lg-16{margin-top:64px!important;margin-bottom:64px!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:4px!important}.mt-lg-2{margin-top:8px!important}.mt-lg-3{margin-top:12px!important}.mt-lg-4{margin-top:16px!important}.mt-lg-5{margin-top:20px!important}.mt-lg-6{margin-top:24px!important}.mt-lg-7{margin-top:28px!important}.mt-lg-8{margin-top:32px!important}.mt-lg-9{margin-top:36px!important}.mt-lg-10{margin-top:40px!important}.mt-lg-11{margin-top:44px!important}.mt-lg-12{margin-top:48px!important}.mt-lg-13{margin-top:52px!important}.mt-lg-14{margin-top:56px!important}.mt-lg-15{margin-top:60px!important}.mt-lg-16{margin-top:64px!important}.mt-lg-auto{margin-top:auto!important}.mr-lg-0{margin-right:0!important}.mr-lg-1{margin-right:4px!important}.mr-lg-2{margin-right:8px!important}.mr-lg-3{margin-right:12px!important}.mr-lg-4{margin-right:16px!important}.mr-lg-5{margin-right:20px!important}.mr-lg-6{margin-right:24px!important}.mr-lg-7{margin-right:28px!important}.mr-lg-8{margin-right:32px!important}.mr-lg-9{margin-right:36px!important}.mr-lg-10{margin-right:40px!important}.mr-lg-11{margin-right:44px!important}.mr-lg-12{margin-right:48px!important}.mr-lg-13{margin-right:52px!important}.mr-lg-14{margin-right:56px!important}.mr-lg-15{margin-right:60px!important}.mr-lg-16{margin-right:64px!important}.mr-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:4px!important}.mb-lg-2{margin-bottom:8px!important}.mb-lg-3{margin-bottom:12px!important}.mb-lg-4{margin-bottom:16px!important}.mb-lg-5{margin-bottom:20px!important}.mb-lg-6{margin-bottom:24px!important}.mb-lg-7{margin-bottom:28px!important}.mb-lg-8{margin-bottom:32px!important}.mb-lg-9{margin-bottom:36px!important}.mb-lg-10{margin-bottom:40px!important}.mb-lg-11{margin-bottom:44px!important}.mb-lg-12{margin-bottom:48px!important}.mb-lg-13{margin-bottom:52px!important}.mb-lg-14{margin-bottom:56px!important}.mb-lg-15{margin-bottom:60px!important}.mb-lg-16{margin-bottom:64px!important}.mb-lg-auto{margin-bottom:auto!important}.ml-lg-0{margin-left:0!important}.ml-lg-1{margin-left:4px!important}.ml-lg-2{margin-left:8px!important}.ml-lg-3{margin-left:12px!important}.ml-lg-4{margin-left:16px!important}.ml-lg-5{margin-left:20px!important}.ml-lg-6{margin-left:24px!important}.ml-lg-7{margin-left:28px!important}.ml-lg-8{margin-left:32px!important}.ml-lg-9{margin-left:36px!important}.ml-lg-10{margin-left:40px!important}.ml-lg-11{margin-left:44px!important}.ml-lg-12{margin-left:48px!important}.ml-lg-13{margin-left:52px!important}.ml-lg-14{margin-left:56px!important}.ml-lg-15{margin-left:60px!important}.ml-lg-16{margin-left:64px!important}.ml-lg-auto{margin-left:auto!important}.ms-lg-0{margin-inline-start:0px!important}.ms-lg-1{margin-inline-start:4px!important}.ms-lg-2{margin-inline-start:8px!important}.ms-lg-3{margin-inline-start:12px!important}.ms-lg-4{margin-inline-start:16px!important}.ms-lg-5{margin-inline-start:20px!important}.ms-lg-6{margin-inline-start:24px!important}.ms-lg-7{margin-inline-start:28px!important}.ms-lg-8{margin-inline-start:32px!important}.ms-lg-9{margin-inline-start:36px!important}.ms-lg-10{margin-inline-start:40px!important}.ms-lg-11{margin-inline-start:44px!important}.ms-lg-12{margin-inline-start:48px!important}.ms-lg-13{margin-inline-start:52px!important}.ms-lg-14{margin-inline-start:56px!important}.ms-lg-15{margin-inline-start:60px!important}.ms-lg-16{margin-inline-start:64px!important}.ms-lg-auto{margin-inline-start:auto!important}.me-lg-0{margin-inline-end:0px!important}.me-lg-1{margin-inline-end:4px!important}.me-lg-2{margin-inline-end:8px!important}.me-lg-3{margin-inline-end:12px!important}.me-lg-4{margin-inline-end:16px!important}.me-lg-5{margin-inline-end:20px!important}.me-lg-6{margin-inline-end:24px!important}.me-lg-7{margin-inline-end:28px!important}.me-lg-8{margin-inline-end:32px!important}.me-lg-9{margin-inline-end:36px!important}.me-lg-10{margin-inline-end:40px!important}.me-lg-11{margin-inline-end:44px!important}.me-lg-12{margin-inline-end:48px!important}.me-lg-13{margin-inline-end:52px!important}.me-lg-14{margin-inline-end:56px!important}.me-lg-15{margin-inline-end:60px!important}.me-lg-16{margin-inline-end:64px!important}.me-lg-auto{margin-inline-end:auto!important}.ma-lg-n1{margin:-4px!important}.ma-lg-n2{margin:-8px!important}.ma-lg-n3{margin:-12px!important}.ma-lg-n4{margin:-16px!important}.ma-lg-n5{margin:-20px!important}.ma-lg-n6{margin:-24px!important}.ma-lg-n7{margin:-28px!important}.ma-lg-n8{margin:-32px!important}.ma-lg-n9{margin:-36px!important}.ma-lg-n10{margin:-40px!important}.ma-lg-n11{margin:-44px!important}.ma-lg-n12{margin:-48px!important}.ma-lg-n13{margin:-52px!important}.ma-lg-n14{margin:-56px!important}.ma-lg-n15{margin:-60px!important}.ma-lg-n16{margin:-64px!important}.mx-lg-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-lg-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-lg-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-lg-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-lg-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-lg-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-lg-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-lg-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-lg-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-lg-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-lg-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-lg-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-lg-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-lg-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-lg-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-lg-n16{margin-right:-64px!important;margin-left:-64px!important}.my-lg-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-lg-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-lg-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-lg-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-lg-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-lg-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-lg-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-lg-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-lg-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-lg-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-lg-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-lg-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-lg-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-lg-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-lg-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-lg-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-lg-n1{margin-top:-4px!important}.mt-lg-n2{margin-top:-8px!important}.mt-lg-n3{margin-top:-12px!important}.mt-lg-n4{margin-top:-16px!important}.mt-lg-n5{margin-top:-20px!important}.mt-lg-n6{margin-top:-24px!important}.mt-lg-n7{margin-top:-28px!important}.mt-lg-n8{margin-top:-32px!important}.mt-lg-n9{margin-top:-36px!important}.mt-lg-n10{margin-top:-40px!important}.mt-lg-n11{margin-top:-44px!important}.mt-lg-n12{margin-top:-48px!important}.mt-lg-n13{margin-top:-52px!important}.mt-lg-n14{margin-top:-56px!important}.mt-lg-n15{margin-top:-60px!important}.mt-lg-n16{margin-top:-64px!important}.mr-lg-n1{margin-right:-4px!important}.mr-lg-n2{margin-right:-8px!important}.mr-lg-n3{margin-right:-12px!important}.mr-lg-n4{margin-right:-16px!important}.mr-lg-n5{margin-right:-20px!important}.mr-lg-n6{margin-right:-24px!important}.mr-lg-n7{margin-right:-28px!important}.mr-lg-n8{margin-right:-32px!important}.mr-lg-n9{margin-right:-36px!important}.mr-lg-n10{margin-right:-40px!important}.mr-lg-n11{margin-right:-44px!important}.mr-lg-n12{margin-right:-48px!important}.mr-lg-n13{margin-right:-52px!important}.mr-lg-n14{margin-right:-56px!important}.mr-lg-n15{margin-right:-60px!important}.mr-lg-n16{margin-right:-64px!important}.mb-lg-n1{margin-bottom:-4px!important}.mb-lg-n2{margin-bottom:-8px!important}.mb-lg-n3{margin-bottom:-12px!important}.mb-lg-n4{margin-bottom:-16px!important}.mb-lg-n5{margin-bottom:-20px!important}.mb-lg-n6{margin-bottom:-24px!important}.mb-lg-n7{margin-bottom:-28px!important}.mb-lg-n8{margin-bottom:-32px!important}.mb-lg-n9{margin-bottom:-36px!important}.mb-lg-n10{margin-bottom:-40px!important}.mb-lg-n11{margin-bottom:-44px!important}.mb-lg-n12{margin-bottom:-48px!important}.mb-lg-n13{margin-bottom:-52px!important}.mb-lg-n14{margin-bottom:-56px!important}.mb-lg-n15{margin-bottom:-60px!important}.mb-lg-n16{margin-bottom:-64px!important}.ml-lg-n1{margin-left:-4px!important}.ml-lg-n2{margin-left:-8px!important}.ml-lg-n3{margin-left:-12px!important}.ml-lg-n4{margin-left:-16px!important}.ml-lg-n5{margin-left:-20px!important}.ml-lg-n6{margin-left:-24px!important}.ml-lg-n7{margin-left:-28px!important}.ml-lg-n8{margin-left:-32px!important}.ml-lg-n9{margin-left:-36px!important}.ml-lg-n10{margin-left:-40px!important}.ml-lg-n11{margin-left:-44px!important}.ml-lg-n12{margin-left:-48px!important}.ml-lg-n13{margin-left:-52px!important}.ml-lg-n14{margin-left:-56px!important}.ml-lg-n15{margin-left:-60px!important}.ml-lg-n16{margin-left:-64px!important}.ms-lg-n1{margin-inline-start:-4px!important}.ms-lg-n2{margin-inline-start:-8px!important}.ms-lg-n3{margin-inline-start:-12px!important}.ms-lg-n4{margin-inline-start:-16px!important}.ms-lg-n5{margin-inline-start:-20px!important}.ms-lg-n6{margin-inline-start:-24px!important}.ms-lg-n7{margin-inline-start:-28px!important}.ms-lg-n8{margin-inline-start:-32px!important}.ms-lg-n9{margin-inline-start:-36px!important}.ms-lg-n10{margin-inline-start:-40px!important}.ms-lg-n11{margin-inline-start:-44px!important}.ms-lg-n12{margin-inline-start:-48px!important}.ms-lg-n13{margin-inline-start:-52px!important}.ms-lg-n14{margin-inline-start:-56px!important}.ms-lg-n15{margin-inline-start:-60px!important}.ms-lg-n16{margin-inline-start:-64px!important}.me-lg-n1{margin-inline-end:-4px!important}.me-lg-n2{margin-inline-end:-8px!important}.me-lg-n3{margin-inline-end:-12px!important}.me-lg-n4{margin-inline-end:-16px!important}.me-lg-n5{margin-inline-end:-20px!important}.me-lg-n6{margin-inline-end:-24px!important}.me-lg-n7{margin-inline-end:-28px!important}.me-lg-n8{margin-inline-end:-32px!important}.me-lg-n9{margin-inline-end:-36px!important}.me-lg-n10{margin-inline-end:-40px!important}.me-lg-n11{margin-inline-end:-44px!important}.me-lg-n12{margin-inline-end:-48px!important}.me-lg-n13{margin-inline-end:-52px!important}.me-lg-n14{margin-inline-end:-56px!important}.me-lg-n15{margin-inline-end:-60px!important}.me-lg-n16{margin-inline-end:-64px!important}.pa-lg-0{padding:0!important}.pa-lg-1{padding:4px!important}.pa-lg-2{padding:8px!important}.pa-lg-3{padding:12px!important}.pa-lg-4{padding:16px!important}.pa-lg-5{padding:20px!important}.pa-lg-6{padding:24px!important}.pa-lg-7{padding:28px!important}.pa-lg-8{padding:32px!important}.pa-lg-9{padding:36px!important}.pa-lg-10{padding:40px!important}.pa-lg-11{padding:44px!important}.pa-lg-12{padding:48px!important}.pa-lg-13{padding:52px!important}.pa-lg-14{padding:56px!important}.pa-lg-15{padding:60px!important}.pa-lg-16{padding:64px!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:4px!important;padding-left:4px!important}.px-lg-2{padding-right:8px!important;padding-left:8px!important}.px-lg-3{padding-right:12px!important;padding-left:12px!important}.px-lg-4{padding-right:16px!important;padding-left:16px!important}.px-lg-5{padding-right:20px!important;padding-left:20px!important}.px-lg-6{padding-right:24px!important;padding-left:24px!important}.px-lg-7{padding-right:28px!important;padding-left:28px!important}.px-lg-8{padding-right:32px!important;padding-left:32px!important}.px-lg-9{padding-right:36px!important;padding-left:36px!important}.px-lg-10{padding-right:40px!important;padding-left:40px!important}.px-lg-11{padding-right:44px!important;padding-left:44px!important}.px-lg-12{padding-right:48px!important;padding-left:48px!important}.px-lg-13{padding-right:52px!important;padding-left:52px!important}.px-lg-14{padding-right:56px!important;padding-left:56px!important}.px-lg-15{padding-right:60px!important;padding-left:60px!important}.px-lg-16{padding-right:64px!important;padding-left:64px!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:4px!important;padding-bottom:4px!important}.py-lg-2{padding-top:8px!important;padding-bottom:8px!important}.py-lg-3{padding-top:12px!important;padding-bottom:12px!important}.py-lg-4{padding-top:16px!important;padding-bottom:16px!important}.py-lg-5{padding-top:20px!important;padding-bottom:20px!important}.py-lg-6{padding-top:24px!important;padding-bottom:24px!important}.py-lg-7{padding-top:28px!important;padding-bottom:28px!important}.py-lg-8{padding-top:32px!important;padding-bottom:32px!important}.py-lg-9{padding-top:36px!important;padding-bottom:36px!important}.py-lg-10{padding-top:40px!important;padding-bottom:40px!important}.py-lg-11{padding-top:44px!important;padding-bottom:44px!important}.py-lg-12{padding-top:48px!important;padding-bottom:48px!important}.py-lg-13{padding-top:52px!important;padding-bottom:52px!important}.py-lg-14{padding-top:56px!important;padding-bottom:56px!important}.py-lg-15{padding-top:60px!important;padding-bottom:60px!important}.py-lg-16{padding-top:64px!important;padding-bottom:64px!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:4px!important}.pt-lg-2{padding-top:8px!important}.pt-lg-3{padding-top:12px!important}.pt-lg-4{padding-top:16px!important}.pt-lg-5{padding-top:20px!important}.pt-lg-6{padding-top:24px!important}.pt-lg-7{padding-top:28px!important}.pt-lg-8{padding-top:32px!important}.pt-lg-9{padding-top:36px!important}.pt-lg-10{padding-top:40px!important}.pt-lg-11{padding-top:44px!important}.pt-lg-12{padding-top:48px!important}.pt-lg-13{padding-top:52px!important}.pt-lg-14{padding-top:56px!important}.pt-lg-15{padding-top:60px!important}.pt-lg-16{padding-top:64px!important}.pr-lg-0{padding-right:0!important}.pr-lg-1{padding-right:4px!important}.pr-lg-2{padding-right:8px!important}.pr-lg-3{padding-right:12px!important}.pr-lg-4{padding-right:16px!important}.pr-lg-5{padding-right:20px!important}.pr-lg-6{padding-right:24px!important}.pr-lg-7{padding-right:28px!important}.pr-lg-8{padding-right:32px!important}.pr-lg-9{padding-right:36px!important}.pr-lg-10{padding-right:40px!important}.pr-lg-11{padding-right:44px!important}.pr-lg-12{padding-right:48px!important}.pr-lg-13{padding-right:52px!important}.pr-lg-14{padding-right:56px!important}.pr-lg-15{padding-right:60px!important}.pr-lg-16{padding-right:64px!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:4px!important}.pb-lg-2{padding-bottom:8px!important}.pb-lg-3{padding-bottom:12px!important}.pb-lg-4{padding-bottom:16px!important}.pb-lg-5{padding-bottom:20px!important}.pb-lg-6{padding-bottom:24px!important}.pb-lg-7{padding-bottom:28px!important}.pb-lg-8{padding-bottom:32px!important}.pb-lg-9{padding-bottom:36px!important}.pb-lg-10{padding-bottom:40px!important}.pb-lg-11{padding-bottom:44px!important}.pb-lg-12{padding-bottom:48px!important}.pb-lg-13{padding-bottom:52px!important}.pb-lg-14{padding-bottom:56px!important}.pb-lg-15{padding-bottom:60px!important}.pb-lg-16{padding-bottom:64px!important}.pl-lg-0{padding-left:0!important}.pl-lg-1{padding-left:4px!important}.pl-lg-2{padding-left:8px!important}.pl-lg-3{padding-left:12px!important}.pl-lg-4{padding-left:16px!important}.pl-lg-5{padding-left:20px!important}.pl-lg-6{padding-left:24px!important}.pl-lg-7{padding-left:28px!important}.pl-lg-8{padding-left:32px!important}.pl-lg-9{padding-left:36px!important}.pl-lg-10{padding-left:40px!important}.pl-lg-11{padding-left:44px!important}.pl-lg-12{padding-left:48px!important}.pl-lg-13{padding-left:52px!important}.pl-lg-14{padding-left:56px!important}.pl-lg-15{padding-left:60px!important}.pl-lg-16{padding-left:64px!important}.ps-lg-0{padding-inline-start:0px!important}.ps-lg-1{padding-inline-start:4px!important}.ps-lg-2{padding-inline-start:8px!important}.ps-lg-3{padding-inline-start:12px!important}.ps-lg-4{padding-inline-start:16px!important}.ps-lg-5{padding-inline-start:20px!important}.ps-lg-6{padding-inline-start:24px!important}.ps-lg-7{padding-inline-start:28px!important}.ps-lg-8{padding-inline-start:32px!important}.ps-lg-9{padding-inline-start:36px!important}.ps-lg-10{padding-inline-start:40px!important}.ps-lg-11{padding-inline-start:44px!important}.ps-lg-12{padding-inline-start:48px!important}.ps-lg-13{padding-inline-start:52px!important}.ps-lg-14{padding-inline-start:56px!important}.ps-lg-15{padding-inline-start:60px!important}.ps-lg-16{padding-inline-start:64px!important}.pe-lg-0{padding-inline-end:0px!important}.pe-lg-1{padding-inline-end:4px!important}.pe-lg-2{padding-inline-end:8px!important}.pe-lg-3{padding-inline-end:12px!important}.pe-lg-4{padding-inline-end:16px!important}.pe-lg-5{padding-inline-end:20px!important}.pe-lg-6{padding-inline-end:24px!important}.pe-lg-7{padding-inline-end:28px!important}.pe-lg-8{padding-inline-end:32px!important}.pe-lg-9{padding-inline-end:36px!important}.pe-lg-10{padding-inline-end:40px!important}.pe-lg-11{padding-inline-end:44px!important}.pe-lg-12{padding-inline-end:48px!important}.pe-lg-13{padding-inline-end:52px!important}.pe-lg-14{padding-inline-end:56px!important}.pe-lg-15{padding-inline-end:60px!important}.pe-lg-16{padding-inline-end:64px!important}.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}.text-lg-justify{text-align:justify!important}.text-lg-start{text-align:start!important}.text-lg-end{text-align:end!important}.text-lg-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-lg-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.h-lg-auto{height:auto!important}.h-lg-screen{height:100vh!important}.h-lg-0{height:0!important}.h-lg-25{height:25%!important}.h-lg-50{height:50%!important}.h-lg-75{height:75%!important}.h-lg-100{height:100%!important}.w-lg-auto{width:auto!important}.w-lg-0{width:0!important}.w-lg-25{width:25%!important}.w-lg-33{width:33%!important}.w-lg-50{width:50%!important}.w-lg-66{width:66%!important}.w-lg-75{width:75%!important}.w-lg-100{width:100%!important}}@media (min-width: 1920px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.float-xl-none{float:none!important}.float-xl-left{float:left!important}.float-xl-right{float:right!important}.v-locale--is-rtl .float-xl-end{float:left!important}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right!important}.v-locale--is-ltr .float-xl-start{float:left!important}.flex-xl-fill,.flex-xl-1-1{flex:1 1 auto!important}.flex-xl-1-0{flex:1 0 auto!important}.flex-xl-0-1{flex:0 1 auto!important}.flex-xl-0-0{flex:0 0 auto!important}.flex-xl-1-1-100{flex:1 1 100%!important}.flex-xl-1-0-100{flex:1 0 100%!important}.flex-xl-0-1-100{flex:0 1 100%!important}.flex-xl-0-0-100{flex:0 0 100%!important}.flex-xl-1-1-0{flex:1 1 0!important}.flex-xl-1-0-0{flex:1 0 0!important}.flex-xl-0-1-0{flex:0 1 0!important}.flex-xl-0-0-0{flex:0 0 0!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-xl-start{justify-content:flex-start!important}.justify-xl-end{justify-content:flex-end!important}.justify-xl-center{justify-content:center!important}.justify-xl-space-between{justify-content:space-between!important}.justify-xl-space-around{justify-content:space-around!important}.justify-xl-space-evenly{justify-content:space-evenly!important}.align-xl-start{align-items:flex-start!important}.align-xl-end{align-items:flex-end!important}.align-xl-center{align-items:center!important}.align-xl-baseline{align-items:baseline!important}.align-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-space-between{align-content:space-between!important}.align-content-xl-space-around{align-content:space-around!important}.align-content-xl-space-evenly{align-content:space-evenly!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-6{order:6!important}.order-xl-7{order:7!important}.order-xl-8{order:8!important}.order-xl-9{order:9!important}.order-xl-10{order:10!important}.order-xl-11{order:11!important}.order-xl-12{order:12!important}.order-xl-last{order:13!important}.ga-xl-0{gap:0px!important}.ga-xl-1{gap:4px!important}.ga-xl-2{gap:8px!important}.ga-xl-3{gap:12px!important}.ga-xl-4{gap:16px!important}.ga-xl-5{gap:20px!important}.ga-xl-6{gap:24px!important}.ga-xl-7{gap:28px!important}.ga-xl-8{gap:32px!important}.ga-xl-9{gap:36px!important}.ga-xl-10{gap:40px!important}.ga-xl-11{gap:44px!important}.ga-xl-12{gap:48px!important}.ga-xl-13{gap:52px!important}.ga-xl-14{gap:56px!important}.ga-xl-15{gap:60px!important}.ga-xl-16{gap:64px!important}.ga-xl-auto{gap:auto!important}.gr-xl-0{row-gap:0px!important}.gr-xl-1{row-gap:4px!important}.gr-xl-2{row-gap:8px!important}.gr-xl-3{row-gap:12px!important}.gr-xl-4{row-gap:16px!important}.gr-xl-5{row-gap:20px!important}.gr-xl-6{row-gap:24px!important}.gr-xl-7{row-gap:28px!important}.gr-xl-8{row-gap:32px!important}.gr-xl-9{row-gap:36px!important}.gr-xl-10{row-gap:40px!important}.gr-xl-11{row-gap:44px!important}.gr-xl-12{row-gap:48px!important}.gr-xl-13{row-gap:52px!important}.gr-xl-14{row-gap:56px!important}.gr-xl-15{row-gap:60px!important}.gr-xl-16{row-gap:64px!important}.gr-xl-auto{row-gap:auto!important}.gc-xl-0{column-gap:0px!important}.gc-xl-1{column-gap:4px!important}.gc-xl-2{column-gap:8px!important}.gc-xl-3{column-gap:12px!important}.gc-xl-4{column-gap:16px!important}.gc-xl-5{column-gap:20px!important}.gc-xl-6{column-gap:24px!important}.gc-xl-7{column-gap:28px!important}.gc-xl-8{column-gap:32px!important}.gc-xl-9{column-gap:36px!important}.gc-xl-10{column-gap:40px!important}.gc-xl-11{column-gap:44px!important}.gc-xl-12{column-gap:48px!important}.gc-xl-13{column-gap:52px!important}.gc-xl-14{column-gap:56px!important}.gc-xl-15{column-gap:60px!important}.gc-xl-16{column-gap:64px!important}.gc-xl-auto{column-gap:auto!important}.ma-xl-0{margin:0!important}.ma-xl-1{margin:4px!important}.ma-xl-2{margin:8px!important}.ma-xl-3{margin:12px!important}.ma-xl-4{margin:16px!important}.ma-xl-5{margin:20px!important}.ma-xl-6{margin:24px!important}.ma-xl-7{margin:28px!important}.ma-xl-8{margin:32px!important}.ma-xl-9{margin:36px!important}.ma-xl-10{margin:40px!important}.ma-xl-11{margin:44px!important}.ma-xl-12{margin:48px!important}.ma-xl-13{margin:52px!important}.ma-xl-14{margin:56px!important}.ma-xl-15{margin:60px!important}.ma-xl-16{margin:64px!important}.ma-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:4px!important;margin-left:4px!important}.mx-xl-2{margin-right:8px!important;margin-left:8px!important}.mx-xl-3{margin-right:12px!important;margin-left:12px!important}.mx-xl-4{margin-right:16px!important;margin-left:16px!important}.mx-xl-5{margin-right:20px!important;margin-left:20px!important}.mx-xl-6{margin-right:24px!important;margin-left:24px!important}.mx-xl-7{margin-right:28px!important;margin-left:28px!important}.mx-xl-8{margin-right:32px!important;margin-left:32px!important}.mx-xl-9{margin-right:36px!important;margin-left:36px!important}.mx-xl-10{margin-right:40px!important;margin-left:40px!important}.mx-xl-11{margin-right:44px!important;margin-left:44px!important}.mx-xl-12{margin-right:48px!important;margin-left:48px!important}.mx-xl-13{margin-right:52px!important;margin-left:52px!important}.mx-xl-14{margin-right:56px!important;margin-left:56px!important}.mx-xl-15{margin-right:60px!important;margin-left:60px!important}.mx-xl-16{margin-right:64px!important;margin-left:64px!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:4px!important;margin-bottom:4px!important}.my-xl-2{margin-top:8px!important;margin-bottom:8px!important}.my-xl-3{margin-top:12px!important;margin-bottom:12px!important}.my-xl-4{margin-top:16px!important;margin-bottom:16px!important}.my-xl-5{margin-top:20px!important;margin-bottom:20px!important}.my-xl-6{margin-top:24px!important;margin-bottom:24px!important}.my-xl-7{margin-top:28px!important;margin-bottom:28px!important}.my-xl-8{margin-top:32px!important;margin-bottom:32px!important}.my-xl-9{margin-top:36px!important;margin-bottom:36px!important}.my-xl-10{margin-top:40px!important;margin-bottom:40px!important}.my-xl-11{margin-top:44px!important;margin-bottom:44px!important}.my-xl-12{margin-top:48px!important;margin-bottom:48px!important}.my-xl-13{margin-top:52px!important;margin-bottom:52px!important}.my-xl-14{margin-top:56px!important;margin-bottom:56px!important}.my-xl-15{margin-top:60px!important;margin-bottom:60px!important}.my-xl-16{margin-top:64px!important;margin-bottom:64px!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:4px!important}.mt-xl-2{margin-top:8px!important}.mt-xl-3{margin-top:12px!important}.mt-xl-4{margin-top:16px!important}.mt-xl-5{margin-top:20px!important}.mt-xl-6{margin-top:24px!important}.mt-xl-7{margin-top:28px!important}.mt-xl-8{margin-top:32px!important}.mt-xl-9{margin-top:36px!important}.mt-xl-10{margin-top:40px!important}.mt-xl-11{margin-top:44px!important}.mt-xl-12{margin-top:48px!important}.mt-xl-13{margin-top:52px!important}.mt-xl-14{margin-top:56px!important}.mt-xl-15{margin-top:60px!important}.mt-xl-16{margin-top:64px!important}.mt-xl-auto{margin-top:auto!important}.mr-xl-0{margin-right:0!important}.mr-xl-1{margin-right:4px!important}.mr-xl-2{margin-right:8px!important}.mr-xl-3{margin-right:12px!important}.mr-xl-4{margin-right:16px!important}.mr-xl-5{margin-right:20px!important}.mr-xl-6{margin-right:24px!important}.mr-xl-7{margin-right:28px!important}.mr-xl-8{margin-right:32px!important}.mr-xl-9{margin-right:36px!important}.mr-xl-10{margin-right:40px!important}.mr-xl-11{margin-right:44px!important}.mr-xl-12{margin-right:48px!important}.mr-xl-13{margin-right:52px!important}.mr-xl-14{margin-right:56px!important}.mr-xl-15{margin-right:60px!important}.mr-xl-16{margin-right:64px!important}.mr-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:4px!important}.mb-xl-2{margin-bottom:8px!important}.mb-xl-3{margin-bottom:12px!important}.mb-xl-4{margin-bottom:16px!important}.mb-xl-5{margin-bottom:20px!important}.mb-xl-6{margin-bottom:24px!important}.mb-xl-7{margin-bottom:28px!important}.mb-xl-8{margin-bottom:32px!important}.mb-xl-9{margin-bottom:36px!important}.mb-xl-10{margin-bottom:40px!important}.mb-xl-11{margin-bottom:44px!important}.mb-xl-12{margin-bottom:48px!important}.mb-xl-13{margin-bottom:52px!important}.mb-xl-14{margin-bottom:56px!important}.mb-xl-15{margin-bottom:60px!important}.mb-xl-16{margin-bottom:64px!important}.mb-xl-auto{margin-bottom:auto!important}.ml-xl-0{margin-left:0!important}.ml-xl-1{margin-left:4px!important}.ml-xl-2{margin-left:8px!important}.ml-xl-3{margin-left:12px!important}.ml-xl-4{margin-left:16px!important}.ml-xl-5{margin-left:20px!important}.ml-xl-6{margin-left:24px!important}.ml-xl-7{margin-left:28px!important}.ml-xl-8{margin-left:32px!important}.ml-xl-9{margin-left:36px!important}.ml-xl-10{margin-left:40px!important}.ml-xl-11{margin-left:44px!important}.ml-xl-12{margin-left:48px!important}.ml-xl-13{margin-left:52px!important}.ml-xl-14{margin-left:56px!important}.ml-xl-15{margin-left:60px!important}.ml-xl-16{margin-left:64px!important}.ml-xl-auto{margin-left:auto!important}.ms-xl-0{margin-inline-start:0px!important}.ms-xl-1{margin-inline-start:4px!important}.ms-xl-2{margin-inline-start:8px!important}.ms-xl-3{margin-inline-start:12px!important}.ms-xl-4{margin-inline-start:16px!important}.ms-xl-5{margin-inline-start:20px!important}.ms-xl-6{margin-inline-start:24px!important}.ms-xl-7{margin-inline-start:28px!important}.ms-xl-8{margin-inline-start:32px!important}.ms-xl-9{margin-inline-start:36px!important}.ms-xl-10{margin-inline-start:40px!important}.ms-xl-11{margin-inline-start:44px!important}.ms-xl-12{margin-inline-start:48px!important}.ms-xl-13{margin-inline-start:52px!important}.ms-xl-14{margin-inline-start:56px!important}.ms-xl-15{margin-inline-start:60px!important}.ms-xl-16{margin-inline-start:64px!important}.ms-xl-auto{margin-inline-start:auto!important}.me-xl-0{margin-inline-end:0px!important}.me-xl-1{margin-inline-end:4px!important}.me-xl-2{margin-inline-end:8px!important}.me-xl-3{margin-inline-end:12px!important}.me-xl-4{margin-inline-end:16px!important}.me-xl-5{margin-inline-end:20px!important}.me-xl-6{margin-inline-end:24px!important}.me-xl-7{margin-inline-end:28px!important}.me-xl-8{margin-inline-end:32px!important}.me-xl-9{margin-inline-end:36px!important}.me-xl-10{margin-inline-end:40px!important}.me-xl-11{margin-inline-end:44px!important}.me-xl-12{margin-inline-end:48px!important}.me-xl-13{margin-inline-end:52px!important}.me-xl-14{margin-inline-end:56px!important}.me-xl-15{margin-inline-end:60px!important}.me-xl-16{margin-inline-end:64px!important}.me-xl-auto{margin-inline-end:auto!important}.ma-xl-n1{margin:-4px!important}.ma-xl-n2{margin:-8px!important}.ma-xl-n3{margin:-12px!important}.ma-xl-n4{margin:-16px!important}.ma-xl-n5{margin:-20px!important}.ma-xl-n6{margin:-24px!important}.ma-xl-n7{margin:-28px!important}.ma-xl-n8{margin:-32px!important}.ma-xl-n9{margin:-36px!important}.ma-xl-n10{margin:-40px!important}.ma-xl-n11{margin:-44px!important}.ma-xl-n12{margin:-48px!important}.ma-xl-n13{margin:-52px!important}.ma-xl-n14{margin:-56px!important}.ma-xl-n15{margin:-60px!important}.ma-xl-n16{margin:-64px!important}.mx-xl-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-xl-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-xl-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-xl-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-xl-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-xl-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-xl-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-xl-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-xl-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-xl-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-xl-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-xl-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-xl-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-xl-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-xl-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-xl-n16{margin-right:-64px!important;margin-left:-64px!important}.my-xl-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-xl-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-xl-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-xl-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-xl-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-xl-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-xl-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-xl-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-xl-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-xl-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-xl-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-xl-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-xl-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-xl-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-xl-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-xl-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-xl-n1{margin-top:-4px!important}.mt-xl-n2{margin-top:-8px!important}.mt-xl-n3{margin-top:-12px!important}.mt-xl-n4{margin-top:-16px!important}.mt-xl-n5{margin-top:-20px!important}.mt-xl-n6{margin-top:-24px!important}.mt-xl-n7{margin-top:-28px!important}.mt-xl-n8{margin-top:-32px!important}.mt-xl-n9{margin-top:-36px!important}.mt-xl-n10{margin-top:-40px!important}.mt-xl-n11{margin-top:-44px!important}.mt-xl-n12{margin-top:-48px!important}.mt-xl-n13{margin-top:-52px!important}.mt-xl-n14{margin-top:-56px!important}.mt-xl-n15{margin-top:-60px!important}.mt-xl-n16{margin-top:-64px!important}.mr-xl-n1{margin-right:-4px!important}.mr-xl-n2{margin-right:-8px!important}.mr-xl-n3{margin-right:-12px!important}.mr-xl-n4{margin-right:-16px!important}.mr-xl-n5{margin-right:-20px!important}.mr-xl-n6{margin-right:-24px!important}.mr-xl-n7{margin-right:-28px!important}.mr-xl-n8{margin-right:-32px!important}.mr-xl-n9{margin-right:-36px!important}.mr-xl-n10{margin-right:-40px!important}.mr-xl-n11{margin-right:-44px!important}.mr-xl-n12{margin-right:-48px!important}.mr-xl-n13{margin-right:-52px!important}.mr-xl-n14{margin-right:-56px!important}.mr-xl-n15{margin-right:-60px!important}.mr-xl-n16{margin-right:-64px!important}.mb-xl-n1{margin-bottom:-4px!important}.mb-xl-n2{margin-bottom:-8px!important}.mb-xl-n3{margin-bottom:-12px!important}.mb-xl-n4{margin-bottom:-16px!important}.mb-xl-n5{margin-bottom:-20px!important}.mb-xl-n6{margin-bottom:-24px!important}.mb-xl-n7{margin-bottom:-28px!important}.mb-xl-n8{margin-bottom:-32px!important}.mb-xl-n9{margin-bottom:-36px!important}.mb-xl-n10{margin-bottom:-40px!important}.mb-xl-n11{margin-bottom:-44px!important}.mb-xl-n12{margin-bottom:-48px!important}.mb-xl-n13{margin-bottom:-52px!important}.mb-xl-n14{margin-bottom:-56px!important}.mb-xl-n15{margin-bottom:-60px!important}.mb-xl-n16{margin-bottom:-64px!important}.ml-xl-n1{margin-left:-4px!important}.ml-xl-n2{margin-left:-8px!important}.ml-xl-n3{margin-left:-12px!important}.ml-xl-n4{margin-left:-16px!important}.ml-xl-n5{margin-left:-20px!important}.ml-xl-n6{margin-left:-24px!important}.ml-xl-n7{margin-left:-28px!important}.ml-xl-n8{margin-left:-32px!important}.ml-xl-n9{margin-left:-36px!important}.ml-xl-n10{margin-left:-40px!important}.ml-xl-n11{margin-left:-44px!important}.ml-xl-n12{margin-left:-48px!important}.ml-xl-n13{margin-left:-52px!important}.ml-xl-n14{margin-left:-56px!important}.ml-xl-n15{margin-left:-60px!important}.ml-xl-n16{margin-left:-64px!important}.ms-xl-n1{margin-inline-start:-4px!important}.ms-xl-n2{margin-inline-start:-8px!important}.ms-xl-n3{margin-inline-start:-12px!important}.ms-xl-n4{margin-inline-start:-16px!important}.ms-xl-n5{margin-inline-start:-20px!important}.ms-xl-n6{margin-inline-start:-24px!important}.ms-xl-n7{margin-inline-start:-28px!important}.ms-xl-n8{margin-inline-start:-32px!important}.ms-xl-n9{margin-inline-start:-36px!important}.ms-xl-n10{margin-inline-start:-40px!important}.ms-xl-n11{margin-inline-start:-44px!important}.ms-xl-n12{margin-inline-start:-48px!important}.ms-xl-n13{margin-inline-start:-52px!important}.ms-xl-n14{margin-inline-start:-56px!important}.ms-xl-n15{margin-inline-start:-60px!important}.ms-xl-n16{margin-inline-start:-64px!important}.me-xl-n1{margin-inline-end:-4px!important}.me-xl-n2{margin-inline-end:-8px!important}.me-xl-n3{margin-inline-end:-12px!important}.me-xl-n4{margin-inline-end:-16px!important}.me-xl-n5{margin-inline-end:-20px!important}.me-xl-n6{margin-inline-end:-24px!important}.me-xl-n7{margin-inline-end:-28px!important}.me-xl-n8{margin-inline-end:-32px!important}.me-xl-n9{margin-inline-end:-36px!important}.me-xl-n10{margin-inline-end:-40px!important}.me-xl-n11{margin-inline-end:-44px!important}.me-xl-n12{margin-inline-end:-48px!important}.me-xl-n13{margin-inline-end:-52px!important}.me-xl-n14{margin-inline-end:-56px!important}.me-xl-n15{margin-inline-end:-60px!important}.me-xl-n16{margin-inline-end:-64px!important}.pa-xl-0{padding:0!important}.pa-xl-1{padding:4px!important}.pa-xl-2{padding:8px!important}.pa-xl-3{padding:12px!important}.pa-xl-4{padding:16px!important}.pa-xl-5{padding:20px!important}.pa-xl-6{padding:24px!important}.pa-xl-7{padding:28px!important}.pa-xl-8{padding:32px!important}.pa-xl-9{padding:36px!important}.pa-xl-10{padding:40px!important}.pa-xl-11{padding:44px!important}.pa-xl-12{padding:48px!important}.pa-xl-13{padding:52px!important}.pa-xl-14{padding:56px!important}.pa-xl-15{padding:60px!important}.pa-xl-16{padding:64px!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:4px!important;padding-left:4px!important}.px-xl-2{padding-right:8px!important;padding-left:8px!important}.px-xl-3{padding-right:12px!important;padding-left:12px!important}.px-xl-4{padding-right:16px!important;padding-left:16px!important}.px-xl-5{padding-right:20px!important;padding-left:20px!important}.px-xl-6{padding-right:24px!important;padding-left:24px!important}.px-xl-7{padding-right:28px!important;padding-left:28px!important}.px-xl-8{padding-right:32px!important;padding-left:32px!important}.px-xl-9{padding-right:36px!important;padding-left:36px!important}.px-xl-10{padding-right:40px!important;padding-left:40px!important}.px-xl-11{padding-right:44px!important;padding-left:44px!important}.px-xl-12{padding-right:48px!important;padding-left:48px!important}.px-xl-13{padding-right:52px!important;padding-left:52px!important}.px-xl-14{padding-right:56px!important;padding-left:56px!important}.px-xl-15{padding-right:60px!important;padding-left:60px!important}.px-xl-16{padding-right:64px!important;padding-left:64px!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:4px!important;padding-bottom:4px!important}.py-xl-2{padding-top:8px!important;padding-bottom:8px!important}.py-xl-3{padding-top:12px!important;padding-bottom:12px!important}.py-xl-4{padding-top:16px!important;padding-bottom:16px!important}.py-xl-5{padding-top:20px!important;padding-bottom:20px!important}.py-xl-6{padding-top:24px!important;padding-bottom:24px!important}.py-xl-7{padding-top:28px!important;padding-bottom:28px!important}.py-xl-8{padding-top:32px!important;padding-bottom:32px!important}.py-xl-9{padding-top:36px!important;padding-bottom:36px!important}.py-xl-10{padding-top:40px!important;padding-bottom:40px!important}.py-xl-11{padding-top:44px!important;padding-bottom:44px!important}.py-xl-12{padding-top:48px!important;padding-bottom:48px!important}.py-xl-13{padding-top:52px!important;padding-bottom:52px!important}.py-xl-14{padding-top:56px!important;padding-bottom:56px!important}.py-xl-15{padding-top:60px!important;padding-bottom:60px!important}.py-xl-16{padding-top:64px!important;padding-bottom:64px!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:4px!important}.pt-xl-2{padding-top:8px!important}.pt-xl-3{padding-top:12px!important}.pt-xl-4{padding-top:16px!important}.pt-xl-5{padding-top:20px!important}.pt-xl-6{padding-top:24px!important}.pt-xl-7{padding-top:28px!important}.pt-xl-8{padding-top:32px!important}.pt-xl-9{padding-top:36px!important}.pt-xl-10{padding-top:40px!important}.pt-xl-11{padding-top:44px!important}.pt-xl-12{padding-top:48px!important}.pt-xl-13{padding-top:52px!important}.pt-xl-14{padding-top:56px!important}.pt-xl-15{padding-top:60px!important}.pt-xl-16{padding-top:64px!important}.pr-xl-0{padding-right:0!important}.pr-xl-1{padding-right:4px!important}.pr-xl-2{padding-right:8px!important}.pr-xl-3{padding-right:12px!important}.pr-xl-4{padding-right:16px!important}.pr-xl-5{padding-right:20px!important}.pr-xl-6{padding-right:24px!important}.pr-xl-7{padding-right:28px!important}.pr-xl-8{padding-right:32px!important}.pr-xl-9{padding-right:36px!important}.pr-xl-10{padding-right:40px!important}.pr-xl-11{padding-right:44px!important}.pr-xl-12{padding-right:48px!important}.pr-xl-13{padding-right:52px!important}.pr-xl-14{padding-right:56px!important}.pr-xl-15{padding-right:60px!important}.pr-xl-16{padding-right:64px!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:4px!important}.pb-xl-2{padding-bottom:8px!important}.pb-xl-3{padding-bottom:12px!important}.pb-xl-4{padding-bottom:16px!important}.pb-xl-5{padding-bottom:20px!important}.pb-xl-6{padding-bottom:24px!important}.pb-xl-7{padding-bottom:28px!important}.pb-xl-8{padding-bottom:32px!important}.pb-xl-9{padding-bottom:36px!important}.pb-xl-10{padding-bottom:40px!important}.pb-xl-11{padding-bottom:44px!important}.pb-xl-12{padding-bottom:48px!important}.pb-xl-13{padding-bottom:52px!important}.pb-xl-14{padding-bottom:56px!important}.pb-xl-15{padding-bottom:60px!important}.pb-xl-16{padding-bottom:64px!important}.pl-xl-0{padding-left:0!important}.pl-xl-1{padding-left:4px!important}.pl-xl-2{padding-left:8px!important}.pl-xl-3{padding-left:12px!important}.pl-xl-4{padding-left:16px!important}.pl-xl-5{padding-left:20px!important}.pl-xl-6{padding-left:24px!important}.pl-xl-7{padding-left:28px!important}.pl-xl-8{padding-left:32px!important}.pl-xl-9{padding-left:36px!important}.pl-xl-10{padding-left:40px!important}.pl-xl-11{padding-left:44px!important}.pl-xl-12{padding-left:48px!important}.pl-xl-13{padding-left:52px!important}.pl-xl-14{padding-left:56px!important}.pl-xl-15{padding-left:60px!important}.pl-xl-16{padding-left:64px!important}.ps-xl-0{padding-inline-start:0px!important}.ps-xl-1{padding-inline-start:4px!important}.ps-xl-2{padding-inline-start:8px!important}.ps-xl-3{padding-inline-start:12px!important}.ps-xl-4{padding-inline-start:16px!important}.ps-xl-5{padding-inline-start:20px!important}.ps-xl-6{padding-inline-start:24px!important}.ps-xl-7{padding-inline-start:28px!important}.ps-xl-8{padding-inline-start:32px!important}.ps-xl-9{padding-inline-start:36px!important}.ps-xl-10{padding-inline-start:40px!important}.ps-xl-11{padding-inline-start:44px!important}.ps-xl-12{padding-inline-start:48px!important}.ps-xl-13{padding-inline-start:52px!important}.ps-xl-14{padding-inline-start:56px!important}.ps-xl-15{padding-inline-start:60px!important}.ps-xl-16{padding-inline-start:64px!important}.pe-xl-0{padding-inline-end:0px!important}.pe-xl-1{padding-inline-end:4px!important}.pe-xl-2{padding-inline-end:8px!important}.pe-xl-3{padding-inline-end:12px!important}.pe-xl-4{padding-inline-end:16px!important}.pe-xl-5{padding-inline-end:20px!important}.pe-xl-6{padding-inline-end:24px!important}.pe-xl-7{padding-inline-end:28px!important}.pe-xl-8{padding-inline-end:32px!important}.pe-xl-9{padding-inline-end:36px!important}.pe-xl-10{padding-inline-end:40px!important}.pe-xl-11{padding-inline-end:44px!important}.pe-xl-12{padding-inline-end:48px!important}.pe-xl-13{padding-inline-end:52px!important}.pe-xl-14{padding-inline-end:56px!important}.pe-xl-15{padding-inline-end:60px!important}.pe-xl-16{padding-inline-end:64px!important}.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}.text-xl-justify{text-align:justify!important}.text-xl-start{text-align:start!important}.text-xl-end{text-align:end!important}.text-xl-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-xl-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.h-xl-auto{height:auto!important}.h-xl-screen{height:100vh!important}.h-xl-0{height:0!important}.h-xl-25{height:25%!important}.h-xl-50{height:50%!important}.h-xl-75{height:75%!important}.h-xl-100{height:100%!important}.w-xl-auto{width:auto!important}.w-xl-0{width:0!important}.w-xl-25{width:25%!important}.w-xl-33{width:33%!important}.w-xl-50{width:50%!important}.w-xl-66{width:66%!important}.w-xl-75{width:75%!important}.w-xl-100{width:100%!important}}@media (min-width: 2560px){.d-xxl-none{display:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.float-xxl-none{float:none!important}.float-xxl-left{float:left!important}.float-xxl-right{float:right!important}.v-locale--is-rtl .float-xxl-end{float:left!important}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right!important}.v-locale--is-ltr .float-xxl-start{float:left!important}.flex-xxl-fill,.flex-xxl-1-1{flex:1 1 auto!important}.flex-xxl-1-0{flex:1 0 auto!important}.flex-xxl-0-1{flex:0 1 auto!important}.flex-xxl-0-0{flex:0 0 auto!important}.flex-xxl-1-1-100{flex:1 1 100%!important}.flex-xxl-1-0-100{flex:1 0 100%!important}.flex-xxl-0-1-100{flex:0 1 100%!important}.flex-xxl-0-0-100{flex:0 0 100%!important}.flex-xxl-1-1-0{flex:1 1 0!important}.flex-xxl-1-0-0{flex:1 0 0!important}.flex-xxl-0-1-0{flex:0 1 0!important}.flex-xxl-0-0-0{flex:0 0 0!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-xxl-start{justify-content:flex-start!important}.justify-xxl-end{justify-content:flex-end!important}.justify-xxl-center{justify-content:center!important}.justify-xxl-space-between{justify-content:space-between!important}.justify-xxl-space-around{justify-content:space-around!important}.justify-xxl-space-evenly{justify-content:space-evenly!important}.align-xxl-start{align-items:flex-start!important}.align-xxl-end{align-items:flex-end!important}.align-xxl-center{align-items:center!important}.align-xxl-baseline{align-items:baseline!important}.align-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-space-between{align-content:space-between!important}.align-content-xxl-space-around{align-content:space-around!important}.align-content-xxl-space-evenly{align-content:space-evenly!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-6{order:6!important}.order-xxl-7{order:7!important}.order-xxl-8{order:8!important}.order-xxl-9{order:9!important}.order-xxl-10{order:10!important}.order-xxl-11{order:11!important}.order-xxl-12{order:12!important}.order-xxl-last{order:13!important}.ga-xxl-0{gap:0px!important}.ga-xxl-1{gap:4px!important}.ga-xxl-2{gap:8px!important}.ga-xxl-3{gap:12px!important}.ga-xxl-4{gap:16px!important}.ga-xxl-5{gap:20px!important}.ga-xxl-6{gap:24px!important}.ga-xxl-7{gap:28px!important}.ga-xxl-8{gap:32px!important}.ga-xxl-9{gap:36px!important}.ga-xxl-10{gap:40px!important}.ga-xxl-11{gap:44px!important}.ga-xxl-12{gap:48px!important}.ga-xxl-13{gap:52px!important}.ga-xxl-14{gap:56px!important}.ga-xxl-15{gap:60px!important}.ga-xxl-16{gap:64px!important}.ga-xxl-auto{gap:auto!important}.gr-xxl-0{row-gap:0px!important}.gr-xxl-1{row-gap:4px!important}.gr-xxl-2{row-gap:8px!important}.gr-xxl-3{row-gap:12px!important}.gr-xxl-4{row-gap:16px!important}.gr-xxl-5{row-gap:20px!important}.gr-xxl-6{row-gap:24px!important}.gr-xxl-7{row-gap:28px!important}.gr-xxl-8{row-gap:32px!important}.gr-xxl-9{row-gap:36px!important}.gr-xxl-10{row-gap:40px!important}.gr-xxl-11{row-gap:44px!important}.gr-xxl-12{row-gap:48px!important}.gr-xxl-13{row-gap:52px!important}.gr-xxl-14{row-gap:56px!important}.gr-xxl-15{row-gap:60px!important}.gr-xxl-16{row-gap:64px!important}.gr-xxl-auto{row-gap:auto!important}.gc-xxl-0{column-gap:0px!important}.gc-xxl-1{column-gap:4px!important}.gc-xxl-2{column-gap:8px!important}.gc-xxl-3{column-gap:12px!important}.gc-xxl-4{column-gap:16px!important}.gc-xxl-5{column-gap:20px!important}.gc-xxl-6{column-gap:24px!important}.gc-xxl-7{column-gap:28px!important}.gc-xxl-8{column-gap:32px!important}.gc-xxl-9{column-gap:36px!important}.gc-xxl-10{column-gap:40px!important}.gc-xxl-11{column-gap:44px!important}.gc-xxl-12{column-gap:48px!important}.gc-xxl-13{column-gap:52px!important}.gc-xxl-14{column-gap:56px!important}.gc-xxl-15{column-gap:60px!important}.gc-xxl-16{column-gap:64px!important}.gc-xxl-auto{column-gap:auto!important}.ma-xxl-0{margin:0!important}.ma-xxl-1{margin:4px!important}.ma-xxl-2{margin:8px!important}.ma-xxl-3{margin:12px!important}.ma-xxl-4{margin:16px!important}.ma-xxl-5{margin:20px!important}.ma-xxl-6{margin:24px!important}.ma-xxl-7{margin:28px!important}.ma-xxl-8{margin:32px!important}.ma-xxl-9{margin:36px!important}.ma-xxl-10{margin:40px!important}.ma-xxl-11{margin:44px!important}.ma-xxl-12{margin:48px!important}.ma-xxl-13{margin:52px!important}.ma-xxl-14{margin:56px!important}.ma-xxl-15{margin:60px!important}.ma-xxl-16{margin:64px!important}.ma-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:4px!important;margin-left:4px!important}.mx-xxl-2{margin-right:8px!important;margin-left:8px!important}.mx-xxl-3{margin-right:12px!important;margin-left:12px!important}.mx-xxl-4{margin-right:16px!important;margin-left:16px!important}.mx-xxl-5{margin-right:20px!important;margin-left:20px!important}.mx-xxl-6{margin-right:24px!important;margin-left:24px!important}.mx-xxl-7{margin-right:28px!important;margin-left:28px!important}.mx-xxl-8{margin-right:32px!important;margin-left:32px!important}.mx-xxl-9{margin-right:36px!important;margin-left:36px!important}.mx-xxl-10{margin-right:40px!important;margin-left:40px!important}.mx-xxl-11{margin-right:44px!important;margin-left:44px!important}.mx-xxl-12{margin-right:48px!important;margin-left:48px!important}.mx-xxl-13{margin-right:52px!important;margin-left:52px!important}.mx-xxl-14{margin-right:56px!important;margin-left:56px!important}.mx-xxl-15{margin-right:60px!important;margin-left:60px!important}.mx-xxl-16{margin-right:64px!important;margin-left:64px!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:4px!important;margin-bottom:4px!important}.my-xxl-2{margin-top:8px!important;margin-bottom:8px!important}.my-xxl-3{margin-top:12px!important;margin-bottom:12px!important}.my-xxl-4{margin-top:16px!important;margin-bottom:16px!important}.my-xxl-5{margin-top:20px!important;margin-bottom:20px!important}.my-xxl-6{margin-top:24px!important;margin-bottom:24px!important}.my-xxl-7{margin-top:28px!important;margin-bottom:28px!important}.my-xxl-8{margin-top:32px!important;margin-bottom:32px!important}.my-xxl-9{margin-top:36px!important;margin-bottom:36px!important}.my-xxl-10{margin-top:40px!important;margin-bottom:40px!important}.my-xxl-11{margin-top:44px!important;margin-bottom:44px!important}.my-xxl-12{margin-top:48px!important;margin-bottom:48px!important}.my-xxl-13{margin-top:52px!important;margin-bottom:52px!important}.my-xxl-14{margin-top:56px!important;margin-bottom:56px!important}.my-xxl-15{margin-top:60px!important;margin-bottom:60px!important}.my-xxl-16{margin-top:64px!important;margin-bottom:64px!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:4px!important}.mt-xxl-2{margin-top:8px!important}.mt-xxl-3{margin-top:12px!important}.mt-xxl-4{margin-top:16px!important}.mt-xxl-5{margin-top:20px!important}.mt-xxl-6{margin-top:24px!important}.mt-xxl-7{margin-top:28px!important}.mt-xxl-8{margin-top:32px!important}.mt-xxl-9{margin-top:36px!important}.mt-xxl-10{margin-top:40px!important}.mt-xxl-11{margin-top:44px!important}.mt-xxl-12{margin-top:48px!important}.mt-xxl-13{margin-top:52px!important}.mt-xxl-14{margin-top:56px!important}.mt-xxl-15{margin-top:60px!important}.mt-xxl-16{margin-top:64px!important}.mt-xxl-auto{margin-top:auto!important}.mr-xxl-0{margin-right:0!important}.mr-xxl-1{margin-right:4px!important}.mr-xxl-2{margin-right:8px!important}.mr-xxl-3{margin-right:12px!important}.mr-xxl-4{margin-right:16px!important}.mr-xxl-5{margin-right:20px!important}.mr-xxl-6{margin-right:24px!important}.mr-xxl-7{margin-right:28px!important}.mr-xxl-8{margin-right:32px!important}.mr-xxl-9{margin-right:36px!important}.mr-xxl-10{margin-right:40px!important}.mr-xxl-11{margin-right:44px!important}.mr-xxl-12{margin-right:48px!important}.mr-xxl-13{margin-right:52px!important}.mr-xxl-14{margin-right:56px!important}.mr-xxl-15{margin-right:60px!important}.mr-xxl-16{margin-right:64px!important}.mr-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:4px!important}.mb-xxl-2{margin-bottom:8px!important}.mb-xxl-3{margin-bottom:12px!important}.mb-xxl-4{margin-bottom:16px!important}.mb-xxl-5{margin-bottom:20px!important}.mb-xxl-6{margin-bottom:24px!important}.mb-xxl-7{margin-bottom:28px!important}.mb-xxl-8{margin-bottom:32px!important}.mb-xxl-9{margin-bottom:36px!important}.mb-xxl-10{margin-bottom:40px!important}.mb-xxl-11{margin-bottom:44px!important}.mb-xxl-12{margin-bottom:48px!important}.mb-xxl-13{margin-bottom:52px!important}.mb-xxl-14{margin-bottom:56px!important}.mb-xxl-15{margin-bottom:60px!important}.mb-xxl-16{margin-bottom:64px!important}.mb-xxl-auto{margin-bottom:auto!important}.ml-xxl-0{margin-left:0!important}.ml-xxl-1{margin-left:4px!important}.ml-xxl-2{margin-left:8px!important}.ml-xxl-3{margin-left:12px!important}.ml-xxl-4{margin-left:16px!important}.ml-xxl-5{margin-left:20px!important}.ml-xxl-6{margin-left:24px!important}.ml-xxl-7{margin-left:28px!important}.ml-xxl-8{margin-left:32px!important}.ml-xxl-9{margin-left:36px!important}.ml-xxl-10{margin-left:40px!important}.ml-xxl-11{margin-left:44px!important}.ml-xxl-12{margin-left:48px!important}.ml-xxl-13{margin-left:52px!important}.ml-xxl-14{margin-left:56px!important}.ml-xxl-15{margin-left:60px!important}.ml-xxl-16{margin-left:64px!important}.ml-xxl-auto{margin-left:auto!important}.ms-xxl-0{margin-inline-start:0px!important}.ms-xxl-1{margin-inline-start:4px!important}.ms-xxl-2{margin-inline-start:8px!important}.ms-xxl-3{margin-inline-start:12px!important}.ms-xxl-4{margin-inline-start:16px!important}.ms-xxl-5{margin-inline-start:20px!important}.ms-xxl-6{margin-inline-start:24px!important}.ms-xxl-7{margin-inline-start:28px!important}.ms-xxl-8{margin-inline-start:32px!important}.ms-xxl-9{margin-inline-start:36px!important}.ms-xxl-10{margin-inline-start:40px!important}.ms-xxl-11{margin-inline-start:44px!important}.ms-xxl-12{margin-inline-start:48px!important}.ms-xxl-13{margin-inline-start:52px!important}.ms-xxl-14{margin-inline-start:56px!important}.ms-xxl-15{margin-inline-start:60px!important}.ms-xxl-16{margin-inline-start:64px!important}.ms-xxl-auto{margin-inline-start:auto!important}.me-xxl-0{margin-inline-end:0px!important}.me-xxl-1{margin-inline-end:4px!important}.me-xxl-2{margin-inline-end:8px!important}.me-xxl-3{margin-inline-end:12px!important}.me-xxl-4{margin-inline-end:16px!important}.me-xxl-5{margin-inline-end:20px!important}.me-xxl-6{margin-inline-end:24px!important}.me-xxl-7{margin-inline-end:28px!important}.me-xxl-8{margin-inline-end:32px!important}.me-xxl-9{margin-inline-end:36px!important}.me-xxl-10{margin-inline-end:40px!important}.me-xxl-11{margin-inline-end:44px!important}.me-xxl-12{margin-inline-end:48px!important}.me-xxl-13{margin-inline-end:52px!important}.me-xxl-14{margin-inline-end:56px!important}.me-xxl-15{margin-inline-end:60px!important}.me-xxl-16{margin-inline-end:64px!important}.me-xxl-auto{margin-inline-end:auto!important}.ma-xxl-n1{margin:-4px!important}.ma-xxl-n2{margin:-8px!important}.ma-xxl-n3{margin:-12px!important}.ma-xxl-n4{margin:-16px!important}.ma-xxl-n5{margin:-20px!important}.ma-xxl-n6{margin:-24px!important}.ma-xxl-n7{margin:-28px!important}.ma-xxl-n8{margin:-32px!important}.ma-xxl-n9{margin:-36px!important}.ma-xxl-n10{margin:-40px!important}.ma-xxl-n11{margin:-44px!important}.ma-xxl-n12{margin:-48px!important}.ma-xxl-n13{margin:-52px!important}.ma-xxl-n14{margin:-56px!important}.ma-xxl-n15{margin:-60px!important}.ma-xxl-n16{margin:-64px!important}.mx-xxl-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-xxl-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-xxl-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-xxl-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-xxl-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-xxl-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-xxl-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-xxl-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-xxl-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-xxl-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-xxl-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-xxl-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-xxl-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-xxl-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-xxl-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-xxl-n16{margin-right:-64px!important;margin-left:-64px!important}.my-xxl-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-xxl-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-xxl-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-xxl-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-xxl-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-xxl-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-xxl-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-xxl-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-xxl-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-xxl-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-xxl-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-xxl-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-xxl-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-xxl-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-xxl-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-xxl-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-xxl-n1{margin-top:-4px!important}.mt-xxl-n2{margin-top:-8px!important}.mt-xxl-n3{margin-top:-12px!important}.mt-xxl-n4{margin-top:-16px!important}.mt-xxl-n5{margin-top:-20px!important}.mt-xxl-n6{margin-top:-24px!important}.mt-xxl-n7{margin-top:-28px!important}.mt-xxl-n8{margin-top:-32px!important}.mt-xxl-n9{margin-top:-36px!important}.mt-xxl-n10{margin-top:-40px!important}.mt-xxl-n11{margin-top:-44px!important}.mt-xxl-n12{margin-top:-48px!important}.mt-xxl-n13{margin-top:-52px!important}.mt-xxl-n14{margin-top:-56px!important}.mt-xxl-n15{margin-top:-60px!important}.mt-xxl-n16{margin-top:-64px!important}.mr-xxl-n1{margin-right:-4px!important}.mr-xxl-n2{margin-right:-8px!important}.mr-xxl-n3{margin-right:-12px!important}.mr-xxl-n4{margin-right:-16px!important}.mr-xxl-n5{margin-right:-20px!important}.mr-xxl-n6{margin-right:-24px!important}.mr-xxl-n7{margin-right:-28px!important}.mr-xxl-n8{margin-right:-32px!important}.mr-xxl-n9{margin-right:-36px!important}.mr-xxl-n10{margin-right:-40px!important}.mr-xxl-n11{margin-right:-44px!important}.mr-xxl-n12{margin-right:-48px!important}.mr-xxl-n13{margin-right:-52px!important}.mr-xxl-n14{margin-right:-56px!important}.mr-xxl-n15{margin-right:-60px!important}.mr-xxl-n16{margin-right:-64px!important}.mb-xxl-n1{margin-bottom:-4px!important}.mb-xxl-n2{margin-bottom:-8px!important}.mb-xxl-n3{margin-bottom:-12px!important}.mb-xxl-n4{margin-bottom:-16px!important}.mb-xxl-n5{margin-bottom:-20px!important}.mb-xxl-n6{margin-bottom:-24px!important}.mb-xxl-n7{margin-bottom:-28px!important}.mb-xxl-n8{margin-bottom:-32px!important}.mb-xxl-n9{margin-bottom:-36px!important}.mb-xxl-n10{margin-bottom:-40px!important}.mb-xxl-n11{margin-bottom:-44px!important}.mb-xxl-n12{margin-bottom:-48px!important}.mb-xxl-n13{margin-bottom:-52px!important}.mb-xxl-n14{margin-bottom:-56px!important}.mb-xxl-n15{margin-bottom:-60px!important}.mb-xxl-n16{margin-bottom:-64px!important}.ml-xxl-n1{margin-left:-4px!important}.ml-xxl-n2{margin-left:-8px!important}.ml-xxl-n3{margin-left:-12px!important}.ml-xxl-n4{margin-left:-16px!important}.ml-xxl-n5{margin-left:-20px!important}.ml-xxl-n6{margin-left:-24px!important}.ml-xxl-n7{margin-left:-28px!important}.ml-xxl-n8{margin-left:-32px!important}.ml-xxl-n9{margin-left:-36px!important}.ml-xxl-n10{margin-left:-40px!important}.ml-xxl-n11{margin-left:-44px!important}.ml-xxl-n12{margin-left:-48px!important}.ml-xxl-n13{margin-left:-52px!important}.ml-xxl-n14{margin-left:-56px!important}.ml-xxl-n15{margin-left:-60px!important}.ml-xxl-n16{margin-left:-64px!important}.ms-xxl-n1{margin-inline-start:-4px!important}.ms-xxl-n2{margin-inline-start:-8px!important}.ms-xxl-n3{margin-inline-start:-12px!important}.ms-xxl-n4{margin-inline-start:-16px!important}.ms-xxl-n5{margin-inline-start:-20px!important}.ms-xxl-n6{margin-inline-start:-24px!important}.ms-xxl-n7{margin-inline-start:-28px!important}.ms-xxl-n8{margin-inline-start:-32px!important}.ms-xxl-n9{margin-inline-start:-36px!important}.ms-xxl-n10{margin-inline-start:-40px!important}.ms-xxl-n11{margin-inline-start:-44px!important}.ms-xxl-n12{margin-inline-start:-48px!important}.ms-xxl-n13{margin-inline-start:-52px!important}.ms-xxl-n14{margin-inline-start:-56px!important}.ms-xxl-n15{margin-inline-start:-60px!important}.ms-xxl-n16{margin-inline-start:-64px!important}.me-xxl-n1{margin-inline-end:-4px!important}.me-xxl-n2{margin-inline-end:-8px!important}.me-xxl-n3{margin-inline-end:-12px!important}.me-xxl-n4{margin-inline-end:-16px!important}.me-xxl-n5{margin-inline-end:-20px!important}.me-xxl-n6{margin-inline-end:-24px!important}.me-xxl-n7{margin-inline-end:-28px!important}.me-xxl-n8{margin-inline-end:-32px!important}.me-xxl-n9{margin-inline-end:-36px!important}.me-xxl-n10{margin-inline-end:-40px!important}.me-xxl-n11{margin-inline-end:-44px!important}.me-xxl-n12{margin-inline-end:-48px!important}.me-xxl-n13{margin-inline-end:-52px!important}.me-xxl-n14{margin-inline-end:-56px!important}.me-xxl-n15{margin-inline-end:-60px!important}.me-xxl-n16{margin-inline-end:-64px!important}.pa-xxl-0{padding:0!important}.pa-xxl-1{padding:4px!important}.pa-xxl-2{padding:8px!important}.pa-xxl-3{padding:12px!important}.pa-xxl-4{padding:16px!important}.pa-xxl-5{padding:20px!important}.pa-xxl-6{padding:24px!important}.pa-xxl-7{padding:28px!important}.pa-xxl-8{padding:32px!important}.pa-xxl-9{padding:36px!important}.pa-xxl-10{padding:40px!important}.pa-xxl-11{padding:44px!important}.pa-xxl-12{padding:48px!important}.pa-xxl-13{padding:52px!important}.pa-xxl-14{padding:56px!important}.pa-xxl-15{padding:60px!important}.pa-xxl-16{padding:64px!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:4px!important;padding-left:4px!important}.px-xxl-2{padding-right:8px!important;padding-left:8px!important}.px-xxl-3{padding-right:12px!important;padding-left:12px!important}.px-xxl-4{padding-right:16px!important;padding-left:16px!important}.px-xxl-5{padding-right:20px!important;padding-left:20px!important}.px-xxl-6{padding-right:24px!important;padding-left:24px!important}.px-xxl-7{padding-right:28px!important;padding-left:28px!important}.px-xxl-8{padding-right:32px!important;padding-left:32px!important}.px-xxl-9{padding-right:36px!important;padding-left:36px!important}.px-xxl-10{padding-right:40px!important;padding-left:40px!important}.px-xxl-11{padding-right:44px!important;padding-left:44px!important}.px-xxl-12{padding-right:48px!important;padding-left:48px!important}.px-xxl-13{padding-right:52px!important;padding-left:52px!important}.px-xxl-14{padding-right:56px!important;padding-left:56px!important}.px-xxl-15{padding-right:60px!important;padding-left:60px!important}.px-xxl-16{padding-right:64px!important;padding-left:64px!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:4px!important;padding-bottom:4px!important}.py-xxl-2{padding-top:8px!important;padding-bottom:8px!important}.py-xxl-3{padding-top:12px!important;padding-bottom:12px!important}.py-xxl-4{padding-top:16px!important;padding-bottom:16px!important}.py-xxl-5{padding-top:20px!important;padding-bottom:20px!important}.py-xxl-6{padding-top:24px!important;padding-bottom:24px!important}.py-xxl-7{padding-top:28px!important;padding-bottom:28px!important}.py-xxl-8{padding-top:32px!important;padding-bottom:32px!important}.py-xxl-9{padding-top:36px!important;padding-bottom:36px!important}.py-xxl-10{padding-top:40px!important;padding-bottom:40px!important}.py-xxl-11{padding-top:44px!important;padding-bottom:44px!important}.py-xxl-12{padding-top:48px!important;padding-bottom:48px!important}.py-xxl-13{padding-top:52px!important;padding-bottom:52px!important}.py-xxl-14{padding-top:56px!important;padding-bottom:56px!important}.py-xxl-15{padding-top:60px!important;padding-bottom:60px!important}.py-xxl-16{padding-top:64px!important;padding-bottom:64px!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:4px!important}.pt-xxl-2{padding-top:8px!important}.pt-xxl-3{padding-top:12px!important}.pt-xxl-4{padding-top:16px!important}.pt-xxl-5{padding-top:20px!important}.pt-xxl-6{padding-top:24px!important}.pt-xxl-7{padding-top:28px!important}.pt-xxl-8{padding-top:32px!important}.pt-xxl-9{padding-top:36px!important}.pt-xxl-10{padding-top:40px!important}.pt-xxl-11{padding-top:44px!important}.pt-xxl-12{padding-top:48px!important}.pt-xxl-13{padding-top:52px!important}.pt-xxl-14{padding-top:56px!important}.pt-xxl-15{padding-top:60px!important}.pt-xxl-16{padding-top:64px!important}.pr-xxl-0{padding-right:0!important}.pr-xxl-1{padding-right:4px!important}.pr-xxl-2{padding-right:8px!important}.pr-xxl-3{padding-right:12px!important}.pr-xxl-4{padding-right:16px!important}.pr-xxl-5{padding-right:20px!important}.pr-xxl-6{padding-right:24px!important}.pr-xxl-7{padding-right:28px!important}.pr-xxl-8{padding-right:32px!important}.pr-xxl-9{padding-right:36px!important}.pr-xxl-10{padding-right:40px!important}.pr-xxl-11{padding-right:44px!important}.pr-xxl-12{padding-right:48px!important}.pr-xxl-13{padding-right:52px!important}.pr-xxl-14{padding-right:56px!important}.pr-xxl-15{padding-right:60px!important}.pr-xxl-16{padding-right:64px!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:4px!important}.pb-xxl-2{padding-bottom:8px!important}.pb-xxl-3{padding-bottom:12px!important}.pb-xxl-4{padding-bottom:16px!important}.pb-xxl-5{padding-bottom:20px!important}.pb-xxl-6{padding-bottom:24px!important}.pb-xxl-7{padding-bottom:28px!important}.pb-xxl-8{padding-bottom:32px!important}.pb-xxl-9{padding-bottom:36px!important}.pb-xxl-10{padding-bottom:40px!important}.pb-xxl-11{padding-bottom:44px!important}.pb-xxl-12{padding-bottom:48px!important}.pb-xxl-13{padding-bottom:52px!important}.pb-xxl-14{padding-bottom:56px!important}.pb-xxl-15{padding-bottom:60px!important}.pb-xxl-16{padding-bottom:64px!important}.pl-xxl-0{padding-left:0!important}.pl-xxl-1{padding-left:4px!important}.pl-xxl-2{padding-left:8px!important}.pl-xxl-3{padding-left:12px!important}.pl-xxl-4{padding-left:16px!important}.pl-xxl-5{padding-left:20px!important}.pl-xxl-6{padding-left:24px!important}.pl-xxl-7{padding-left:28px!important}.pl-xxl-8{padding-left:32px!important}.pl-xxl-9{padding-left:36px!important}.pl-xxl-10{padding-left:40px!important}.pl-xxl-11{padding-left:44px!important}.pl-xxl-12{padding-left:48px!important}.pl-xxl-13{padding-left:52px!important}.pl-xxl-14{padding-left:56px!important}.pl-xxl-15{padding-left:60px!important}.pl-xxl-16{padding-left:64px!important}.ps-xxl-0{padding-inline-start:0px!important}.ps-xxl-1{padding-inline-start:4px!important}.ps-xxl-2{padding-inline-start:8px!important}.ps-xxl-3{padding-inline-start:12px!important}.ps-xxl-4{padding-inline-start:16px!important}.ps-xxl-5{padding-inline-start:20px!important}.ps-xxl-6{padding-inline-start:24px!important}.ps-xxl-7{padding-inline-start:28px!important}.ps-xxl-8{padding-inline-start:32px!important}.ps-xxl-9{padding-inline-start:36px!important}.ps-xxl-10{padding-inline-start:40px!important}.ps-xxl-11{padding-inline-start:44px!important}.ps-xxl-12{padding-inline-start:48px!important}.ps-xxl-13{padding-inline-start:52px!important}.ps-xxl-14{padding-inline-start:56px!important}.ps-xxl-15{padding-inline-start:60px!important}.ps-xxl-16{padding-inline-start:64px!important}.pe-xxl-0{padding-inline-end:0px!important}.pe-xxl-1{padding-inline-end:4px!important}.pe-xxl-2{padding-inline-end:8px!important}.pe-xxl-3{padding-inline-end:12px!important}.pe-xxl-4{padding-inline-end:16px!important}.pe-xxl-5{padding-inline-end:20px!important}.pe-xxl-6{padding-inline-end:24px!important}.pe-xxl-7{padding-inline-end:28px!important}.pe-xxl-8{padding-inline-end:32px!important}.pe-xxl-9{padding-inline-end:36px!important}.pe-xxl-10{padding-inline-end:40px!important}.pe-xxl-11{padding-inline-end:44px!important}.pe-xxl-12{padding-inline-end:48px!important}.pe-xxl-13{padding-inline-end:52px!important}.pe-xxl-14{padding-inline-end:56px!important}.pe-xxl-15{padding-inline-end:60px!important}.pe-xxl-16{padding-inline-end:64px!important}.text-xxl-left{text-align:left!important}.text-xxl-right{text-align:right!important}.text-xxl-center{text-align:center!important}.text-xxl-justify{text-align:justify!important}.text-xxl-start{text-align:start!important}.text-xxl-end{text-align:end!important}.text-xxl-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-xxl-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.h-xxl-auto{height:auto!important}.h-xxl-screen{height:100vh!important}.h-xxl-0{height:0!important}.h-xxl-25{height:25%!important}.h-xxl-50{height:50%!important}.h-xxl-75{height:75%!important}.h-xxl-100{height:100%!important}.w-xxl-auto{width:auto!important}.w-xxl-0{width:0!important}.w-xxl-25{width:25%!important}.w-xxl-33{width:33%!important}.w-xxl-50{width:50%!important}.w-xxl-66{width:66%!important}.w-xxl-75{width:75%!important}.w-xxl-100{width:100%!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.float-print-none{float:none!important}.float-print-left{float:left!important}.float-print-right{float:right!important}.v-locale--is-rtl .float-print-end{float:left!important}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right!important}.v-locale--is-ltr .float-print-start{float:left!important}}.v-application{display:flex;background:rgb(var(--v-theme-background));color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity))}.v-application__wrap{backface-visibility:hidden;display:flex;flex-direction:column;flex:1 1 auto;max-width:100%;min-height:100vh;min-height:100dvh;position:relative}.v-main{flex:1 0 auto;max-width:100%;transition:.2s cubic-bezier(.4,0,.2,1);padding-left:var(--v-layout-left);padding-right:var(--v-layout-right);padding-top:var(--v-layout-top);padding-bottom:var(--v-layout-bottom)}.v-main__scroller{max-width:100%;position:relative}.v-main--scrollable{display:flex}.v-main--scrollable{position:absolute;top:0;left:0;width:100%;height:100%}.v-main--scrollable>.v-main__scroller{flex:1 1 auto;overflow-y:auto;--v-layout-left: 0px;--v-layout-right: 0px;--v-layout-top: 0px;--v-layout-bottom: 0px} diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/index-KF56cXUu.js b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/index-KF56cXUu.js new file mode 100644 index 0000000..12bf0e7 --- /dev/null +++ b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/index-KF56cXUu.js @@ -0,0 +1,187 @@ +const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/about-BzTiXPQO.js","assets/VAvatar-CBxZwzSi.js","assets/VAvatar-B-NrXs_n.css","assets/VRow-eJbrdKF-.js","assets/VRow-DeU12m8D.css","assets/about-mrwtd4Qm.css","assets/infoPage-Ba9YkfcW.js","assets/VSelect-CJVt5QYp.js","assets/app-cT5gNRjW.js","assets/app-CzTw35_a.css","assets/VSelect-GhfgSngX.css","assets/infoPage-KUt33dMP.css","assets/mainWindow-D0spusZf.js","assets/mainWindow-C0Ij-e1H.css","assets/default-xuZtHUos.js","assets/default-BczLU9JX.css"])))=>i.map(i=>d[i]); +(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const u of document.querySelectorAll('link[rel="modulepreload"]'))r(u);new MutationObserver(u=>{for(const a of u)if(a.type==="childList")for(const o of a.addedNodes)o.tagName==="LINK"&&o.rel==="modulepreload"&&r(o)}).observe(document,{childList:!0,subtree:!0});function n(u){const a={};return u.integrity&&(a.integrity=u.integrity),u.referrerPolicy&&(a.referrerPolicy=u.referrerPolicy),u.crossOrigin==="use-credentials"?a.credentials="include":u.crossOrigin==="anonymous"?a.credentials="omit":a.credentials="same-origin",a}function r(u){if(u.ep)return;u.ep=!0;const a=n(u);fetch(u.href,a)}})();/** +* @vue/shared v3.5.13 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**//*! #__NO_SIDE_EFFECTS__ */function vu(e){const t=Object.create(null);for(const n of e.split(","))t[n]=1;return n=>n in t}const pe={},Yt=[],Ge=()=>{},ud=()=>!1,fr=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),ku=e=>e.startsWith("onUpdate:"),Ce=Object.assign,Su=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},sd=Object.prototype.hasOwnProperty,le=(e,t)=>sd.call(e,t),te=Array.isArray,Zt=e=>hr(e)==="[object Map]",$a=e=>hr(e)==="[object Set]",re=e=>typeof e=="function",ke=e=>typeof e=="string",At=e=>typeof e=="symbol",ye=e=>e!==null&&typeof e=="object",Fa=e=>(ye(e)||re(e))&&re(e.then)&&re(e.catch),Ha=Object.prototype.toString,hr=e=>Ha.call(e),ad=e=>hr(e).slice(8,-1),Ba=e=>hr(e)==="[object Object]",Cu=e=>ke(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,fn=vu(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),pr=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},od=/-(\w)/g,Ke=pr(e=>e.replace(od,(t,n)=>n?n.toUpperCase():"")),id=/\B([A-Z])/g,Vt=pr(e=>e.replace(id,"-$1").toLowerCase()),Ln=pr(e=>e.charAt(0).toUpperCase()+e.slice(1)),Lr=pr(e=>e?`on${Ln(e)}`:""),Pt=(e,t)=>!Object.is(e,t),Dr=(e,...t)=>{for(let n=0;n{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:n})},dd=e=>{const t=parseFloat(e);return isNaN(t)?e:t},cd=e=>{const t=ke(e)?Number(e):NaN;return isNaN(t)?e:t};let rs;const mr=()=>rs||(rs=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Pu(e){if(te(e)){const t={};for(let n=0;n{if(n){const r=n.split(fd);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function Eu(e){let t="";if(ke(e))t=e;else if(te(e))for(let n=0;n!!(e&&e.__v_isRef===!0),_d=e=>ke(e)?e:e==null?"":te(e)||ye(e)&&(e.toString===Ha||!re(e.toString))?Va(e)?_d(e.value):JSON.stringify(e,Ua,2):String(e),Ua=(e,t)=>Va(t)?Ua(e,t.value):Zt(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,u],a)=>(n[jr(r,a)+" =>"]=u,n),{})}:$a(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>jr(n))}:At(t)?jr(t):ye(t)&&!te(t)&&!Ba(t)?String(t):t,jr=(e,t="")=>{var n;return At(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/** +* @vue/reactivity v3.5.13 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/let Re;class Wa{constructor(t=!1){this.detached=t,this._active=!0,this.effects=[],this.cleanups=[],this._isPaused=!1,this.parent=Re,!t&&Re&&(this.index=(Re.scopes||(Re.scopes=[])).push(this)-1)}get active(){return this._active}pause(){if(this._active){this._isPaused=!0;let t,n;if(this.scopes)for(t=0,n=this.scopes.length;t0)return;if(pn){let t=pn;for(pn=void 0;t;){const n=t.next;t.next=void 0,t.flags&=-9,t=n}}let e;for(;hn;){let t=hn;for(hn=void 0;t;){const n=t.next;if(t.next=void 0,t.flags&=-9,t.flags&1)try{t.trigger()}catch(r){e||(e=r)}t=n}}if(e)throw e}function Za(e){for(let t=e.deps;t;t=t.nextDep)t.version=-1,t.prevActiveLink=t.dep.activeLink,t.dep.activeLink=t}function Qa(e){let t,n=e.depsTail,r=n;for(;r;){const u=r.prevDep;r.version===-1?(r===n&&(n=u),Ru(r),bd(r)):t=r,r.dep.activeLink=r.prevActiveLink,r.prevActiveLink=void 0,r=u}e.deps=t,e.depsTail=n}function Qr(e){for(let t=e.deps;t;t=t.nextDep)if(t.dep.version!==t.version||t.dep.computed&&(Ja(t.dep.computed)||t.dep.version!==t.version))return!0;return!!e._dirty}function Ja(e){if(e.flags&4&&!(e.flags&16)||(e.flags&=-17,e.globalVersion===kn))return;e.globalVersion=kn;const t=e.dep;if(e.flags|=2,t.version>0&&!e.isSSR&&e.deps&&!Qr(e)){e.flags&=-3;return}const n=_e,r=qe;_e=e,qe=!0;try{Za(e);const u=e.fn(e._value);(t.version===0||Pt(u,e._value))&&(e._value=u,t.version++)}catch(u){throw t.version++,u}finally{_e=n,qe=r,Qa(e),e.flags&=-3}}function Ru(e,t=!1){const{dep:n,prevSub:r,nextSub:u}=e;if(r&&(r.nextSub=u,e.prevSub=void 0),u&&(u.prevSub=r,e.nextSub=void 0),n.subs===e&&(n.subs=r,!r&&n.computed)){n.computed.flags&=-5;for(let a=n.computed.deps;a;a=a.nextDep)Ru(a,!0)}!t&&!--n.sc&&n.map&&n.map.delete(n.key)}function bd(e){const{prevDep:t,nextDep:n}=e;t&&(t.nextDep=n,e.prevDep=void 0),n&&(n.prevDep=t,e.nextDep=void 0)}let qe=!0;const Xa=[];function Tt(){Xa.push(qe),qe=!1}function Mt(){const e=Xa.pop();qe=e===void 0?!0:e}function us(e){const{cleanup:t}=e;if(e.cleanup=void 0,t){const n=_e;_e=void 0;try{t()}finally{_e=n}}}let kn=0;class yd{constructor(t,n){this.sub=t,this.dep=n,this.version=n.version,this.nextDep=this.prevDep=this.nextSub=this.prevSub=this.prevActiveLink=void 0}}class Ou{constructor(t){this.computed=t,this.version=0,this.activeLink=void 0,this.subs=void 0,this.map=void 0,this.key=void 0,this.sc=0}track(t){if(!_e||!qe||_e===this.computed)return;let n=this.activeLink;if(n===void 0||n.sub!==_e)n=this.activeLink=new yd(_e,this),_e.deps?(n.prevDep=_e.depsTail,_e.depsTail.nextDep=n,_e.depsTail=n):_e.deps=_e.depsTail=n,eo(n);else if(n.version===-1&&(n.version=this.version,n.nextDep)){const r=n.nextDep;r.prevDep=n.prevDep,n.prevDep&&(n.prevDep.nextDep=r),n.prevDep=_e.depsTail,n.nextDep=void 0,_e.depsTail.nextDep=n,_e.depsTail=n,_e.deps===n&&(_e.deps=r)}return n}trigger(t){this.version++,kn++,this.notify(t)}notify(t){Tu();try{for(let n=this.subs;n;n=n.prevSub)n.sub.notify()&&n.sub.dep.notify()}finally{Mu()}}}function eo(e){if(e.dep.sc++,e.sub.flags&4){const t=e.dep.computed;if(t&&!e.dep.subs){t.flags|=20;for(let r=t.deps;r;r=r.nextDep)eo(r)}const n=e.dep.subs;n!==e&&(e.prevSub=n,n&&(n.nextSub=e)),e.dep.subs=e}}const Qn=new WeakMap,$t=Symbol(""),Jr=Symbol(""),Sn=Symbol("");function Ee(e,t,n){if(qe&&_e){let r=Qn.get(e);r||Qn.set(e,r=new Map);let u=r.get(n);u||(r.set(n,u=new Ou),u.map=r,u.key=n),u.track()}}function lt(e,t,n,r,u,a){const o=Qn.get(e);if(!o){kn++;return}const c=l=>{l&&l.trigger()};if(Tu(),t==="clear")o.forEach(c);else{const l=te(e),h=l&&Cu(n);if(l&&n==="length"){const f=Number(r);o.forEach((p,w)=>{(w==="length"||w===Sn||!At(w)&&w>=f)&&c(p)})}else switch((n!==void 0||o.has(void 0))&&c(o.get(n)),h&&c(o.get(Sn)),t){case"add":l?h&&c(o.get("length")):(c(o.get($t)),Zt(e)&&c(o.get(Jr)));break;case"delete":l||(c(o.get($t)),Zt(e)&&c(o.get(Jr)));break;case"set":Zt(e)&&c(o.get($t));break}}Mu()}function wd(e,t){const n=Qn.get(e);return n&&n.get(t)}function Ut(e){const t=ae(e);return t===e?t:(Ee(t,"iterate",Sn),Ye(e)?t:t.map(Oe))}function Lu(e){return Ee(e=ae(e),"iterate",Sn),e}const vd={__proto__:null,[Symbol.iterator](){return $r(this,Symbol.iterator,Oe)},concat(...e){return Ut(this).concat(...e.map(t=>te(t)?Ut(t):t))},entries(){return $r(this,"entries",e=>(e[1]=Oe(e[1]),e))},every(e,t){return it(this,"every",e,t,void 0,arguments)},filter(e,t){return it(this,"filter",e,t,n=>n.map(Oe),arguments)},find(e,t){return it(this,"find",e,t,Oe,arguments)},findIndex(e,t){return it(this,"findIndex",e,t,void 0,arguments)},findLast(e,t){return it(this,"findLast",e,t,Oe,arguments)},findLastIndex(e,t){return it(this,"findLastIndex",e,t,void 0,arguments)},forEach(e,t){return it(this,"forEach",e,t,void 0,arguments)},includes(...e){return Fr(this,"includes",e)},indexOf(...e){return Fr(this,"indexOf",e)},join(e){return Ut(this).join(e)},lastIndexOf(...e){return Fr(this,"lastIndexOf",e)},map(e,t){return it(this,"map",e,t,void 0,arguments)},pop(){return un(this,"pop")},push(...e){return un(this,"push",e)},reduce(e,...t){return ss(this,"reduce",e,t)},reduceRight(e,...t){return ss(this,"reduceRight",e,t)},shift(){return un(this,"shift")},some(e,t){return it(this,"some",e,t,void 0,arguments)},splice(...e){return un(this,"splice",e)},toReversed(){return Ut(this).toReversed()},toSorted(e){return Ut(this).toSorted(e)},toSpliced(...e){return Ut(this).toSpliced(...e)},unshift(...e){return un(this,"unshift",e)},values(){return $r(this,"values",Oe)}};function $r(e,t,n){const r=Lu(e),u=r[t]();return r!==e&&!Ye(e)&&(u._next=u.next,u.next=()=>{const a=u._next();return a.value&&(a.value=n(a.value)),a}),u}const kd=Array.prototype;function it(e,t,n,r,u,a){const o=Lu(e),c=o!==e&&!Ye(e),l=o[t];if(l!==kd[t]){const p=l.apply(e,a);return c?Oe(p):p}let h=n;o!==e&&(c?h=function(p,w){return n.call(this,Oe(p),w,e)}:n.length>2&&(h=function(p,w){return n.call(this,p,w,e)}));const f=l.call(o,h,r);return c&&u?u(f):f}function ss(e,t,n,r){const u=Lu(e);let a=n;return u!==e&&(Ye(e)?n.length>3&&(a=function(o,c,l){return n.call(this,o,c,l,e)}):a=function(o,c,l){return n.call(this,o,Oe(c),l,e)}),u[t](a,...r)}function Fr(e,t,n){const r=ae(e);Ee(r,"iterate",Sn);const u=r[t](...n);return(u===-1||u===!1)&&Iu(n[0])?(n[0]=ae(n[0]),r[t](...n)):u}function un(e,t,n=[]){Tt(),Tu();const r=ae(e)[t].apply(e,n);return Mu(),Mt(),r}const Sd=vu("__proto__,__v_isRef,__isVue"),to=new Set(Object.getOwnPropertyNames(Symbol).filter(e=>e!=="arguments"&&e!=="caller").map(e=>Symbol[e]).filter(At));function Cd(e){At(e)||(e=String(e));const t=ae(this);return Ee(t,"has",e),t.hasOwnProperty(e)}class no{constructor(t=!1,n=!1){this._isReadonly=t,this._isShallow=n}get(t,n,r){if(n==="__v_skip")return t.__v_skip;const u=this._isReadonly,a=this._isShallow;if(n==="__v_isReactive")return!u;if(n==="__v_isReadonly")return u;if(n==="__v_isShallow")return a;if(n==="__v_raw")return r===(u?a?jd:ao:a?so:uo).get(t)||Object.getPrototypeOf(t)===Object.getPrototypeOf(r)?t:void 0;const o=te(t);if(!u){let l;if(o&&(l=vd[n]))return l;if(n==="hasOwnProperty")return Cd}const c=Reflect.get(t,n,we(t)?t:r);return(At(n)?to.has(n):Sd(n))||(u||Ee(t,"get",n),a)?c:we(c)?o&&Cu(n)?c:c.value:ye(c)?u?gr(c):Fe(c):c}}class ro extends no{constructor(t=!1){super(!1,t)}set(t,n,r,u){let a=t[n];if(!this._isShallow){const l=Nt(a);if(!Ye(r)&&!Nt(r)&&(a=ae(a),r=ae(r)),!te(t)&&we(a)&&!we(r))return l?!1:(a.value=r,!0)}const o=te(t)&&Cu(n)?Number(n)e,Hn=e=>Reflect.getPrototypeOf(e);function Md(e,t,n){return function(...r){const u=this.__v_raw,a=ae(u),o=Zt(a),c=e==="entries"||e===Symbol.iterator&&o,l=e==="keys"&&o,h=u[e](...r),f=n?Xr:t?eu:Oe;return!t&&Ee(a,"iterate",l?Jr:$t),{next(){const{value:p,done:w}=h.next();return w?{value:p,done:w}:{value:c?[f(p[0]),f(p[1])]:f(p),done:w}},[Symbol.iterator](){return this}}}}function Bn(e){return function(...t){return e==="delete"?!1:e==="clear"?void 0:this}}function Rd(e,t){const n={get(u){const a=this.__v_raw,o=ae(a),c=ae(u);e||(Pt(u,c)&&Ee(o,"get",u),Ee(o,"get",c));const{has:l}=Hn(o),h=t?Xr:e?eu:Oe;if(l.call(o,u))return h(a.get(u));if(l.call(o,c))return h(a.get(c));a!==o&&a.get(u)},get size(){const u=this.__v_raw;return!e&&Ee(ae(u),"iterate",$t),Reflect.get(u,"size",u)},has(u){const a=this.__v_raw,o=ae(a),c=ae(u);return e||(Pt(u,c)&&Ee(o,"has",u),Ee(o,"has",c)),u===c?a.has(u):a.has(u)||a.has(c)},forEach(u,a){const o=this,c=o.__v_raw,l=ae(c),h=t?Xr:e?eu:Oe;return!e&&Ee(l,"iterate",$t),c.forEach((f,p)=>u.call(a,h(f),h(p),o))}};return Ce(n,e?{add:Bn("add"),set:Bn("set"),delete:Bn("delete"),clear:Bn("clear")}:{add(u){!t&&!Ye(u)&&!Nt(u)&&(u=ae(u));const a=ae(this);return Hn(a).has.call(a,u)||(a.add(u),lt(a,"add",u,u)),this},set(u,a){!t&&!Ye(a)&&!Nt(a)&&(a=ae(a));const o=ae(this),{has:c,get:l}=Hn(o);let h=c.call(o,u);h||(u=ae(u),h=c.call(o,u));const f=l.call(o,u);return o.set(u,a),h?Pt(a,f)&<(o,"set",u,a):lt(o,"add",u,a),this},delete(u){const a=ae(this),{has:o,get:c}=Hn(a);let l=o.call(a,u);l||(u=ae(u),l=o.call(a,u)),c&&c.call(a,u);const h=a.delete(u);return l&<(a,"delete",u,void 0),h},clear(){const u=ae(this),a=u.size!==0,o=u.clear();return a&<(u,"clear",void 0,void 0),o}}),["keys","values","entries",Symbol.iterator].forEach(u=>{n[u]=Md(u,e,t)}),n}function Du(e,t){const n=Rd(e,t);return(r,u,a)=>u==="__v_isReactive"?!e:u==="__v_isReadonly"?e:u==="__v_raw"?r:Reflect.get(le(n,u)&&u in r?n:r,u,a)}const Od={get:Du(!1,!1)},Ld={get:Du(!1,!0)},Dd={get:Du(!0,!1)};const uo=new WeakMap,so=new WeakMap,ao=new WeakMap,jd=new WeakMap;function Id(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}function $d(e){return e.__v_skip||!Object.isExtensible(e)?0:Id(ad(e))}function Fe(e){return Nt(e)?e:ju(e,!1,Ed,Od,uo)}function oo(e){return ju(e,!1,Td,Ld,so)}function gr(e){return ju(e,!0,Ad,Dd,ao)}function ju(e,t,n,r,u){if(!ye(e)||e.__v_raw&&!(t&&e.__v_isReactive))return e;const a=u.get(e);if(a)return a;const o=$d(e);if(o===0)return e;const c=new Proxy(e,o===2?r:n);return u.set(e,c),c}function Ft(e){return Nt(e)?Ft(e.__v_raw):!!(e&&e.__v_isReactive)}function Nt(e){return!!(e&&e.__v_isReadonly)}function Ye(e){return!!(e&&e.__v_isShallow)}function Iu(e){return e?!!e.__v_raw:!1}function ae(e){const t=e&&e.__v_raw;return t?ae(t):e}function $u(e){return!le(e,"__v_skip")&&Object.isExtensible(e)&&Na(e,"__v_skip",!0),e}const Oe=e=>ye(e)?Fe(e):e,eu=e=>ye(e)?gr(e):e;function we(e){return e?e.__v_isRef===!0:!1}function Ue(e){return io(e,!1)}function Ze(e){return io(e,!0)}function io(e,t){return we(e)?e:new Fd(e,t)}class Fd{constructor(t,n){this.dep=new Ou,this.__v_isRef=!0,this.__v_isShallow=!1,this._rawValue=n?t:ae(t),this._value=n?t:Oe(t),this.__v_isShallow=n}get value(){return this.dep.track(),this._value}set value(t){const n=this._rawValue,r=this.__v_isShallow||Ye(t)||Nt(t);t=r?t:ae(t),Pt(t,n)&&(this._rawValue=t,this._value=r?t:Oe(t),this.dep.trigger())}}function xe(e){return we(e)?e.value:e}const Hd={get:(e,t,n)=>t==="__v_raw"?e:xe(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const u=e[t];return we(u)&&!we(n)?(u.value=n,!0):Reflect.set(e,t,n,r)}};function co(e){return Ft(e)?e:new Proxy(e,Hd)}function Fu(e){const t=te(e)?new Array(e.length):{};for(const n in e)t[n]=lo(e,n);return t}class Bd{constructor(t,n,r){this._object=t,this._key=n,this._defaultValue=r,this.__v_isRef=!0,this._value=void 0}get value(){const t=this._object[this._key];return this._value=t===void 0?this._defaultValue:t}set value(t){this._object[this._key]=t}get dep(){return wd(ae(this._object),this._key)}}class Nd{constructor(t){this._getter=t,this.__v_isRef=!0,this.__v_isReadonly=!0,this._value=void 0}get value(){return this._value=this._getter()}}function mm(e,t,n){return we(e)?e:re(e)?new Nd(e):ye(e)&&arguments.length>1?lo(e,t,n):Ue(e)}function lo(e,t,n){const r=e[t];return we(r)?r:new Bd(e,t,n)}class zd{constructor(t,n,r){this.fn=t,this.setter=n,this._value=void 0,this.dep=new Ou(this),this.__v_isRef=!0,this.deps=void 0,this.depsTail=void 0,this.flags=16,this.globalVersion=kn-1,this.next=void 0,this.effect=this,this.__v_isReadonly=!n,this.isSSR=r}notify(){if(this.flags|=16,!(this.flags&8)&&_e!==this)return Ya(this,!0),!0}get value(){const t=this.dep.track();return Ja(this),t&&(t.version=this.dep.version),this._value}set value(t){this.setter&&this.setter(t)}}function Vd(e,t,n=!1){let r,u;return re(e)?r=e:(r=e.get,u=e.set),new zd(r,u,n)}const Nn={},Jn=new WeakMap;let jt;function Ud(e,t=!1,n=jt){if(n){let r=Jn.get(n);r||Jn.set(n,r=[]),r.push(e)}}function Wd(e,t,n=pe){const{immediate:r,deep:u,once:a,scheduler:o,augmentJob:c,call:l}=n,h=s=>u?s:Ye(s)||u===!1||u===0?ft(s,1):ft(s);let f,p,w,S,T=!1,A=!1;if(we(e)?(p=()=>e.value,T=Ye(e)):Ft(e)?(p=()=>h(e),T=!0):te(e)?(A=!0,T=e.some(s=>Ft(s)||Ye(s)),p=()=>e.map(s=>{if(we(s))return s.value;if(Ft(s))return h(s);if(re(s))return l?l(s,2):s()})):re(e)?t?p=l?()=>l(e,2):e:p=()=>{if(w){Tt();try{w()}finally{Mt()}}const s=jt;jt=f;try{return l?l(e,3,[S]):e(S)}finally{jt=s}}:p=Ge,t&&u){const s=p,d=u===!0?1/0:u;p=()=>ft(s(),d)}const N=xa(),z=()=>{f.stop(),N&&N.active&&Su(N.effects,f)};if(a&&t){const s=t;t=(...d)=>{s(...d),z()}}let V=A?new Array(e.length).fill(Nn):Nn;const Z=s=>{if(!(!(f.flags&1)||!f.dirty&&!s))if(t){const d=f.run();if(u||T||(A?d.some((i,m)=>Pt(i,V[m])):Pt(d,V))){w&&w();const i=jt;jt=f;try{const m=[d,V===Nn?void 0:A&&V[0]===Nn?[]:V,S];l?l(t,3,m):t(...m),V=d}finally{jt=i}}}else f.run()};return c&&c(Z),f=new Ga(p),f.scheduler=o?()=>o(Z,!1):Z,S=s=>Ud(s,!1,f),w=f.onStop=()=>{const s=Jn.get(f);if(s){if(l)l(s,4);else for(const d of s)d();Jn.delete(f)}},t?r?Z(!0):V=f.run():o?o(Z.bind(null,!0),!0):f.run(),z.pause=f.pause.bind(f),z.resume=f.resume.bind(f),z.stop=z,z}function ft(e,t=1/0,n){if(t<=0||!ye(e)||e.__v_skip||(n=n||new Set,n.has(e)))return e;if(n.add(e),t--,we(e))ft(e.value,t,n);else if(te(e))for(let r=0;r{ft(r,t,n)});else if(Ba(e)){for(const r in e)ft(e[r],t,n);for(const r of Object.getOwnPropertySymbols(e))Object.prototype.propertyIsEnumerable.call(e,r)&&ft(e[r],t,n)}return e}/** +* @vue/runtime-core v3.5.13 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/function Dn(e,t,n,r){try{return r?e(...r):e()}catch(u){_r(u,t,n)}}function Qe(e,t,n,r){if(re(e)){const u=Dn(e,t,n,r);return u&&Fa(u)&&u.catch(a=>{_r(a,t,n)}),u}if(te(e)){const u=[];for(let a=0;a>>1,u=Le[r],a=Cn(u);a=Cn(n)?Le.push(e):Le.splice(Kd(t),0,e),e.flags|=1,ho()}}function ho(){Xn||(Xn=fo.then(go))}function po(e){te(e)?Qt.push(...e):vt&&e.id===-1?vt.splice(Gt+1,0,e):e.flags&1||(Qt.push(e),e.flags|=1),ho()}function as(e,t,n=st+1){for(;nCn(n)-Cn(r));if(Qt.length=0,vt){vt.push(...t);return}for(vt=t,Gt=0;Gte.id==null?e.flags&2?-1:1/0:e.id;function go(e){try{for(st=0;st{r._d&&ws(-1);const a=er(t);let o;try{o=e(...u)}finally{er(a),r._d&&ws(1)}return o};return r._n=!0,r._c=!0,r._d=!0,r}function gm(e,t){if(je===null)return e;const n=Er(je),r=e.dirs||(e.dirs=[]);for(let u=0;ue.__isTeleport,mn=e=>e&&(e.disabled||e.disabled===""),os=e=>e&&(e.defer||e.defer===""),is=e=>typeof SVGElement<"u"&&e instanceof SVGElement,ds=e=>typeof MathMLElement=="function"&&e instanceof MathMLElement,nu=(e,t)=>{const n=e&&e.to;return ke(n)?t?t(n):null:n},wo={name:"Teleport",__isTeleport:!0,process(e,t,n,r,u,a,o,c,l,h){const{mc:f,pc:p,pbc:w,o:{insert:S,querySelector:T,createText:A,createComment:N}}=h,z=mn(t.props);let{shapeFlag:V,children:Z,dynamicChildren:s}=t;if(e==null){const d=t.el=A(""),i=t.anchor=A("");S(d,n,r),S(i,n,r);const m=(_,g)=>{V&16&&(u&&u.isCE&&(u.ce._teleportTarget=_),f(Z,_,g,u,a,o,c,l))},b=()=>{const _=t.target=nu(t.props,T),g=vo(_,t,A,S);_&&(o!=="svg"&&is(_)?o="svg":o!=="mathml"&&ds(_)&&(o="mathml"),z||(m(_,g),Kn(t,!1)))};z&&(m(n,i),Kn(t,!0)),os(t.props)?Me(()=>{b(),t.el.__isMounted=!0},a):b()}else{if(os(t.props)&&!e.el.__isMounted){Me(()=>{wo.process(e,t,n,r,u,a,o,c,l,h),delete e.el.__isMounted},a);return}t.el=e.el,t.targetStart=e.targetStart;const d=t.anchor=e.anchor,i=t.target=e.target,m=t.targetAnchor=e.targetAnchor,b=mn(e.props),_=b?n:i,g=b?d:m;if(o==="svg"||is(i)?o="svg":(o==="mathml"||ds(i))&&(o="mathml"),s?(w(e.dynamicChildren,s,_,u,a,o,c),Wu(e,t,!0)):l||p(e,t,_,g,u,a,o,c,!1),z)b?t.props&&e.props&&t.props.to!==e.props.to&&(t.props.to=e.props.to):zn(t,n,d,h,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const C=t.target=nu(t.props,T);C&&zn(t,C,null,h,0)}else b&&zn(t,i,m,h,1);Kn(t,z)}},remove(e,t,n,{um:r,o:{remove:u}},a){const{shapeFlag:o,children:c,anchor:l,targetStart:h,targetAnchor:f,target:p,props:w}=e;if(p&&(u(h),u(f)),a&&u(l),o&16){const S=a||!mn(w);for(let T=0;T{e.isMounted=!0}),kr(()=>{e.isUnmounting=!0}),e}const We=[Function,Array],So={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:We,onEnter:We,onAfterEnter:We,onEnterCancelled:We,onBeforeLeave:We,onLeave:We,onAfterLeave:We,onLeaveCancelled:We,onBeforeAppear:We,onAppear:We,onAfterAppear:We,onAppearCancelled:We},Co=e=>{const t=e.subTree;return t.component?Co(t.component):t},qd={name:"BaseTransition",props:So,setup(e,{slots:t}){const n=Pr(),r=ko();return()=>{const u=t.default&&Bu(t.default(),!0);if(!u||!u.length)return;const a=Po(u),o=ae(e),{mode:c}=o;if(r.isLeaving)return Hr(a);const l=cs(a);if(!l)return Hr(a);let h=Pn(l,o,r,n,p=>h=p);l.type!==De&&zt(l,h);let f=n.subTree&&cs(n.subTree);if(f&&f.type!==De&&!It(l,f)&&Co(n).type!==De){let p=Pn(f,o,r,n);if(zt(f,p),c==="out-in"&&l.type!==De)return r.isLeaving=!0,p.afterLeave=()=>{r.isLeaving=!1,n.job.flags&8||n.update(),delete p.afterLeave,f=void 0},Hr(a);c==="in-out"&&l.type!==De?p.delayLeave=(w,S,T)=>{const A=Eo(r,f);A[String(f.key)]=f,w[kt]=()=>{S(),w[kt]=void 0,delete h.delayedLeave,f=void 0},h.delayedLeave=()=>{T(),delete h.delayedLeave,f=void 0}}:f=void 0}else f&&(f=void 0);return a}}};function Po(e){let t=e[0];if(e.length>1){for(const n of e)if(n.type!==De){t=n;break}}return t}const Yd=qd;function Eo(e,t){const{leavingVNodes:n}=e;let r=n.get(t.type);return r||(r=Object.create(null),n.set(t.type,r)),r}function Pn(e,t,n,r,u){const{appear:a,mode:o,persisted:c=!1,onBeforeEnter:l,onEnter:h,onAfterEnter:f,onEnterCancelled:p,onBeforeLeave:w,onLeave:S,onAfterLeave:T,onLeaveCancelled:A,onBeforeAppear:N,onAppear:z,onAfterAppear:V,onAppearCancelled:Z}=t,s=String(e.key),d=Eo(n,e),i=(_,g)=>{_&&Qe(_,r,9,g)},m=(_,g)=>{const C=g[1];i(_,g),te(_)?_.every(E=>E.length<=1)&&C():_.length<=1&&C()},b={mode:o,persisted:c,beforeEnter(_){let g=l;if(!n.isMounted)if(a)g=N||l;else return;_[kt]&&_[kt](!0);const C=d[s];C&&It(e,C)&&C.el[kt]&&C.el[kt](),i(g,[_])},enter(_){let g=h,C=f,E=p;if(!n.isMounted)if(a)g=z||h,C=V||f,E=Z||p;else return;let R=!1;const L=_[Vn]=I=>{R||(R=!0,I?i(E,[_]):i(C,[_]),b.delayedLeave&&b.delayedLeave(),_[Vn]=void 0)};g?m(g,[_,L]):L()},leave(_,g){const C=String(e.key);if(_[Vn]&&_[Vn](!0),n.isUnmounting)return g();i(w,[_]);let E=!1;const R=_[kt]=L=>{E||(E=!0,g(),L?i(A,[_]):i(T,[_]),_[kt]=void 0,d[C]===e&&delete d[C])};d[C]=e,S?m(S,[_,R]):R()},clone(_){const g=Pn(_,t,n,r,u);return u&&u(g),g}};return b}function Hr(e){if(wr(e))return e=Et(e),e.children=null,e}function cs(e){if(!wr(e))return yo(e.type)&&e.children?Po(e.children):e;const{shapeFlag:t,children:n}=e;if(n){if(t&16)return n[0];if(t&32&&re(n.default))return n.default()}}function zt(e,t){e.shapeFlag&6&&e.component?(e.transition=t,zt(e.component.subTree,t)):e.shapeFlag&128?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function Bu(e,t=!1,n){let r=[],u=0;for(let a=0;a1)for(let a=0;atr(T,t&&(te(t)?t[A]:t),n,r,u));return}if(gn(r)&&!u){r.shapeFlag&512&&r.type.__asyncResolved&&r.component.subTree.component&&tr(e,t,n,r.component.subTree);return}const a=r.shapeFlag&4?Er(r.component):r.el,o=u?null:a,{i:c,r:l}=e,h=t&&t.r,f=c.refs===pe?c.refs={}:c.refs,p=c.setupState,w=ae(p),S=p===pe?()=>!1:T=>le(w,T);if(h!=null&&h!==l&&(ke(h)?(f[h]=null,S(h)&&(p[h]=null)):we(h)&&(h.value=null)),re(l))Dn(l,c,12,[o,f]);else{const T=ke(l),A=we(l);if(T||A){const N=()=>{if(e.f){const z=T?S(l)?p[l]:f[l]:l.value;u?te(z)&&Su(z,a):te(z)?z.includes(a)||z.push(a):T?(f[l]=[a],S(l)&&(p[l]=f[l])):(l.value=[a],e.k&&(f[e.k]=l.value))}else T?(f[l]=o,S(l)&&(p[l]=o)):A&&(l.value=o,e.k&&(f[e.k]=o))};o?(N.id=-1,Me(N,n)):N()}}}mr().requestIdleCallback;mr().cancelIdleCallback;const gn=e=>!!e.type.__asyncLoader,wr=e=>e.type.__isKeepAlive;function To(e,t){Ro(e,"a",t)}function Mo(e,t){Ro(e,"da",t)}function Ro(e,t,n=Pe){const r=e.__wdc||(e.__wdc=()=>{let u=n;for(;u;){if(u.isDeactivated)return;u=u.parent}return e()});if(vr(t,r,n),n){let u=n.parent;for(;u&&u.parent;)wr(u.parent.vnode)&&Zd(r,t,n,u),u=u.parent}}function Zd(e,t,n,r){const u=vr(t,e,r,!0);Nu(()=>{Su(r[t],u)},n)}function vr(e,t,n=Pe,r=!1){if(n){const u=n[e]||(n[e]=[]),a=t.__weh||(t.__weh=(...o)=>{Tt();const c=$n(n),l=Qe(t,n,e,o);return c(),Mt(),l});return r?u.unshift(a):u.push(a),a}}const mt=e=>(t,n=Pe)=>{(!Tn||e==="sp")&&vr(e,(...r)=>t(...r),n)},Qd=mt("bm"),jn=mt("m"),Oo=mt("bu"),Lo=mt("u"),kr=mt("bum"),Nu=mt("um"),Jd=mt("sp"),Xd=mt("rtg"),ec=mt("rtc");function tc(e,t=Pe){vr("ec",e,t)}const zu="components",nc="directives";function rc(e,t){return Vu(zu,e,!0,t)||e}const uc=Symbol.for("v-ndc");function bm(e){return ke(e)&&Vu(zu,e,!1)||e}function ym(e){return Vu(nc,e)}function Vu(e,t,n=!0,r=!1){const u=je||Pe;if(u){const a=u.type;if(e===zu){const c=xc(a,!1);if(c&&(c===t||c===Ke(t)||c===Ln(Ke(t))))return a}const o=ls(u[e]||a[e],t)||ls(u.appContext[e],t);return!o&&r?a:o}}function ls(e,t){return e&&(e[t]||e[Ke(t)]||e[Ln(Ke(t))])}const ru=e=>e?ti(e)?Er(e):ru(e.parent):null,_n=Ce(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>ru(e.parent),$root:e=>ru(e.root),$host:e=>e.ce,$emit:e=>e.emit,$options:e=>jo(e),$forceUpdate:e=>e.f||(e.f=()=>{Hu(e.update)}),$nextTick:e=>e.n||(e.n=br.bind(e.proxy)),$watch:e=>Ec.bind(e)}),Br=(e,t)=>e!==pe&&!e.__isScriptSetup&&le(e,t),sc={get({_:e},t){if(t==="__v_skip")return!0;const{ctx:n,setupState:r,data:u,props:a,accessCache:o,type:c,appContext:l}=e;let h;if(t[0]!=="$"){const S=o[t];if(S!==void 0)switch(S){case 1:return r[t];case 2:return u[t];case 4:return n[t];case 3:return a[t]}else{if(Br(r,t))return o[t]=1,r[t];if(u!==pe&&le(u,t))return o[t]=2,u[t];if((h=e.propsOptions[0])&&le(h,t))return o[t]=3,a[t];if(n!==pe&&le(n,t))return o[t]=4,n[t];uu&&(o[t]=0)}}const f=_n[t];let p,w;if(f)return t==="$attrs"&&Ee(e.attrs,"get",""),f(e);if((p=c.__cssModules)&&(p=p[t]))return p;if(n!==pe&&le(n,t))return o[t]=4,n[t];if(w=l.config.globalProperties,le(w,t))return w[t]},set({_:e},t,n){const{data:r,setupState:u,ctx:a}=e;return Br(u,t)?(u[t]=n,!0):r!==pe&&le(r,t)?(r[t]=n,!0):le(e.props,t)||t[0]==="$"&&t.slice(1)in e?!1:(a[t]=n,!0)},has({_:{data:e,setupState:t,accessCache:n,ctx:r,appContext:u,propsOptions:a}},o){let c;return!!n[o]||e!==pe&&le(e,o)||Br(t,o)||(c=a[0])&&le(c,o)||le(r,o)||le(_n,o)||le(u.config.globalProperties,o)},defineProperty(e,t,n){return n.get!=null?e._.accessCache[t]=0:le(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};function fs(e){return te(e)?e.reduce((t,n)=>(t[n]=null,t),{}):e}let uu=!0;function ac(e){const t=jo(e),n=e.proxy,r=e.ctx;uu=!1,t.beforeCreate&&hs(t.beforeCreate,e,"bc");const{data:u,computed:a,methods:o,watch:c,provide:l,inject:h,created:f,beforeMount:p,mounted:w,beforeUpdate:S,updated:T,activated:A,deactivated:N,beforeDestroy:z,beforeUnmount:V,destroyed:Z,unmounted:s,render:d,renderTracked:i,renderTriggered:m,errorCaptured:b,serverPrefetch:_,expose:g,inheritAttrs:C,components:E,directives:R,filters:L}=t;if(h&&oc(h,r,null),o)for(const M in o){const F=o[M];re(F)&&(r[M]=F.bind(n))}if(u){const M=u.call(n,n);ye(M)&&(e.data=Fe(M))}if(uu=!0,a)for(const M in a){const F=a[M],G=re(F)?F.bind(n,n):re(F.get)?F.get.bind(n,n):Ge,ue=!re(F)&&re(F.set)?F.set.bind(n):Ge,Y=X({get:G,set:ue});Object.defineProperty(r,M,{enumerable:!0,configurable:!0,get:()=>Y.value,set:se=>Y.value=se})}if(c)for(const M in c)Do(c[M],r,n,M);if(l){const M=re(l)?l.call(n):l;Reflect.ownKeys(M).forEach(F=>{pt(F,M[F])})}f&&hs(f,e,"c");function y(M,F){te(F)?F.forEach(G=>M(G.bind(n))):F&&M(F.bind(n))}if(y(Qd,p),y(jn,w),y(Oo,S),y(Lo,T),y(To,A),y(Mo,N),y(tc,b),y(ec,i),y(Xd,m),y(kr,V),y(Nu,s),y(Jd,_),te(g))if(g.length){const M=e.exposed||(e.exposed={});g.forEach(F=>{Object.defineProperty(M,F,{get:()=>n[F],set:G=>n[F]=G})})}else e.exposed||(e.exposed={});d&&e.render===Ge&&(e.render=d),C!=null&&(e.inheritAttrs=C),E&&(e.components=E),R&&(e.directives=R),_&&Ao(e)}function oc(e,t,n=Ge){te(e)&&(e=su(e));for(const r in e){const u=e[r];let a;ye(u)?"default"in u?a=ve(u.from||r,u.default,!0):a=ve(u.from||r):a=ve(u),we(a)?Object.defineProperty(t,r,{enumerable:!0,configurable:!0,get:()=>a.value,set:o=>a.value=o}):t[r]=a}}function hs(e,t,n){Qe(te(e)?e.map(r=>r.bind(t.proxy)):e.bind(t.proxy),t,n)}function Do(e,t,n,r){let u=r.includes(".")?Ko(n,r):()=>n[r];if(ke(e)){const a=t[e];re(a)&&Ve(u,a)}else if(re(e))Ve(u,e.bind(n));else if(ye(e))if(te(e))e.forEach(a=>Do(a,t,n,r));else{const a=re(e.handler)?e.handler.bind(n):t[e.handler];re(a)&&Ve(u,a,e)}}function jo(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:u,optionsCache:a,config:{optionMergeStrategies:o}}=e.appContext,c=a.get(t);let l;return c?l=c:!u.length&&!n&&!r?l=t:(l={},u.length&&u.forEach(h=>nr(l,h,o,!0)),nr(l,t,o)),ye(t)&&a.set(t,l),l}function nr(e,t,n,r=!1){const{mixins:u,extends:a}=t;a&&nr(e,a,n,!0),u&&u.forEach(o=>nr(e,o,n,!0));for(const o in t)if(!(r&&o==="expose")){const c=ic[o]||n&&n[o];e[o]=c?c(e[o],t[o]):t[o]}return e}const ic={data:ps,props:ms,emits:ms,methods:dn,computed:dn,beforeCreate:Te,created:Te,beforeMount:Te,mounted:Te,beforeUpdate:Te,updated:Te,beforeDestroy:Te,beforeUnmount:Te,destroyed:Te,unmounted:Te,activated:Te,deactivated:Te,errorCaptured:Te,serverPrefetch:Te,components:dn,directives:dn,watch:cc,provide:ps,inject:dc};function ps(e,t){return t?e?function(){return Ce(re(e)?e.call(this,this):e,re(t)?t.call(this,this):t)}:t:e}function dc(e,t){return dn(su(e),su(t))}function su(e){if(te(e)){const t={};for(let n=0;n1)return n&&re(t)?t.call(r&&r.proxy):t}}function hc(){return!!(Pe||je||Ht)}const $o={},Fo=()=>Object.create($o),Ho=e=>Object.getPrototypeOf(e)===$o;function pc(e,t,n,r=!1){const u={},a=Fo();e.propsDefaults=Object.create(null),Bo(e,t,u,a);for(const o in e.propsOptions[0])o in u||(u[o]=void 0);n?e.props=r?u:oo(u):e.type.props?e.props=u:e.props=a,e.attrs=a}function mc(e,t,n,r){const{props:u,attrs:a,vnode:{patchFlag:o}}=e,c=ae(u),[l]=e.propsOptions;let h=!1;if((r||o>0)&&!(o&16)){if(o&8){const f=e.vnode.dynamicProps;for(let p=0;p{l=!0;const[w,S]=No(p,t,!0);Ce(o,w),S&&c.push(...S)};!n&&t.mixins.length&&t.mixins.forEach(f),e.extends&&f(e.extends),e.mixins&&e.mixins.forEach(f)}if(!a&&!l)return ye(e)&&r.set(e,Yt),Yt;if(te(a))for(let f=0;fe[0]==="_"||e==="$stable",Uu=e=>te(e)?e.map(at):[at(e)],_c=(e,t,n)=>{if(t._n)return t;const r=tu((...u)=>Uu(t(...u)),n);return r._c=!1,r},Vo=(e,t,n)=>{const r=e._ctx;for(const u in e){if(zo(u))continue;const a=e[u];if(re(a))t[u]=_c(u,a,r);else if(a!=null){const o=Uu(a);t[u]=()=>o}}},Uo=(e,t)=>{const n=Uu(t);e.slots.default=()=>n},Wo=(e,t,n)=>{for(const r in t)(n||r!=="_")&&(e[r]=t[r])},bc=(e,t,n)=>{const r=e.slots=Fo();if(e.vnode.shapeFlag&32){const u=t._;u?(Wo(r,t,n),n&&Na(r,"_",u,!0)):Vo(t,r)}else t&&Uo(e,t)},yc=(e,t,n)=>{const{vnode:r,slots:u}=e;let a=!0,o=pe;if(r.shapeFlag&32){const c=t._;c?n&&c===1?a=!1:Wo(u,t,n):(a=!t.$stable,Vo(t,u)),o=t}else t&&(Uo(e,t),o={default:1});if(a)for(const c in u)!zo(c)&&o[c]==null&&delete u[c]},Me=Dc;function wc(e){return vc(e)}function vc(e,t){const n=mr();n.__VUE__=!0;const{insert:r,remove:u,patchProp:a,createElement:o,createText:c,createComment:l,setText:h,setElementText:f,parentNode:p,nextSibling:w,setScopeId:S=Ge,insertStaticContent:T}=e,A=(v,k,P,D=null,$=null,j=null,K=void 0,x=null,W=!!k.dynamicChildren)=>{if(v===k)return;v&&!It(v,k)&&(D=O(v),se(v,$,j,!0),v=null),k.patchFlag===-2&&(W=!1,k.dynamicChildren=null);const{type:H,ref:ee,shapeFlag:q}=k;switch(H){case In:N(v,k,P,D);break;case De:z(v,k,P,D);break;case Gn:v==null&&V(k,P,D,K);break;case $e:E(v,k,P,D,$,j,K,x,W);break;default:q&1?d(v,k,P,D,$,j,K,x,W):q&6?R(v,k,P,D,$,j,K,x,W):(q&64||q&128)&&H.process(v,k,P,D,$,j,K,x,W,Q)}ee!=null&&$&&tr(ee,v&&v.ref,j,k||v,!k)},N=(v,k,P,D)=>{if(v==null)r(k.el=c(k.children),P,D);else{const $=k.el=v.el;k.children!==v.children&&h($,k.children)}},z=(v,k,P,D)=>{v==null?r(k.el=l(k.children||""),P,D):k.el=v.el},V=(v,k,P,D)=>{[v.el,v.anchor]=T(v.children,k,P,D,v.el,v.anchor)},Z=({el:v,anchor:k},P,D)=>{let $;for(;v&&v!==k;)$=w(v),r(v,P,D),v=$;r(k,P,D)},s=({el:v,anchor:k})=>{let P;for(;v&&v!==k;)P=w(v),u(v),v=P;u(k)},d=(v,k,P,D,$,j,K,x,W)=>{k.type==="svg"?K="svg":k.type==="math"&&(K="mathml"),v==null?i(k,P,D,$,j,K,x,W):_(v,k,$,j,K,x,W)},i=(v,k,P,D,$,j,K,x)=>{let W,H;const{props:ee,shapeFlag:q,transition:J,dirs:ne}=v;if(W=v.el=o(v.type,j,ee&&ee.is,ee),q&8?f(W,v.children):q&16&&b(v.children,W,null,D,$,Nr(v,j),K,x),ne&&Rt(v,null,D,"created"),m(W,v,v.scopeId,K,D),ee){for(const ge in ee)ge!=="value"&&!fn(ge)&&a(W,ge,null,ee[ge],j,D);"value"in ee&&a(W,"value",null,ee.value,j),(H=ee.onVnodeBeforeMount)&&rt(H,D,v)}ne&&Rt(v,null,D,"beforeMount");const oe=kc($,J);oe&&J.beforeEnter(W),r(W,k,P),((H=ee&&ee.onVnodeMounted)||oe||ne)&&Me(()=>{H&&rt(H,D,v),oe&&J.enter(W),ne&&Rt(v,null,D,"mounted")},$)},m=(v,k,P,D,$)=>{if(P&&S(v,P),D)for(let j=0;j{for(let H=W;H{const x=k.el=v.el;let{patchFlag:W,dynamicChildren:H,dirs:ee}=k;W|=v.patchFlag&16;const q=v.props||pe,J=k.props||pe;let ne;if(P&&Ot(P,!1),(ne=J.onVnodeBeforeUpdate)&&rt(ne,P,k,v),ee&&Rt(k,v,P,"beforeUpdate"),P&&Ot(P,!0),(q.innerHTML&&J.innerHTML==null||q.textContent&&J.textContent==null)&&f(x,""),H?g(v.dynamicChildren,H,x,P,D,Nr(k,$),j):K||F(v,k,x,null,P,D,Nr(k,$),j,!1),W>0){if(W&16)C(x,q,J,P,$);else if(W&2&&q.class!==J.class&&a(x,"class",null,J.class,$),W&4&&a(x,"style",q.style,J.style,$),W&8){const oe=k.dynamicProps;for(let ge=0;ge{ne&&rt(ne,P,k,v),ee&&Rt(k,v,P,"updated")},D)},g=(v,k,P,D,$,j,K)=>{for(let x=0;x{if(k!==P){if(k!==pe)for(const j in k)!fn(j)&&!(j in P)&&a(v,j,k[j],null,$,D);for(const j in P){if(fn(j))continue;const K=P[j],x=k[j];K!==x&&j!=="value"&&a(v,j,x,K,$,D)}"value"in P&&a(v,"value",k.value,P.value,$)}},E=(v,k,P,D,$,j,K,x,W)=>{const H=k.el=v?v.el:c(""),ee=k.anchor=v?v.anchor:c("");let{patchFlag:q,dynamicChildren:J,slotScopeIds:ne}=k;ne&&(x=x?x.concat(ne):ne),v==null?(r(H,P,D),r(ee,P,D),b(k.children||[],P,ee,$,j,K,x,W)):q>0&&q&64&&J&&v.dynamicChildren?(g(v.dynamicChildren,J,P,$,j,K,x),(k.key!=null||$&&k===$.subTree)&&Wu(v,k,!0)):F(v,k,P,ee,$,j,K,x,W)},R=(v,k,P,D,$,j,K,x,W)=>{k.slotScopeIds=x,v==null?k.shapeFlag&512?$.ctx.activate(k,P,D,K,W):L(k,P,D,$,j,K,W):I(v,k,W)},L=(v,k,P,D,$,j,K)=>{const x=v.component=Nc(v,D,$);if(wr(v)&&(x.ctx.renderer=Q),zc(x,!1,K),x.asyncDep){if($&&$.registerDep(x,y,K),!v.el){const W=x.subTree=he(De);z(null,W,k,P)}}else y(x,v,k,P,$,j,K)},I=(v,k,P)=>{const D=k.component=v.component;if(Oc(v,k,P))if(D.asyncDep&&!D.asyncResolved){M(D,k,P);return}else D.next=k,D.update();else k.el=v.el,D.vnode=k},y=(v,k,P,D,$,j,K)=>{const x=()=>{if(v.isMounted){let{next:q,bu:J,u:ne,parent:oe,vnode:ge}=v;{const tt=xo(v);if(tt){q&&(q.el=ge.el,M(v,q,K)),tt.asyncDep.then(()=>{v.isUnmounted||x()});return}}let fe=q,Be;Ot(v,!1),q?(q.el=ge.el,M(v,q,K)):q=ge,J&&Dr(J),(Be=q.props&&q.props.onVnodeBeforeUpdate)&&rt(Be,oe,q,ge),Ot(v,!0);const Ie=bs(v),et=v.subTree;v.subTree=Ie,A(et,Ie,p(et.el),O(et),v,$,j),q.el=Ie.el,fe===null&&Lc(v,Ie.el),ne&&Me(ne,$),(Be=q.props&&q.props.onVnodeUpdated)&&Me(()=>rt(Be,oe,q,ge),$)}else{let q;const{el:J,props:ne}=k,{bm:oe,m:ge,parent:fe,root:Be,type:Ie}=v,et=gn(k);Ot(v,!1),oe&&Dr(oe),!et&&(q=ne&&ne.onVnodeBeforeMount)&&rt(q,fe,k),Ot(v,!0);{Be.ce&&Be.ce._injectChildStyle(Ie);const tt=v.subTree=bs(v);A(null,tt,P,D,v,$,j),k.el=tt.el}if(ge&&Me(ge,$),!et&&(q=ne&&ne.onVnodeMounted)){const tt=k;Me(()=>rt(q,fe,tt),$)}(k.shapeFlag&256||fe&&gn(fe.vnode)&&fe.vnode.shapeFlag&256)&&v.a&&Me(v.a,$),v.isMounted=!0,k=P=D=null}};v.scope.on();const W=v.effect=new Ga(x);v.scope.off();const H=v.update=W.run.bind(W),ee=v.job=W.runIfDirty.bind(W);ee.i=v,ee.id=v.uid,W.scheduler=()=>Hu(ee),Ot(v,!0),H()},M=(v,k,P)=>{k.component=v;const D=v.vnode.props;v.vnode=k,v.next=null,mc(v,k.props,D,P),yc(v,k.children,P),Tt(),as(v),Mt()},F=(v,k,P,D,$,j,K,x,W=!1)=>{const H=v&&v.children,ee=v?v.shapeFlag:0,q=k.children,{patchFlag:J,shapeFlag:ne}=k;if(J>0){if(J&128){ue(H,q,P,D,$,j,K,x,W);return}else if(J&256){G(H,q,P,D,$,j,K,x,W);return}}ne&8?(ee&16&&ie(H,$,j),q!==H&&f(P,q)):ee&16?ne&16?ue(H,q,P,D,$,j,K,x,W):ie(H,$,j,!0):(ee&8&&f(P,""),ne&16&&b(q,P,D,$,j,K,x,W))},G=(v,k,P,D,$,j,K,x,W)=>{v=v||Yt,k=k||Yt;const H=v.length,ee=k.length,q=Math.min(H,ee);let J;for(J=0;Jee?ie(v,$,j,!0,!1,q):b(k,P,D,$,j,K,x,W,q)},ue=(v,k,P,D,$,j,K,x,W)=>{let H=0;const ee=k.length;let q=v.length-1,J=ee-1;for(;H<=q&&H<=J;){const ne=v[H],oe=k[H]=W?St(k[H]):at(k[H]);if(It(ne,oe))A(ne,oe,P,null,$,j,K,x,W);else break;H++}for(;H<=q&&H<=J;){const ne=v[q],oe=k[J]=W?St(k[J]):at(k[J]);if(It(ne,oe))A(ne,oe,P,null,$,j,K,x,W);else break;q--,J--}if(H>q){if(H<=J){const ne=J+1,oe=neJ)for(;H<=q;)se(v[H],$,j,!0),H++;else{const ne=H,oe=H,ge=new Map;for(H=oe;H<=J;H++){const Ne=k[H]=W?St(k[H]):at(k[H]);Ne.key!=null&&ge.set(Ne.key,H)}let fe,Be=0;const Ie=J-oe+1;let et=!1,tt=0;const rn=new Array(Ie);for(H=0;H=Ie){se(Ne,$,j,!0);continue}let nt;if(Ne.key!=null)nt=ge.get(Ne.key);else for(fe=oe;fe<=J;fe++)if(rn[fe-oe]===0&&It(Ne,k[fe])){nt=fe;break}nt===void 0?se(Ne,$,j,!0):(rn[nt-oe]=H+1,nt>=tt?tt=nt:et=!0,A(Ne,k[nt],P,null,$,j,K,x,W),Be++)}const ts=et?Sc(rn):Yt;for(fe=ts.length-1,H=Ie-1;H>=0;H--){const Ne=oe+H,nt=k[Ne],ns=Ne+1{const{el:j,type:K,transition:x,children:W,shapeFlag:H}=v;if(H&6){Y(v.component.subTree,k,P,D);return}if(H&128){v.suspense.move(k,P,D);return}if(H&64){K.move(v,k,P,Q);return}if(K===$e){r(j,k,P);for(let q=0;qx.enter(j),$);else{const{leave:q,delayLeave:J,afterLeave:ne}=x,oe=()=>r(j,k,P),ge=()=>{q(j,()=>{oe(),ne&&ne()})};J?J(j,oe,ge):ge()}else r(j,k,P)},se=(v,k,P,D=!1,$=!1)=>{const{type:j,props:K,ref:x,children:W,dynamicChildren:H,shapeFlag:ee,patchFlag:q,dirs:J,cacheIndex:ne}=v;if(q===-2&&($=!1),x!=null&&tr(x,null,P,v,!0),ne!=null&&(k.renderCache[ne]=void 0),ee&256){k.ctx.deactivate(v);return}const oe=ee&1&&J,ge=!gn(v);let fe;if(ge&&(fe=K&&K.onVnodeBeforeUnmount)&&rt(fe,k,v),ee&6)me(v.component,P,D);else{if(ee&128){v.suspense.unmount(P,D);return}oe&&Rt(v,null,k,"beforeUnmount"),ee&64?v.type.remove(v,k,P,Q,D):H&&!H.hasOnce&&(j!==$e||q>0&&q&64)?ie(H,k,P,!1,!0):(j===$e&&q&384||!$&&ee&16)&&ie(W,k,P),D&&be(v)}(ge&&(fe=K&&K.onVnodeUnmounted)||oe)&&Me(()=>{fe&&rt(fe,k,v),oe&&Rt(v,null,k,"unmounted")},P)},be=v=>{const{type:k,el:P,anchor:D,transition:$}=v;if(k===$e){Se(P,D);return}if(k===Gn){s(v);return}const j=()=>{u(P),$&&!$.persisted&&$.afterLeave&&$.afterLeave()};if(v.shapeFlag&1&&$&&!$.persisted){const{leave:K,delayLeave:x}=$,W=()=>K(P,j);x?x(v.el,j,W):W()}else j()},Se=(v,k)=>{let P;for(;v!==k;)P=w(v),u(v),v=P;u(k)},me=(v,k,P)=>{const{bum:D,scope:$,job:j,subTree:K,um:x,m:W,a:H}=v;_s(W),_s(H),D&&Dr(D),$.stop(),j&&(j.flags|=8,se(K,v,k,P)),x&&Me(x,k),Me(()=>{v.isUnmounted=!0},k),k&&k.pendingBranch&&!k.isUnmounted&&v.asyncDep&&!v.asyncResolved&&v.suspenseId===k.pendingId&&(k.deps--,k.deps===0&&k.resolve())},ie=(v,k,P,D=!1,$=!1,j=0)=>{for(let K=j;K{if(v.shapeFlag&6)return O(v.component.subTree);if(v.shapeFlag&128)return v.suspense.next();const k=w(v.anchor||v.el),P=k&&k[bo];return P?w(P):k};let B=!1;const U=(v,k,P)=>{v==null?k._vnode&&se(k._vnode,null,null,!0):A(k._vnode||null,v,k,null,null,null,P),k._vnode=v,B||(B=!0,as(),mo(),B=!1)},Q={p:A,um:se,m:Y,r:be,mt:L,mc:b,pc:F,pbc:g,n:O,o:e};return{render:U,hydrate:void 0,createApp:fc(U)}}function Nr({type:e,props:t},n){return n==="svg"&&e==="foreignObject"||n==="mathml"&&e==="annotation-xml"&&t&&t.encoding&&t.encoding.includes("html")?void 0:n}function Ot({effect:e,job:t},n){n?(e.flags|=32,t.flags|=4):(e.flags&=-33,t.flags&=-5)}function kc(e,t){return(!e||e&&!e.pendingBranch)&&t&&!t.persisted}function Wu(e,t,n=!1){const r=e.children,u=t.children;if(te(r)&&te(u))for(let a=0;a>1,e[n[c]]0&&(t[r]=n[a-1]),n[a]=r)}}for(a=n.length,o=n[a-1];a-- >0;)n[a]=o,o=t[o];return n}function xo(e){const t=e.subTree.component;if(t)return t.asyncDep&&!t.asyncResolved?t:xo(t)}function _s(e){if(e)for(let t=0;tve(Cc);function Sr(e,t){return xu(e,null,t)}function Ve(e,t,n){return xu(e,t,n)}function xu(e,t,n=pe){const{immediate:r,deep:u,flush:a,once:o}=n,c=Ce({},n),l=t&&r||!t&&a!=="post";let h;if(Tn){if(a==="sync"){const S=Pc();h=S.__watcherHandles||(S.__watcherHandles=[])}else if(!l){const S=()=>{};return S.stop=Ge,S.resume=Ge,S.pause=Ge,S}}const f=Pe;c.call=(S,T,A)=>Qe(S,f,T,A);let p=!1;a==="post"?c.scheduler=S=>{Me(S,f&&f.suspense)}:a!=="sync"&&(p=!0,c.scheduler=(S,T)=>{T?S():Hu(S)}),c.augmentJob=S=>{t&&(S.flags|=4),p&&(S.flags|=2,f&&(S.id=f.uid,S.i=f))};const w=Wd(e,t,c);return Tn&&(h?h.push(w):l&&w()),w}function Ec(e,t,n){const r=this.proxy,u=ke(e)?e.includes(".")?Ko(r,e):()=>r[e]:e.bind(r,r);let a;re(t)?a=t:(a=t.handler,n=t);const o=$n(this),c=xu(u,a.bind(r),n);return o(),c}function Ko(e,t){const n=t.split(".");return()=>{let r=e;for(let u=0;ut==="modelValue"||t==="model-value"?e.modelModifiers:e[`${t}Modifiers`]||e[`${Ke(t)}Modifiers`]||e[`${Vt(t)}Modifiers`];function Tc(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||pe;let u=n;const a=t.startsWith("update:"),o=a&&Ac(r,t.slice(7));o&&(o.trim&&(u=n.map(f=>ke(f)?f.trim():f)),o.number&&(u=n.map(dd)));let c,l=r[c=Lr(t)]||r[c=Lr(Ke(t))];!l&&a&&(l=r[c=Lr(Vt(t))]),l&&Qe(l,e,6,u);const h=r[c+"Once"];if(h){if(!e.emitted)e.emitted={};else if(e.emitted[c])return;e.emitted[c]=!0,Qe(h,e,6,u)}}function Go(e,t,n=!1){const r=t.emitsCache,u=r.get(e);if(u!==void 0)return u;const a=e.emits;let o={},c=!1;if(!re(e)){const l=h=>{const f=Go(h,t,!0);f&&(c=!0,Ce(o,f))};!n&&t.mixins.length&&t.mixins.forEach(l),e.extends&&l(e.extends),e.mixins&&e.mixins.forEach(l)}return!a&&!c?(ye(e)&&r.set(e,null),null):(te(a)?a.forEach(l=>o[l]=null):Ce(o,a),ye(e)&&r.set(e,o),o)}function Cr(e,t){return!e||!fr(t)?!1:(t=t.slice(2).replace(/Once$/,""),le(e,t[0].toLowerCase()+t.slice(1))||le(e,Vt(t))||le(e,t))}function bs(e){const{type:t,vnode:n,proxy:r,withProxy:u,propsOptions:[a],slots:o,attrs:c,emit:l,render:h,renderCache:f,props:p,data:w,setupState:S,ctx:T,inheritAttrs:A}=e,N=er(e);let z,V;try{if(n.shapeFlag&4){const s=u||r,d=s;z=at(h.call(d,s,f,p,S,w,T)),V=c}else{const s=t;z=at(s.length>1?s(p,{attrs:c,slots:o,emit:l}):s(p,null)),V=t.props?c:Mc(c)}}catch(s){bn.length=0,_r(s,e,1),z=he(De)}let Z=z;if(V&&A!==!1){const s=Object.keys(V),{shapeFlag:d}=Z;s.length&&d&7&&(a&&s.some(ku)&&(V=Rc(V,a)),Z=Et(Z,V,!1,!0))}return n.dirs&&(Z=Et(Z,null,!1,!0),Z.dirs=Z.dirs?Z.dirs.concat(n.dirs):n.dirs),n.transition&&zt(Z,n.transition),z=Z,er(N),z}const Mc=e=>{let t;for(const n in e)(n==="class"||n==="style"||fr(n))&&((t||(t={}))[n]=e[n]);return t},Rc=(e,t)=>{const n={};for(const r in e)(!ku(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function Oc(e,t,n){const{props:r,children:u,component:a}=e,{props:o,children:c,patchFlag:l}=t,h=a.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&l>=0){if(l&1024)return!0;if(l&16)return r?ys(r,o,h):!!o;if(l&8){const f=t.dynamicProps;for(let p=0;pe.__isSuspense;function Dc(e,t){t&&t.pendingBranch?te(e)?t.effects.push(...e):t.effects.push(e):po(e)}const $e=Symbol.for("v-fgt"),In=Symbol.for("v-txt"),De=Symbol.for("v-cmt"),Gn=Symbol.for("v-stc"),bn=[];let ze=null;function Yo(e=!1){bn.push(ze=e?null:[])}function jc(){bn.pop(),ze=bn[bn.length-1]||null}let En=1;function ws(e,t=!1){En+=e,e<0&&ze&&t&&(ze.hasOnce=!0)}function Zo(e){return e.dynamicChildren=En>0?ze||Yt:null,jc(),En>0&&ze&&ze.push(e),e}function wm(e,t,n,r,u,a){return Zo(Xo(e,t,n,r,u,a,!0))}function Qo(e,t,n,r,u){return Zo(he(e,t,n,r,u,!0))}function An(e){return e?e.__v_isVNode===!0:!1}function It(e,t){return e.type===t.type&&e.key===t.key}const Jo=({key:e})=>e??null,qn=({ref:e,ref_key:t,ref_for:n})=>(typeof e=="number"&&(e=""+e),e!=null?ke(e)||we(e)||re(e)?{i:je,r:e,k:t,f:!!n}:e:null);function Xo(e,t=null,n=null,r=0,u=null,a=e===$e?0:1,o=!1,c=!1){const l={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Jo(t),ref:t&&qn(t),scopeId:_o,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetStart:null,targetAnchor:null,staticCount:0,shapeFlag:a,patchFlag:r,dynamicProps:u,dynamicChildren:null,appContext:null,ctx:je};return c?(Ku(l,n),a&128&&e.normalize(l)):n&&(l.shapeFlag|=ke(n)?8:16),En>0&&!o&&ze&&(l.patchFlag>0||a&6)&&l.patchFlag!==32&&ze.push(l),l}const he=Ic;function Ic(e,t=null,n=null,r=0,u=null,a=!1){if((!e||e===uc)&&(e=De),An(e)){const c=Et(e,t,!0);return n&&Ku(c,n),En>0&&!a&&ze&&(c.shapeFlag&6?ze[ze.indexOf(e)]=c:ze.push(c)),c.patchFlag=-2,c}if(Kc(e)&&(e=e.__vccOpts),t){t=$c(t);let{class:c,style:l}=t;c&&!ke(c)&&(t.class=Eu(c)),ye(l)&&(Iu(l)&&!te(l)&&(l=Ce({},l)),t.style=Pu(l))}const o=ke(e)?1:qo(e)?128:yo(e)?64:ye(e)?4:re(e)?2:0;return Xo(e,t,n,r,u,o,a,!0)}function $c(e){return e?Iu(e)||Ho(e)?Ce({},e):e:null}function Et(e,t,n=!1,r=!1){const{props:u,ref:a,patchFlag:o,children:c,transition:l}=e,h=t?ei(u||{},t):u,f={__v_isVNode:!0,__v_skip:!0,type:e.type,props:h,key:h&&Jo(h),ref:t&&t.ref?n&&a?te(a)?a.concat(qn(t)):[a,qn(t)]:qn(t):a,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:c,target:e.target,targetStart:e.targetStart,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==$e?o===-1?16:o|16:o,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:l,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&Et(e.ssContent),ssFallback:e.ssFallback&&Et(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce};return l&&r&&zt(f,l.clone(f)),f}function Fc(e=" ",t=0){return he(In,null,e,t)}function vm(e="",t=!1){return t?(Yo(),Qo(De,null,e)):he(De,null,e)}function at(e){return e==null||typeof e=="boolean"?he(De):te(e)?he($e,null,e.slice()):An(e)?St(e):he(In,null,String(e))}function St(e){return e.el===null&&e.patchFlag!==-1||e.memo?e:Et(e)}function Ku(e,t){let n=0;const{shapeFlag:r}=e;if(t==null)t=null;else if(te(t))n=16;else if(typeof t=="object")if(r&65){const u=t.default;u&&(u._c&&(u._d=!1),Ku(e,u()),u._c&&(u._d=!0));return}else{n=32;const u=t._;!u&&!Ho(t)?t._ctx=je:u===3&&je&&(je.slots._===1?t._=1:(t._=2,e.patchFlag|=1024))}else re(t)?(t={default:t,_ctx:je},n=32):(t=String(t),r&64?(n=16,t=[Fc(t)]):n=8);e.children=t,e.shapeFlag|=n}function ei(...e){const t={};for(let n=0;nPe||je;let rr,ou;{const e=mr(),t=(n,r)=>{let u;return(u=e[n])||(u=e[n]=[]),u.push(r),a=>{u.length>1?u.forEach(o=>o(a)):u[0](a)}};rr=t("__VUE_INSTANCE_SETTERS__",n=>Pe=n),ou=t("__VUE_SSR_SETTERS__",n=>Tn=n)}const $n=e=>{const t=Pe;return rr(e),e.scope.on(),()=>{e.scope.off(),rr(t)}},vs=()=>{Pe&&Pe.scope.off(),rr(null)};function ti(e){return e.vnode.shapeFlag&4}let Tn=!1;function zc(e,t=!1,n=!1){t&&ou(t);const{props:r,children:u}=e.vnode,a=ti(e);pc(e,r,a,t),bc(e,u,n);const o=a?Vc(e,t):void 0;return t&&ou(!1),o}function Vc(e,t){const n=e.type;e.accessCache=Object.create(null),e.proxy=new Proxy(e.ctx,sc);const{setup:r}=n;if(r){Tt();const u=e.setupContext=r.length>1?Wc(e):null,a=$n(e),o=Dn(r,e,0,[e.props,u]),c=Fa(o);if(Mt(),a(),(c||e.sp)&&!gn(e)&&Ao(e),c){if(o.then(vs,vs),t)return o.then(l=>{ks(e,l)}).catch(l=>{_r(l,e,0)});e.asyncDep=o}else ks(e,o)}else ni(e)}function ks(e,t,n){re(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:ye(t)&&(e.setupState=co(t)),ni(e)}function ni(e,t,n){const r=e.type;e.render||(e.render=r.render||Ge);{const u=$n(e);Tt();try{ac(e)}finally{Mt(),u()}}}const Uc={get(e,t){return Ee(e,"get",""),e[t]}};function Wc(e){const t=n=>{e.exposed=n||{}};return{attrs:new Proxy(e.attrs,Uc),slots:e.slots,emit:e.emit,expose:t}}function Er(e){return e.exposed?e.exposeProxy||(e.exposeProxy=new Proxy(co($u(e.exposed)),{get(t,n){if(n in t)return t[n];if(n in _n)return _n[n](e)},has(t,n){return n in t||n in _n}})):e.proxy}function xc(e,t=!0){return re(e)?e.displayName||e.name:e.name||t&&e.__name}function Kc(e){return re(e)&&"__vccOpts"in e}const X=(e,t)=>Vd(e,t,Tn);function Jt(e,t,n){const r=arguments.length;return r===2?ye(t)&&!te(t)?An(t)?he(e,null,[t]):he(e,t):he(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):r===3&&An(n)&&(n=[n]),he(e,t,n))}const Gc="3.5.13";/** +* @vue/runtime-dom v3.5.13 +* (c) 2018-present Yuxi (Evan) You and Vue contributors +* @license MIT +**/let iu;const Ss=typeof window<"u"&&window.trustedTypes;if(Ss)try{iu=Ss.createPolicy("vue",{createHTML:e=>e})}catch{}const ri=iu?e=>iu.createHTML(e):e=>e,qc="http://www.w3.org/2000/svg",Yc="http://www.w3.org/1998/Math/MathML",ct=typeof document<"u"?document:null,Cs=ct&&ct.createElement("template"),Zc={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const u=t==="svg"?ct.createElementNS(qc,e):t==="mathml"?ct.createElementNS(Yc,e):n?ct.createElement(e,{is:n}):ct.createElement(e);return e==="select"&&r&&r.multiple!=null&&u.setAttribute("multiple",r.multiple),u},createText:e=>ct.createTextNode(e),createComment:e=>ct.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>ct.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,u,a){const o=n?n.previousSibling:t.lastChild;if(u&&(u===a||u.nextSibling))for(;t.insertBefore(u.cloneNode(!0),n),!(u===a||!(u=u.nextSibling)););else{Cs.innerHTML=ri(r==="svg"?`${e}`:r==="mathml"?`${e}`:e);const c=Cs.content;if(r==="svg"||r==="mathml"){const l=c.firstChild;for(;l.firstChild;)c.appendChild(l.firstChild);c.removeChild(l)}t.insertBefore(c,n)}return[o?o.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},_t="transition",sn="animation",Xt=Symbol("_vtc"),ui={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},si=Ce({},So,ui),Qc=e=>(e.displayName="Transition",e.props=si,e),km=Qc((e,{slots:t})=>Jt(Yd,ai(e),t)),Lt=(e,t=[])=>{te(e)?e.forEach(n=>n(...t)):e&&e(...t)},Ps=e=>e?te(e)?e.some(t=>t.length>1):e.length>1:!1;function ai(e){const t={};for(const E in e)E in ui||(t[E]=e[E]);if(e.css===!1)return t;const{name:n="v",type:r,duration:u,enterFromClass:a=`${n}-enter-from`,enterActiveClass:o=`${n}-enter-active`,enterToClass:c=`${n}-enter-to`,appearFromClass:l=a,appearActiveClass:h=o,appearToClass:f=c,leaveFromClass:p=`${n}-leave-from`,leaveActiveClass:w=`${n}-leave-active`,leaveToClass:S=`${n}-leave-to`}=e,T=Jc(u),A=T&&T[0],N=T&&T[1],{onBeforeEnter:z,onEnter:V,onEnterCancelled:Z,onLeave:s,onLeaveCancelled:d,onBeforeAppear:i=z,onAppear:m=V,onAppearCancelled:b=Z}=t,_=(E,R,L,I)=>{E._enterCancelled=I,yt(E,R?f:c),yt(E,R?h:o),L&&L()},g=(E,R)=>{E._isLeaving=!1,yt(E,p),yt(E,S),yt(E,w),R&&R()},C=E=>(R,L)=>{const I=E?m:V,y=()=>_(R,E,L);Lt(I,[R,y]),Es(()=>{yt(R,E?l:a),ut(R,E?f:c),Ps(I)||As(R,r,A,y)})};return Ce(t,{onBeforeEnter(E){Lt(z,[E]),ut(E,a),ut(E,o)},onBeforeAppear(E){Lt(i,[E]),ut(E,l),ut(E,h)},onEnter:C(!1),onAppear:C(!0),onLeave(E,R){E._isLeaving=!0;const L=()=>g(E,R);ut(E,p),E._enterCancelled?(ut(E,w),du()):(du(),ut(E,w)),Es(()=>{E._isLeaving&&(yt(E,p),ut(E,S),Ps(s)||As(E,r,N,L))}),Lt(s,[E,L])},onEnterCancelled(E){_(E,!1,void 0,!0),Lt(Z,[E])},onAppearCancelled(E){_(E,!0,void 0,!0),Lt(b,[E])},onLeaveCancelled(E){g(E),Lt(d,[E])}})}function Jc(e){if(e==null)return null;if(ye(e))return[zr(e.enter),zr(e.leave)];{const t=zr(e);return[t,t]}}function zr(e){return cd(e)}function ut(e,t){t.split(/\s+/).forEach(n=>n&&e.classList.add(n)),(e[Xt]||(e[Xt]=new Set)).add(t)}function yt(e,t){t.split(/\s+/).forEach(r=>r&&e.classList.remove(r));const n=e[Xt];n&&(n.delete(t),n.size||(e[Xt]=void 0))}function Es(e){requestAnimationFrame(()=>{requestAnimationFrame(e)})}let Xc=0;function As(e,t,n,r){const u=e._endId=++Xc,a=()=>{u===e._endId&&r()};if(n!=null)return setTimeout(a,n);const{type:o,timeout:c,propCount:l}=oi(e,t);if(!o)return r();const h=o+"end";let f=0;const p=()=>{e.removeEventListener(h,w),a()},w=S=>{S.target===e&&++f>=l&&p()};setTimeout(()=>{f(n[T]||"").split(", "),u=r(`${_t}Delay`),a=r(`${_t}Duration`),o=Ts(u,a),c=r(`${sn}Delay`),l=r(`${sn}Duration`),h=Ts(c,l);let f=null,p=0,w=0;t===_t?o>0&&(f=_t,p=o,w=a.length):t===sn?h>0&&(f=sn,p=h,w=l.length):(p=Math.max(o,h),f=p>0?o>h?_t:sn:null,w=f?f===_t?a.length:l.length:0);const S=f===_t&&/\b(transform|all)(,|$)/.test(r(`${_t}Property`).toString());return{type:f,timeout:p,propCount:w,hasTransform:S}}function Ts(e,t){for(;e.lengthMs(n)+Ms(e[r])))}function Ms(e){return e==="auto"?0:Number(e.slice(0,-1).replace(",","."))*1e3}function du(){return document.body.offsetHeight}function el(e,t,n){const r=e[Xt];r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const ur=Symbol("_vod"),ii=Symbol("_vsh"),Sm={beforeMount(e,{value:t},{transition:n}){e[ur]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):an(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:r}){!t!=!n&&(r?t?(r.beforeEnter(e),an(e,!0),r.enter(e)):r.leave(e,()=>{an(e,!1)}):an(e,t))},beforeUnmount(e,{value:t}){an(e,t)}};function an(e,t){e.style.display=t?e[ur]:"none",e[ii]=!t}const di=Symbol("");function Cm(e){const t=Pr();if(!t)return;const n=t.ut=(u=e(t.proxy))=>{Array.from(document.querySelectorAll(`[data-v-owner="${t.uid}"]`)).forEach(a=>sr(a,u))},r=()=>{const u=e(t.proxy);t.ce?sr(t.ce,u):cu(t.subTree,u),n(u)};Oo(()=>{po(r)}),jn(()=>{Ve(r,Ge,{flush:"post"});const u=new MutationObserver(r);u.observe(t.subTree.el.parentNode,{childList:!0}),Nu(()=>u.disconnect())})}function cu(e,t){if(e.shapeFlag&128){const n=e.suspense;e=n.activeBranch,n.pendingBranch&&!n.isHydrating&&n.effects.push(()=>{cu(n.activeBranch,t)})}for(;e.component;)e=e.component.subTree;if(e.shapeFlag&1&&e.el)sr(e.el,t);else if(e.type===$e)e.children.forEach(n=>cu(n,t));else if(e.type===Gn){let{el:n,anchor:r}=e;for(;n&&(sr(n,t),n!==r);)n=n.nextSibling}}function sr(e,t){if(e.nodeType===1){const n=e.style;let r="";for(const u in t)n.setProperty(`--${u}`,t[u]),r+=`--${u}: ${t[u]};`;n[di]=r}}const tl=/(^|;)\s*display\s*:/;function nl(e,t,n){const r=e.style,u=ke(n);let a=!1;if(n&&!u){if(t)if(ke(t))for(const o of t.split(";")){const c=o.slice(0,o.indexOf(":")).trim();n[c]==null&&Yn(r,c,"")}else for(const o in t)n[o]==null&&Yn(r,o,"");for(const o in n)o==="display"&&(a=!0),Yn(r,o,n[o])}else if(u){if(t!==n){const o=r[di];o&&(n+=";"+o),r.cssText=n,a=tl.test(n)}}else t&&e.removeAttribute("style");ur in e&&(e[ur]=a?r.display:"",e[ii]&&(r.display="none"))}const Rs=/\s*!important$/;function Yn(e,t,n){if(te(n))n.forEach(r=>Yn(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=rl(e,t);Rs.test(n)?e.setProperty(Vt(r),n.replace(Rs,""),"important"):e[r]=n}}const Os=["Webkit","Moz","ms"],Vr={};function rl(e,t){const n=Vr[t];if(n)return n;let r=Ke(t);if(r!=="filter"&&r in e)return Vr[t]=r;r=Ln(r);for(let u=0;uUr||(il.then(()=>Ur=0),Ur=Date.now());function cl(e,t){const n=r=>{if(!r._vts)r._vts=Date.now();else if(r._vts<=n.attached)return;Qe(ll(r,n.value),t,5,[r])};return n.value=e,n.attached=dl(),n}function ll(e,t){if(te(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map(r=>u=>!u._stopped&&r&&r(u))}else return t}const Fs=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)>96&&e.charCodeAt(2)<123,fl=(e,t,n,r,u,a)=>{const o=u==="svg";t==="class"?el(e,r,o):t==="style"?nl(e,n,r):fr(t)?ku(t)||al(e,t,n,r,a):(t[0]==="."?(t=t.slice(1),!0):t[0]==="^"?(t=t.slice(1),!1):hl(e,t,r,o))?(js(e,t,r),!e.tagName.includes("-")&&(t==="value"||t==="checked"||t==="selected")&&Ds(e,t,r,o,a,t!=="value")):e._isVueCE&&(/[A-Z]/.test(t)||!ke(r))?js(e,Ke(t),r,a,t):(t==="true-value"?e._trueValue=r:t==="false-value"&&(e._falseValue=r),Ds(e,t,r,o))};function hl(e,t,n,r){if(r)return!!(t==="innerHTML"||t==="textContent"||t in e&&Fs(t)&&re(n));if(t==="spellcheck"||t==="draggable"||t==="translate"||t==="form"||t==="list"&&e.tagName==="INPUT"||t==="type"&&e.tagName==="TEXTAREA")return!1;if(t==="width"||t==="height"){const u=e.tagName;if(u==="IMG"||u==="VIDEO"||u==="CANVAS"||u==="SOURCE")return!1}return Fs(t)&&ke(n)?!1:t in e}const ci=new WeakMap,li=new WeakMap,ar=Symbol("_moveCb"),Hs=Symbol("_enterCb"),pl=e=>(delete e.props.mode,e),ml=pl({name:"TransitionGroup",props:Ce({},si,{tag:String,moveClass:String}),setup(e,{slots:t}){const n=Pr(),r=ko();let u,a;return Lo(()=>{if(!u.length)return;const o=e.moveClass||`${e.name||"v"}-move`;if(!yl(u[0].el,n.vnode.el,o))return;u.forEach(gl),u.forEach(_l);const c=u.filter(bl);du(),c.forEach(l=>{const h=l.el,f=h.style;ut(h,o),f.transform=f.webkitTransform=f.transitionDuration="";const p=h[ar]=w=>{w&&w.target!==h||(!w||/transform$/.test(w.propertyName))&&(h.removeEventListener("transitionend",p),h[ar]=null,yt(h,o))};h.addEventListener("transitionend",p)})}),()=>{const o=ae(e),c=ai(o);let l=o.tag||$e;if(u=[],a)for(let h=0;h{c.split(/\s+/).forEach(l=>l&&r.classList.remove(l))}),n.split(/\s+/).forEach(c=>c&&r.classList.add(c)),r.style.display="none";const a=t.nodeType===1?t:t.parentNode;a.appendChild(r);const{hasTransform:o}=oi(r);return a.removeChild(r),o}const wl=["ctrl","shift","alt","meta"],vl={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&e.button!==0,middle:e=>"button"in e&&e.button!==1,right:e=>"button"in e&&e.button!==2,exact:(e,t)=>wl.some(n=>e[`${n}Key`]&&!t.includes(n))},Em=(e,t)=>{const n=e._withMods||(e._withMods={}),r=t.join(".");return n[r]||(n[r]=(u,...a)=>{for(let o=0;o{const t=Sl().createApp(...e),{mount:n}=t;return t.mount=r=>{const u=El(r);if(!u)return;const a=t._component;!re(a)&&!a.render&&!a.template&&(a.template=u.innerHTML),u.nodeType===1&&(u.textContent="");const o=n(u,!1,Pl(u));return u instanceof Element&&(u.removeAttribute("v-cloak"),u.setAttribute("data-v-app","")),o},t};function Pl(e){if(e instanceof SVGElement)return"svg";if(typeof MathMLElement=="function"&&e instanceof MathMLElement)return"mathml"}function El(e){return ke(e)?document.querySelector(e):e}function Al(e,t){let n;function r(){n=Au(),n.run(()=>t.length?t(()=>{n==null||n.stop(),r()}):t())}Ve(e,u=>{u&&!n?r():u||(n==null||n.stop(),n=void 0)},{immediate:!0}),Ka(()=>{n==null||n.stop()})}const He=typeof window<"u",Am=He&&"IntersectionObserver"in window,Tl=He&&("ontouchstart"in window||window.navigator.maxTouchPoints>0);function fi(e,t,n){const r=t.length-1;if(r<0)return e===void 0?n:e;for(let u=0;uMl(e[r],t[r]))}function lu(e,t,n){return e==null||!t||typeof t!="string"?n:e[t]!==void 0?e[t]:(t=t.replace(/\[(\w+)\]/g,".$1"),t=t.replace(/^\./,""),fi(e,t.split("."),n))}function Tm(e,t,n){if(t===!0)return e===void 0?n:e;if(t==null||typeof t=="boolean")return n;if(e!==Object(e)){if(typeof t!="function")return n;const u=t(e,n);return typeof u>"u"?n:u}if(typeof t=="string")return lu(e,t,n);if(Array.isArray(t))return fi(e,t,n);if(typeof t!="function")return n;const r=t(e,n);return typeof r>"u"?n:r}function hi(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return Array.from({length:e},(n,r)=>t+r)}function ot(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"px";if(!(e==null||e===""))return isNaN(+e)?String(e):isFinite(+e)?`${Number(e)}${t}`:void 0}function Mm(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}function Ns(e){let t;return e!==null&&typeof e=="object"&&((t=Object.getPrototypeOf(e))===Object.prototype||t===null)}function pi(e){if(e&&"$el"in e){const t=e.$el;return(t==null?void 0:t.nodeType)===Node.TEXT_NODE?t.nextElementSibling:t}return e}const Rm=Object.freeze({enter:13,tab:9,delete:46,esc:27,space:32,up:38,down:40,left:37,right:39,end:35,home:36,del:46,backspace:8,insert:45,pageup:33,pagedown:34,shift:16}),Om=Object.freeze({enter:"Enter",tab:"Tab",delete:"Delete",esc:"Escape",space:"Space",up:"ArrowUp",down:"ArrowDown",left:"ArrowLeft",right:"ArrowRight",end:"End",home:"Home",del:"Delete",backspace:"Backspace",insert:"Insert",pageup:"PageUp",pagedown:"PageDown",shift:"Shift"});function Wr(e,t){return t.every(n=>e.hasOwnProperty(n))}function Rl(e,t){const n={},r=new Set(Object.keys(e));for(const u of t)r.has(u)&&(n[u]=e[u]);return n}function zs(e,t,n){const r=Object.create(null),u=Object.create(null);for(const a in e)t.some(o=>o instanceof RegExp?o.test(a):o===a)?r[a]=e[a]:u[a]=e[a];return[r,u]}function Ol(e,t){const n={...e};return t.forEach(r=>delete n[r]),n}function Lm(e,t){const n={};return t.forEach(r=>n[r]=e[r]),n}const mi=/^on[^a-z]/,Dm=e=>mi.test(e),Ll=["onAfterscriptexecute","onAnimationcancel","onAnimationend","onAnimationiteration","onAnimationstart","onAuxclick","onBeforeinput","onBeforescriptexecute","onChange","onClick","onCompositionend","onCompositionstart","onCompositionupdate","onContextmenu","onCopy","onCut","onDblclick","onFocusin","onFocusout","onFullscreenchange","onFullscreenerror","onGesturechange","onGestureend","onGesturestart","onGotpointercapture","onInput","onKeydown","onKeypress","onKeyup","onLostpointercapture","onMousedown","onMousemove","onMouseout","onMouseover","onMouseup","onMousewheel","onPaste","onPointercancel","onPointerdown","onPointerenter","onPointerleave","onPointermove","onPointerout","onPointerover","onPointerup","onReset","onSelect","onSubmit","onTouchcancel","onTouchend","onTouchmove","onTouchstart","onTransitioncancel","onTransitionend","onTransitionrun","onTransitionstart","onWheel"];function jm(e){const[t,n]=zs(e,[mi]),r=Ol(t,Ll),[u,a]=zs(n,["class","style","id",/^data-/]);return Object.assign(u,t),Object.assign(a,r),[u,a]}function Im(e){return e==null?[]:Array.isArray(e)?e:[e]}function $m(e,t){let n=0;const r=function(){for(var u=arguments.length,a=new Array(u),o=0;oe(...a),xe(t))};return r.clear=()=>{clearTimeout(n)},r.immediate=e,r}function gi(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1;return Math.max(t,Math.min(n,e))}function Vs(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"0";return e+n.repeat(Math.max(0,t-e.length))}function Us(e,t){return(arguments.length>2&&arguments[2]!==void 0?arguments[2]:"0").repeat(Math.max(0,t-e.length))+e}function Dl(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:1;const n=[];let r=0;for(;r0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;const r={};for(const u in e)r[u]=e[u];for(const u in t){const a=e[u],o=t[u];if(Ns(a)&&Ns(o)){r[u]=Ae(a,o,n);continue}if(n&&Array.isArray(a)&&Array.isArray(o)){r[u]=n(a,o);continue}r[u]=o}return r}function jl(e){return e.map(t=>t.type===$e?jl(t.children):t).flat()}function Bt(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"";if(Bt.cache.has(e))return Bt.cache.get(e);const t=e.replace(/[^a-z]/gi,"-").replace(/\B([A-Z])/g,"-$1").toLowerCase();return Bt.cache.set(e,t),t}Bt.cache=new Map;function cn(e,t){if(!t||typeof t!="object")return[];if(Array.isArray(t))return t.map(n=>cn(e,n)).flat(1);if(t.suspense)return cn(e,t.ssContent);if(Array.isArray(t.children))return t.children.map(n=>cn(e,n)).flat(1);if(t.component){if(Object.getOwnPropertySymbols(t.component.provides).includes(e))return[t.component];if(t.component.subTree)return cn(e,t.component.subTree).flat(1)}return[]}function Fm(e){const t=Fe({}),n=X(e);return Sr(()=>{for(const r in n.value)t[r]=n.value[r]},{flush:"sync"}),Fu(t)}function Hm(e,t){return e.includes(t)}function Bm(e){return e[2].toLowerCase()+e.slice(3)}const Nm=()=>[Function,Array];function zm(e,t){return t="on"+Ln(t),!!(e[t]||e[`${t}Once`]||e[`${t}Capture`]||e[`${t}OnceCapture`]||e[`${t}CaptureOnce`])}function Vm(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r1&&arguments[1]!==void 0?arguments[1]:!0;const n=["button","[href]",'input:not([type="hidden"])',"select","textarea","[tabindex]"].map(r=>`${r}${t?':not([tabindex="-1"])':""}:not([disabled])`).join(", ");return[...e.querySelectorAll(n)]}function $l(e,t,n){let r,u=e.indexOf(document.activeElement);const a=t==="next"?1:-1;do u+=a,r=e[u];while((!r||r.offsetParent==null||!((n==null?void 0:n(r))??!0))&&u=0);return r}function Fl(e,t){var r,u,a,o;const n=Il(e);if(!t)(e===document.activeElement||!e.contains(document.activeElement))&&((r=n[0])==null||r.focus());else if(t==="first")(u=n[0])==null||u.focus();else if(t==="last")(a=n.at(-1))==null||a.focus();else if(typeof t=="number")(o=n[t])==null||o.focus();else{const c=$l(n,t);c?c.focus():Fl(e,t==="next"?"first":"last")}}function Um(e){return e==null||typeof e=="string"&&e.trim()===""}function Wm(e,t){if(!(He&&typeof CSS<"u"&&typeof CSS.supports<"u"&&CSS.supports(`selector(${t})`)))return null;try{return!!e&&e.matches(t)}catch{return null}}function Hl(e){return e.some(t=>An(t)?t.type===De?!1:t.type!==$e||Hl(t.children):!0)?e:null}function xm(e,t){if(!He||e===0)return t(),()=>{};const n=window.setTimeout(t,e);return()=>window.clearTimeout(n)}function Km(e,t){const n=e.clientX,r=e.clientY,u=t.getBoundingClientRect(),a=u.left,o=u.top,c=u.right,l=u.bottom;return n>=a&&n<=c&&r>=o&&r<=l}function Bl(){const e=Ze(),t=n=>{e.value=n};return Object.defineProperty(t,"value",{enumerable:!0,get:()=>e.value,set:n=>e.value=n}),Object.defineProperty(t,"el",{enumerable:!0,get:()=>pi(e.value)}),t}function Gm(e){const t=e.key.length===1,n=!e.ctrlKey&&!e.metaKey&&!e.altKey;return t&&n}const Wt=2.4,Ws=.2126729,xs=.7151522,Ks=.072175,Nl=.55,zl=.58,Vl=.57,Ul=.62,Un=.03,Gs=1.45,Wl=5e-4,xl=1.25,Kl=1.25,Gl=.078,qs=12.82051282051282,Wn=.06,ql=.001;function Ys(e,t){const n=(e.r/255)**Wt,r=(e.g/255)**Wt,u=(e.b/255)**Wt,a=(t.r/255)**Wt,o=(t.g/255)**Wt,c=(t.b/255)**Wt;let l=n*Ws+r*xs+u*Ks,h=a*Ws+o*xs+c*Ks;if(l<=Un&&(l+=(Un-l)**Gs),h<=Un&&(h+=(Un-h)**Gs),Math.abs(h-l)l){const p=(h**Nl-l**zl)*xl;f=p-.001?0:p>-.078?p-p*qs*Wn:p+Wn}return f*100}function qm(e){}function Ym(e,t){t=Array.isArray(t)?t.slice(0,-1).map(n=>`'${n}'`).join(", ")+` or '${t.at(-1)}'`:`'${t}'`}const or=.20689655172413793,Yl=e=>e>or**3?Math.cbrt(e):e/(3*or**2)+4/29,Zl=e=>e>or?e**3:3*or**2*(e-4/29);function _i(e){const t=Yl,n=t(e[1]);return[116*n-16,500*(t(e[0]/.95047)-n),200*(n-t(e[2]/1.08883))]}function bi(e){const t=Zl,n=(e[0]+16)/116;return[t(n+e[1]/500)*.95047,t(n),t(n-e[2]/200)*1.08883]}const Ql=[[3.2406,-1.5372,-.4986],[-.9689,1.8758,.0415],[.0557,-.204,1.057]],Jl=e=>e<=.0031308?e*12.92:1.055*e**(1/2.4)-.055,Xl=[[.4124,.3576,.1805],[.2126,.7152,.0722],[.0193,.1192,.9505]],ef=e=>e<=.04045?e/12.92:((e+.055)/1.055)**2.4;function yi(e){const t=Array(3),n=Jl,r=Ql;for(let u=0;u<3;++u)t[u]=Math.round(gi(n(r[u][0]*e[0]+r[u][1]*e[1]+r[u][2]*e[2]))*255);return{r:t[0],g:t[1],b:t[2]}}function Gu(e){let{r:t,g:n,b:r}=e;const u=[0,0,0],a=ef,o=Xl;t=a(t/255),n=a(n/255),r=a(r/255);for(let c=0;c<3;++c)u[c]=o[c][0]*t+o[c][1]*n+o[c][2]*r;return u}function tf(e){return!!e&&/^(#|var\(--|(rgb|hsl)a?\()/.test(e)}function Zm(e){return tf(e)&&!/^((rgb|hsl)a?\()?var\(--/.test(e)}const Zs=/^(?(?:rgb|hsl)a?)\((?.+)\)/,nf={rgb:(e,t,n,r)=>({r:e,g:t,b:n,a:r}),rgba:(e,t,n,r)=>({r:e,g:t,b:n,a:r}),hsl:(e,t,n,r)=>Qs({h:e,s:t,l:n,a:r}),hsla:(e,t,n,r)=>Qs({h:e,s:t,l:n,a:r}),hsv:(e,t,n,r)=>Mn({h:e,s:t,v:n,a:r}),hsva:(e,t,n,r)=>Mn({h:e,s:t,v:n,a:r})};function ht(e){if(typeof e=="number")return{r:(e&16711680)>>16,g:(e&65280)>>8,b:e&255};if(typeof e=="string"&&Zs.test(e)){const{groups:t}=e.match(Zs),{fn:n,values:r}=t,u=r.split(/,\s*/).map(a=>a.endsWith("%")&&["hsl","hsla","hsv","hsva"].includes(n)?parseFloat(a)/100:parseFloat(a));return nf[n](...u)}else if(typeof e=="string"){let t=e.startsWith("#")?e.slice(1):e;return[3,4].includes(t.length)?t=t.split("").map(n=>n+n).join(""):[6,8].includes(t.length),uf(t)}else if(typeof e=="object"){if(Wr(e,["r","g","b"]))return e;if(Wr(e,["h","s","l"]))return Mn(wi(e));if(Wr(e,["h","s","v"]))return Mn(e)}throw new TypeError(`Invalid color: ${e==null?e:String(e)||e.constructor.name} +Expected #hex, #hexa, rgb(), rgba(), hsl(), hsla(), object or number`)}function Mn(e){const{h:t,s:n,v:r,a:u}=e,a=c=>{const l=(c+t/60)%6;return r-r*n*Math.max(Math.min(l,4-l,1),0)},o=[a(5),a(3),a(1)].map(c=>Math.round(c*255));return{r:o[0],g:o[1],b:o[2],a:u}}function Qs(e){return Mn(wi(e))}function wi(e){const{h:t,s:n,l:r,a:u}=e,a=r+n*Math.min(r,1-r),o=a===0?0:2-2*r/a;return{h:t,s:o,v:a,a:u}}function xn(e){const t=Math.round(e).toString(16);return("00".substr(0,2-t.length)+t).toUpperCase()}function rf(e){let{r:t,g:n,b:r,a:u}=e;return`#${[xn(t),xn(n),xn(r),u!==void 0?xn(Math.round(u*255)):""].join("")}`}function uf(e){e=sf(e);let[t,n,r,u]=Dl(e,2).map(a=>parseInt(a,16));return u=u===void 0?u:u/255,{r:t,g:n,b:r,a:u}}function sf(e){return e.startsWith("#")&&(e=e.slice(1)),e=e.replace(/([^0-9a-f])/gi,"F"),(e.length===3||e.length===4)&&(e=e.split("").map(t=>t+t).join("")),e.length!==6&&(e=Vs(Vs(e,6),8,"F")),e}function af(e,t){const n=_i(Gu(e));return n[0]=n[0]+t*10,yi(bi(n))}function of(e,t){const n=_i(Gu(e));return n[0]=n[0]-t*10,yi(bi(n))}function df(e){const t=ht(e);return Gu(t)[1]}function cf(e){const t=Math.abs(Ys(ht(0),ht(e)));return Math.abs(Ys(ht(16777215),ht(e)))>Math.min(t,50)?"#fff":"#000"}function Xe(e,t){return n=>Object.keys(e).reduce((r,u)=>{const o=typeof e[u]=="object"&&e[u]!=null&&!Array.isArray(e[u])?e[u]:{type:e[u]};return n&&u in n?r[u]={...o,default:n[u]}:r[u]=o,t&&!r[u].source&&(r[u].source=t),r},{})}const vi=Xe({class:[String,Array,Object],style:{type:[String,Array,Object],default:null}},"component");function gt(e,t){const n=Pr();if(!n)throw new Error(`[Vuetify] ${e} must be called from inside a setup function`);return n}function lf(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"composables";const t=gt(e).type;return Bt((t==null?void 0:t.aliasName)||(t==null?void 0:t.name))}let ki=0,Zn=new WeakMap;function qu(){const e=gt("getUid");if(Zn.has(e))return Zn.get(e);{const t=ki++;return Zn.set(e,t),t}}qu.reset=()=>{ki=0,Zn=new WeakMap};function ff(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:gt("injectSelf");const{provides:n}=t;if(n&&e in n)return n[e]}const en=Symbol.for("vuetify:defaults");function hf(e){return Ue(e)}function Yu(){const e=ve(en);if(!e)throw new Error("[Vuetify] Could not find defaults instance");return e}function Qm(e,t){const n=Yu(),r=Ue(e),u=X(()=>{if(xe(t==null?void 0:t.disabled))return n.value;const o=xe(t==null?void 0:t.scoped),c=xe(t==null?void 0:t.reset),l=xe(t==null?void 0:t.root);if(r.value==null&&!(o||c||l))return n.value;let h=Ae(r.value,{prev:n.value});if(o)return h;if(c||l){const f=Number(c||1/0);for(let p=0;p<=f&&!(!h||!("prev"in h));p++)h=h.prev;return h&&typeof l=="string"&&l in h&&(h=Ae(Ae(h,{prev:h}),h[l])),h}return h.prev?Ae(h.prev,h):h});return pt(en,u),u}function pf(e,t){var n,r;return typeof((n=e.props)==null?void 0:n[t])<"u"||typeof((r=e.props)==null?void 0:r[Bt(t)])<"u"}function mf(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Yu();const r=gt("useDefaults");if(t=t??r.type.name??r.type.__name,!t)throw new Error("[Vuetify] Could not determine component name");const u=X(()=>{var l;return(l=n.value)==null?void 0:l[e._as??t]}),a=new Proxy(e,{get(l,h){var p,w,S,T,A,N,z;const f=Reflect.get(l,h);return h==="class"||h==="style"?[(p=u.value)==null?void 0:p[h],f].filter(V=>V!=null):typeof h=="string"&&!pf(r.vnode,h)?((w=u.value)==null?void 0:w[h])!==void 0?(S=u.value)==null?void 0:S[h]:((A=(T=n.value)==null?void 0:T.global)==null?void 0:A[h])!==void 0?(z=(N=n.value)==null?void 0:N.global)==null?void 0:z[h]:f:f}}),o=Ze();Sr(()=>{if(u.value){const l=Object.entries(u.value).filter(h=>{let[f]=h;return f.startsWith(f[0].toUpperCase())});o.value=l.length?Object.fromEntries(l):void 0}else o.value=void 0});function c(){const l=ff(en,r);pt(en,X(()=>o.value?Ae((l==null?void 0:l.value)??{},o.value):l==null?void 0:l.value))}return{props:a,provideSubDefaults:c}}function Fn(e){if(e._setup=e._setup??e.setup,!e.name)return e;if(e._setup){e.props=Xe(e.props??{},e.name)();const t=Object.keys(e.props).filter(n=>n!=="class"&&n!=="style");e.filterProps=function(r){return Rl(r,t)},e.props._as=String,e.setup=function(r,u){const a=Yu();if(!a.value)return e._setup(r,u);const{props:o,provideSubDefaults:c}=mf(r,r._as??e.name,a),l=e._setup(o,u);return c(),l}}return e}function Zu(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0;return t=>(e?Fn:yr)(t)}function Jm(e,t){return t.props=e,t}function Si(e){const t=gt("useRender");t.render=e}function gf(e,t,n){let r=arguments.length>3&&arguments[3]!==void 0?arguments[3]:p=>p,u=arguments.length>4&&arguments[4]!==void 0?arguments[4]:p=>p;const a=gt("useProxiedModel"),o=Ue(e[t]!==void 0?e[t]:n),c=Bt(t),h=X(c!==t?()=>{var p,w,S,T;return e[t],!!(((p=a.vnode.props)!=null&&p.hasOwnProperty(t)||(w=a.vnode.props)!=null&&w.hasOwnProperty(c))&&((S=a.vnode.props)!=null&&S.hasOwnProperty(`onUpdate:${t}`)||(T=a.vnode.props)!=null&&T.hasOwnProperty(`onUpdate:${c}`)))}:()=>{var p,w;return e[t],!!((p=a.vnode.props)!=null&&p.hasOwnProperty(t)&&((w=a.vnode.props)!=null&&w.hasOwnProperty(`onUpdate:${t}`)))});Al(()=>!h.value,()=>{Ve(()=>e[t],p=>{o.value=p})});const f=X({get(){const p=e[t];return r(h.value?p:o.value)},set(p){const w=u(p),S=ae(h.value?e[t]:o.value);S===w||r(S)===p||(o.value=w,a==null||a.emit(`update:${t}`,w))}});return Object.defineProperty(f,"externalValue",{get:()=>h.value?e[t]:o.value}),f}const _f={badge:"Badge",open:"Open",close:"Close",dismiss:"Dismiss",confirmEdit:{ok:"OK",cancel:"Cancel"},dataIterator:{noResultsText:"No matching records found",loadingText:"Loading items..."},dataTable:{itemsPerPageText:"Rows per page:",ariaLabel:{sortDescending:"Sorted descending.",sortAscending:"Sorted ascending.",sortNone:"Not sorted.",activateNone:"Activate to remove sorting.",activateDescending:"Activate to sort descending.",activateAscending:"Activate to sort ascending."},sortBy:"Sort by"},dataFooter:{itemsPerPageText:"Items per page:",itemsPerPageAll:"All",nextPage:"Next page",prevPage:"Previous page",firstPage:"First page",lastPage:"Last page",pageText:"{0}-{1} of {2}"},dateRangeInput:{divider:"to"},datePicker:{itemsSelected:"{0} selected",range:{title:"Select dates",header:"Enter dates"},title:"Select date",header:"Enter date",input:{placeholder:"Enter date"}},noDataText:"No data available",carousel:{prev:"Previous visual",next:"Next visual",ariaLabel:{delimiter:"Carousel slide {0} of {1}"}},calendar:{moreEvents:"{0} more",today:"Today"},input:{clear:"Clear {0}",prependAction:"{0} prepended action",appendAction:"{0} appended action",otp:"Please enter OTP character {0}"},fileInput:{counter:"{0} files",counterSize:"{0} files ({1} in total)"},fileUpload:{title:"Drag and drop files here",divider:"or",browse:"Browse Files"},timePicker:{am:"AM",pm:"PM",title:"Select Time"},pagination:{ariaLabel:{root:"Pagination Navigation",next:"Next page",previous:"Previous page",page:"Go to page {0}",currentPage:"Page {0}, Current page",first:"First page",last:"Last page"}},stepper:{next:"Next",prev:"Previous"},rating:{ariaLabel:{item:"Rating {0} of {1}"}},loading:"Loading...",infiniteScroll:{loadMore:"Load more",empty:"No more"}},Js="$vuetify.",Xs=(e,t)=>e.replace(/\{(\d+)\}/g,(n,r)=>String(t[+r])),Ci=(e,t,n)=>function(r){for(var u=arguments.length,a=new Array(u>1?u-1:0),o=1;onew Intl.NumberFormat([e.value,t.value],r).format(n)}function xr(e,t,n){const r=gf(e,t,e[t]??n.value);return r.value=e[t]??n.value,Ve(n,u=>{e[t]==null&&(r.value=n.value)}),r}function Ei(e){return t=>{const n=xr(t,"locale",e.current),r=xr(t,"fallback",e.fallback),u=xr(t,"messages",e.messages);return{name:"vuetify",current:n,fallback:r,messages:u,t:Ci(n,r,u),n:Pi(n,r),provide:Ei({current:n,fallback:r,messages:u})}}}function bf(e){const t=Ze((e==null?void 0:e.locale)??"en"),n=Ze((e==null?void 0:e.fallback)??"en"),r=Ue({en:_f,...e==null?void 0:e.messages});return{name:"vuetify",current:t,fallback:n,messages:r,t:Ci(t,n,r),n:Pi(t,n),provide:Ei({current:t,fallback:n,messages:r})}}const ir=Symbol.for("vuetify:locale");function yf(e){return e.name!=null}function wf(e){const t=e!=null&&e.adapter&&yf(e==null?void 0:e.adapter)?e==null?void 0:e.adapter:bf(e),n=kf(t,e);return{...t,...n}}function Xm(){const e=ve(ir);if(!e)throw new Error("[Vuetify] Could not find injected locale instance");return e}function vf(){return{af:!1,ar:!0,bg:!1,ca:!1,ckb:!1,cs:!1,de:!1,el:!1,en:!1,es:!1,et:!1,fa:!0,fi:!1,fr:!1,hr:!1,hu:!1,he:!0,id:!1,it:!1,ja:!1,km:!1,ko:!1,lv:!1,lt:!1,nl:!1,no:!1,pl:!1,pt:!1,ro:!1,ru:!1,sk:!1,sl:!1,srCyrl:!1,srLatn:!1,sv:!1,th:!1,tr:!1,az:!1,uk:!1,vi:!1,zhHans:!1,zhHant:!1}}function kf(e,t){const n=Ue((t==null?void 0:t.rtl)??vf()),r=X(()=>n.value[e.current.value]??!1);return{isRtl:r,rtl:n,rtlClasses:X(()=>`v-locale--is-${r.value?"rtl":"ltr"}`)}}function Ai(){const e=ve(ir);if(!e)throw new Error("[Vuetify] Could not find injected rtl instance");return{isRtl:e.isRtl,rtlClasses:e.rtlClasses}}const Ar={"001":1,AD:1,AE:6,AF:6,AG:0,AI:1,AL:1,AM:1,AN:1,AR:1,AS:0,AT:1,AU:1,AX:1,AZ:1,BA:1,BD:0,BE:1,BG:1,BH:6,BM:1,BN:1,BR:0,BS:0,BT:0,BW:0,BY:1,BZ:0,CA:0,CH:1,CL:1,CM:1,CN:1,CO:0,CR:1,CY:1,CZ:1,DE:1,DJ:6,DK:1,DM:0,DO:0,DZ:6,EC:1,EE:1,EG:6,ES:1,ET:0,FI:1,FJ:1,FO:1,FR:1,GB:1,"GB-alt-variant":0,GE:1,GF:1,GP:1,GR:1,GT:0,GU:0,HK:0,HN:0,HR:1,HU:1,ID:0,IE:1,IL:0,IN:0,IQ:6,IR:6,IS:1,IT:1,JM:0,JO:6,JP:0,KE:0,KG:1,KH:0,KR:0,KW:6,KZ:1,LA:0,LB:1,LI:1,LK:1,LT:1,LU:1,LV:1,LY:6,MC:1,MD:1,ME:1,MH:0,MK:1,MM:0,MN:1,MO:0,MQ:1,MT:0,MV:5,MX:0,MY:1,MZ:0,NI:0,NL:1,NO:1,NP:0,NZ:1,OM:6,PA:0,PE:0,PH:0,PK:0,PL:1,PR:0,PT:0,PY:0,QA:6,RE:1,RO:1,RS:1,RU:1,SA:0,SD:6,SE:1,SG:0,SI:1,SK:1,SM:1,SV:0,SY:6,TH:0,TJ:1,TM:1,TR:1,TT:0,TW:0,UA:1,UM:0,US:0,UY:1,UZ:1,VA:1,VE:0,VI:0,VN:1,WS:0,XK:1,YE:0,ZA:0,ZW:0};function Sf(e,t,n){const r=[];let u=[];const a=Ti(e),o=Mi(e),c=n??Ar[t.slice(-2).toUpperCase()]??0,l=(a.getDay()-c+7)%7,h=(o.getDay()-c+7)%7;for(let f=0;f0&&r.push(u),r}function Cf(e,t,n){const r=n??Ar[t.slice(-2).toUpperCase()]??0,u=new Date(e);for(;u.getDay()!==r;)u.setDate(u.getDate()-1);return u}function Pf(e,t){const n=new Date(e),r=((Ar[t.slice(-2).toUpperCase()]??0)+6)%7;for(;n.getDay()!==r;)n.setDate(n.getDate()+1);return n}function Ti(e){return new Date(e.getFullYear(),e.getMonth(),1)}function Mi(e){return new Date(e.getFullYear(),e.getMonth()+1,0)}function Ef(e){const t=e.split("-").map(Number);return new Date(t[0],t[1]-1,t[2])}const Af=/^([12]\d{3}-([1-9]|0[1-9]|1[0-2])-([1-9]|0[1-9]|[12]\d|3[01]))$/;function Ri(e){if(e==null)return new Date;if(e instanceof Date)return e;if(typeof e=="string"){let t;if(Af.test(e))return Ef(e);if(t=Date.parse(e),!isNaN(t))return new Date(t)}return null}const ea=new Date(2e3,0,2);function Tf(e,t){const n=t??Ar[e.slice(-2).toUpperCase()]??0;return hi(7).map(r=>{const u=new Date(ea);return u.setDate(ea.getDate()+n+r),new Intl.DateTimeFormat(e,{weekday:"narrow"}).format(u)})}function Mf(e,t,n,r){const u=Ri(e)??new Date,a=r==null?void 0:r[t];if(typeof a=="function")return a(u,t,n);let o={};switch(t){case"fullDate":o={year:"numeric",month:"long",day:"numeric"};break;case"fullDateWithWeekday":o={weekday:"long",year:"numeric",month:"long",day:"numeric"};break;case"normalDate":const c=u.getDate(),l=new Intl.DateTimeFormat(n,{month:"long"}).format(u);return`${c} ${l}`;case"normalDateWithWeekday":o={weekday:"short",day:"numeric",month:"short"};break;case"shortDate":o={month:"short",day:"numeric"};break;case"year":o={year:"numeric"};break;case"month":o={month:"long"};break;case"monthShort":o={month:"short"};break;case"monthAndYear":o={month:"long",year:"numeric"};break;case"monthAndDate":o={month:"long",day:"numeric"};break;case"weekday":o={weekday:"long"};break;case"weekdayShort":o={weekday:"short"};break;case"dayOfMonth":return new Intl.NumberFormat(n).format(u.getDate());case"hours12h":o={hour:"numeric",hour12:!0};break;case"hours24h":o={hour:"numeric",hour12:!1};break;case"minutes":o={minute:"numeric"};break;case"seconds":o={second:"numeric"};break;case"fullTime":o={hour:"numeric",minute:"numeric",second:"numeric",hour12:!0};break;case"fullTime12h":o={hour:"numeric",minute:"numeric",second:"numeric",hour12:!0};break;case"fullTime24h":o={hour:"numeric",minute:"numeric",second:"numeric",hour12:!1};break;case"fullDateTime":o={year:"numeric",month:"long",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:!0};break;case"fullDateTime12h":o={year:"numeric",month:"long",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:!0};break;case"fullDateTime24h":o={year:"numeric",month:"long",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric",hour12:!1};break;case"keyboardDate":o={year:"numeric",month:"2-digit",day:"2-digit"};break;case"keyboardDateTime":o={year:"numeric",month:"2-digit",day:"2-digit",hour:"numeric",minute:"numeric",second:"numeric",hour12:!1};break;case"keyboardDateTime12h":o={year:"numeric",month:"2-digit",day:"2-digit",hour:"numeric",minute:"numeric",second:"numeric",hour12:!0};break;case"keyboardDateTime24h":o={year:"numeric",month:"2-digit",day:"2-digit",hour:"numeric",minute:"numeric",second:"numeric",hour12:!1};break;default:o=a??{timeZone:"UTC",timeZoneName:"short"}}return new Intl.DateTimeFormat(n,o).format(u)}function Rf(e,t){const n=e.toJsDate(t),r=n.getFullYear(),u=Us(String(n.getMonth()+1),2,"0"),a=Us(String(n.getDate()),2,"0");return`${r}-${u}-${a}`}function Of(e){const[t,n,r]=e.split("-").map(Number);return new Date(t,n-1,r)}function Lf(e,t){const n=new Date(e);return n.setMinutes(n.getMinutes()+t),n}function Df(e,t){const n=new Date(e);return n.setHours(n.getHours()+t),n}function jf(e,t){const n=new Date(e);return n.setDate(n.getDate()+t),n}function If(e,t){const n=new Date(e);return n.setDate(n.getDate()+t*7),n}function $f(e,t){const n=new Date(e);return n.setDate(1),n.setMonth(n.getMonth()+t),n}function Ff(e){return e.getFullYear()}function Hf(e){return e.getMonth()}function Bf(e){return e.getDate()}function Nf(e){return new Date(e.getFullYear(),e.getMonth()+1,1)}function zf(e){return new Date(e.getFullYear(),e.getMonth()-1,1)}function Vf(e){return e.getHours()}function Uf(e){return e.getMinutes()}function Wf(e){return new Date(e.getFullYear(),0,1)}function xf(e){return new Date(e.getFullYear(),11,31)}function Kf(e,t){return dr(e,t[0])&&Yf(e,t[1])}function Gf(e){const t=new Date(e);return t instanceof Date&&!isNaN(t.getTime())}function dr(e,t){return e.getTime()>t.getTime()}function qf(e,t){return dr(fu(e),fu(t))}function Yf(e,t){return e.getTime(){n.locale=e.locale[r]??r??n.locale}),n}const eg=["sm","md","lg","xl","xxl"],hu=Symbol.for("vuetify:display"),ra={mobileBreakpoint:"lg",thresholds:{xs:0,sm:600,md:960,lg:1280,xl:1920,xxl:2560}},ch=function(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:ra;return Ae(ra,e)};function ua(e){return He&&!e?window.innerWidth:typeof e=="object"&&e.clientWidth||0}function sa(e){return He&&!e?window.innerHeight:typeof e=="object"&&e.clientHeight||0}function aa(e){const t=He&&!e?window.navigator.userAgent:"ssr";function n(T){return!!t.match(T)}const r=n(/android/i),u=n(/iphone|ipad|ipod/i),a=n(/cordova/i),o=n(/electron/i),c=n(/chrome/i),l=n(/edge/i),h=n(/firefox/i),f=n(/opera/i),p=n(/win/i),w=n(/mac/i),S=n(/linux/i);return{android:r,ios:u,cordova:a,electron:o,chrome:c,edge:l,firefox:h,opera:f,win:p,mac:w,linux:S,touch:Tl,ssr:t==="ssr"}}function lh(e,t){const{thresholds:n,mobileBreakpoint:r}=ch(e),u=Ze(sa(t)),a=Ze(aa(t)),o=Fe({}),c=Ze(ua(t));function l(){u.value=sa(),c.value=ua()}function h(){l(),a.value=aa()}return Sr(()=>{const f=c.value=n.xxl,N=f?"xs":p?"sm":w?"md":S?"lg":T?"xl":"xxl",z=typeof r=="number"?r:n[r],V=c.value0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:lf();const n=ve(hu);if(!n)throw new Error("Could not find Vuetify display injection");const r=X(()=>{if(e.mobile!=null)return e.mobile;if(!e.mobileBreakpoint)return n.mobile.value;const a=typeof e.mobileBreakpoint=="number"?e.mobileBreakpoint:n.thresholds.value[e.mobileBreakpoint];return n.width.valuet?{[`${t}--mobile`]:r.value}:{});return{...n,displayClasses:u,mobile:r}}const Oi=Symbol.for("vuetify:goto");function Li(){return{container:void 0,duration:300,layout:!1,offset:0,easing:"easeInOutCubic",patterns:{linear:e=>e,easeInQuad:e=>e**2,easeOutQuad:e=>e*(2-e),easeInOutQuad:e=>e<.5?2*e**2:-1+(4-2*e)*e,easeInCubic:e=>e**3,easeOutCubic:e=>--e**3+1,easeInOutCubic:e=>e<.5?4*e**3:(e-1)*(2*e-2)*(2*e-2)+1,easeInQuart:e=>e**4,easeOutQuart:e=>1- --e**4,easeInOutQuart:e=>e<.5?8*e**4:1-8*--e**4,easeInQuint:e=>e**5,easeOutQuint:e=>1+--e**5,easeInOutQuint:e=>e<.5?16*e**5:1+16*--e**5}}}function fh(e){return Qu(e)??(document.scrollingElement||document.body)}function Qu(e){return typeof e=="string"?document.querySelector(e):pi(e)}function Kr(e,t,n){if(typeof e=="number")return t&&n?-e:e;let r=Qu(e),u=0;for(;r;)u+=t?r.offsetLeft:r.offsetTop,r=r.offsetParent;return u}function hh(e,t){return{rtl:t.isRtl,options:Ae(Li(),e)}}async function oa(e,t,n,r){const u=n?"scrollLeft":"scrollTop",a=Ae((r==null?void 0:r.options)??Li(),t),o=r==null?void 0:r.rtl.value,c=(typeof e=="number"?e:Qu(e))??0,l=a.container==="parent"&&c instanceof HTMLElement?c.parentElement:fh(a.container),h=typeof a.easing=="function"?a.easing:a.patterns[a.easing];if(!h)throw new TypeError(`Easing function "${a.easing}" not found.`);let f;if(typeof c=="number")f=Kr(c,n,o);else if(f=Kr(c,n,o)-Kr(l,n,o),a.layout){const T=window.getComputedStyle(c).getPropertyValue("--v-layout-top");T&&(f-=parseInt(T,10))}f+=a.offset,f=ph(l,f,!!o,!!n);const p=l[u]??0;if(f===p)return Promise.resolve(f);const w=performance.now();return new Promise(S=>requestAnimationFrame(function T(A){const z=(A-w)/a.duration,V=Math.floor(p+(f-p)*h(gi(z,0,1)));if(l[u]=V,z>=1&&Math.abs(V-l[u])<10)return S(f);if(z>2)return S(l[u]);requestAnimationFrame(T)}))}function rg(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};const t=ve(Oi),{isRtl:n}=Ai();if(!t)throw new Error("[Vuetify] Could not find injected goto instance");const r={...t,rtl:X(()=>t.rtl.value||n.value)};async function u(a,o){return oa(a,Ae(e,o),!1,r)}return u.horizontal=async(a,o)=>oa(a,Ae(e,o),!0,r),u}function ph(e,t,n,r){const{scrollWidth:u,scrollHeight:a}=e,[o,c]=e===document.scrollingElement?[window.innerWidth,window.innerHeight]:[e.offsetWidth,e.offsetHeight];let l,h;return r?n?(l=-(u-o),h=0):(l=0,h=u-o):(l=0,h=a+-c),Math.max(Math.min(t,h),l)}const mh={collapse:"mdi-chevron-up",complete:"mdi-check",cancel:"mdi-close-circle",close:"mdi-close",delete:"mdi-close-circle",clear:"mdi-close-circle",success:"mdi-check-circle",info:"mdi-information",warning:"mdi-alert-circle",error:"mdi-close-circle",prev:"mdi-chevron-left",next:"mdi-chevron-right",checkboxOn:"mdi-checkbox-marked",checkboxOff:"mdi-checkbox-blank-outline",checkboxIndeterminate:"mdi-minus-box",delimiter:"mdi-circle",sortAsc:"mdi-arrow-up",sortDesc:"mdi-arrow-down",expand:"mdi-chevron-down",menu:"mdi-menu",subgroup:"mdi-menu-down",dropdown:"mdi-menu-down",radioOn:"mdi-radiobox-marked",radioOff:"mdi-radiobox-blank",edit:"mdi-pencil",ratingEmpty:"mdi-star-outline",ratingFull:"mdi-star",ratingHalf:"mdi-star-half-full",loading:"mdi-cached",first:"mdi-page-first",last:"mdi-page-last",unfold:"mdi-unfold-more-horizontal",file:"mdi-paperclip",plus:"mdi-plus",minus:"mdi-minus",calendar:"mdi-calendar",treeviewCollapse:"mdi-menu-down",treeviewExpand:"mdi-menu-right",eyeDropper:"mdi-eyedropper",upload:"mdi-cloud-upload"},Di={component:e=>Jt(Ii,{...e,class:"mdi"})},gh=[String,Function,Object,Array],pu=Symbol.for("vuetify:icons"),Tr=Xe({icon:{type:gh},tag:{type:String,required:!0}},"icon"),ia=Zu()({name:"VComponentIcon",props:Tr(),setup(e,t){let{slots:n}=t;return()=>{const r=e.icon;return he(e.tag,null,{default:()=>{var u;return[e.icon?he(r,null,null):(u=n.default)==null?void 0:u.call(n)]}})}}}),ji=Fn({name:"VSvgIcon",inheritAttrs:!1,props:Tr(),setup(e,t){let{attrs:n}=t;return()=>he(e.tag,ei(n,{style:null}),{default:()=>[he("svg",{class:"v-icon__svg",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",role:"img","aria-hidden":"true"},[Array.isArray(e.icon)?e.icon.map(r=>Array.isArray(r)?he("path",{d:r[0],"fill-opacity":r[1]},null):he("path",{d:r},null)):he("path",{d:e.icon},null)])]})}});Fn({name:"VLigatureIcon",props:Tr(),setup(e){return()=>he(e.tag,null,{default:()=>[e.icon]})}});const Ii=Fn({name:"VClassIcon",props:Tr(),setup(e){return()=>he(e.tag,{class:e.icon},null)}});function _h(){return{svg:{component:ji},class:{component:Ii}}}function bh(e){const t=_h(),n=(e==null?void 0:e.defaultSet)??"mdi";return n==="mdi"&&!t.mdi&&(t.mdi=Di),Ae({defaultSet:n,sets:t,aliases:{...mh,vuetify:["M8.2241 14.2009L12 21L22 3H14.4459L8.2241 14.2009Z",["M7.26303 12.4733L7.00113 12L2 3H12.5261C12.5261 3 12.5261 3 12.5261 3L7.26303 12.4733Z",.6]],"vuetify-outline":"svg:M7.26 12.47 12.53 3H2L7.26 12.47ZM14.45 3 8.22 14.2 12 21 22 3H14.45ZM18.6 5 12 16.88 10.51 14.2 15.62 5ZM7.26 8.35 5.4 5H9.13L7.26 8.35Z","vuetify-play":["m6.376 13.184-4.11-7.192C1.505 4.66 2.467 3 4.003 3h8.532l-.953 1.576-.006.01-.396.677c-.429.732-.214 1.507.194 2.015.404.503 1.092.878 1.869.806a3.72 3.72 0 0 1 1.005.022c.276.053.434.143.523.237.138.146.38.635-.25 2.09-.893 1.63-1.553 1.722-1.847 1.677-.213-.033-.468-.158-.756-.406a4.95 4.95 0 0 1-.8-.927c-.39-.564-1.04-.84-1.66-.846-.625-.006-1.316.27-1.693.921l-.478.826-.911 1.506Z",["M9.093 11.552c.046-.079.144-.15.32-.148a.53.53 0 0 1 .43.207c.285.414.636.847 1.046 1.2.405.35.914.662 1.516.754 1.334.205 2.502-.698 3.48-2.495l.014-.028.013-.03c.687-1.574.774-2.852-.005-3.675-.37-.391-.861-.586-1.333-.676a5.243 5.243 0 0 0-1.447-.044c-.173.016-.393-.073-.54-.257-.145-.18-.127-.316-.082-.392l.393-.672L14.287 3h5.71c1.536 0 2.499 1.659 1.737 2.992l-7.997 13.996c-.768 1.344-2.706 1.344-3.473 0l-3.037-5.314 1.377-2.278.004-.006.004-.007.481-.831Z",.6]]}},e)}const ug=e=>{const t=ve(pu);if(!t)throw new Error("Missing Vuetify Icons provide!");return{iconData:X(()=>{var l;const r=xe(e);if(!r)return{component:ia};let u=r;if(typeof u=="string"&&(u=u.trim(),u.startsWith("$")&&(u=(l=t.aliases)==null?void 0:l[u.slice(1)])),Array.isArray(u))return{component:ji,icon:u};if(typeof u!="string")return{component:ia,icon:u};const a=Object.keys(t.sets).find(h=>typeof u=="string"&&u.startsWith(`${h}:`)),o=a?u.slice(a.length+1):u;return{component:t.sets[a??t.defaultSet].component,icon:o}})}},cr=Symbol.for("vuetify:theme"),yh=Xe({theme:String},"theme");function da(){return{defaultTheme:"light",variations:{colors:[],lighten:0,darken:0},themes:{light:{dark:!1,colors:{background:"#FFFFFF",surface:"#FFFFFF","surface-bright":"#FFFFFF","surface-light":"#EEEEEE","surface-variant":"#424242","on-surface-variant":"#EEEEEE",primary:"#1867C0","primary-darken-1":"#1F5592",secondary:"#48A9A6","secondary-darken-1":"#018786",error:"#B00020",info:"#2196F3",success:"#4CAF50",warning:"#FB8C00"},variables:{"border-color":"#000000","border-opacity":.12,"high-emphasis-opacity":.87,"medium-emphasis-opacity":.6,"disabled-opacity":.38,"idle-opacity":.04,"hover-opacity":.04,"focus-opacity":.12,"selected-opacity":.08,"activated-opacity":.12,"pressed-opacity":.12,"dragged-opacity":.08,"theme-kbd":"#212529","theme-on-kbd":"#FFFFFF","theme-code":"#F5F5F5","theme-on-code":"#000000"}},dark:{dark:!0,colors:{background:"#121212",surface:"#212121","surface-bright":"#ccbfd6","surface-light":"#424242","surface-variant":"#a3a3a3","on-surface-variant":"#424242",primary:"#2196F3","primary-darken-1":"#277CC1",secondary:"#54B6B2","secondary-darken-1":"#48A9A6",error:"#CF6679",info:"#2196F3",success:"#4CAF50",warning:"#FB8C00"},variables:{"border-color":"#FFFFFF","border-opacity":.12,"high-emphasis-opacity":1,"medium-emphasis-opacity":.7,"disabled-opacity":.5,"idle-opacity":.1,"hover-opacity":.04,"focus-opacity":.12,"selected-opacity":.08,"activated-opacity":.12,"pressed-opacity":.16,"dragged-opacity":.08,"theme-kbd":"#212529","theme-on-kbd":"#FFFFFF","theme-code":"#343434","theme-on-code":"#CCCCCC"}}}}}function wh(){var r,u;let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:da();const t=da();if(!e)return{...t,isDisabled:!0};const n={};for(const[a,o]of Object.entries(e.themes??{})){const c=o.dark||a==="dark"?(r=t.themes)==null?void 0:r.dark:(u=t.themes)==null?void 0:u.light;n[a]=Ae(c,o)}return Ae(t,{...e,themes:n})}function vh(e){const t=wh(e),n=Ue(t.defaultTheme),r=Ue(t.themes),u=X(()=>{const f={};for(const[p,w]of Object.entries(r.value)){const S=f[p]={...w,colors:{...w.colors}};if(t.variations)for(const T of t.variations.colors){const A=S.colors[T];if(A)for(const N of["lighten","darken"]){const z=N==="lighten"?af:of;for(const V of hi(t.variations[N],1))S.colors[`${T}-${N}-${V}`]=rf(z(ht(A),V))}}for(const T of Object.keys(S.colors)){if(/^on-[a-z]/.test(T)||S.colors[`on-${T}`])continue;const A=`on-${T}`,N=ht(S.colors[T]);S.colors[A]=cf(N)}}return f}),a=X(()=>u.value[n.value]),o=X(()=>{var T;const f=[];(T=a.value)!=null&&T.dark&&Dt(f,":root",["color-scheme: dark"]),Dt(f,":root",ca(a.value));for(const[A,N]of Object.entries(u.value))Dt(f,`.v-theme--${A}`,[`color-scheme: ${N.dark?"dark":"normal"}`,...ca(N)]);const p=[],w=[],S=new Set(Object.values(u.value).flatMap(A=>Object.keys(A.colors)));for(const A of S)/^on-[a-z]/.test(A)?Dt(w,`.${A}`,[`color: rgb(var(--v-theme-${A})) !important`]):(Dt(p,`.bg-${A}`,[`--v-theme-overlay-multiplier: var(--v-theme-${A}-overlay-multiplier)`,`background-color: rgb(var(--v-theme-${A})) !important`,`color: rgb(var(--v-theme-on-${A})) !important`]),Dt(w,`.text-${A}`,[`color: rgb(var(--v-theme-${A})) !important`]),Dt(w,`.border-${A}`,[`--v-border-color: var(--v-theme-${A})`]));return f.push(...p,...w),f.map((A,N)=>N===0?A:` ${A}`).join("")});function c(){return{style:[{children:o.value,id:"vuetify-theme-stylesheet",nonce:t.cspNonce||!1}]}}function l(f){if(t.isDisabled)return;const p=f._context.provides.usehead;if(p)if(p.push){const w=p.push(c);He&&Ve(o,()=>{w.patch(c)})}else He?(p.addHeadObjs(X(c)),Sr(()=>p.updateDOM())):p.addHeadObjs(c());else{let S=function(){if(typeof document<"u"&&!w){const T=document.createElement("style");T.type="text/css",T.id="vuetify-theme-stylesheet",t.cspNonce&&T.setAttribute("nonce",t.cspNonce),w=T,document.head.appendChild(w)}w&&(w.innerHTML=o.value)},w=He?document.getElementById("vuetify-theme-stylesheet"):null;He?Ve(o,S,{immediate:!0}):S()}}const h=X(()=>t.isDisabled?void 0:`v-theme--${n.value}`);return{install:l,isDisabled:t.isDisabled,name:n,themes:r,current:a,computedThemes:u,themeClasses:h,styles:o,global:{name:n,current:a}}}function kh(e){gt("provideTheme");const t=ve(cr,null);if(!t)throw new Error("Could not find Vuetify theme injection");const n=X(()=>e.theme??t.name.value),r=X(()=>t.themes.value[n.value]),u=X(()=>t.isDisabled?void 0:`v-theme--${n.value}`),a={...t,name:n,current:r,themeClasses:u};return pt(cr,a),a}function Dt(e,t,n){e.push(`${t} { +`,...n.map(r=>` ${r}; +`),`} +`)}function ca(e){const t=e.dark?2:1,n=e.dark?1:2,r=[];for(const[u,a]of Object.entries(e.colors)){const o=ht(a);r.push(`--v-theme-${u}: ${o.r},${o.g},${o.b}`),u.startsWith("on-")||r.push(`--v-theme-${u}-overlay-multiplier: ${df(a)>.18?t:n}`)}for(const[u,a]of Object.entries(e.variables)){const o=typeof a=="string"&&a.startsWith("#")?ht(a):void 0,c=o?`${o.r}, ${o.g}, ${o.b}`:void 0;r.push(`--v-${u}: ${c??a}`)}return r}function Sh(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"content";const n=Bl(),r=Ue();if(He){const u=new ResizeObserver(a=>{e==null||e(a,u),a.length&&(t==="content"?r.value=a[0].contentRect:r.value=a[0].target.getBoundingClientRect())});kr(()=>{u.disconnect()}),Ve(()=>n.el,(a,o)=>{o&&(u.unobserve(o),r.value=void 0),a&&u.observe(a)},{flush:"post"})}return{resizeRef:n,contentRect:gr(r)}}const lr=Symbol.for("vuetify:layout"),$i=Symbol.for("vuetify:layout-item"),la=1e3,Ch=Xe({overlaps:{type:Array,default:()=>[]},fullHeight:Boolean},"layout"),sg=Xe({name:{type:String},order:{type:[Number,String],default:0},absolute:Boolean},"layout-item");function Ph(){const e=ve(lr);if(!e)throw new Error("[Vuetify] Could not find injected layout");return{getLayoutItem:e.getLayoutItem,mainRect:e.mainRect,mainStyles:e.mainStyles}}function ag(e){const t=ve(lr);if(!t)throw new Error("[Vuetify] Could not find injected layout");const n=e.id??`layout-item-${qu()}`,r=gt("useLayoutItem");pt($i,{id:n});const u=Ze(!1);Mo(()=>u.value=!0),To(()=>u.value=!1);const{layoutItemStyles:a,layoutItemScrimStyles:o}=t.register(r,{...e,active:X(()=>u.value?!1:e.active.value),id:n});return kr(()=>t.unregister(n)),{layoutItemStyles:a,layoutRect:t.layoutRect,layoutItemScrimStyles:o}}const Eh=(e,t,n,r)=>{let u={top:0,left:0,right:0,bottom:0};const a=[{id:"",layer:{...u}}];for(const o of e){const c=t.get(o),l=n.get(o),h=r.get(o);if(!c||!l||!h)continue;const f={...u,[c.value]:parseInt(u[c.value],10)+(h.value?parseInt(l.value,10):0)};a.push({id:o,layer:f}),u=f}return a};function Ah(e){const t=ve(lr,null),n=X(()=>t?t.rootZIndex.value-100:la),r=Ue([]),u=Fe(new Map),a=Fe(new Map),o=Fe(new Map),c=Fe(new Map),l=Fe(new Map),{resizeRef:h,contentRect:f}=Sh(),p=X(()=>{const i=new Map,m=e.overlaps??[];for(const b of m.filter(_=>_.includes(":"))){const[_,g]=b.split(":");if(!r.value.includes(_)||!r.value.includes(g))continue;const C=u.get(_),E=u.get(g),R=a.get(_),L=a.get(g);!C||!E||!R||!L||(i.set(g,{position:C.value,amount:parseInt(R.value,10)}),i.set(_,{position:E.value,amount:-parseInt(L.value,10)}))}return i}),w=X(()=>{const i=[...new Set([...o.values()].map(b=>b.value))].sort((b,_)=>b-_),m=[];for(const b of i){const _=r.value.filter(g=>{var C;return((C=o.get(g))==null?void 0:C.value)===b});m.push(..._)}return Eh(m,u,a,c)}),S=X(()=>!Array.from(l.values()).some(i=>i.value)),T=X(()=>w.value[w.value.length-1].layer),A=X(()=>({"--v-layout-left":ot(T.value.left),"--v-layout-right":ot(T.value.right),"--v-layout-top":ot(T.value.top),"--v-layout-bottom":ot(T.value.bottom),...S.value?void 0:{transition:"none"}})),N=X(()=>w.value.slice(1).map((i,m)=>{let{id:b}=i;const{layer:_}=w.value[m],g=a.get(b),C=u.get(b);return{id:b,..._,size:Number(g.value),position:C.value}})),z=i=>N.value.find(m=>m.id===i),V=gt("createLayout"),Z=Ze(!1);jn(()=>{Z.value=!0}),pt(lr,{register:(i,m)=>{let{id:b,order:_,position:g,layoutSize:C,elementSize:E,active:R,disableTransitions:L,absolute:I}=m;o.set(b,_),u.set(b,g),a.set(b,C),c.set(b,R),L&&l.set(b,L);const M=cn($i,V==null?void 0:V.vnode).indexOf(i);M>-1?r.value.splice(M,0,b):r.value.push(b);const F=X(()=>N.value.findIndex(se=>se.id===b)),G=X(()=>n.value+w.value.length*2-F.value*2),ue=X(()=>{const se=g.value==="left"||g.value==="right",be=g.value==="right",Se=g.value==="bottom",me=E.value??C.value,ie=me===0?"%":"px",O={[g.value]:0,zIndex:G.value,transform:`translate${se?"X":"Y"}(${(R.value?0:-(me===0?100:me))*(be||Se?-1:1)}${ie})`,position:I.value||n.value!==la?"absolute":"fixed",...S.value?void 0:{transition:"none"}};if(!Z.value)return O;const B=N.value[F.value];if(!B)throw new Error(`[Vuetify] Could not find layout item "${b}"`);const U=p.value.get(b);return U&&(B[U.position]+=U.amount),{...O,height:se?`calc(100% - ${B.top}px - ${B.bottom}px)`:E.value?`${E.value}px`:void 0,left:be?void 0:`${B.left}px`,right:be?`${B.right}px`:void 0,top:g.value!=="bottom"?`${B.top}px`:void 0,bottom:g.value!=="top"?`${B.bottom}px`:void 0,width:se?E.value?`${E.value}px`:void 0:`calc(100% - ${B.left}px - ${B.right}px)`}}),Y=X(()=>({zIndex:G.value-1}));return{layoutItemStyles:ue,layoutItemScrimStyles:Y,zIndex:G}},unregister:i=>{o.delete(i),u.delete(i),a.delete(i),c.delete(i),l.delete(i),r.value=r.value.filter(m=>m!==i)},mainRect:T,mainStyles:A,getLayoutItem:z,items:N,layoutRect:f,rootZIndex:n});const s=X(()=>["v-layout",{"v-layout--full-height":e.fullHeight}]),d=X(()=>({zIndex:t?n.value:void 0,position:t?"relative":void 0,overflow:t?"hidden":void 0}));return{layoutClasses:s,layoutStyles:d,getLayoutItem:z,items:N,layoutRect:f,layoutRef:h}}function Fi(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};const{blueprint:t,...n}=e,r=Ae(t,n),{aliases:u={},components:a={},directives:o={}}=r,c=hf(r.defaults),l=lh(r.display,r.ssr),h=vh(r.theme),f=bh(r.icons),p=wf(r.locale),w=ih(r.date,p),S=hh(r.goTo,p);return{install:A=>{for(const N in o)A.directive(N,o[N]);for(const N in a)A.component(N,a[N]);for(const N in u)A.component(N,Fn({...u[N],name:N,aliasName:u[N].name}));if(h.install(A),A.provide(en,c),A.provide(hu,l),A.provide(cr,h),A.provide(pu,f),A.provide(ir,p),A.provide(oh,w.options),A.provide(na,w.instance),A.provide(Oi,S),He&&r.ssr)if(A.$nuxt)A.$nuxt.hook("app:suspense:resolve",()=>{l.update()});else{const{mount:N}=A;A.mount=function(){const z=N(...arguments);return br(()=>l.update()),A.mount=N,z}}qu.reset(),A.mixin({computed:{$vuetify(){return Fe({defaults:xt.call(this,en),display:xt.call(this,hu),theme:xt.call(this,cr),icons:xt.call(this,pu),locale:xt.call(this,ir),date:xt.call(this,na)})}}})},defaults:c,display:l,theme:h,icons:f,locale:p,date:w,goTo:S}}const Th="3.7.6";Fi.version=Th;function xt(e){var r,u;const t=this.$,n=((r=t.parent)==null?void 0:r.provides)??((u=t.vnode.appContext)==null?void 0:u.provides);if(n&&e in n)return n[e]}const Mh={defaults:{VAppBar:{flat:!0},VAutocomplete:{variant:"filled"},VBanner:{color:"primary"},VBottomSheet:{contentClass:"rounded-t-xl overflow-hidden"},VBtn:{color:"primary",rounded:"xl"},VBtnGroup:{rounded:"xl",VBtn:{rounded:null}},VCard:{rounded:"lg"},VCheckbox:{color:"secondary",inset:!0},VChip:{rounded:"sm"},VCombobox:{variant:"filled"},VNavigationDrawer:{},VSelect:{variant:"filled"},VSlider:{color:"primary"},VTabs:{color:"primary"},VTextarea:{variant:"filled"},VTextField:{variant:"filled"},VToolbar:{VBtn:{color:null}}},icons:{defaultSet:"mdi",sets:{mdi:Di}},theme:{themes:{light:{colors:{primary:"#6750a4",secondary:"#b4b0bb",tertiary:"#7d5260",error:"#b3261e",surface:"#fffbfe"}}}}},Hi=document.createElement("style");Hi.innerHTML=` + body { + overflow: hidden; + } + .no-scrollbar { + overflow: hidden; + } + * { + scrollbar-width: none; /* Firefox */ + -ms-overflow-style: none; /* Internet Explorer 10+ */ + } + *::-webkit-scrollbar { + display: none; /* Safari and Chrome */ + } +`;document.head.appendChild(Hi);const Rh=Fi({theme:{defaultTheme:"dark"},blueprint:Mh});/*! + * pinia v2.3.0 + * (c) 2024 Eduardo San Martin Morote + * @license MIT + */let Bi;const Mr=e=>Bi=e,Ni=Symbol();function mu(e){return e&&typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"&&typeof e.toJSON!="function"}var yn;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(yn||(yn={}));function Oh(){const e=Au(!0),t=e.run(()=>Ue({}));let n=[],r=[];const u=$u({install(a){Mr(u),u._a=a,a.provide(Ni,u),a.config.globalProperties.$pinia=u,r.forEach(o=>n.push(o)),r=[]},use(a){return this._a?n.push(a):r.push(a),this},_p:n,_a:null,_e:e,_s:new Map,state:t});return u}const zi=()=>{};function fa(e,t,n,r=zi){e.push(t);const u=()=>{const a=e.indexOf(t);a>-1&&(e.splice(a,1),r())};return!n&&xa()&&Ka(u),u}function Kt(e,...t){e.slice().forEach(n=>{n(...t)})}const Lh=e=>e(),ha=Symbol(),Gr=Symbol();function gu(e,t){e instanceof Map&&t instanceof Map?t.forEach((n,r)=>e.set(r,n)):e instanceof Set&&t instanceof Set&&t.forEach(e.add,e);for(const n in t){if(!t.hasOwnProperty(n))continue;const r=t[n],u=e[n];mu(u)&&mu(r)&&e.hasOwnProperty(n)&&!we(r)&&!Ft(r)?e[n]=gu(u,r):e[n]=r}return e}const Dh=Symbol();function jh(e){return!mu(e)||!e.hasOwnProperty(Dh)}const{assign:wt}=Object;function Ih(e){return!!(we(e)&&e.effect)}function $h(e,t,n,r){const{state:u,actions:a,getters:o}=t,c=n.state.value[e];let l;function h(){c||(n.state.value[e]=u?u():{});const f=Fu(n.state.value[e]);return wt(f,a,Object.keys(o||{}).reduce((p,w)=>(p[w]=$u(X(()=>{Mr(n);const S=n._s.get(e);return o[w].call(S,S)})),p),{}))}return l=Vi(e,h,t,n,r,!0),l}function Vi(e,t,n={},r,u,a){let o;const c=wt({actions:{}},n),l={deep:!0};let h,f,p=[],w=[],S;const T=r.state.value[e];!a&&!T&&(r.state.value[e]={}),Ue({});let A;function N(b){let _;h=f=!1,typeof b=="function"?(b(r.state.value[e]),_={type:yn.patchFunction,storeId:e,events:S}):(gu(r.state.value[e],b),_={type:yn.patchObject,payload:b,storeId:e,events:S});const g=A=Symbol();br().then(()=>{A===g&&(h=!0)}),f=!0,Kt(p,_,r.state.value[e])}const z=a?function(){const{state:_}=n,g=_?_():{};this.$patch(C=>{wt(C,g)})}:zi;function V(){o.stop(),p=[],w=[],r._s.delete(e)}const Z=(b,_="")=>{if(ha in b)return b[Gr]=_,b;const g=function(){Mr(r);const C=Array.from(arguments),E=[],R=[];function L(M){E.push(M)}function I(M){R.push(M)}Kt(w,{args:C,name:g[Gr],store:d,after:L,onError:I});let y;try{y=b.apply(this&&this.$id===e?this:d,C)}catch(M){throw Kt(R,M),M}return y instanceof Promise?y.then(M=>(Kt(E,M),M)).catch(M=>(Kt(R,M),Promise.reject(M))):(Kt(E,y),y)};return g[ha]=!0,g[Gr]=_,g},s={_p:r,$id:e,$onAction:fa.bind(null,w),$patch:N,$reset:z,$subscribe(b,_={}){const g=fa(p,b,_.detached,()=>C()),C=o.run(()=>Ve(()=>r.state.value[e],E=>{(_.flush==="sync"?f:h)&&b({storeId:e,type:yn.direct,events:S},E)},wt({},l,_)));return g},$dispose:V},d=Fe(s);r._s.set(e,d);const m=(r._a&&r._a.runWithContext||Lh)(()=>r._e.run(()=>(o=Au()).run(()=>t({action:Z}))));for(const b in m){const _=m[b];if(we(_)&&!Ih(_)||Ft(_))a||(T&&jh(_)&&(we(_)?_.value=T[b]:gu(_,T[b])),r.state.value[e][b]=_);else if(typeof _=="function"){const g=Z(_,b);m[b]=g,c.actions[b]=_}}return wt(d,m),wt(ae(d),m),Object.defineProperty(d,"$state",{get:()=>r.state.value[e],set:b=>{N(_=>{wt(_,b)})}}),r._p.forEach(b=>{wt(d,o.run(()=>b({store:d,app:r._a,pinia:r,options:c})))}),T&&a&&n.hydrate&&n.hydrate(d.$state,T),h=!0,f=!0,d}/*! #__NO_SIDE_EFFECTS__ */function og(e,t,n){let r,u;const a=typeof t=="function";r=e,u=a?n:t;function o(c,l){const h=hc();return c=c||(h?ve(Ni,null):null),c&&Mr(c),c=Bi,c._s.has(r)||(a?Vi(r,t,u,c):$h(r,u,c)),c._s.get(r)}return o.$id=r,o}function Fh(e){return typeof e=="object"&&e!==null}function pa(e,t){return e=Fh(e)?e:Object.create(null),new Proxy(e,{get(n,r,u){return r==="key"?Reflect.get(n,r,u):Reflect.get(n,r,u)||Reflect.get(t,r,u)}})}function Hh(e,t){return t.reduce((n,r)=>n==null?void 0:n[r],e)}function Bh(e,t,n){return t.slice(0,-1).reduce((r,u)=>/^(__proto__)$/.test(u)?{}:r[u]=r[u]||{},e)[t[t.length-1]]=n,e}function Nh(e,t){return t.reduce((n,r)=>{const u=r.split(".");return Bh(n,u,Hh(e,u))},{})}function zh(e,t){return n=>{var r;try{const{storage:u=localStorage,beforeRestore:a=void 0,afterRestore:o=void 0,serializer:c={serialize:JSON.stringify,deserialize:JSON.parse},key:l=t.$id,paths:h=null,debug:f=!1}=n;return{storage:u,beforeRestore:a,afterRestore:o,serializer:c,key:((r=e.key)!=null?r:p=>p)(typeof l=="string"?l:l(t.$id)),paths:h,debug:f}}catch(u){return n.debug&&console.error("[pinia-plugin-persistedstate]",u),null}}}function ma(e,{storage:t,serializer:n,key:r,debug:u}){try{const a=t==null?void 0:t.getItem(r);a&&e.$patch(n==null?void 0:n.deserialize(a))}catch(a){u&&console.error("[pinia-plugin-persistedstate]",a)}}function ga(e,{storage:t,serializer:n,key:r,paths:u,debug:a}){try{const o=Array.isArray(u)?Nh(e,u):e;t.setItem(r,n.serialize(o))}catch(o){a&&console.error("[pinia-plugin-persistedstate]",o)}}function Vh(e={}){return t=>{const{auto:n=!1}=e,{options:{persist:r=n},store:u,pinia:a}=t;if(!r)return;if(!(u.$id in a.state.value)){const c=a._s.get(u.$id.replace("__hot:",""));c&&Promise.resolve().then(()=>c.$persist());return}const o=(Array.isArray(r)?r.map(c=>pa(c,e)):[pa(r,e)]).map(zh(e,u)).filter(Boolean);u.$persist=()=>{o.forEach(c=>{ga(u.$state,c)})},u.$hydrate=({runHooks:c=!0}={})=>{o.forEach(l=>{const{beforeRestore:h,afterRestore:f}=l;c&&(h==null||h(t)),ma(u,l),c&&(f==null||f(t))})},o.forEach(c=>{const{beforeRestore:l,afterRestore:h}=c;l==null||l(t),ma(u,c),h==null||h(t),u.$subscribe((f,p)=>{ga(p,c)},{detached:!0})})}}var Uh=Vh();const Ui=Oh();Ui.use(Uh);const Wh="modulepreload",xh=function(e){return"/"+e},_a={},ln=function(t,n,r){let u=Promise.resolve();if(n&&n.length>0){document.getElementsByTagName("link");const o=document.querySelector("meta[property=csp-nonce]"),c=(o==null?void 0:o.nonce)||(o==null?void 0:o.getAttribute("nonce"));u=Promise.allSettled(n.map(l=>{if(l=xh(l),l in _a)return;_a[l]=!0;const h=l.endsWith(".css"),f=h?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${l}"]${f}`))return;const p=document.createElement("link");if(p.rel=h?"stylesheet":Wh,h||(p.as="script"),p.crossOrigin="",p.href=l,c&&p.setAttribute("nonce",c),document.head.appendChild(p),h)return new Promise((w,S)=>{p.addEventListener("load",w),p.addEventListener("error",()=>S(new Error(`Unable to preload CSS for ${l}`)))})}))}function a(o){const c=new Event("vite:preloadError",{cancelable:!0});if(c.payload=o,window.dispatchEvent(c),!c.defaultPrevented)throw o}return u.then(o=>{for(const c of o||[])c.status==="rejected"&&a(c.reason);return t().catch(a)})},ba=[{path:"/",name:"/",component:()=>ln(()=>import("./index-jMwk6Flb.js"),[])},{path:"/about",name:"/about",component:()=>ln(()=>import("./about-BzTiXPQO.js"),__vite__mapDeps([0,1,2,3,4,5]))},{path:"/infoPage",name:"/infoPage",component:()=>ln(()=>import("./infoPage-Ba9YkfcW.js"),__vite__mapDeps([6,3,1,2,4,7,8,9,10,11]))},{path:"/mainWindow",name:"/mainWindow",component:()=>ln(()=>import("./mainWindow-D0spusZf.js"),__vite__mapDeps([12,8,1,2,9,3,4,13]))}];/*! + * vue-router v4.5.0 + * (c) 2024 Eduardo San Martin Morote + * @license MIT + */const qt=typeof document<"u";function Wi(e){return typeof e=="object"||"displayName"in e||"props"in e||"__vccOpts"in e}function Kh(e){return e.__esModule||e[Symbol.toStringTag]==="Module"||e.default&&Wi(e.default)}const ce=Object.assign;function qr(e,t){const n={};for(const r in t){const u=t[r];n[r]=Je(u)?u.map(e):e(u)}return n}const wn=()=>{},Je=Array.isArray,xi=/#/g,Gh=/&/g,qh=/\//g,Yh=/=/g,Zh=/\?/g,Ki=/\+/g,Qh=/%5B/g,Jh=/%5D/g,Gi=/%5E/g,Xh=/%60/g,qi=/%7B/g,ep=/%7C/g,Yi=/%7D/g,tp=/%20/g;function Ju(e){return encodeURI(""+e).replace(ep,"|").replace(Qh,"[").replace(Jh,"]")}function np(e){return Ju(e).replace(qi,"{").replace(Yi,"}").replace(Gi,"^")}function _u(e){return Ju(e).replace(Ki,"%2B").replace(tp,"+").replace(xi,"%23").replace(Gh,"%26").replace(Xh,"`").replace(qi,"{").replace(Yi,"}").replace(Gi,"^")}function rp(e){return _u(e).replace(Yh,"%3D")}function up(e){return Ju(e).replace(xi,"%23").replace(Zh,"%3F")}function sp(e){return e==null?"":up(e).replace(qh,"%2F")}function Rn(e){try{return decodeURIComponent(""+e)}catch{}return""+e}const ap=/\/$/,op=e=>e.replace(ap,"");function Yr(e,t,n="/"){let r,u={},a="",o="";const c=t.indexOf("#");let l=t.indexOf("?");return c=0&&(l=-1),l>-1&&(r=t.slice(0,l),a=t.slice(l+1,c>-1?c:t.length),u=e(a)),c>-1&&(r=r||t.slice(0,c),o=t.slice(c,t.length)),r=lp(r??t,n),{fullPath:r+(a&&"?")+a+o,path:r,query:u,hash:Rn(o)}}function ip(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}function ya(e,t){return!t||!e.toLowerCase().startsWith(t.toLowerCase())?e:e.slice(t.length)||"/"}function dp(e,t,n){const r=t.matched.length-1,u=n.matched.length-1;return r>-1&&r===u&&tn(t.matched[r],n.matched[u])&&Zi(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}function tn(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function Zi(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!cp(e[n],t[n]))return!1;return!0}function cp(e,t){return Je(e)?wa(e,t):Je(t)?wa(t,e):e===t}function wa(e,t){return Je(t)?e.length===t.length&&e.every((n,r)=>n===t[r]):e.length===1&&e[0]===t}function lp(e,t){if(e.startsWith("/"))return e;if(!e)return t;const n=t.split("/"),r=e.split("/"),u=r[r.length-1];(u===".."||u===".")&&r.push("");let a=n.length-1,o,c;for(o=0;o1&&a--;else break;return n.slice(0,a).join("/")+"/"+r.slice(o).join("/")}const bt={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0};var On;(function(e){e.pop="pop",e.push="push"})(On||(On={}));var vn;(function(e){e.back="back",e.forward="forward",e.unknown=""})(vn||(vn={}));function fp(e){if(!e)if(qt){const t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return e[0]!=="/"&&e[0]!=="#"&&(e="/"+e),op(e)}const hp=/^[^#]+#/;function pp(e,t){return e.replace(hp,"#")+t}function mp(e,t){const n=document.documentElement.getBoundingClientRect(),r=e.getBoundingClientRect();return{behavior:t.behavior,left:r.left-n.left-(t.left||0),top:r.top-n.top-(t.top||0)}}const Rr=()=>({left:window.scrollX,top:window.scrollY});function gp(e){let t;if("el"in e){const n=e.el,r=typeof n=="string"&&n.startsWith("#"),u=typeof n=="string"?r?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!u)return;t=mp(u,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.scrollX,t.top!=null?t.top:window.scrollY)}function va(e,t){return(history.state?history.state.position-t:-1)+e}const bu=new Map;function _p(e,t){bu.set(e,t)}function bp(e){const t=bu.get(e);return bu.delete(e),t}let yp=()=>location.protocol+"//"+location.host;function Qi(e,t){const{pathname:n,search:r,hash:u}=t,a=e.indexOf("#");if(a>-1){let c=u.includes(e.slice(a))?e.slice(a).length:1,l=u.slice(c);return l[0]!=="/"&&(l="/"+l),ya(l,"")}return ya(n,e)+r+u}function wp(e,t,n,r){let u=[],a=[],o=null;const c=({state:w})=>{const S=Qi(e,location),T=n.value,A=t.value;let N=0;if(w){if(n.value=S,t.value=w,o&&o===T){o=null;return}N=A?w.position-A.position:0}else r(S);u.forEach(z=>{z(n.value,T,{delta:N,type:On.pop,direction:N?N>0?vn.forward:vn.back:vn.unknown})})};function l(){o=n.value}function h(w){u.push(w);const S=()=>{const T=u.indexOf(w);T>-1&&u.splice(T,1)};return a.push(S),S}function f(){const{history:w}=window;w.state&&w.replaceState(ce({},w.state,{scroll:Rr()}),"")}function p(){for(const w of a)w();a=[],window.removeEventListener("popstate",c),window.removeEventListener("beforeunload",f)}return window.addEventListener("popstate",c),window.addEventListener("beforeunload",f,{passive:!0}),{pauseListeners:l,listen:h,destroy:p}}function ka(e,t,n,r=!1,u=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:u?Rr():null}}function vp(e){const{history:t,location:n}=window,r={value:Qi(e,n)},u={value:t.state};u.value||a(r.value,{back:null,current:r.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0);function a(l,h,f){const p=e.indexOf("#"),w=p>-1?(n.host&&document.querySelector("base")?e:e.slice(p))+l:yp()+e+l;try{t[f?"replaceState":"pushState"](h,"",w),u.value=h}catch(S){console.error(S),n[f?"replace":"assign"](w)}}function o(l,h){const f=ce({},t.state,ka(u.value.back,l,u.value.forward,!0),h,{position:u.value.position});a(l,f,!0),r.value=l}function c(l,h){const f=ce({},u.value,t.state,{forward:l,scroll:Rr()});a(f.current,f,!0);const p=ce({},ka(r.value,l,null),{position:f.position+1},h);a(l,p,!1),r.value=l}return{location:r,state:u,push:c,replace:o}}function kp(e){e=fp(e);const t=vp(e),n=wp(e,t.state,t.location,t.replace);function r(a,o=!0){o||n.pauseListeners(),history.go(a)}const u=ce({location:"",base:e,go:r,createHref:pp.bind(null,e)},t,n);return Object.defineProperty(u,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(u,"state",{enumerable:!0,get:()=>t.state.value}),u}function Sp(e){return e=location.host?e||location.pathname+location.search:"",e.includes("#")||(e+="#"),kp(e)}function Cp(e){return typeof e=="string"||e&&typeof e=="object"}function Ji(e){return typeof e=="string"||typeof e=="symbol"}const Xi=Symbol("");var Sa;(function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"})(Sa||(Sa={}));function nn(e,t){return ce(new Error,{type:e,[Xi]:!0},t)}function dt(e,t){return e instanceof Error&&Xi in e&&(t==null||!!(e.type&t))}const Ca="[^/]+?",Pp={sensitive:!1,strict:!1,start:!0,end:!0},Ep=/[.+*?^${}()[\]/\\]/g;function Ap(e,t){const n=ce({},Pp,t),r=[];let u=n.start?"^":"";const a=[];for(const h of e){const f=h.length?[]:[90];n.strict&&!h.length&&(u+="/");for(let p=0;pt.length?t.length===1&&t[0]===80?1:-1:0}function ed(e,t){let n=0;const r=e.score,u=t.score;for(;n0&&t[t.length-1]<0}const Mp={type:0,value:""},Rp=/[a-zA-Z0-9_]/;function Op(e){if(!e)return[[]];if(e==="/")return[[Mp]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(S){throw new Error(`ERR (${n})/"${h}": ${S}`)}let n=0,r=n;const u=[];let a;function o(){a&&u.push(a),a=[]}let c=0,l,h="",f="";function p(){h&&(n===0?a.push({type:0,value:h}):n===1||n===2||n===3?(a.length>1&&(l==="*"||l==="+")&&t(`A repeatable param (${h}) must be alone in its segment. eg: '/:ids+.`),a.push({type:1,value:h,regexp:f,repeatable:l==="*"||l==="+",optional:l==="*"||l==="?"})):t("Invalid state to consume buffer"),h="")}function w(){h+=l}for(;c{o(Z)}:wn}function o(p){if(Ji(p)){const w=r.get(p);w&&(r.delete(p),n.splice(n.indexOf(w),1),w.children.forEach(o),w.alias.forEach(o))}else{const w=n.indexOf(p);w>-1&&(n.splice(w,1),p.record.name&&r.delete(p.record.name),p.children.forEach(o),p.alias.forEach(o))}}function c(){return n}function l(p){const w=$p(p,n);n.splice(w,0,p),p.record.name&&!Ta(p)&&r.set(p.record.name,p)}function h(p,w){let S,T={},A,N;if("name"in p&&p.name){if(S=r.get(p.name),!S)throw nn(1,{location:p});N=S.record.name,T=ce(Ea(w.params,S.keys.filter(Z=>!Z.optional).concat(S.parent?S.parent.keys.filter(Z=>Z.optional):[]).map(Z=>Z.name)),p.params&&Ea(p.params,S.keys.map(Z=>Z.name))),A=S.stringify(T)}else if(p.path!=null)A=p.path,S=n.find(Z=>Z.re.test(A)),S&&(T=S.parse(A),N=S.record.name);else{if(S=w.name?r.get(w.name):n.find(Z=>Z.re.test(w.path)),!S)throw nn(1,{location:p,currentLocation:w});N=S.record.name,T=ce({},w.params,p.params),A=S.stringify(T)}const z=[];let V=S;for(;V;)z.unshift(V.record),V=V.parent;return{name:N,path:A,params:T,matched:z,meta:Ip(z)}}e.forEach(p=>a(p));function f(){n.length=0,r.clear()}return{addRoute:a,resolve:h,removeRoute:o,clearRoutes:f,getRoutes:c,getRecordMatcher:u}}function Ea(e,t){const n={};for(const r of t)r in e&&(n[r]=e[r]);return n}function Aa(e){const t={path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:e.aliasOf,beforeEnter:e.beforeEnter,props:jp(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}};return Object.defineProperty(t,"mods",{value:{}}),t}function jp(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(const r in e.components)t[r]=typeof n=="object"?n[r]:n;return t}function Ta(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function Ip(e){return e.reduce((t,n)=>ce(t,n.meta),{})}function Ma(e,t){const n={};for(const r in e)n[r]=r in t?t[r]:e[r];return n}function $p(e,t){let n=0,r=t.length;for(;n!==r;){const a=n+r>>1;ed(e,t[a])<0?r=a:n=a+1}const u=Fp(e);return u&&(r=t.lastIndexOf(u,r-1)),r}function Fp(e){let t=e;for(;t=t.parent;)if(td(t)&&ed(e,t)===0)return t}function td({record:e}){return!!(e.name||e.components&&Object.keys(e.components).length||e.redirect)}function Hp(e){const t={};if(e===""||e==="?")return t;const r=(e[0]==="?"?e.slice(1):e).split("&");for(let u=0;ua&&_u(a)):[r&&_u(r)]).forEach(a=>{a!==void 0&&(t+=(t.length?"&":"")+n,a!=null&&(t+="="+a))})}return t}function Bp(e){const t={};for(const n in e){const r=e[n];r!==void 0&&(t[n]=Je(r)?r.map(u=>u==null?null:""+u):r==null?r:""+r)}return t}const Np=Symbol(""),Oa=Symbol(""),Or=Symbol(""),Xu=Symbol(""),yu=Symbol("");function on(){let e=[];function t(r){return e.push(r),()=>{const u=e.indexOf(r);u>-1&&e.splice(u,1)}}function n(){e=[]}return{add:t,list:()=>e.slice(),reset:n}}function Ct(e,t,n,r,u,a=o=>o()){const o=r&&(r.enterCallbacks[u]=r.enterCallbacks[u]||[]);return()=>new Promise((c,l)=>{const h=w=>{w===!1?l(nn(4,{from:n,to:t})):w instanceof Error?l(w):Cp(w)?l(nn(2,{from:t,to:w})):(o&&r.enterCallbacks[u]===o&&typeof w=="function"&&o.push(w),c())},f=a(()=>e.call(r&&r.instances[u],t,n,h));let p=Promise.resolve(f);e.length<3&&(p=p.then(h)),p.catch(w=>l(w))})}function Zr(e,t,n,r,u=a=>a()){const a=[];for(const o of e)for(const c in o.components){let l=o.components[c];if(!(t!=="beforeRouteEnter"&&!o.instances[c]))if(Wi(l)){const f=(l.__vccOpts||l)[t];f&&a.push(Ct(f,n,r,o,c,u))}else{let h=l();a.push(()=>h.then(f=>{if(!f)throw new Error(`Couldn't resolve component "${c}" at "${o.path}"`);const p=Kh(f)?f.default:f;o.mods[c]=f,o.components[c]=p;const S=(p.__vccOpts||p)[t];return S&&Ct(S,n,r,o,c,u)()}))}}return a}function La(e){const t=ve(Or),n=ve(Xu),r=X(()=>{const l=xe(e.to);return t.resolve(l)}),u=X(()=>{const{matched:l}=r.value,{length:h}=l,f=l[h-1],p=n.matched;if(!f||!p.length)return-1;const w=p.findIndex(tn.bind(null,f));if(w>-1)return w;const S=Da(l[h-2]);return h>1&&Da(f)===S&&p[p.length-1].path!==S?p.findIndex(tn.bind(null,l[h-2])):w}),a=X(()=>u.value>-1&&xp(n.params,r.value.params)),o=X(()=>u.value>-1&&u.value===n.matched.length-1&&Zi(n.params,r.value.params));function c(l={}){if(Wp(l)){const h=t[xe(e.replace)?"replace":"push"](xe(e.to)).catch(wn);return e.viewTransition&&typeof document<"u"&&"startViewTransition"in document&&document.startViewTransition(()=>h),h}return Promise.resolve()}return{route:r,href:X(()=>r.value.href),isActive:a,isExactActive:o,navigate:c}}function zp(e){return e.length===1?e[0]:e}const Vp=yr({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:La,setup(e,{slots:t}){const n=Fe(La(e)),{options:r}=ve(Or),u=X(()=>({[ja(e.activeClass,r.linkActiveClass,"router-link-active")]:n.isActive,[ja(e.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive}));return()=>{const a=t.default&&zp(t.default(n));return e.custom?a:Jt("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:u.value},a)}}}),Up=Vp;function Wp(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&!(e.button!==void 0&&e.button!==0)){if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function xp(e,t){for(const n in t){const r=t[n],u=e[n];if(typeof r=="string"){if(r!==u)return!1}else if(!Je(u)||u.length!==r.length||r.some((a,o)=>a!==u[o]))return!1}return!0}function Da(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const ja=(e,t,n)=>e??t??n,Kp=yr({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const r=ve(yu),u=X(()=>e.route||r.value),a=ve(Oa,0),o=X(()=>{let h=xe(a);const{matched:f}=u.value;let p;for(;(p=f[h])&&!p.components;)h++;return h}),c=X(()=>u.value.matched[o.value]);pt(Oa,X(()=>o.value+1)),pt(Np,c),pt(yu,u);const l=Ue();return Ve(()=>[l.value,c.value,e.name],([h,f,p],[w,S,T])=>{f&&(f.instances[p]=h,S&&S!==f&&h&&h===w&&(f.leaveGuards.size||(f.leaveGuards=S.leaveGuards),f.updateGuards.size||(f.updateGuards=S.updateGuards))),h&&f&&(!S||!tn(f,S)||!w)&&(f.enterCallbacks[p]||[]).forEach(A=>A(h))},{flush:"post"}),()=>{const h=u.value,f=e.name,p=c.value,w=p&&p.components[f];if(!w)return Ia(n.default,{Component:w,route:h});const S=p.props[f],T=S?S===!0?h.params:typeof S=="function"?S(h):S:null,N=Jt(w,ce({},T,t,{onVnodeUnmounted:z=>{z.component.isUnmounted&&(p.instances[f]=null)},ref:l}));return Ia(n.default,{Component:N,route:h})||N}}});function Ia(e,t){if(!e)return null;const n=e(t);return n.length===1?n[0]:n}const Gp=Kp;function qp(e){const t=Dp(e.routes,e),n=e.parseQuery||Hp,r=e.stringifyQuery||Ra,u=e.history,a=on(),o=on(),c=on(),l=Ze(bt);let h=bt;qt&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const f=qr.bind(null,O=>""+O),p=qr.bind(null,sp),w=qr.bind(null,Rn);function S(O,B){let U,Q;return Ji(O)?(U=t.getRecordMatcher(O),Q=B):Q=O,t.addRoute(Q,U)}function T(O){const B=t.getRecordMatcher(O);B&&t.removeRoute(B)}function A(){return t.getRoutes().map(O=>O.record)}function N(O){return!!t.getRecordMatcher(O)}function z(O,B){if(B=ce({},B||l.value),typeof O=="string"){const P=Yr(n,O,B.path),D=t.resolve({path:P.path},B),$=u.createHref(P.fullPath);return ce(P,D,{params:w(D.params),hash:Rn(P.hash),redirectedFrom:void 0,href:$})}let U;if(O.path!=null)U=ce({},O,{path:Yr(n,O.path,B.path).path});else{const P=ce({},O.params);for(const D in P)P[D]==null&&delete P[D];U=ce({},O,{params:p(P)}),B.params=p(B.params)}const Q=t.resolve(U,B),de=O.hash||"";Q.params=f(w(Q.params));const v=ip(r,ce({},O,{hash:np(de),path:Q.path})),k=u.createHref(v);return ce({fullPath:v,hash:de,query:r===Ra?Bp(O.query):O.query||{}},Q,{redirectedFrom:void 0,href:k})}function V(O){return typeof O=="string"?Yr(n,O,l.value.path):ce({},O)}function Z(O,B){if(h!==O)return nn(8,{from:B,to:O})}function s(O){return m(O)}function d(O){return s(ce(V(O),{replace:!0}))}function i(O){const B=O.matched[O.matched.length-1];if(B&&B.redirect){const{redirect:U}=B;let Q=typeof U=="function"?U(O):U;return typeof Q=="string"&&(Q=Q.includes("?")||Q.includes("#")?Q=V(Q):{path:Q},Q.params={}),ce({query:O.query,hash:O.hash,params:Q.path!=null?{}:O.params},Q)}}function m(O,B){const U=h=z(O),Q=l.value,de=O.state,v=O.force,k=O.replace===!0,P=i(U);if(P)return m(ce(V(P),{state:typeof P=="object"?ce({},de,P.state):de,force:v,replace:k}),B||U);const D=U;D.redirectedFrom=B;let $;return!v&&dp(r,Q,U)&&($=nn(16,{to:D,from:Q}),Y(Q,Q,!0,!1)),($?Promise.resolve($):g(D,Q)).catch(j=>dt(j)?dt(j,2)?j:ue(j):F(j,D,Q)).then(j=>{if(j){if(dt(j,2))return m(ce({replace:k},V(j.to),{state:typeof j.to=="object"?ce({},de,j.to.state):de,force:v}),B||D)}else j=E(D,Q,!0,k,de);return C(D,Q,j),j})}function b(O,B){const U=Z(O,B);return U?Promise.reject(U):Promise.resolve()}function _(O){const B=Se.values().next().value;return B&&typeof B.runWithContext=="function"?B.runWithContext(O):O()}function g(O,B){let U;const[Q,de,v]=Yp(O,B);U=Zr(Q.reverse(),"beforeRouteLeave",O,B);for(const P of Q)P.leaveGuards.forEach(D=>{U.push(Ct(D,O,B))});const k=b.bind(null,O,B);return U.push(k),ie(U).then(()=>{U=[];for(const P of a.list())U.push(Ct(P,O,B));return U.push(k),ie(U)}).then(()=>{U=Zr(de,"beforeRouteUpdate",O,B);for(const P of de)P.updateGuards.forEach(D=>{U.push(Ct(D,O,B))});return U.push(k),ie(U)}).then(()=>{U=[];for(const P of v)if(P.beforeEnter)if(Je(P.beforeEnter))for(const D of P.beforeEnter)U.push(Ct(D,O,B));else U.push(Ct(P.beforeEnter,O,B));return U.push(k),ie(U)}).then(()=>(O.matched.forEach(P=>P.enterCallbacks={}),U=Zr(v,"beforeRouteEnter",O,B,_),U.push(k),ie(U))).then(()=>{U=[];for(const P of o.list())U.push(Ct(P,O,B));return U.push(k),ie(U)}).catch(P=>dt(P,8)?P:Promise.reject(P))}function C(O,B,U){c.list().forEach(Q=>_(()=>Q(O,B,U)))}function E(O,B,U,Q,de){const v=Z(O,B);if(v)return v;const k=B===bt,P=qt?history.state:{};U&&(Q||k?u.replace(O.fullPath,ce({scroll:k&&P&&P.scroll},de)):u.push(O.fullPath,de)),l.value=O,Y(O,B,U,k),ue()}let R;function L(){R||(R=u.listen((O,B,U)=>{if(!me.listening)return;const Q=z(O),de=i(Q);if(de){m(ce(de,{replace:!0,force:!0}),Q).catch(wn);return}h=Q;const v=l.value;qt&&_p(va(v.fullPath,U.delta),Rr()),g(Q,v).catch(k=>dt(k,12)?k:dt(k,2)?(m(ce(V(k.to),{force:!0}),Q).then(P=>{dt(P,20)&&!U.delta&&U.type===On.pop&&u.go(-1,!1)}).catch(wn),Promise.reject()):(U.delta&&u.go(-U.delta,!1),F(k,Q,v))).then(k=>{k=k||E(Q,v,!1),k&&(U.delta&&!dt(k,8)?u.go(-U.delta,!1):U.type===On.pop&&dt(k,20)&&u.go(-1,!1)),C(Q,v,k)}).catch(wn)}))}let I=on(),y=on(),M;function F(O,B,U){ue(O);const Q=y.list();return Q.length?Q.forEach(de=>de(O,B,U)):console.error(O),Promise.reject(O)}function G(){return M&&l.value!==bt?Promise.resolve():new Promise((O,B)=>{I.add([O,B])})}function ue(O){return M||(M=!O,L(),I.list().forEach(([B,U])=>O?U(O):B()),I.reset()),O}function Y(O,B,U,Q){const{scrollBehavior:de}=e;if(!qt||!de)return Promise.resolve();const v=!U&&bp(va(O.fullPath,0))||(Q||!U)&&history.state&&history.state.scroll||null;return br().then(()=>de(O,B,v)).then(k=>k&&gp(k)).catch(k=>F(k,O,B))}const se=O=>u.go(O);let be;const Se=new Set,me={currentRoute:l,listening:!0,addRoute:S,removeRoute:T,clearRoutes:t.clearRoutes,hasRoute:N,getRoutes:A,resolve:z,options:e,push:s,replace:d,go:se,back:()=>se(-1),forward:()=>se(1),beforeEach:a.add,beforeResolve:o.add,afterEach:c.add,onError:y.add,isReady:G,install(O){const B=this;O.component("RouterLink",Up),O.component("RouterView",Gp),O.config.globalProperties.$router=B,Object.defineProperty(O.config.globalProperties,"$route",{enumerable:!0,get:()=>xe(l)}),qt&&!be&&l.value===bt&&(be=!0,s(u.location).catch(de=>{}));const U={};for(const de in bt)Object.defineProperty(U,de,{get:()=>l.value[de],enumerable:!0});O.provide(Or,B),O.provide(Xu,oo(U)),O.provide(yu,l);const Q=O.unmount;Se.add(O),O.unmount=function(){Se.delete(O),Se.size<1&&(h=bt,R&&R(),R=null,l.value=bt,be=!1,M=!1),Q()}}};function ie(O){return O.reduce((B,U)=>B.then(()=>_(U)),Promise.resolve())}return me}function Yp(e,t){const n=[],r=[],u=[],a=Math.max(t.matched.length,e.matched.length);for(let o=0;otn(h,c))?r.push(c):n.push(c));const l=e.matched[o];l&&(t.matched.find(h=>tn(h,l))||u.push(l))}return[n,r,u]}function Zp(){return ve(Or)}function ig(e){return ve(Xu)}function Qp(e){const{extendRoutes:t}=e;return qp(Object.assign(e,{routes:typeof t=="function"?t(ba):ba}))}const Jp=e=>{const t={};Object.entries(Object.assign({"/src/layouts/default.vue":()=>ln(()=>import("./default-xuZtHUos.js"),__vite__mapDeps([14,8,1,2,9,7,10,15]))})).forEach(([u,a])=>{let o=u.replace("/src/layouts/","").replace(".vue","");t[o]=a});function r(u,a=!0){return u.map(o=>{var c,l,h,f,p,w;if(((c=o.children)==null?void 0:c.length)>0&&(o.children=r(o.children,!1)),a){if(!o.component&&((l=o.children)==null?void 0:l.find(T=>{var A;return(T.path===""||T.path==="/")&&((A=T.meta)==null?void 0:A.isLayout)})))return o;if(((h=o.meta)==null?void 0:h.layout)!==!1)return{path:o.path,component:t[((f=o.meta)==null?void 0:f.layout)||"default"],children:o.path==="/"?[o]:[{...o,path:""}],meta:{isLayout:!0}}}return(p=o.meta)!=null&&p.layout?{path:o.path,component:t[(w=o.meta)==null?void 0:w.layout],children:[{...o,path:""}],meta:{isLayout:!0}}:o})}return r(e)},Xp=Qp({history:Sp(),extendRoutes:Jp});function em(e){e.use(Rh).use(Xp).use(Ui)}const tm=Xe({...vi(),...Ch({fullHeight:!0}),...yh()},"VApp"),nm=Zu()({name:"VApp",props:tm(),setup(e,t){let{slots:n}=t;const r=kh(e),{layoutClasses:u,getLayoutItem:a,items:o,layoutRef:c}=Ah(e),{rtlClasses:l}=Ai();return Si(()=>{var h;return he("div",{ref:c,class:["v-application",r.themeClasses.value,u.value,l.value,e.class],style:[e.style]},[he("div",{class:"v-application__wrap"},[(h=n.default)==null?void 0:h.call(n)])])}),{getLayoutItem:a,items:o,theme:r}}}),rm=Xe({height:[Number,String],maxHeight:[Number,String],maxWidth:[Number,String],minHeight:[Number,String],minWidth:[Number,String],width:[Number,String]},"dimension");function um(e){return{dimensionStyles:X(()=>{const n={},r=ot(e.height),u=ot(e.maxHeight),a=ot(e.maxWidth),o=ot(e.minHeight),c=ot(e.minWidth),l=ot(e.width);return r!=null&&(n.height=r),u!=null&&(n.maxHeight=u),a!=null&&(n.maxWidth=a),o!=null&&(n.minHeight=o),c!=null&&(n.minWidth=c),l!=null&&(n.width=l),n})}}function sm(){const e=Ze(!1);return jn(()=>{window.requestAnimationFrame(()=>{e.value=!0})}),{ssrBootStyles:X(()=>e.value?void 0:{transition:"none !important"}),isBooted:gr(e)}}const am=Xe({tag:{type:String,default:"div"}},"tag"),om=Xe({scrollable:Boolean,...vi(),...rm(),...am({tag:"main"})},"VMain"),im=Zu()({name:"VMain",props:om(),setup(e,t){let{slots:n}=t;const{dimensionStyles:r}=um(e),{mainStyles:u}=Ph(),{ssrBootStyles:a}=sm();return Si(()=>he(e.tag,{class:["v-main",{"v-main--scrollable":e.scrollable},e.class],style:[u.value,a.value,r.value,e.style]},{default:()=>{var o,c;return[e.scrollable?he("div",{class:"v-main__scroller"},[(o=n.default)==null?void 0:o.call(n)]):(c=n.default)==null?void 0:c.call(n)]}})),{}}}),dm={__name:"App",setup(e){const t=Zp();return console.log(t.options.routes),(n,r)=>{const u=rc("router-view");return Yo(),Qo(nm,null,{default:tu(()=>[he(im,null,{default:tu(()=>[he(u)]),_:1})]),_:1})}}};var cm=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function lm(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var nd={exports:{}};(function(e){(function(){function t(s){var d={omitExtraWLInCodeBlocks:{defaultValue:!1,describe:"Omit the default extra whiteline added to code blocks",type:"boolean"},noHeaderId:{defaultValue:!1,describe:"Turn on/off generated header id",type:"boolean"},prefixHeaderId:{defaultValue:!1,describe:"Add a prefix to the generated header ids. Passing a string will prefix that string to the header id. Setting to true will add a generic 'section-' prefix",type:"string"},rawPrefixHeaderId:{defaultValue:!1,describe:'Setting this option to true will prevent showdown from modifying the prefix. This might result in malformed IDs (if, for instance, the " char is used in the prefix)',type:"boolean"},ghCompatibleHeaderId:{defaultValue:!1,describe:"Generate header ids compatible with github style (spaces are replaced with dashes, a bunch of non alphanumeric chars are removed)",type:"boolean"},rawHeaderId:{defaultValue:!1,describe:`Remove only spaces, ' and " from generated header ids (including prefixes), replacing them with dashes (-). WARNING: This might result in malformed ids`,type:"boolean"},headerLevelStart:{defaultValue:!1,describe:"The header blocks level start",type:"integer"},parseImgDimensions:{defaultValue:!1,describe:"Turn on/off image dimension parsing",type:"boolean"},simplifiedAutoLink:{defaultValue:!1,describe:"Turn on/off GFM autolink style",type:"boolean"},excludeTrailingPunctuationFromURLs:{defaultValue:!1,describe:"Excludes trailing punctuation from links generated with autoLinking",type:"boolean"},literalMidWordUnderscores:{defaultValue:!1,describe:"Parse midword underscores as literal underscores",type:"boolean"},literalMidWordAsterisks:{defaultValue:!1,describe:"Parse midword asterisks as literal asterisks",type:"boolean"},strikethrough:{defaultValue:!1,describe:"Turn on/off strikethrough support",type:"boolean"},tables:{defaultValue:!1,describe:"Turn on/off tables support",type:"boolean"},tablesHeaderId:{defaultValue:!1,describe:"Add an id to table headers",type:"boolean"},ghCodeBlocks:{defaultValue:!0,describe:"Turn on/off GFM fenced code blocks support",type:"boolean"},tasklists:{defaultValue:!1,describe:"Turn on/off GFM tasklist support",type:"boolean"},smoothLivePreview:{defaultValue:!1,describe:"Prevents weird effects in live previews due to incomplete input",type:"boolean"},smartIndentationFix:{defaultValue:!1,describe:"Tries to smartly fix indentation in es6 strings",type:"boolean"},disableForced4SpacesIndentedSublists:{defaultValue:!1,describe:"Disables the requirement of indenting nested sublists by 4 spaces",type:"boolean"},simpleLineBreaks:{defaultValue:!1,describe:"Parses simple line breaks as
(GFM Style)",type:"boolean"},requireSpaceBeforeHeadingText:{defaultValue:!1,describe:"Makes adding a space between `#` and the header text mandatory (GFM Style)",type:"boolean"},ghMentions:{defaultValue:!1,describe:"Enables github @mentions",type:"boolean"},ghMentionsLink:{defaultValue:"https://github.com/{u}",describe:"Changes the link generated by @mentions. Only applies if ghMentions option is enabled.",type:"string"},encodeEmails:{defaultValue:!0,describe:"Encode e-mail addresses through the use of Character Entities, transforming ASCII e-mail addresses into its equivalent decimal entities",type:"boolean"},openLinksInNewWindow:{defaultValue:!1,describe:"Open all links in new windows",type:"boolean"},backslashEscapesHTMLTags:{defaultValue:!1,describe:"Support for HTML Tag escaping. ex:
foo
",type:"boolean"},emoji:{defaultValue:!1,describe:"Enable emoji support. Ex: `this is a :smile: emoji`",type:"boolean"},underline:{defaultValue:!1,describe:"Enable support for underline. Syntax is double or triple underscores: `__underline word__`. With this option enabled, underscores no longer parses into `` and ``",type:"boolean"},ellipsis:{defaultValue:!0,describe:"Replaces three dots with the ellipsis unicode character",type:"boolean"},completeHTMLDocument:{defaultValue:!1,describe:"Outputs a complete html document, including ``, `` and `` tags",type:"boolean"},metadata:{defaultValue:!1,describe:"Enable support for document metadata (defined at the top of the document between `«««` and `»»»` or between `---` and `---`).",type:"boolean"},splitAdjacentBlockquotes:{defaultValue:!1,describe:"Split adjacent blockquote blocks",type:"boolean"}};if(s===!1)return JSON.parse(JSON.stringify(d));var i={};for(var m in d)d.hasOwnProperty(m)&&(i[m]=d[m].defaultValue);return i}function n(){var s=t(!0),d={};for(var i in s)s.hasOwnProperty(i)&&(d[i]=!0);return d}var r={},u={},a={},o=t(!0),c="vanilla",l={github:{omitExtraWLInCodeBlocks:!0,simplifiedAutoLink:!0,excludeTrailingPunctuationFromURLs:!0,literalMidWordUnderscores:!0,strikethrough:!0,tables:!0,tablesHeaderId:!0,ghCodeBlocks:!0,tasklists:!0,disableForced4SpacesIndentedSublists:!0,simpleLineBreaks:!0,requireSpaceBeforeHeadingText:!0,ghCompatibleHeaderId:!0,ghMentions:!0,backslashEscapesHTMLTags:!0,emoji:!0,splitAdjacentBlockquotes:!0},original:{noHeaderId:!0,ghCodeBlocks:!1},ghost:{omitExtraWLInCodeBlocks:!0,parseImgDimensions:!0,simplifiedAutoLink:!0,excludeTrailingPunctuationFromURLs:!0,literalMidWordUnderscores:!0,strikethrough:!0,tables:!0,tablesHeaderId:!0,ghCodeBlocks:!0,tasklists:!0,smoothLivePreview:!0,simpleLineBreaks:!0,requireSpaceBeforeHeadingText:!0,ghMentions:!1,encodeEmails:!0},vanilla:t(!0),allOn:n()};r.helper={},r.extensions={},r.setOption=function(s,d){return o[s]=d,this},r.getOption=function(s){return o[s]},r.getOptions=function(){return o},r.resetOptions=function(){o=t(!0)},r.setFlavor=function(s){if(!l.hasOwnProperty(s))throw Error(s+" flavor was not found");r.resetOptions();var d=l[s];c=s;for(var i in d)d.hasOwnProperty(i)&&(o[i]=d[i])},r.getFlavor=function(){return c},r.getFlavorOptions=function(s){if(l.hasOwnProperty(s))return l[s]},r.getDefaultOptions=function(s){return t(s)},r.subParser=function(s,d){if(r.helper.isString(s))if(typeof d<"u")u[s]=d;else{if(u.hasOwnProperty(s))return u[s];throw Error("SubParser named "+s+" not registered!")}},r.extension=function(s,d){if(!r.helper.isString(s))throw Error("Extension 'name' must be a string");if(s=r.helper.stdExtName(s),r.helper.isUndefined(d)){if(!a.hasOwnProperty(s))throw Error("Extension named "+s+" is not registered!");return a[s]}else{typeof d=="function"&&(d=d()),r.helper.isArray(d)||(d=[d]);var i=h(d,s);if(i.valid)a[s]=d;else throw Error(i.error)}},r.getAllExtensions=function(){return a},r.removeExtension=function(s){delete a[s]},r.resetExtensions=function(){a={}};function h(s,d){var i=d?"Error in "+d+" extension->":"Error in unnamed extension",m={valid:!0,error:""};r.helper.isArray(s)||(s=[s]);for(var b=0;b"u"},r.helper.forEach=function(s,d){if(r.helper.isUndefined(s))throw new Error("obj param is required");if(r.helper.isUndefined(d))throw new Error("callback param is required");if(!r.helper.isFunction(d))throw new Error("callback param must be a function/closure");if(typeof s.forEach=="function")s.forEach(d);else if(r.helper.isArray(s))for(var i=0;i").replace(/&/g,"&")};var p=function(s,d,i,m){var b=m||"",_=b.indexOf("g")>-1,g=new RegExp(d+"|"+i,"g"+b.replace(/g/g,"")),C=new RegExp(d,b.replace(/g/g,"")),E=[],R,L,I,y,M;do for(R=0;I=g.exec(s);)if(C.test(I[0]))R++||(L=g.lastIndex,y=L-I[0].length);else if(R&&!--R){M=I.index+I[0].length;var F={left:{start:y,end:L},match:{start:L,end:I.index},right:{start:I.index,end:M},wholeMatch:{start:y,end:M}};if(E.push(F),!_)return E}while(R&&(g.lastIndex=L));return E};r.helper.matchRecursiveRegExp=function(s,d,i,m){for(var b=p(s,d,i,m),_=[],g=0;g0){var R=[];g[0].wholeMatch.start!==0&&R.push(s.slice(0,g[0].wholeMatch.start));for(var L=0;L=0?m+(i||0):m},r.helper.splitAtIndex=function(s,d){if(!r.helper.isString(s))throw"InvalidArgumentError: first parameter of showdown.helper.regexIndexOf function must be a string";return[s.substring(0,d),s.substring(d)]},r.helper.encodeEmailAddress=function(s){var d=[function(i){return"&#"+i.charCodeAt(0)+";"},function(i){return"&#x"+i.charCodeAt(0).toString(16)+";"},function(i){return i}];return s=s.replace(/./g,function(i){if(i==="@")i=d[Math.floor(Math.random()*2)](i);else{var m=Math.random();i=m>.9?d[2](i):m>.45?d[1](i):d[0](i)}return i}),s},r.helper.padEnd=function(d,i,m){return i=i>>0,m=String(m||" "),d.length>i?String(d):(i=i-d.length,i>m.length&&(m+=m.repeat(i/m.length)),String(d)+m.slice(0,i))},typeof console>"u"&&(console={warn:function(s){alert(s)},log:function(s){alert(s)},error:function(s){throw s}}),r.helper.regexes={asteriskDashAndColon:/([*_:~])/g},r.helper.emojis={"+1":"👍","-1":"👎",100:"💯",1234:"🔢","1st_place_medal":"🥇","2nd_place_medal":"🥈","3rd_place_medal":"🥉","8ball":"🎱",a:"🅰️",ab:"🆎",abc:"🔤",abcd:"🔡",accept:"🉑",aerial_tramway:"🚡",airplane:"✈️",alarm_clock:"⏰",alembic:"⚗️",alien:"👽",ambulance:"🚑",amphora:"🏺",anchor:"⚓️",angel:"👼",anger:"💢",angry:"😠",anguished:"😧",ant:"🐜",apple:"🍎",aquarius:"♒️",aries:"♈️",arrow_backward:"◀️",arrow_double_down:"⏬",arrow_double_up:"⏫",arrow_down:"⬇️",arrow_down_small:"🔽",arrow_forward:"▶️",arrow_heading_down:"⤵️",arrow_heading_up:"⤴️",arrow_left:"⬅️",arrow_lower_left:"↙️",arrow_lower_right:"↘️",arrow_right:"➡️",arrow_right_hook:"↪️",arrow_up:"⬆️",arrow_up_down:"↕️",arrow_up_small:"🔼",arrow_upper_left:"↖️",arrow_upper_right:"↗️",arrows_clockwise:"🔃",arrows_counterclockwise:"🔄",art:"🎨",articulated_lorry:"🚛",artificial_satellite:"🛰",astonished:"😲",athletic_shoe:"👟",atm:"🏧",atom_symbol:"⚛️",avocado:"🥑",b:"🅱️",baby:"👶",baby_bottle:"🍼",baby_chick:"🐤",baby_symbol:"🚼",back:"🔙",bacon:"🥓",badminton:"🏸",baggage_claim:"🛄",baguette_bread:"🥖",balance_scale:"⚖️",balloon:"🎈",ballot_box:"🗳",ballot_box_with_check:"☑️",bamboo:"🎍",banana:"🍌",bangbang:"‼️",bank:"🏦",bar_chart:"📊",barber:"💈",baseball:"⚾️",basketball:"🏀",basketball_man:"⛹️",basketball_woman:"⛹️‍♀️",bat:"🦇",bath:"🛀",bathtub:"🛁",battery:"🔋",beach_umbrella:"🏖",bear:"🐻",bed:"🛏",bee:"🐝",beer:"🍺",beers:"🍻",beetle:"🐞",beginner:"🔰",bell:"🔔",bellhop_bell:"🛎",bento:"🍱",biking_man:"🚴",bike:"🚲",biking_woman:"🚴‍♀️",bikini:"👙",biohazard:"☣️",bird:"🐦",birthday:"🎂",black_circle:"⚫️",black_flag:"🏴",black_heart:"🖤",black_joker:"🃏",black_large_square:"⬛️",black_medium_small_square:"◾️",black_medium_square:"◼️",black_nib:"✒️",black_small_square:"▪️",black_square_button:"🔲",blonde_man:"👱",blonde_woman:"👱‍♀️",blossom:"🌼",blowfish:"🐡",blue_book:"📘",blue_car:"🚙",blue_heart:"💙",blush:"😊",boar:"🐗",boat:"⛵️",bomb:"💣",book:"📖",bookmark:"🔖",bookmark_tabs:"📑",books:"📚",boom:"💥",boot:"👢",bouquet:"💐",bowing_man:"🙇",bow_and_arrow:"🏹",bowing_woman:"🙇‍♀️",bowling:"🎳",boxing_glove:"🥊",boy:"👦",bread:"🍞",bride_with_veil:"👰",bridge_at_night:"🌉",briefcase:"💼",broken_heart:"💔",bug:"🐛",building_construction:"🏗",bulb:"💡",bullettrain_front:"🚅",bullettrain_side:"🚄",burrito:"🌯",bus:"🚌",business_suit_levitating:"🕴",busstop:"🚏",bust_in_silhouette:"👤",busts_in_silhouette:"👥",butterfly:"🦋",cactus:"🌵",cake:"🍰",calendar:"📆",call_me_hand:"🤙",calling:"📲",camel:"🐫",camera:"📷",camera_flash:"📸",camping:"🏕",cancer:"♋️",candle:"🕯",candy:"🍬",canoe:"🛶",capital_abcd:"🔠",capricorn:"♑️",car:"🚗",card_file_box:"🗃",card_index:"📇",card_index_dividers:"🗂",carousel_horse:"🎠",carrot:"🥕",cat:"🐱",cat2:"🐈",cd:"💿",chains:"⛓",champagne:"🍾",chart:"💹",chart_with_downwards_trend:"📉",chart_with_upwards_trend:"📈",checkered_flag:"🏁",cheese:"🧀",cherries:"🍒",cherry_blossom:"🌸",chestnut:"🌰",chicken:"🐔",children_crossing:"🚸",chipmunk:"🐿",chocolate_bar:"🍫",christmas_tree:"🎄",church:"⛪️",cinema:"🎦",circus_tent:"🎪",city_sunrise:"🌇",city_sunset:"🌆",cityscape:"🏙",cl:"🆑",clamp:"🗜",clap:"👏",clapper:"🎬",classical_building:"🏛",clinking_glasses:"🥂",clipboard:"📋",clock1:"🕐",clock10:"🕙",clock1030:"🕥",clock11:"🕚",clock1130:"🕦",clock12:"🕛",clock1230:"🕧",clock130:"🕜",clock2:"🕑",clock230:"🕝",clock3:"🕒",clock330:"🕞",clock4:"🕓",clock430:"🕟",clock5:"🕔",clock530:"🕠",clock6:"🕕",clock630:"🕡",clock7:"🕖",clock730:"🕢",clock8:"🕗",clock830:"🕣",clock9:"🕘",clock930:"🕤",closed_book:"📕",closed_lock_with_key:"🔐",closed_umbrella:"🌂",cloud:"☁️",cloud_with_lightning:"🌩",cloud_with_lightning_and_rain:"⛈",cloud_with_rain:"🌧",cloud_with_snow:"🌨",clown_face:"🤡",clubs:"♣️",cocktail:"🍸",coffee:"☕️",coffin:"⚰️",cold_sweat:"😰",comet:"☄️",computer:"💻",computer_mouse:"🖱",confetti_ball:"🎊",confounded:"😖",confused:"😕",congratulations:"㊗️",construction:"🚧",construction_worker_man:"👷",construction_worker_woman:"👷‍♀️",control_knobs:"🎛",convenience_store:"🏪",cookie:"🍪",cool:"🆒",policeman:"👮",copyright:"©️",corn:"🌽",couch_and_lamp:"🛋",couple:"👫",couple_with_heart_woman_man:"💑",couple_with_heart_man_man:"👨‍❤️‍👨",couple_with_heart_woman_woman:"👩‍❤️‍👩",couplekiss_man_man:"👨‍❤️‍💋‍👨",couplekiss_man_woman:"💏",couplekiss_woman_woman:"👩‍❤️‍💋‍👩",cow:"🐮",cow2:"🐄",cowboy_hat_face:"🤠",crab:"🦀",crayon:"🖍",credit_card:"💳",crescent_moon:"🌙",cricket:"🏏",crocodile:"🐊",croissant:"🥐",crossed_fingers:"🤞",crossed_flags:"🎌",crossed_swords:"⚔️",crown:"👑",cry:"😢",crying_cat_face:"😿",crystal_ball:"🔮",cucumber:"🥒",cupid:"💘",curly_loop:"➰",currency_exchange:"💱",curry:"🍛",custard:"🍮",customs:"🛃",cyclone:"🌀",dagger:"🗡",dancer:"💃",dancing_women:"👯",dancing_men:"👯‍♂️",dango:"🍡",dark_sunglasses:"🕶",dart:"🎯",dash:"💨",date:"📅",deciduous_tree:"🌳",deer:"🦌",department_store:"🏬",derelict_house:"🏚",desert:"🏜",desert_island:"🏝",desktop_computer:"🖥",male_detective:"🕵️",diamond_shape_with_a_dot_inside:"💠",diamonds:"♦️",disappointed:"😞",disappointed_relieved:"😥",dizzy:"💫",dizzy_face:"😵",do_not_litter:"🚯",dog:"🐶",dog2:"🐕",dollar:"💵",dolls:"🎎",dolphin:"🐬",door:"🚪",doughnut:"🍩",dove:"🕊",dragon:"🐉",dragon_face:"🐲",dress:"👗",dromedary_camel:"🐪",drooling_face:"🤤",droplet:"💧",drum:"🥁",duck:"🦆",dvd:"📀","e-mail":"📧",eagle:"🦅",ear:"👂",ear_of_rice:"🌾",earth_africa:"🌍",earth_americas:"🌎",earth_asia:"🌏",egg:"🥚",eggplant:"🍆",eight_pointed_black_star:"✴️",eight_spoked_asterisk:"✳️",electric_plug:"🔌",elephant:"🐘",email:"✉️",end:"🔚",envelope_with_arrow:"📩",euro:"💶",european_castle:"🏰",european_post_office:"🏤",evergreen_tree:"🌲",exclamation:"❗️",expressionless:"😑",eye:"👁",eye_speech_bubble:"👁‍🗨",eyeglasses:"👓",eyes:"👀",face_with_head_bandage:"🤕",face_with_thermometer:"🤒",fist_oncoming:"👊",factory:"🏭",fallen_leaf:"🍂",family_man_woman_boy:"👪",family_man_boy:"👨‍👦",family_man_boy_boy:"👨‍👦‍👦",family_man_girl:"👨‍👧",family_man_girl_boy:"👨‍👧‍👦",family_man_girl_girl:"👨‍👧‍👧",family_man_man_boy:"👨‍👨‍👦",family_man_man_boy_boy:"👨‍👨‍👦‍👦",family_man_man_girl:"👨‍👨‍👧",family_man_man_girl_boy:"👨‍👨‍👧‍👦",family_man_man_girl_girl:"👨‍👨‍👧‍👧",family_man_woman_boy_boy:"👨‍👩‍👦‍👦",family_man_woman_girl:"👨‍👩‍👧",family_man_woman_girl_boy:"👨‍👩‍👧‍👦",family_man_woman_girl_girl:"👨‍👩‍👧‍👧",family_woman_boy:"👩‍👦",family_woman_boy_boy:"👩‍👦‍👦",family_woman_girl:"👩‍👧",family_woman_girl_boy:"👩‍👧‍👦",family_woman_girl_girl:"👩‍👧‍👧",family_woman_woman_boy:"👩‍👩‍👦",family_woman_woman_boy_boy:"👩‍👩‍👦‍👦",family_woman_woman_girl:"👩‍👩‍👧",family_woman_woman_girl_boy:"👩‍👩‍👧‍👦",family_woman_woman_girl_girl:"👩‍👩‍👧‍👧",fast_forward:"⏩",fax:"📠",fearful:"😨",feet:"🐾",female_detective:"🕵️‍♀️",ferris_wheel:"🎡",ferry:"⛴",field_hockey:"🏑",file_cabinet:"🗄",file_folder:"📁",film_projector:"📽",film_strip:"🎞",fire:"🔥",fire_engine:"🚒",fireworks:"🎆",first_quarter_moon:"🌓",first_quarter_moon_with_face:"🌛",fish:"🐟",fish_cake:"🍥",fishing_pole_and_fish:"🎣",fist_raised:"✊",fist_left:"🤛",fist_right:"🤜",flags:"🎏",flashlight:"🔦",fleur_de_lis:"⚜️",flight_arrival:"🛬",flight_departure:"🛫",floppy_disk:"💾",flower_playing_cards:"🎴",flushed:"😳",fog:"🌫",foggy:"🌁",football:"🏈",footprints:"👣",fork_and_knife:"🍴",fountain:"⛲️",fountain_pen:"🖋",four_leaf_clover:"🍀",fox_face:"🦊",framed_picture:"🖼",free:"🆓",fried_egg:"🍳",fried_shrimp:"🍤",fries:"🍟",frog:"🐸",frowning:"😦",frowning_face:"☹️",frowning_man:"🙍‍♂️",frowning_woman:"🙍",middle_finger:"🖕",fuelpump:"⛽️",full_moon:"🌕",full_moon_with_face:"🌝",funeral_urn:"⚱️",game_die:"🎲",gear:"⚙️",gem:"💎",gemini:"♊️",ghost:"👻",gift:"🎁",gift_heart:"💝",girl:"👧",globe_with_meridians:"🌐",goal_net:"🥅",goat:"🐐",golf:"⛳️",golfing_man:"🏌️",golfing_woman:"🏌️‍♀️",gorilla:"🦍",grapes:"🍇",green_apple:"🍏",green_book:"📗",green_heart:"💚",green_salad:"🥗",grey_exclamation:"❕",grey_question:"❔",grimacing:"😬",grin:"😁",grinning:"😀",guardsman:"💂",guardswoman:"💂‍♀️",guitar:"🎸",gun:"🔫",haircut_woman:"💇",haircut_man:"💇‍♂️",hamburger:"🍔",hammer:"🔨",hammer_and_pick:"⚒",hammer_and_wrench:"🛠",hamster:"🐹",hand:"✋",handbag:"👜",handshake:"🤝",hankey:"💩",hatched_chick:"🐥",hatching_chick:"🐣",headphones:"🎧",hear_no_evil:"🙉",heart:"❤️",heart_decoration:"💟",heart_eyes:"😍",heart_eyes_cat:"😻",heartbeat:"💓",heartpulse:"💗",hearts:"♥️",heavy_check_mark:"✔️",heavy_division_sign:"➗",heavy_dollar_sign:"💲",heavy_heart_exclamation:"❣️",heavy_minus_sign:"➖",heavy_multiplication_x:"✖️",heavy_plus_sign:"➕",helicopter:"🚁",herb:"🌿",hibiscus:"🌺",high_brightness:"🔆",high_heel:"👠",hocho:"🔪",hole:"🕳",honey_pot:"🍯",horse:"🐴",horse_racing:"🏇",hospital:"🏥",hot_pepper:"🌶",hotdog:"🌭",hotel:"🏨",hotsprings:"♨️",hourglass:"⌛️",hourglass_flowing_sand:"⏳",house:"🏠",house_with_garden:"🏡",houses:"🏘",hugs:"🤗",hushed:"😯",ice_cream:"🍨",ice_hockey:"🏒",ice_skate:"⛸",icecream:"🍦",id:"🆔",ideograph_advantage:"🉐",imp:"👿",inbox_tray:"📥",incoming_envelope:"📨",tipping_hand_woman:"💁",information_source:"ℹ️",innocent:"😇",interrobang:"⁉️",iphone:"📱",izakaya_lantern:"🏮",jack_o_lantern:"🎃",japan:"🗾",japanese_castle:"🏯",japanese_goblin:"👺",japanese_ogre:"👹",jeans:"👖",joy:"😂",joy_cat:"😹",joystick:"🕹",kaaba:"🕋",key:"🔑",keyboard:"⌨️",keycap_ten:"🔟",kick_scooter:"🛴",kimono:"👘",kiss:"💋",kissing:"😗",kissing_cat:"😽",kissing_closed_eyes:"😚",kissing_heart:"😘",kissing_smiling_eyes:"😙",kiwi_fruit:"🥝",koala:"🐨",koko:"🈁",label:"🏷",large_blue_circle:"🔵",large_blue_diamond:"🔷",large_orange_diamond:"🔶",last_quarter_moon:"🌗",last_quarter_moon_with_face:"🌜",latin_cross:"✝️",laughing:"😆",leaves:"🍃",ledger:"📒",left_luggage:"🛅",left_right_arrow:"↔️",leftwards_arrow_with_hook:"↩️",lemon:"🍋",leo:"♌️",leopard:"🐆",level_slider:"🎚",libra:"♎️",light_rail:"🚈",link:"🔗",lion:"🦁",lips:"👄",lipstick:"💄",lizard:"🦎",lock:"🔒",lock_with_ink_pen:"🔏",lollipop:"🍭",loop:"➿",loud_sound:"🔊",loudspeaker:"📢",love_hotel:"🏩",love_letter:"💌",low_brightness:"🔅",lying_face:"🤥",m:"Ⓜ️",mag:"🔍",mag_right:"🔎",mahjong:"🀄️",mailbox:"📫",mailbox_closed:"📪",mailbox_with_mail:"📬",mailbox_with_no_mail:"📭",man:"👨",man_artist:"👨‍🎨",man_astronaut:"👨‍🚀",man_cartwheeling:"🤸‍♂️",man_cook:"👨‍🍳",man_dancing:"🕺",man_facepalming:"🤦‍♂️",man_factory_worker:"👨‍🏭",man_farmer:"👨‍🌾",man_firefighter:"👨‍🚒",man_health_worker:"👨‍⚕️",man_in_tuxedo:"🤵",man_judge:"👨‍⚖️",man_juggling:"🤹‍♂️",man_mechanic:"👨‍🔧",man_office_worker:"👨‍💼",man_pilot:"👨‍✈️",man_playing_handball:"🤾‍♂️",man_playing_water_polo:"🤽‍♂️",man_scientist:"👨‍🔬",man_shrugging:"🤷‍♂️",man_singer:"👨‍🎤",man_student:"👨‍🎓",man_teacher:"👨‍🏫",man_technologist:"👨‍💻",man_with_gua_pi_mao:"👲",man_with_turban:"👳",tangerine:"🍊",mans_shoe:"👞",mantelpiece_clock:"🕰",maple_leaf:"🍁",martial_arts_uniform:"🥋",mask:"😷",massage_woman:"💆",massage_man:"💆‍♂️",meat_on_bone:"🍖",medal_military:"🎖",medal_sports:"🏅",mega:"📣",melon:"🍈",memo:"📝",men_wrestling:"🤼‍♂️",menorah:"🕎",mens:"🚹",metal:"🤘",metro:"🚇",microphone:"🎤",microscope:"🔬",milk_glass:"🥛",milky_way:"🌌",minibus:"🚐",minidisc:"💽",mobile_phone_off:"📴",money_mouth_face:"🤑",money_with_wings:"💸",moneybag:"💰",monkey:"🐒",monkey_face:"🐵",monorail:"🚝",moon:"🌔",mortar_board:"🎓",mosque:"🕌",motor_boat:"🛥",motor_scooter:"🛵",motorcycle:"🏍",motorway:"🛣",mount_fuji:"🗻",mountain:"⛰",mountain_biking_man:"🚵",mountain_biking_woman:"🚵‍♀️",mountain_cableway:"🚠",mountain_railway:"🚞",mountain_snow:"🏔",mouse:"🐭",mouse2:"🐁",movie_camera:"🎥",moyai:"🗿",mrs_claus:"🤶",muscle:"💪",mushroom:"🍄",musical_keyboard:"🎹",musical_note:"🎵",musical_score:"🎼",mute:"🔇",nail_care:"💅",name_badge:"📛",national_park:"🏞",nauseated_face:"🤢",necktie:"👔",negative_squared_cross_mark:"❎",nerd_face:"🤓",neutral_face:"😐",new:"🆕",new_moon:"🌑",new_moon_with_face:"🌚",newspaper:"📰",newspaper_roll:"🗞",next_track_button:"⏭",ng:"🆖",no_good_man:"🙅‍♂️",no_good_woman:"🙅",night_with_stars:"🌃",no_bell:"🔕",no_bicycles:"🚳",no_entry:"⛔️",no_entry_sign:"🚫",no_mobile_phones:"📵",no_mouth:"😶",no_pedestrians:"🚷",no_smoking:"🚭","non-potable_water":"🚱",nose:"👃",notebook:"📓",notebook_with_decorative_cover:"📔",notes:"🎶",nut_and_bolt:"🔩",o:"⭕️",o2:"🅾️",ocean:"🌊",octopus:"🐙",oden:"🍢",office:"🏢",oil_drum:"🛢",ok:"🆗",ok_hand:"👌",ok_man:"🙆‍♂️",ok_woman:"🙆",old_key:"🗝",older_man:"👴",older_woman:"👵",om:"🕉",on:"🔛",oncoming_automobile:"🚘",oncoming_bus:"🚍",oncoming_police_car:"🚔",oncoming_taxi:"🚖",open_file_folder:"📂",open_hands:"👐",open_mouth:"😮",open_umbrella:"☂️",ophiuchus:"⛎",orange_book:"📙",orthodox_cross:"☦️",outbox_tray:"📤",owl:"🦉",ox:"🐂",package:"📦",page_facing_up:"📄",page_with_curl:"📃",pager:"📟",paintbrush:"🖌",palm_tree:"🌴",pancakes:"🥞",panda_face:"🐼",paperclip:"📎",paperclips:"🖇",parasol_on_ground:"⛱",parking:"🅿️",part_alternation_mark:"〽️",partly_sunny:"⛅️",passenger_ship:"🛳",passport_control:"🛂",pause_button:"⏸",peace_symbol:"☮️",peach:"🍑",peanuts:"🥜",pear:"🍐",pen:"🖊",pencil2:"✏️",penguin:"🐧",pensive:"😔",performing_arts:"🎭",persevere:"😣",person_fencing:"🤺",pouting_woman:"🙎",phone:"☎️",pick:"⛏",pig:"🐷",pig2:"🐖",pig_nose:"🐽",pill:"💊",pineapple:"🍍",ping_pong:"🏓",pisces:"♓️",pizza:"🍕",place_of_worship:"🛐",plate_with_cutlery:"🍽",play_or_pause_button:"⏯",point_down:"👇",point_left:"👈",point_right:"👉",point_up:"☝️",point_up_2:"👆",police_car:"🚓",policewoman:"👮‍♀️",poodle:"🐩",popcorn:"🍿",post_office:"🏣",postal_horn:"📯",postbox:"📮",potable_water:"🚰",potato:"🥔",pouch:"👝",poultry_leg:"🍗",pound:"💷",rage:"😡",pouting_cat:"😾",pouting_man:"🙎‍♂️",pray:"🙏",prayer_beads:"📿",pregnant_woman:"🤰",previous_track_button:"⏮",prince:"🤴",princess:"👸",printer:"🖨",purple_heart:"💜",purse:"👛",pushpin:"📌",put_litter_in_its_place:"🚮",question:"❓",rabbit:"🐰",rabbit2:"🐇",racehorse:"🐎",racing_car:"🏎",radio:"📻",radio_button:"🔘",radioactive:"☢️",railway_car:"🚃",railway_track:"🛤",rainbow:"🌈",rainbow_flag:"🏳️‍🌈",raised_back_of_hand:"🤚",raised_hand_with_fingers_splayed:"🖐",raised_hands:"🙌",raising_hand_woman:"🙋",raising_hand_man:"🙋‍♂️",ram:"🐏",ramen:"🍜",rat:"🐀",record_button:"⏺",recycle:"♻️",red_circle:"🔴",registered:"®️",relaxed:"☺️",relieved:"😌",reminder_ribbon:"🎗",repeat:"🔁",repeat_one:"🔂",rescue_worker_helmet:"⛑",restroom:"🚻",revolving_hearts:"💞",rewind:"⏪",rhinoceros:"🦏",ribbon:"🎀",rice:"🍚",rice_ball:"🍙",rice_cracker:"🍘",rice_scene:"🎑",right_anger_bubble:"🗯",ring:"💍",robot:"🤖",rocket:"🚀",rofl:"🤣",roll_eyes:"🙄",roller_coaster:"🎢",rooster:"🐓",rose:"🌹",rosette:"🏵",rotating_light:"🚨",round_pushpin:"📍",rowing_man:"🚣",rowing_woman:"🚣‍♀️",rugby_football:"🏉",running_man:"🏃",running_shirt_with_sash:"🎽",running_woman:"🏃‍♀️",sa:"🈂️",sagittarius:"♐️",sake:"🍶",sandal:"👡",santa:"🎅",satellite:"📡",saxophone:"🎷",school:"🏫",school_satchel:"🎒",scissors:"✂️",scorpion:"🦂",scorpius:"♏️",scream:"😱",scream_cat:"🙀",scroll:"📜",seat:"💺",secret:"㊙️",see_no_evil:"🙈",seedling:"🌱",selfie:"🤳",shallow_pan_of_food:"🥘",shamrock:"☘️",shark:"🦈",shaved_ice:"🍧",sheep:"🐑",shell:"🐚",shield:"🛡",shinto_shrine:"⛩",ship:"🚢",shirt:"👕",shopping:"🛍",shopping_cart:"🛒",shower:"🚿",shrimp:"🦐",signal_strength:"📶",six_pointed_star:"🔯",ski:"🎿",skier:"⛷",skull:"💀",skull_and_crossbones:"☠️",sleeping:"😴",sleeping_bed:"🛌",sleepy:"😪",slightly_frowning_face:"🙁",slightly_smiling_face:"🙂",slot_machine:"🎰",small_airplane:"🛩",small_blue_diamond:"🔹",small_orange_diamond:"🔸",small_red_triangle:"🔺",small_red_triangle_down:"🔻",smile:"😄",smile_cat:"😸",smiley:"😃",smiley_cat:"😺",smiling_imp:"😈",smirk:"😏",smirk_cat:"😼",smoking:"🚬",snail:"🐌",snake:"🐍",sneezing_face:"🤧",snowboarder:"🏂",snowflake:"❄️",snowman:"⛄️",snowman_with_snow:"☃️",sob:"😭",soccer:"⚽️",soon:"🔜",sos:"🆘",sound:"🔉",space_invader:"👾",spades:"♠️",spaghetti:"🍝",sparkle:"❇️",sparkler:"🎇",sparkles:"✨",sparkling_heart:"💖",speak_no_evil:"🙊",speaker:"🔈",speaking_head:"🗣",speech_balloon:"💬",speedboat:"🚤",spider:"🕷",spider_web:"🕸",spiral_calendar:"🗓",spiral_notepad:"🗒",spoon:"🥄",squid:"🦑",stadium:"🏟",star:"⭐️",star2:"🌟",star_and_crescent:"☪️",star_of_david:"✡️",stars:"🌠",station:"🚉",statue_of_liberty:"🗽",steam_locomotive:"🚂",stew:"🍲",stop_button:"⏹",stop_sign:"🛑",stopwatch:"⏱",straight_ruler:"📏",strawberry:"🍓",stuck_out_tongue:"😛",stuck_out_tongue_closed_eyes:"😝",stuck_out_tongue_winking_eye:"😜",studio_microphone:"🎙",stuffed_flatbread:"🥙",sun_behind_large_cloud:"🌥",sun_behind_rain_cloud:"🌦",sun_behind_small_cloud:"🌤",sun_with_face:"🌞",sunflower:"🌻",sunglasses:"😎",sunny:"☀️",sunrise:"🌅",sunrise_over_mountains:"🌄",surfing_man:"🏄",surfing_woman:"🏄‍♀️",sushi:"🍣",suspension_railway:"🚟",sweat:"😓",sweat_drops:"💦",sweat_smile:"😅",sweet_potato:"🍠",swimming_man:"🏊",swimming_woman:"🏊‍♀️",symbols:"🔣",synagogue:"🕍",syringe:"💉",taco:"🌮",tada:"🎉",tanabata_tree:"🎋",taurus:"♉️",taxi:"🚕",tea:"🍵",telephone_receiver:"📞",telescope:"🔭",tennis:"🎾",tent:"⛺️",thermometer:"🌡",thinking:"🤔",thought_balloon:"💭",ticket:"🎫",tickets:"🎟",tiger:"🐯",tiger2:"🐅",timer_clock:"⏲",tipping_hand_man:"💁‍♂️",tired_face:"😫",tm:"™️",toilet:"🚽",tokyo_tower:"🗼",tomato:"🍅",tongue:"👅",top:"🔝",tophat:"🎩",tornado:"🌪",trackball:"🖲",tractor:"🚜",traffic_light:"🚥",train:"🚋",train2:"🚆",tram:"🚊",triangular_flag_on_post:"🚩",triangular_ruler:"📐",trident:"🔱",triumph:"😤",trolleybus:"🚎",trophy:"🏆",tropical_drink:"🍹",tropical_fish:"🐠",truck:"🚚",trumpet:"🎺",tulip:"🌷",tumbler_glass:"🥃",turkey:"🦃",turtle:"🐢",tv:"📺",twisted_rightwards_arrows:"🔀",two_hearts:"💕",two_men_holding_hands:"👬",two_women_holding_hands:"👭",u5272:"🈹",u5408:"🈴",u55b6:"🈺",u6307:"🈯️",u6708:"🈷️",u6709:"🈶",u6e80:"🈵",u7121:"🈚️",u7533:"🈸",u7981:"🈲",u7a7a:"🈳",umbrella:"☔️",unamused:"😒",underage:"🔞",unicorn:"🦄",unlock:"🔓",up:"🆙",upside_down_face:"🙃",v:"✌️",vertical_traffic_light:"🚦",vhs:"📼",vibration_mode:"📳",video_camera:"📹",video_game:"🎮",violin:"🎻",virgo:"♍️",volcano:"🌋",volleyball:"🏐",vs:"🆚",vulcan_salute:"🖖",walking_man:"🚶",walking_woman:"🚶‍♀️",waning_crescent_moon:"🌘",waning_gibbous_moon:"🌖",warning:"⚠️",wastebasket:"🗑",watch:"⌚️",water_buffalo:"🐃",watermelon:"🍉",wave:"👋",wavy_dash:"〰️",waxing_crescent_moon:"🌒",wc:"🚾",weary:"😩",wedding:"💒",weight_lifting_man:"🏋️",weight_lifting_woman:"🏋️‍♀️",whale:"🐳",whale2:"🐋",wheel_of_dharma:"☸️",wheelchair:"♿️",white_check_mark:"✅",white_circle:"⚪️",white_flag:"🏳️",white_flower:"💮",white_large_square:"⬜️",white_medium_small_square:"◽️",white_medium_square:"◻️",white_small_square:"▫️",white_square_button:"🔳",wilted_flower:"🥀",wind_chime:"🎐",wind_face:"🌬",wine_glass:"🍷",wink:"😉",wolf:"🐺",woman:"👩",woman_artist:"👩‍🎨",woman_astronaut:"👩‍🚀",woman_cartwheeling:"🤸‍♀️",woman_cook:"👩‍🍳",woman_facepalming:"🤦‍♀️",woman_factory_worker:"👩‍🏭",woman_farmer:"👩‍🌾",woman_firefighter:"👩‍🚒",woman_health_worker:"👩‍⚕️",woman_judge:"👩‍⚖️",woman_juggling:"🤹‍♀️",woman_mechanic:"👩‍🔧",woman_office_worker:"👩‍💼",woman_pilot:"👩‍✈️",woman_playing_handball:"🤾‍♀️",woman_playing_water_polo:"🤽‍♀️",woman_scientist:"👩‍🔬",woman_shrugging:"🤷‍♀️",woman_singer:"👩‍🎤",woman_student:"👩‍🎓",woman_teacher:"👩‍🏫",woman_technologist:"👩‍💻",woman_with_turban:"👳‍♀️",womans_clothes:"👚",womans_hat:"👒",women_wrestling:"🤼‍♀️",womens:"🚺",world_map:"🗺",worried:"😟",wrench:"🔧",writing_hand:"✍️",x:"❌",yellow_heart:"💛",yen:"💴",yin_yang:"☯️",yum:"😋",zap:"⚡️",zipper_mouth_face:"🤐",zzz:"💤",octocat:':octocat:',showdown:`S`},r.Converter=function(s){var d={},i=[],m=[],b={},_=c,g={parsed:{},raw:"",format:""};C();function C(){s=s||{};for(var y in o)o.hasOwnProperty(y)&&(d[y]=o[y]);if(typeof s=="object")for(var M in s)s.hasOwnProperty(M)&&(d[M]=s[M]);else throw Error("Converter expects the passed parameter to be an object, but "+typeof s+" was passed instead.");d.extensions&&r.helper.forEach(d.extensions,E)}function E(y,M){if(M=M||null,r.helper.isString(y))if(y=r.helper.stdExtName(y),M=y,r.extensions[y]){console.warn("DEPRECATION WARNING: "+y+" is an old extension that uses a deprecated loading method.Please inform the developer that the extension should be updated!"),R(r.extensions[y],y);return}else if(!r.helper.isUndefined(a[y]))y=a[y];else throw Error('Extension "'+y+'" could not be loaded. It was either not found or is not a valid extension.');typeof y=="function"&&(y=y()),r.helper.isArray(y)||(y=[y]);var F=h(y,M);if(!F.valid)throw Error(F.error);for(var G=0;G[ \t]+¨NBSP;<"),!M)if(window&&window.document)M=window.document;else throw new Error("HTMLParser is undefined. If in a webworker or nodejs environment, you need to provide a WHATWG DOM and HTML such as JSDOM");var F=M.createElement("div");F.innerHTML=y;var G={preList:Se(F)};be(F);for(var ue=F.childNodes,Y="",se=0;se'}else O.push(ie[B].innerHTML),ie[B].innerHTML="",ie[B].setAttribute("prenum",B.toString());return O}return Y},this.setOption=function(y,M){d[y]=M},this.getOption=function(y){return d[y]},this.getOptions=function(){return d},this.addExtension=function(y,M){M=M||null,E(y,M)},this.useExtension=function(y){E(y)},this.setFlavor=function(y){if(!l.hasOwnProperty(y))throw Error(y+" flavor was not found");var M=l[y];_=y;for(var F in M)M.hasOwnProperty(F)&&(d[F]=M[F])},this.getFlavor=function(){return _},this.removeExtension=function(y){r.helper.isArray(y)||(y=[y]);for(var M=0;M? ?(['"].*['"])?\)$/m)>-1)C="";else if(!C)if(g||(g=_.toLowerCase().replace(/ ?\n/g," ")),C="#"+g,!r.helper.isUndefined(i.gUrls[g]))C=i.gUrls[g],r.helper.isUndefined(i.gTitles[g])||(L=i.gTitles[g]);else return b;C=C.replace(r.helper.regexes.asteriskDashAndColon,r.helper.escapeCharactersCallback);var I='",I};return s=s.replace(/\[((?:\[[^\]]*]|[^\[\]])*)] ?(?:\n *)?\[(.*?)]()()()()/g,m),s=s.replace(/\[((?:\[[^\]]*]|[^\[\]])*)]()[ \t]*\([ \t]?<([^>]*)>(?:[ \t]*((["'])([^"]*?)\5))?[ \t]?\)/g,m),s=s.replace(/\[((?:\[[^\]]*]|[^\[\]])*)]()[ \t]*\([ \t]??(?:[ \t]*((["'])([^"]*?)\5))?[ \t]?\)/g,m),s=s.replace(/\[([^\[\]]+)]()()()()()/g,m),d.ghMentions&&(s=s.replace(/(^|\s)(\\)?(@([a-z\d]+(?:[a-z\d.-]+?[a-z\d]+)*))/gmi,function(b,_,g,C,E){if(g==="\\")return _+C;if(!r.helper.isString(d.ghMentionsLink))throw new Error("ghMentionsLink option must be a string");var R=d.ghMentionsLink.replace(/\{u}/g,E),L="";return d.openLinksInNewWindow&&(L=' rel="noopener noreferrer" target="¨E95Eblank"'),_+'"+C+""})),s=i.converter._dispatch("anchors.after",s,d,i),s});var w=/([*~_]+|\b)(((https?|ftp|dict):\/\/|www\.)[^'">\s]+?\.[^'">\s]+?)()(\1)?(?=\s|$)(?!["<>])/gi,S=/([*~_]+|\b)(((https?|ftp|dict):\/\/|www\.)[^'">\s]+\.[^'">\s]+?)([.!?,()\[\]])?(\1)?(?=\s|$)(?!["<>])/gi,T=/()<(((https?|ftp|dict):\/\/|www\.)[^'">\s]+)()>()/gi,A=/(^|\s)(?:mailto:)?([A-Za-z0-9!#$%&'*+-/=?^_`{|}~.]+@[-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+)(?=$|\s)/gmi,N=/<()(?:mailto:)?([-.\w]+@[-a-z0-9]+(\.[-a-z0-9]+)*\.[a-z]+)>/gi,z=function(s){return function(d,i,m,b,_,g,C){m=m.replace(r.helper.regexes.asteriskDashAndColon,r.helper.escapeCharactersCallback);var E=m,R="",L="",I=i||"",y=C||"";return/^www\./i.test(m)&&(m=m.replace(/^www\./i,"http://www.")),s.excludeTrailingPunctuationFromURLs&&g&&(R=g),s.openLinksInNewWindow&&(L=' rel="noopener noreferrer" target="¨E95Eblank"'),I+'"+E+""+R+y}},V=function(s,d){return function(i,m,b){var _="mailto:";return m=m||"",b=r.subParser("unescapeSpecialChars")(b,s,d),s.encodeEmails?(_=r.helper.encodeEmailAddress(_+b),b=r.helper.encodeEmailAddress(b)):_=_+b,m+''+b+""}};r.subParser("autoLinks",function(s,d,i){return s=i.converter._dispatch("autoLinks.before",s,d,i),s=s.replace(T,z(d)),s=s.replace(N,V(d,i)),s=i.converter._dispatch("autoLinks.after",s,d,i),s}),r.subParser("simplifiedAutoLinks",function(s,d,i){return d.simplifiedAutoLink&&(s=i.converter._dispatch("simplifiedAutoLinks.before",s,d,i),d.excludeTrailingPunctuationFromURLs?s=s.replace(S,z(d)):s=s.replace(w,z(d)),s=s.replace(A,V(d,i)),s=i.converter._dispatch("simplifiedAutoLinks.after",s,d,i)),s}),r.subParser("blockGamut",function(s,d,i){return s=i.converter._dispatch("blockGamut.before",s,d,i),s=r.subParser("blockQuotes")(s,d,i),s=r.subParser("headers")(s,d,i),s=r.subParser("horizontalRule")(s,d,i),s=r.subParser("lists")(s,d,i),s=r.subParser("codeBlocks")(s,d,i),s=r.subParser("tables")(s,d,i),s=r.subParser("hashHTMLBlocks")(s,d,i),s=r.subParser("paragraphs")(s,d,i),s=i.converter._dispatch("blockGamut.after",s,d,i),s}),r.subParser("blockQuotes",function(s,d,i){s=i.converter._dispatch("blockQuotes.before",s,d,i),s=s+` + +`;var m=/(^ {0,3}>[ \t]?.+\n(.+\n)*\n*)+/gm;return d.splitAdjacentBlockquotes&&(m=/^ {0,3}>[\s\S]*?(?:\n\n)/gm),s=s.replace(m,function(b){return b=b.replace(/^[ \t]*>[ \t]?/gm,""),b=b.replace(/¨0/g,""),b=b.replace(/^[ \t]+$/gm,""),b=r.subParser("githubCodeBlocks")(b,d,i),b=r.subParser("blockGamut")(b,d,i),b=b.replace(/(^|\n)/g,"$1 "),b=b.replace(/(\s*
[^\r]+?<\/pre>)/gm,function(_,g){var C=g;return C=C.replace(/^  /mg,"¨0"),C=C.replace(/¨0/g,""),C}),r.subParser("hashBlock")(`
+`+b+` +
`,d,i)}),s=i.converter._dispatch("blockQuotes.after",s,d,i),s}),r.subParser("codeBlocks",function(s,d,i){s=i.converter._dispatch("codeBlocks.before",s,d,i),s+="¨0";var m=/(?:\n\n|^)((?:(?:[ ]{4}|\t).*\n+)+)(\n*[ ]{0,3}[^ \t\n]|(?=¨0))/g;return s=s.replace(m,function(b,_,g){var C=_,E=g,R=` +`;return C=r.subParser("outdent")(C,d,i),C=r.subParser("encodeCode")(C,d,i),C=r.subParser("detab")(C,d,i),C=C.replace(/^\n+/g,""),C=C.replace(/\n+$/g,""),d.omitExtraWLInCodeBlocks&&(R=""),C="
"+C+R+"
",r.subParser("hashBlock")(C,d,i)+E}),s=s.replace(/¨0/,""),s=i.converter._dispatch("codeBlocks.after",s,d,i),s}),r.subParser("codeSpans",function(s,d,i){return s=i.converter._dispatch("codeSpans.before",s,d,i),typeof s>"u"&&(s=""),s=s.replace(/(^|[^\\])(`+)([^\r]*?[^`])\2(?!`)/gm,function(m,b,_,g){var C=g;return C=C.replace(/^([ \t]*)/g,""),C=C.replace(/[ \t]*$/g,""),C=r.subParser("encodeCode")(C,d,i),C=b+""+C+"",C=r.subParser("hashHTMLSpans")(C,d,i),C}),s=i.converter._dispatch("codeSpans.after",s,d,i),s}),r.subParser("completeHTMLDocument",function(s,d,i){if(!d.completeHTMLDocument)return s;s=i.converter._dispatch("completeHTMLDocument.before",s,d,i);var m="html",b=` +`,_="",g=` +`,C="",E="";typeof i.metadata.parsed.doctype<"u"&&(b=" +`,m=i.metadata.parsed.doctype.toString().toLowerCase(),(m==="html"||m==="html5")&&(g=''));for(var R in i.metadata.parsed)if(i.metadata.parsed.hasOwnProperty(R))switch(R.toLowerCase()){case"doctype":break;case"title":_=""+i.metadata.parsed.title+` +`;break;case"charset":m==="html"||m==="html5"?g=' +`:g=' +`;break;case"language":case"lang":C=' lang="'+i.metadata.parsed[R]+'"',E+=' +`;break;default:E+=' +`}return s=b+" + +`+_+g+E+` + +`+s.trim()+` + +`,s=i.converter._dispatch("completeHTMLDocument.after",s,d,i),s}),r.subParser("detab",function(s,d,i){return s=i.converter._dispatch("detab.before",s,d,i),s=s.replace(/\t(?=\t)/g," "),s=s.replace(/\t/g,"¨A¨B"),s=s.replace(/¨B(.+?)¨A/g,function(m,b){for(var _=b,g=4-_.length%4,C=0;C/g,">"),s=i.converter._dispatch("encodeAmpsAndAngles.after",s,d,i),s}),r.subParser("encodeBackslashEscapes",function(s,d,i){return s=i.converter._dispatch("encodeBackslashEscapes.before",s,d,i),s=s.replace(/\\(\\)/g,r.helper.escapeCharactersCallback),s=s.replace(/\\([`*_{}\[\]()>#+.!~=|:-])/g,r.helper.escapeCharactersCallback),s=i.converter._dispatch("encodeBackslashEscapes.after",s,d,i),s}),r.subParser("encodeCode",function(s,d,i){return s=i.converter._dispatch("encodeCode.before",s,d,i),s=s.replace(/&/g,"&").replace(//g,">").replace(/([*_{}\[\]\\=~-])/g,r.helper.escapeCharactersCallback),s=i.converter._dispatch("encodeCode.after",s,d,i),s}),r.subParser("escapeSpecialCharsWithinTagAttributes",function(s,d,i){s=i.converter._dispatch("escapeSpecialCharsWithinTagAttributes.before",s,d,i);var m=/<\/?[a-z\d_:-]+(?:[\s]+[\s\S]+?)?>/gi,b=/-]|-[^>])(?:[^-]|-[^-])*)--)>/gi;return s=s.replace(m,function(_){return _.replace(/(.)<\/?code>(?=.)/g,"$1`").replace(/([\\`*_~=|])/g,r.helper.escapeCharactersCallback)}),s=s.replace(b,function(_){return _.replace(/([\\`*_~=|])/g,r.helper.escapeCharactersCallback)}),s=i.converter._dispatch("escapeSpecialCharsWithinTagAttributes.after",s,d,i),s}),r.subParser("githubCodeBlocks",function(s,d,i){return d.ghCodeBlocks?(s=i.converter._dispatch("githubCodeBlocks.before",s,d,i),s+="¨0",s=s.replace(/(?:^|\n)(?: {0,3})(```+|~~~+)(?: *)([^\s`~]*)\n([\s\S]*?)\n(?: {0,3})\1/g,function(m,b,_,g){var C=d.omitExtraWLInCodeBlocks?"":` +`;return g=r.subParser("encodeCode")(g,d,i),g=r.subParser("detab")(g,d,i),g=g.replace(/^\n+/g,""),g=g.replace(/\n+$/g,""),g="
"+g+C+"
",g=r.subParser("hashBlock")(g,d,i),` + +¨G`+(i.ghCodeBlocks.push({text:m,codeblock:g})-1)+`G + +`}),s=s.replace(/¨0/,""),i.converter._dispatch("githubCodeBlocks.after",s,d,i)):s}),r.subParser("hashBlock",function(s,d,i){return s=i.converter._dispatch("hashBlock.before",s,d,i),s=s.replace(/(^\n+|\n+$)/g,""),s=` + +¨K`+(i.gHtmlBlocks.push(s)-1)+`K + +`,s=i.converter._dispatch("hashBlock.after",s,d,i),s}),r.subParser("hashCodeTags",function(s,d,i){s=i.converter._dispatch("hashCodeTags.before",s,d,i);var m=function(b,_,g,C){var E=g+r.subParser("encodeCode")(_,d,i)+C;return"¨C"+(i.gHtmlSpans.push(E)-1)+"C"};return s=r.helper.replaceRecursiveRegExp(s,m,"]*>","","gim"),s=i.converter._dispatch("hashCodeTags.after",s,d,i),s}),r.subParser("hashElement",function(s,d,i){return function(m,b){var _=b;return _=_.replace(/\n\n/g,` +`),_=_.replace(/^\n/,""),_=_.replace(/\n+$/g,""),_=` + +¨K`+(i.gHtmlBlocks.push(_)-1)+`K + +`,_}}),r.subParser("hashHTMLBlocks",function(s,d,i){s=i.converter._dispatch("hashHTMLBlocks.before",s,d,i);var m=["pre","div","h1","h2","h3","h4","h5","h6","blockquote","table","dl","ol","ul","script","noscript","form","fieldset","iframe","math","style","section","header","footer","nav","article","aside","address","audio","canvas","figure","hgroup","output","video","p"],b=function(y,M,F,G){var ue=y;return F.search(/\bmarkdown\b/)!==-1&&(ue=F+i.converter.makeHtml(M)+G),` + +¨K`+(i.gHtmlBlocks.push(ue)-1)+`K + +`};d.backslashEscapesHTMLTags&&(s=s.replace(/\\<(\/?[^>]+?)>/g,function(y,M){return"<"+M+">"}));for(var _=0;_]*>)","im"),E="<"+m[_]+"\\b[^>]*>",R="";(g=r.helper.regexIndexOf(s,C))!==-1;){var L=r.helper.splitAtIndex(s,g),I=r.helper.replaceRecursiveRegExp(L[1],b,E,R,"im");if(I===L[1])break;s=L[0].concat(I)}return s=s.replace(/(\n {0,3}(<(hr)\b([^<>])*?\/?>)[ \t]*(?=\n{2,}))/g,r.subParser("hashElement")(s,d,i)),s=r.helper.replaceRecursiveRegExp(s,function(y){return` + +¨K`+(i.gHtmlBlocks.push(y)-1)+`K + +`},"^ {0,3}","gm"),s=s.replace(/(?:\n\n)( {0,3}(?:<([?%])[^\r]*?\2>)[ \t]*(?=\n{2,}))/g,r.subParser("hashElement")(s,d,i)),s=i.converter._dispatch("hashHTMLBlocks.after",s,d,i),s}),r.subParser("hashHTMLSpans",function(s,d,i){s=i.converter._dispatch("hashHTMLSpans.before",s,d,i);function m(b){return"¨C"+(i.gHtmlSpans.push(b)-1)+"C"}return s=s.replace(/<[^>]+?\/>/gi,function(b){return m(b)}),s=s.replace(/<([^>]+?)>[\s\S]*?<\/\1>/g,function(b){return m(b)}),s=s.replace(/<([^>]+?)\s[^>]+?>[\s\S]*?<\/\1>/g,function(b){return m(b)}),s=s.replace(/<[^>]+?>/gi,function(b){return m(b)}),s=i.converter._dispatch("hashHTMLSpans.after",s,d,i),s}),r.subParser("unhashHTMLSpans",function(s,d,i){s=i.converter._dispatch("unhashHTMLSpans.before",s,d,i);for(var m=0;m]*>\\s*]*>","^ {0,3}\\s*
","gim"),s=i.converter._dispatch("hashPreCodeTags.after",s,d,i),s}),r.subParser("headers",function(s,d,i){s=i.converter._dispatch("headers.before",s,d,i);var m=isNaN(parseInt(d.headerLevelStart))?1:parseInt(d.headerLevelStart),b=d.smoothLivePreview?/^(.+)[ \t]*\n={2,}[ \t]*\n+/gm:/^(.+)[ \t]*\n=+[ \t]*\n+/gm,_=d.smoothLivePreview?/^(.+)[ \t]*\n-{2,}[ \t]*\n+/gm:/^(.+)[ \t]*\n-+[ \t]*\n+/gm;s=s.replace(b,function(E,R){var L=r.subParser("spanGamut")(R,d,i),I=d.noHeaderId?"":' id="'+C(R)+'"',y=m,M=""+L+"";return r.subParser("hashBlock")(M,d,i)}),s=s.replace(_,function(E,R){var L=r.subParser("spanGamut")(R,d,i),I=d.noHeaderId?"":' id="'+C(R)+'"',y=m+1,M=""+L+"";return r.subParser("hashBlock")(M,d,i)});var g=d.requireSpaceBeforeHeadingText?/^(#{1,6})[ \t]+(.+?)[ \t]*#*\n+/gm:/^(#{1,6})[ \t]*(.+?)[ \t]*#*\n+/gm;s=s.replace(g,function(E,R,L){var I=L;d.customizedHeaderId&&(I=L.replace(/\s?\{([^{]+?)}\s*$/,""));var y=r.subParser("spanGamut")(I,d,i),M=d.noHeaderId?"":' id="'+C(L)+'"',F=m-1+R.length,G=""+y+"";return r.subParser("hashBlock")(G,d,i)});function C(E){var R,L;if(d.customizedHeaderId){var I=E.match(/\{([^{]+?)}\s*$/);I&&I[1]&&(E=I[1])}return R=E,r.helper.isString(d.prefixHeaderId)?L=d.prefixHeaderId:d.prefixHeaderId===!0?L="section-":L="",d.rawPrefixHeaderId||(R=L+R),d.ghCompatibleHeaderId?R=R.replace(/ /g,"-").replace(/&/g,"").replace(/¨T/g,"").replace(/¨D/g,"").replace(/[&+$,\/:;=?@"#{}|^¨~\[\]`\\*)(%.!'<>]/g,"").toLowerCase():d.rawHeaderId?R=R.replace(/ /g,"-").replace(/&/g,"&").replace(/¨T/g,"¨").replace(/¨D/g,"$").replace(/["']/g,"-").toLowerCase():R=R.replace(/[^\w]/g,"").toLowerCase(),d.rawPrefixHeaderId&&(R=L+R),i.hashLinkCounts[R]?R=R+"-"+i.hashLinkCounts[R]++:i.hashLinkCounts[R]=1,R}return s=i.converter._dispatch("headers.after",s,d,i),s}),r.subParser("horizontalRule",function(s,d,i){s=i.converter._dispatch("horizontalRule.before",s,d,i);var m=r.subParser("hashBlock")("
",d,i);return s=s.replace(/^ {0,2}( ?-){3,}[ \t]*$/gm,m),s=s.replace(/^ {0,2}( ?\*){3,}[ \t]*$/gm,m),s=s.replace(/^ {0,2}( ?_){3,}[ \t]*$/gm,m),s=i.converter._dispatch("horizontalRule.after",s,d,i),s}),r.subParser("images",function(s,d,i){s=i.converter._dispatch("images.before",s,d,i);var m=/!\[([^\]]*?)][ \t]*()\([ \t]??(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(["'])([^"]*?)\6)?[ \t]?\)/g,b=/!\[([^\]]*?)][ \t]*()\([ \t]?<([^>]*)>(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(?:(["'])([^"]*?)\6))?[ \t]?\)/g,_=/!\[([^\]]*?)][ \t]*()\([ \t]??(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*(?:(["'])([^"]*?)\6)?[ \t]?\)/g,g=/!\[([^\]]*?)] ?(?:\n *)?\[([\s\S]*?)]()()()()()/g,C=/!\[([^\[\]]+)]()()()()()/g;function E(L,I,y,M,F,G,ue,Y){return M=M.replace(/\s/g,""),R(L,I,y,M,F,G,ue,Y)}function R(L,I,y,M,F,G,ue,Y){var se=i.gUrls,be=i.gTitles,Se=i.gDimensions;if(y=y.toLowerCase(),Y||(Y=""),L.search(/\(? ?(['"].*['"])?\)$/m)>-1)M="";else if(M===""||M===null)if((y===""||y===null)&&(y=I.toLowerCase().replace(/ ?\n/g," ")),M="#"+y,!r.helper.isUndefined(se[y]))M=se[y],r.helper.isUndefined(be[y])||(Y=be[y]),r.helper.isUndefined(Se[y])||(F=Se[y].width,G=Se[y].height);else return L;I=I.replace(/"/g,""").replace(r.helper.regexes.asteriskDashAndColon,r.helper.escapeCharactersCallback),M=M.replace(r.helper.regexes.asteriskDashAndColon,r.helper.escapeCharactersCallback);var me=''+I+'","
")}),s=s.replace(/\b__(\S[\s\S]*?)__\b/g,function(b,_){return m(_,"","")}),s=s.replace(/\b_(\S[\s\S]*?)_\b/g,function(b,_){return m(_,"","")})):(s=s.replace(/___(\S[\s\S]*?)___/g,function(b,_){return/\S$/.test(_)?m(_,"",""):b}),s=s.replace(/__(\S[\s\S]*?)__/g,function(b,_){return/\S$/.test(_)?m(_,"",""):b}),s=s.replace(/_([^\s_][\s\S]*?)_/g,function(b,_){return/\S$/.test(_)?m(_,"",""):b})),d.literalMidWordAsterisks?(s=s.replace(/([^*]|^)\B\*\*\*(\S[\s\S]*?)\*\*\*\B(?!\*)/g,function(b,_,g){return m(g,_+"","")}),s=s.replace(/([^*]|^)\B\*\*(\S[\s\S]*?)\*\*\B(?!\*)/g,function(b,_,g){return m(g,_+"","")}),s=s.replace(/([^*]|^)\B\*(\S[\s\S]*?)\*\B(?!\*)/g,function(b,_,g){return m(g,_+"","")})):(s=s.replace(/\*\*\*(\S[\s\S]*?)\*\*\*/g,function(b,_){return/\S$/.test(_)?m(_,"",""):b}),s=s.replace(/\*\*(\S[\s\S]*?)\*\*/g,function(b,_){return/\S$/.test(_)?m(_,"",""):b}),s=s.replace(/\*([^\s*][\s\S]*?)\*/g,function(b,_){return/\S$/.test(_)?m(_,"",""):b})),s=i.converter._dispatch("italicsAndBold.after",s,d,i),s}),r.subParser("lists",function(s,d,i){function m(g,C){i.gListLevel++,g=g.replace(/\n{2,}$/,` +`),g+="¨0";var E=/(\n)?(^ {0,3})([*+-]|\d+[.])[ \t]+((\[(x|X| )?])?[ \t]*[^\r]+?(\n{1,2}))(?=\n*(¨0| {0,3}([*+-]|\d+[.])[ \t]+))/gm,R=/\n[ \t]*\n(?!¨0)/.test(g);return d.disableForced4SpacesIndentedSublists&&(E=/(\n)?(^ {0,3})([*+-]|\d+[.])[ \t]+((\[(x|X| )?])?[ \t]*[^\r]+?(\n{1,2}))(?=\n*(¨0|\2([*+-]|\d+[.])[ \t]+))/gm),g=g.replace(E,function(L,I,y,M,F,G,ue){ue=ue&&ue.trim()!=="";var Y=r.subParser("outdent")(F,d,i),se="";return G&&d.tasklists&&(se=' class="task-list-item" style="list-style-type: none;"',Y=Y.replace(/^[ \t]*\[(x|X| )?]/m,function(){var be='-1?(Y=r.subParser("githubCodeBlocks")(Y,d,i),Y=r.subParser("blockGamut")(Y,d,i)):(Y=r.subParser("lists")(Y,d,i),Y=Y.replace(/\n$/,""),Y=r.subParser("hashHTMLBlocks")(Y,d,i),Y=Y.replace(/\n\n+/g,` + +`),R?Y=r.subParser("paragraphs")(Y,d,i):Y=r.subParser("spanGamut")(Y,d,i)),Y=Y.replace("¨A",""),Y=""+Y+` +`,Y}),g=g.replace(/¨0/g,""),i.gListLevel--,C&&(g=g.replace(/\s+$/,"")),g}function b(g,C){if(C==="ol"){var E=g.match(/^ *(\d+)\./);if(E&&E[1]!=="1")return' start="'+E[1]+'"'}return""}function _(g,C,E){var R=d.disableForced4SpacesIndentedSublists?/^ ?\d+\.[ \t]/gm:/^ {0,3}\d+\.[ \t]/gm,L=d.disableForced4SpacesIndentedSublists?/^ ?[*+-][ \t]/gm:/^ {0,3}[*+-][ \t]/gm,I=C==="ul"?R:L,y="";if(g.search(I)!==-1)(function F(G){var ue=G.search(I),Y=b(g,C);ue!==-1?(y+=` + +<`+C+Y+`> +`+m(G.slice(0,ue),!!E)+" +`,C=C==="ul"?"ol":"ul",I=C==="ul"?R:L,F(G.slice(ue))):y+=` + +<`+C+Y+`> +`+m(G,!!E)+" +`})(g);else{var M=b(g,C);y=` + +<`+C+M+`> +`+m(g,!!E)+" +`}return y}return s=i.converter._dispatch("lists.before",s,d,i),s+="¨0",i.gListLevel?s=s.replace(/^(( {0,3}([*+-]|\d+[.])[ \t]+)[^\r]+?(¨0|\n{2,}(?=\S)(?![ \t]*(?:[*+-]|\d+[.])[ \t]+)))/gm,function(g,C,E){var R=E.search(/[*+-]/g)>-1?"ul":"ol";return _(C,R,!0)}):s=s.replace(/(\n\n|^\n?)(( {0,3}([*+-]|\d+[.])[ \t]+)[^\r]+?(¨0|\n{2,}(?=\S)(?![ \t]*(?:[*+-]|\d+[.])[ \t]+)))/gm,function(g,C,E,R){var L=R.search(/[*+-]/g)>-1?"ul":"ol";return _(E,L,!1)}),s=s.replace(/¨0/,""),s=i.converter._dispatch("lists.after",s,d,i),s}),r.subParser("metadata",function(s,d,i){if(!d.metadata)return s;s=i.converter._dispatch("metadata.before",s,d,i);function m(b){i.metadata.raw=b,b=b.replace(/&/g,"&").replace(/"/g,"""),b=b.replace(/\n {4}/g," "),b.replace(/^([\S ]+): +([\s\S]+?)$/gm,function(_,g,C){return i.metadata.parsed[g]=C,""})}return s=s.replace(/^\s*«««+(\S*?)\n([\s\S]+?)\n»»»+\n/,function(b,_,g){return m(g),"¨M"}),s=s.replace(/^\s*---+(\S*?)\n([\s\S]+?)\n---+\n/,function(b,_,g){return _&&(i.metadata.format=_),m(g),"¨M"}),s=s.replace(/¨M/g,""),s=i.converter._dispatch("metadata.after",s,d,i),s}),r.subParser("outdent",function(s,d,i){return s=i.converter._dispatch("outdent.before",s,d,i),s=s.replace(/^(\t|[ ]{1,4})/gm,"¨0"),s=s.replace(/¨0/g,""),s=i.converter._dispatch("outdent.after",s,d,i),s}),r.subParser("paragraphs",function(s,d,i){s=i.converter._dispatch("paragraphs.before",s,d,i),s=s.replace(/^\n+/g,""),s=s.replace(/\n+$/g,"");for(var m=s.split(/\n{2,}/g),b=[],_=m.length,g=0;g<_;g++){var C=m[g];C.search(/¨(K|G)(\d+)\1/g)>=0?b.push(C):C.search(/\S/)>=0&&(C=r.subParser("spanGamut")(C,d,i),C=C.replace(/^([ \t]*)/g,"

"),C+="

",b.push(C))}for(_=b.length,g=0;g<_;g++){for(var E="",R=b[g],L=!1;/¨(K|G)(\d+)\1/.test(R);){var I=RegExp.$1,y=RegExp.$2;I==="K"?E=i.gHtmlBlocks[y]:L?E=r.subParser("encodeCode")(i.ghCodeBlocks[y].text,d,i):E=i.ghCodeBlocks[y].codeblock,E=E.replace(/\$/g,"$$$$"),R=R.replace(/(\n\n)?¨(K|G)\d+\2(\n\n)?/,E),/^]*>\s*]*>/.test(R)&&(L=!0)}b[g]=R}return s=b.join(` +`),s=s.replace(/^\n+/g,""),s=s.replace(/\n+$/g,""),i.converter._dispatch("paragraphs.after",s,d,i)}),r.subParser("runExtension",function(s,d,i,m){if(s.filter)d=s.filter(d,m.converter,i);else if(s.regex){var b=s.regex;b instanceof RegExp||(b=new RegExp(b,"g")),d=d.replace(b,s.replace)}return d}),r.subParser("spanGamut",function(s,d,i){return s=i.converter._dispatch("spanGamut.before",s,d,i),s=r.subParser("codeSpans")(s,d,i),s=r.subParser("escapeSpecialCharsWithinTagAttributes")(s,d,i),s=r.subParser("encodeBackslashEscapes")(s,d,i),s=r.subParser("images")(s,d,i),s=r.subParser("anchors")(s,d,i),s=r.subParser("autoLinks")(s,d,i),s=r.subParser("simplifiedAutoLinks")(s,d,i),s=r.subParser("emoji")(s,d,i),s=r.subParser("underline")(s,d,i),s=r.subParser("italicsAndBold")(s,d,i),s=r.subParser("strikethrough")(s,d,i),s=r.subParser("ellipsis")(s,d,i),s=r.subParser("hashHTMLSpans")(s,d,i),s=r.subParser("encodeAmpsAndAngles")(s,d,i),d.simpleLineBreaks?/\n\n¨K/.test(s)||(s=s.replace(/\n+/g,`
+`)):s=s.replace(/ +\n/g,`
+`),s=i.converter._dispatch("spanGamut.after",s,d,i),s}),r.subParser("strikethrough",function(s,d,i){function m(b){return d.simplifiedAutoLink&&(b=r.subParser("simplifiedAutoLinks")(b,d,i)),""+b+""}return d.strikethrough&&(s=i.converter._dispatch("strikethrough.before",s,d,i),s=s.replace(/(?:~){2}([\s\S]+?)(?:~){2}/g,function(b,_){return m(_)}),s=i.converter._dispatch("strikethrough.after",s,d,i)),s}),r.subParser("stripLinkDefinitions",function(s,d,i){var m=/^ {0,3}\[([^\]]+)]:[ \t]*\n?[ \t]*\s]+)>?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*\n?[ \t]*(?:(\n*)["|'(](.+?)["|')][ \t]*)?(?:\n+|(?=¨0))/gm,b=/^ {0,3}\[([^\]]+)]:[ \t]*\n?[ \t]*?(?: =([*\d]+[A-Za-z%]{0,4})x([*\d]+[A-Za-z%]{0,4}))?[ \t]*\n?[ \t]*(?:(\n*)["|'(](.+?)["|')][ \t]*)?(?:\n\n|(?=¨0)|(?=\n\[))/gm;s+="¨0";var _=function(g,C,E,R,L,I,y){return C=C.toLowerCase(),s.toLowerCase().split(C).length-1<2?g:(E.match(/^data:.+?\/.+?;base64,/)?i.gUrls[C]=E.replace(/\s/g,""):i.gUrls[C]=r.subParser("encodeAmpsAndAngles")(E,d,i),I?I+y:(y&&(i.gTitles[C]=y.replace(/"|'/g,""")),d.parseImgDimensions&&R&&L&&(i.gDimensions[C]={width:R,height:L}),""))};return s=s.replace(b,_),s=s.replace(m,_),s=s.replace(/¨0/,""),s}),r.subParser("tables",function(s,d,i){if(!d.tables)return s;var m=/^ {0,3}\|?.+\|.+\n {0,3}\|?[ \t]*:?[ \t]*(?:[-=]){2,}[ \t]*:?[ \t]*\|[ \t]*:?[ \t]*(?:[-=]){2,}[\s\S]+?(?:\n\n|¨0)/gm,b=/^ {0,3}\|.+\|[ \t]*\n {0,3}\|[ \t]*:?[ \t]*(?:[-=]){2,}[ \t]*:?[ \t]*\|[ \t]*\n( {0,3}\|.+\|[ \t]*\n)*(?:\n|¨0)/gm;function _(L){return/^:[ \t]*--*$/.test(L)?' style="text-align:left;"':/^--*[ \t]*:[ \t]*$/.test(L)?' style="text-align:right;"':/^:[ \t]*--*[ \t]*:$/.test(L)?' style="text-align:center;"':""}function g(L,I){var y="";return L=L.trim(),(d.tablesHeaderId||d.tableHeaderId)&&(y=' id="'+L.replace(/ /g,"_").toLowerCase()+'"'),L=r.subParser("spanGamut")(L,d,i),""+L+` +`}function C(L,I){var y=r.subParser("spanGamut")(L,d,i);return""+y+` +`}function E(L,I){for(var y=` + + +`,M=L.length,F=0;F + + +`,F=0;F +`;for(var G=0;G +`}return y+=` +
+`,y}function R(L){var I,y=L.split(` +`);for(I=0;I"+b+""}),s=s.replace(/\b__(\S[\s\S]*?)__\b/g,function(m,b){return""+b+""})):(s=s.replace(/___(\S[\s\S]*?)___/g,function(m,b){return/\S$/.test(b)?""+b+"":m}),s=s.replace(/__(\S[\s\S]*?)__/g,function(m,b){return/\S$/.test(b)?""+b+"":m})),s=s.replace(/(_)/g,r.helper.escapeCharactersCallback),s=i.converter._dispatch("underline.after",s,d,i)),s}),r.subParser("unescapeSpecialChars",function(s,d,i){return s=i.converter._dispatch("unescapeSpecialChars.before",s,d,i),s=s.replace(/¨E(\d+)E/g,function(m,b){var _=parseInt(b);return String.fromCharCode(_)}),s=i.converter._dispatch("unescapeSpecialChars.after",s,d,i),s}),r.subParser("makeMarkdown.blockquote",function(s,d){var i="";if(s.hasChildNodes())for(var m=s.childNodes,b=m.length,_=0;_ "+i.split(` +`).join(` +> `),i}),r.subParser("makeMarkdown.codeBlock",function(s,d){var i=s.getAttribute("language"),m=s.getAttribute("precodenum");return"```"+i+` +`+d.preList[m]+"\n```"}),r.subParser("makeMarkdown.codeSpan",function(s){return"`"+s.innerHTML+"`"}),r.subParser("makeMarkdown.emphasis",function(s,d){var i="";if(s.hasChildNodes()){i+="*";for(var m=s.childNodes,b=m.length,_=0;_",s.hasAttribute("width")&&s.hasAttribute("height")&&(d+=" ="+s.getAttribute("width")+"x"+s.getAttribute("height")),s.hasAttribute("title")&&(d+=' "'+s.getAttribute("title")+'"'),d+=")"),d}),r.subParser("makeMarkdown.links",function(s,d){var i="";if(s.hasChildNodes()&&s.hasAttribute("href")){var m=s.childNodes,b=m.length;i="[";for(var _=0;_",s.hasAttribute("title")&&(i+=' "'+s.getAttribute("title")+'"'),i+=")"}return i}),r.subParser("makeMarkdown.list",function(s,d,i){var m="";if(!s.hasChildNodes())return"";for(var b=s.childNodes,_=b.length,g=s.getAttribute("start")||1,C=0;C<_;++C)if(!(typeof b[C].tagName>"u"||b[C].tagName.toLowerCase()!=="li")){var E="";i==="ol"?E=g.toString()+". ":E="- ",m+=E+r.subParser("makeMarkdown.listItem")(b[C],d),++g}return m+=` + +`,m.trim()}),r.subParser("makeMarkdown.listItem",function(s,d){for(var i="",m=s.childNodes,b=m.length,_=0;_ + +`;if(s.nodeType!==1)return"";var b=s.tagName.toLowerCase();switch(b){case"h1":i||(m=r.subParser("makeMarkdown.header")(s,d,1)+` + +`);break;case"h2":i||(m=r.subParser("makeMarkdown.header")(s,d,2)+` + +`);break;case"h3":i||(m=r.subParser("makeMarkdown.header")(s,d,3)+` + +`);break;case"h4":i||(m=r.subParser("makeMarkdown.header")(s,d,4)+` + +`);break;case"h5":i||(m=r.subParser("makeMarkdown.header")(s,d,5)+` + +`);break;case"h6":i||(m=r.subParser("makeMarkdown.header")(s,d,6)+` + +`);break;case"p":i||(m=r.subParser("makeMarkdown.paragraph")(s,d)+` + +`);break;case"blockquote":i||(m=r.subParser("makeMarkdown.blockquote")(s,d)+` + +`);break;case"hr":i||(m=r.subParser("makeMarkdown.hr")(s,d)+` + +`);break;case"ol":i||(m=r.subParser("makeMarkdown.list")(s,d,"ol")+` + +`);break;case"ul":i||(m=r.subParser("makeMarkdown.list")(s,d,"ul")+` + +`);break;case"precode":i||(m=r.subParser("makeMarkdown.codeBlock")(s,d)+` + +`);break;case"pre":i||(m=r.subParser("makeMarkdown.pre")(s,d)+` + +`);break;case"table":i||(m=r.subParser("makeMarkdown.table")(s,d)+` + +`);break;case"code":m=r.subParser("makeMarkdown.codeSpan")(s,d);break;case"em":case"i":m=r.subParser("makeMarkdown.emphasis")(s,d);break;case"strong":case"b":m=r.subParser("makeMarkdown.strong")(s,d);break;case"del":m=r.subParser("makeMarkdown.strikethrough")(s,d);break;case"a":m=r.subParser("makeMarkdown.links")(s,d);break;case"img":m=r.subParser("makeMarkdown.image")(s,d);break;default:m=s.outerHTML+` + +`}return m}),r.subParser("makeMarkdown.paragraph",function(s,d){var i="";if(s.hasChildNodes())for(var m=s.childNodes,b=m.length,_=0;_"+d.preList[i]+""}),r.subParser("makeMarkdown.strikethrough",function(s,d){var i="";if(s.hasChildNodes()){i+="~~";for(var m=s.childNodes,b=m.length,_=0;_tr>th"),_=s.querySelectorAll("tbody>tr"),g,C;for(g=0;gF&&(F=G)}for(g=0;g/g,"\\$1>"),d=d.replace(/^#/gm,"\\#"),d=d.replace(/^(\s*)([-=]{3,})(\s*)$/,"$1\\$2$3"),d=d.replace(/^( {0,3}\d+)\./gm,"$1\\."),d=d.replace(/^( {0,3})([+-])/gm,"$1\\$2"),d=d.replace(/]([\s]*)\(/g,"\\]$1\\("),d=d.replace(/^ {0,3}\[([\S \t]*?)]:/gm,"\\[$1]:"),d});var Z=this;e.exports?e.exports=r:Z.showdown=r}).call(cm)})(nd);var fm=nd.exports;const wu=lm(fm);/*! + * vue-showdown - Use showdown as a vue component + * + * @version v4.2.0 + * @link https://vue-showdown.js.org + * @license MIT + * @copyright 2018-2023 meteorlxy + */const hm=yr({name:"VueShowdown",props:{markdown:{type:String,required:!1,default:null},tag:{type:String,required:!1,default:"div"},flavor:{type:String,required:!1,default:null},options:{type:Object,required:!1,default:()=>({})},extensions:{type:Array,required:!1,default:null},vueTemplate:{type:Boolean,required:!1,default:!1},vueTemplateComponents:{type:Object,required:!1,default:()=>({})},vueTemplateData:{type:Object,required:!1,default:()=>({})}},setup(e,{slots:t}){const n=X(()=>{const a=new wu.Converter({extensions:e.extensions??void 0});return e.flavor!==null&&a.setFlavor(e.flavor),Object.entries(e.options).forEach(([o,c])=>{a.setOption(o,c)}),a}),r=X(()=>{var o;if(e.markdown!==null)return e.markdown;const a=(o=t.default)==null?void 0:o.call(t)[0];return(a==null?void 0:a.type)===In?a.children:""}),u=X(()=>n.value.makeHtml(r.value));return()=>e.vueTemplate?Jt({components:e.vueTemplateComponents,setup:()=>e.vueTemplateData,template:`<${e.tag}>${u.value}`}):Jt(e.tag,{innerHTML:u.value})}}),pm={install(e,{flavor:t=null,options:n={}}={}){t!==null&&wu.setFlavor(t),Object.entries(n).forEach(([r,u])=>{wu.setOption(r,u)}),e.component("VueShowdown",hm)}};if(typeof window<"u"){let e=function(){var t=document.body,n=document.getElementById("__svg__icons__dom__");n||(n=document.createElementNS("http://www.w3.org/2000/svg","svg"),n.style.position="absolute",n.style.width="0",n.style.height="0",n.id="__svg__icons__dom__",n.setAttribute("xmlns","http://www.w3.org/2000/svg"),n.setAttribute("xmlns:link","http://www.w3.org/1999/xlink")),n.innerHTML="",t.insertBefore(n,t.lastChild)};document.readyState==="loading"?document.addEventListener("DOMContentLoaded",e):e()}const es=Cl(dm);es.use(pm,{flavor:"github"});em(es);const rd=document.createElement("style");rd.innerHTML=` + body { + overflow: hidden; + } + .no-scrollbar { + overflow: hidden; + } +`;document.head.appendChild(rd);es.mount("#app");export{qm as $,Zp as A,Yo as B,Qo as C,tu as D,Xo as E,Fc as F,xe as G,_d as H,yr as I,rc as J,nm as K,wm as L,Dm as M,Oo as N,gh as O,Xm as P,ng as Q,Sh as R,hi as S,Om as T,br as U,im as V,pt as W,gt as X,ve as Y,Jm as Z,Ln as _,am as a,tf as a$,Ml as a0,Im as a1,lu as a2,Um as a3,tg as a4,$e as a5,Nm as a6,Em as a7,Tm as a8,Fu as a9,$l as aA,Mm as aB,$m as aC,Hl as aD,Gm as aE,Wm as aF,jm as aG,ig as aH,Bm as aI,Pm as aJ,km as aK,Jt as aL,Ke as aM,lf as aN,Lm as aO,Fm as aP,Au as aQ,xm as aR,Bl as aS,gr as aT,_m as aU,Rl as aV,Et as aW,Vm as aX,og as aY,eg as aZ,Hm as a_,Fe as aa,Nu as ab,Pu as ac,vm as ad,Eu as ae,we as af,xa as ag,Ka as ah,Cm as ai,rg as aj,He as ak,Il as al,gm as am,ym as an,Sm as ao,Ol as ap,ae as aq,qu as ar,Qd as as,Fn as at,rm as au,um as av,Ym as aw,Fl as ax,Km as ay,Mo as az,yh as b,Zm as b0,ht as b1,cf as b2,Lo as b3,cn as b4,ug as b5,jl as b6,In as b7,Am as b8,bm as b9,zm as ba,Rm as bb,he as c,kh as d,Ai as e,X as f,Zu as g,Qm as h,ot as i,gi as j,kr as k,sg as l,vi as m,gf as n,jn as o,Xe as p,Al as q,Ue as r,Ze as s,mm as t,Si as u,sm as v,Ve as w,ag as x,ei as y,Sr as z}; diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/index-jMwk6Flb.js b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/index-jMwk6Flb.js new file mode 100644 index 0000000..72e06a1 --- /dev/null +++ b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/index-jMwk6Flb.js @@ -0,0 +1 @@ +import{A as o,o as n,L as t,B as r}from"./index-KF56cXUu.js";const p={__name:"index",setup(s){const e=o();return n(()=>{e.push("/mainWindow")}),(a,u)=>(r(),t("p",null,"跳转首页中"))}};export{p as default}; diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/infoPage-Ba9YkfcW.js b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/infoPage-Ba9YkfcW.js new file mode 100644 index 0000000..d2830ae --- /dev/null +++ b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/infoPage-Ba9YkfcW.js @@ -0,0 +1,10 @@ +import{V as Sn,e as da,a as lt,b as Nt,d as bn,c as sr}from"./VRow-eJbrdKF-.js";import{M as rr,r as Q,N as ir,p as z,O as fe,m as kn,a as pn,b as Dn,g as Ie,n as Ae,P as gt,e as lr,d as xn,Q as Ut,s as or,h as ca,R as ur,f as T,S as pt,t as B,u as Ee,c as m,y as K,T as Qa,U as Xa,w as Ht,W as Je,X as Mn,Y as Qe,j as na,Z as dr,i as _e,z as Tn,_ as cr,$ as fr,a0 as Pn,a1 as ut,a2 as It,a3 as Dt,a4 as Sa,a5 as qe,F as Ye,a6 as sa,a7 as en,H as G,a8 as ot,G as se,a9 as hr,I as ba,aa as mr,o as ka,ab as On,B as re,C as Ke,D as E,E as H,ac as yr,L as dt,ad as Ft,ae as tn,af as vr,ag as gr,ah as _r,ai as wr}from"./index-KF56cXUu.js";import{m as Sr,i as Yn,a as br,b as kr,j as pr,k as Dr,g as We,l as xr,n as Mr,u as Tr,L as Pr,h as an,o as Or,_ as $t}from"./VAvatar-CBxZwzSi.js";import{V as Nn,a as pa,b as In,c as Yr}from"./VSelect-CJVt5QYp.js";import{u as Nr}from"./app-cT5gNRjW.js";function nn(e,t,a){return Object.keys(e).filter(n=>rr(n)&&n.endsWith(t)).reduce((n,s)=>(n[s.slice(0,-t.length)]=r=>e[s](r,a(r)),n),{})}function Ir(){const e=Q([]);ir(()=>e.value=[]);function t(a,n){e.value[n]=a}return{refs:e,updateRef:t}}const Fr=z({activeColor:String,start:{type:[Number,String],default:1},modelValue:{type:Number,default:e=>e.start},disabled:Boolean,length:{type:[Number,String],default:1,validator:e=>e%1===0},totalVisible:[Number,String],firstIcon:{type:fe,default:"$first"},prevIcon:{type:fe,default:"$prev"},nextIcon:{type:fe,default:"$next"},lastIcon:{type:fe,default:"$last"},ariaLabel:{type:String,default:"$vuetify.pagination.ariaLabel.root"},pageAriaLabel:{type:String,default:"$vuetify.pagination.ariaLabel.page"},currentPageAriaLabel:{type:String,default:"$vuetify.pagination.ariaLabel.currentPage"},firstAriaLabel:{type:String,default:"$vuetify.pagination.ariaLabel.first"},previousAriaLabel:{type:String,default:"$vuetify.pagination.ariaLabel.previous"},nextAriaLabel:{type:String,default:"$vuetify.pagination.ariaLabel.next"},lastAriaLabel:{type:String,default:"$vuetify.pagination.ariaLabel.last"},ellipsis:{type:String,default:"..."},showFirstLastPage:Boolean,...Sr(),...kn(),...Yn(),...br(),...kr(),...pr(),...pn({tag:"nav"}),...Dn(),...Dr({variant:"text"})},"VPagination"),sn=Ie()({name:"VPagination",props:Fr(),emits:{"update:modelValue":e=>!0,first:e=>!0,prev:e=>!0,next:e=>!0,last:e=>!0},setup(e,t){let{slots:a,emit:n}=t;const s=Ae(e,"modelValue"),{t:r,n:i}=gt(),{isRtl:l}=lr(),{themeClasses:o}=xn(e),{width:u}=Ut(),c=or(-1);ca(void 0,{scoped:!0});const{resizeRef:f}=ur(x=>{if(!x.length)return;const{target:S,contentRect:Y}=x[0],N=S.querySelector(".v-pagination__list > *");if(!N)return;const U=Y.width,q=N.offsetWidth+parseFloat(getComputedStyle(N).marginRight)*2;c.value=D(U,q)}),d=T(()=>parseInt(e.length,10)),y=T(()=>parseInt(e.start,10)),b=T(()=>e.totalVisible!=null?parseInt(e.totalVisible,10):c.value>=0?c.value:D(u.value,58));function D(x,S){const Y=e.showFirstLastPage?5:3;return Math.max(0,Math.floor(+((x-S*Y)/S).toFixed(2)))}const w=T(()=>{if(d.value<=0||isNaN(d.value)||d.value>Number.MAX_SAFE_INTEGER)return[];if(b.value<=0)return[];if(b.value===1)return[s.value];if(d.value<=b.value)return pt(d.value,y.value);const x=b.value%2===0,S=x?b.value/2:Math.floor(b.value/2),Y=x?S:S+1,N=d.value-S;if(Y-s.value>=0)return[...pt(Math.max(1,b.value-1),y.value),e.ellipsis,d.value];if(s.value-N>=(x?1:0)){const U=b.value-1,q=d.value-U+y.value;return[y.value,e.ellipsis,...pt(U,q)]}else{const U=Math.max(1,b.value-3),q=U===1?s.value:s.value-Math.ceil(U/2)+y.value;return[y.value,e.ellipsis,...pt(U,q),e.ellipsis,d.value]}});function k(x,S,Y){x.preventDefault(),s.value=S,Y&&n(Y,S)}const{refs:_,updateRef:W}=Ir();ca({VPaginationBtn:{color:B(e,"color"),border:B(e,"border"),density:B(e,"density"),size:B(e,"size"),variant:B(e,"variant"),rounded:B(e,"rounded"),elevation:B(e,"elevation")}});const ee=T(()=>w.value.map((x,S)=>{const Y=N=>W(N,S);if(typeof x=="string")return{isActive:!1,key:`ellipsis-${S}`,page:x,props:{ref:Y,ellipsis:!0,icon:!0,disabled:!0}};{const N=x===s.value;return{isActive:N,key:x,page:i(x),props:{ref:Y,ellipsis:!1,icon:!0,disabled:!!e.disabled||+e.length<2,color:N?e.activeColor:e.color,"aria-current":N,"aria-label":r(N?e.currentPageAriaLabel:e.pageAriaLabel,x),onClick:U=>k(U,x)}}}})),C=T(()=>{const x=!!e.disabled||s.value<=y.value,S=!!e.disabled||s.value>=y.value+d.value-1;return{first:e.showFirstLastPage?{icon:l.value?e.lastIcon:e.firstIcon,onClick:Y=>k(Y,y.value,"first"),disabled:x,"aria-label":r(e.firstAriaLabel),"aria-disabled":x}:void 0,prev:{icon:l.value?e.nextIcon:e.prevIcon,onClick:Y=>k(Y,s.value-1,"prev"),disabled:x,"aria-label":r(e.previousAriaLabel),"aria-disabled":x},next:{icon:l.value?e.prevIcon:e.nextIcon,onClick:Y=>k(Y,s.value+1,"next"),disabled:S,"aria-label":r(e.nextAriaLabel),"aria-disabled":S},last:e.showFirstLastPage?{icon:l.value?e.firstIcon:e.lastIcon,onClick:Y=>k(Y,y.value+d.value-1,"last"),disabled:S,"aria-label":r(e.lastAriaLabel),"aria-disabled":S}:void 0}});function Me(){var S;const x=s.value-y.value;(S=_.value[x])==null||S.$el.focus()}function Fe(x){x.key===Qa.left&&!e.disabled&&s.value>+e.start?(s.value=s.value-1,Xa(Me)):x.key===Qa.right&&!e.disabled&&s.valuem(e.tag,{ref:f,class:["v-pagination",o.value,e.class],style:e.style,role:"navigation","aria-label":r(e.ariaLabel),onKeydown:Fe,"data-test":"v-pagination-root"},{default:()=>[m("ul",{class:"v-pagination__list"},[e.showFirstLastPage&&m("li",{key:"first",class:"v-pagination__first","data-test":"v-pagination-first"},[a.first?a.first(C.value.first):m(We,K({_as:"VPaginationBtn"},C.value.first),null)]),m("li",{key:"prev",class:"v-pagination__prev","data-test":"v-pagination-prev"},[a.prev?a.prev(C.value.prev):m(We,K({_as:"VPaginationBtn"},C.value.prev),null)]),ee.value.map((x,S)=>m("li",{key:x.key,class:["v-pagination__item",{"v-pagination__item--is-active":x.isActive}],"data-test":"v-pagination-item"},[a.item?a.item(x):m(We,K({_as:"VPaginationBtn"},x.props),{default:()=>[x.page]})])),m("li",{key:"next",class:"v-pagination__next","data-test":"v-pagination-next"},[a.next?a.next(C.value.next):m(We,K({_as:"VPaginationBtn"},C.value.next),null)]),e.showFirstLastPage&&m("li",{key:"last",class:"v-pagination__last","data-test":"v-pagination-last"},[a.last?a.last(C.value.last):m(We,K({_as:"VPaginationBtn"},C.value.last),null)])])]})),{}}}),Cr=z({page:{type:[Number,String],default:1},itemsPerPage:{type:[Number,String],default:10}},"DataTable-paginate"),Fn=Symbol.for("vuetify:data-table-pagination");function Rr(e){const t=Ae(e,"page",void 0,n=>+(n??1)),a=Ae(e,"itemsPerPage",void 0,n=>+(n??10));return{page:t,itemsPerPage:a}}function Wr(e){const{page:t,itemsPerPage:a,itemsLength:n}=e,s=T(()=>a.value===-1?0:a.value*(t.value-1)),r=T(()=>a.value===-1?n.value:Math.min(n.value,s.value+a.value)),i=T(()=>a.value===-1||n.value===0?1:Math.ceil(n.value/a.value));Ht([t,i],()=>{t.value>i.value&&(t.value=i.value)});function l(d){a.value=d,t.value=1}function o(){t.value=na(t.value+1,1,i.value)}function u(){t.value=na(t.value-1,1,i.value)}function c(d){t.value=na(d,1,i.value)}const f={page:t,itemsPerPage:a,startIndex:s,stopIndex:r,pageCount:i,itemsLength:n,nextPage:o,prevPage:u,setPage:c,setItemsPerPage:l};return Je(Fn,f),f}function Vr(){const e=Qe(Fn);if(!e)throw new Error("Missing pagination!");return e}function Lr(e){const t=Mn("usePaginatedItems"),{items:a,startIndex:n,stopIndex:s,itemsPerPage:r}=e,i=T(()=>r.value<=0?a.value:a.value.slice(n.value,s.value));return Ht(i,l=>{t.emit("update:currentItems",l)}),{paginatedItems:i}}const Cn=z({prevIcon:{type:fe,default:"$prev"},nextIcon:{type:fe,default:"$next"},firstIcon:{type:fe,default:"$first"},lastIcon:{type:fe,default:"$last"},itemsPerPageText:{type:String,default:"$vuetify.dataFooter.itemsPerPageText"},pageText:{type:String,default:"$vuetify.dataFooter.pageText"},firstPageLabel:{type:String,default:"$vuetify.dataFooter.firstPage"},prevPageLabel:{type:String,default:"$vuetify.dataFooter.prevPage"},nextPageLabel:{type:String,default:"$vuetify.dataFooter.nextPage"},lastPageLabel:{type:String,default:"$vuetify.dataFooter.lastPage"},itemsPerPageOptions:{type:Array,default:()=>[{value:10,title:"10"},{value:25,title:"25"},{value:50,title:"50"},{value:100,title:"100"},{value:-1,title:"$vuetify.dataFooter.itemsPerPageAll"}]},showCurrentPage:Boolean},"VDataTableFooter"),rn=Ie()({name:"VDataTableFooter",props:Cn(),setup(e,t){let{slots:a}=t;const{t:n}=gt(),{page:s,pageCount:r,startIndex:i,stopIndex:l,itemsLength:o,itemsPerPage:u,setItemsPerPage:c}=Vr(),f=T(()=>e.itemsPerPageOptions.map(d=>typeof d=="number"?{value:d,title:d===-1?n("$vuetify.dataFooter.itemsPerPageAll"):String(d)}:{...d,title:isNaN(Number(d.title))?n(d.title):d.title}));return Ee(()=>{var y;const d=sn.filterProps(e);return m("div",{class:"v-data-table-footer"},[(y=a.prepend)==null?void 0:y.call(a),m("div",{class:"v-data-table-footer__items-per-page"},[m("span",null,[n(e.itemsPerPageText)]),m(Nn,{items:f.value,modelValue:u.value,"onUpdate:modelValue":b=>c(Number(b)),density:"compact",variant:"outlined","hide-details":!0},null)]),m("div",{class:"v-data-table-footer__info"},[m("div",null,[n(e.pageText,o.value?i.value+1:0,l.value,o.value)])]),m("div",{class:"v-data-table-footer__pagination"},[m(sn,K({modelValue:s.value,"onUpdate:modelValue":b=>s.value=b,density:"comfortable","first-aria-label":e.firstPageLabel,"last-aria-label":e.lastPageLabel,length:r.value,"next-aria-label":e.nextPageLabel,"previous-aria-label":e.prevPageLabel,rounded:!0,"show-first-last-page":!0,"total-visible":e.showCurrentPage?1:0,variant:"plain"},d),null)])])}),{}}}),Ct=dr({align:{type:String,default:"start"},fixed:Boolean,fixedOffset:[Number,String],height:[Number,String],lastFixed:Boolean,noPadding:Boolean,tag:String,width:[Number,String],maxWidth:[Number,String],nowrap:Boolean},(e,t)=>{let{slots:a}=t;const n=e.tag??"td";return m(n,{class:["v-data-table__td",{"v-data-table-column--fixed":e.fixed,"v-data-table-column--last-fixed":e.lastFixed,"v-data-table-column--no-padding":e.noPadding,"v-data-table-column--nowrap":e.nowrap},`v-data-table-column--align-${e.align}`],style:{height:_e(e.height),width:_e(e.width),maxWidth:_e(e.maxWidth),left:_e(e.fixedOffset||null)}},{default:()=>{var s;return[(s=a.default)==null?void 0:s.call(a)]}})}),Ar=z({headers:Array},"DataTable-header"),Rn=Symbol.for("vuetify:data-table-headers"),Wn={title:"",sortable:!1},Er={...Wn,width:48};function Ur(){const t=(arguments.length>0&&arguments[0]!==void 0?arguments[0]:[]).map(a=>({element:a,priority:0}));return{enqueue:(a,n)=>{let s=!1;for(let r=0;rn){t.splice(r,0,{element:a,priority:n}),s=!0;break}s||t.push({element:a,priority:n})},size:()=>t.length,count:()=>{let a=0;if(!t.length)return 0;const n=Math.floor(t[0].priority);for(let s=0;st.shift()}}function fa(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[];if(!e.children)t.push(e);else for(const a of e.children)fa(a,t);return t}function Vn(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:new Set;for(const a of e)a.key&&t.add(a.key),a.children&&Vn(a.children,t);return t}function Hr(e){if(e.key){if(e.key==="data-table-group")return Wn;if(["data-table-expand","data-table-select"].includes(e.key))return Er}}function Da(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return e.children?Math.max(t,...e.children.map(a=>Da(a,t+1))):t}function $r(e){let t=!1;function a(r){let i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;if(r)if(i&&(r.fixed=!0),r.fixed)if(r.children)for(let l=r.children.length-1;l>=0;l--)a(r.children[l],!0);else t?isNaN(+r.width)&&fr(`Multiple fixed columns should have a static width (key: ${r.key})`):r.lastFixed=!0,t=!0;else if(r.children)for(let l=r.children.length-1;l>=0;l--)a(r.children[l]);else t=!1}for(let r=e.length-1;r>=0;r--)a(e[r]);function n(r){let i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;if(!r)return i;if(r.children){r.fixedOffset=i;for(const l of r.children)i=n(l,i)}else r.fixed&&(r.fixedOffset=i,i+=parseFloat(r.width||"0")||0);return i}let s=0;for(const r of e)s=n(r,s)}function Gr(e,t){const a=[];let n=0;const s=Ur(e);for(;s.size()>0;){let i=s.count();const l=[];let o=1;for(;i>0;){const{element:u,priority:c}=s.dequeue(),f=t-n-Da(u);if(l.push({...u,rowspan:f??1,colspan:u.children?fa(u).length:1}),u.children)for(const d of u.children){const y=c%1+o/Math.pow(10,n+2);s.enqueue(d,n+f+y)}o+=1,i-=1}n+=1,a.push(l)}return{columns:e.map(i=>fa(i)).flat(),headers:a}}function Ln(e){const t=[];for(const a of e){const n={...Hr(a),...a},s=n.key??(typeof n.value=="string"?n.value:null),r=n.value??s??null,i={...n,key:s,value:r,sortable:n.sortable??(n.key!=null||!!n.sort),children:n.children?Ln(n.children):void 0};t.push(i)}return t}function jr(e,t){const a=Q([]),n=Q([]),s=Q({}),r=Q({}),i=Q({});Tn(()=>{var D,w,k;const u=(e.headers||Object.keys(e.items[0]??{}).map(_=>({key:_,title:cr(_)}))).slice(),c=Vn(u);(D=t==null?void 0:t.groupBy)!=null&&D.value.length&&!c.has("data-table-group")&&u.unshift({key:"data-table-group",title:"Group"}),(w=t==null?void 0:t.showSelect)!=null&&w.value&&!c.has("data-table-select")&&u.unshift({key:"data-table-select"}),(k=t==null?void 0:t.showExpand)!=null&&k.value&&!c.has("data-table-expand")&&u.push({key:"data-table-expand"});const f=Ln(u);$r(f);const d=Math.max(...f.map(_=>Da(_)))+1,y=Gr(f,d);a.value=y.headers,n.value=y.columns;const b=y.headers.flat(1);for(const _ of b)_.key&&(_.sortable&&(_.sort&&(s.value[_.key]=_.sort),_.sortRaw&&(r.value[_.key]=_.sortRaw)),_.filter&&(i.value[_.key]=_.filter))});const l={headers:a,columns:n,sortFunctions:s,sortRawFunctions:r,filterFunctions:i};return Je(Rn,l),l}function Gt(){const e=Qe(Rn);if(!e)throw new Error("Missing headers!");return e}const Br={showSelectAll:!1,allSelected:()=>[],select:e=>{var n;let{items:t,value:a}=e;return new Set(a?[(n=t[0])==null?void 0:n.value]:[])},selectAll:e=>{let{selected:t}=e;return t}},An={showSelectAll:!0,allSelected:e=>{let{currentPage:t}=e;return t},select:e=>{let{items:t,value:a,selected:n}=e;for(const s of t)a?n.add(s.value):n.delete(s.value);return n},selectAll:e=>{let{value:t,currentPage:a,selected:n}=e;return An.select({items:a,value:t,selected:n})}},En={showSelectAll:!0,allSelected:e=>{let{allItems:t}=e;return t},select:e=>{let{items:t,value:a,selected:n}=e;for(const s of t)a?n.add(s.value):n.delete(s.value);return n},selectAll:e=>{let{value:t,allItems:a,selected:n}=e;return En.select({items:a,value:t,selected:n})}},zr=z({showSelect:Boolean,selectStrategy:{type:[String,Object],default:"page"},modelValue:{type:Array,default:()=>[]},valueComparator:{type:Function,default:Pn}},"DataTable-select"),Un=Symbol.for("vuetify:data-table-selection");function Zr(e,t){let{allItems:a,currentPage:n}=t;const s=Ae(e,"modelValue",e.modelValue,k=>new Set(ut(k).map(_=>{var W;return((W=a.value.find(ee=>e.valueComparator(_,ee.value)))==null?void 0:W.value)??_})),k=>[...k.values()]),r=T(()=>a.value.filter(k=>k.selectable)),i=T(()=>n.value.filter(k=>k.selectable)),l=T(()=>{if(typeof e.selectStrategy=="object")return e.selectStrategy;switch(e.selectStrategy){case"single":return Br;case"all":return En;case"page":default:return An}});function o(k){return ut(k).every(_=>s.value.has(_.value))}function u(k){return ut(k).some(_=>s.value.has(_.value))}function c(k,_){const W=l.value.select({items:k,value:_,selected:new Set(s.value)});s.value=W}function f(k){c([k],!o([k]))}function d(k){const _=l.value.selectAll({value:k,allItems:r.value,currentPage:i.value,selected:new Set(s.value)});s.value=_}const y=T(()=>s.value.size>0),b=T(()=>{const k=l.value.allSelected({allItems:r.value,currentPage:i.value});return!!k.length&&o(k)}),D=T(()=>l.value.showSelectAll),w={toggleSelect:f,select:c,selectAll:d,isSelected:o,isSomeSelected:u,someSelected:y,allSelected:b,showSelectAll:D};return Je(Un,w),w}function jt(){const e=Qe(Un);if(!e)throw new Error("Missing selection!");return e}const qr=z({sortBy:{type:Array,default:()=>[]},customKeySort:Object,multiSort:Boolean,mustSort:Boolean},"DataTable-sort"),Hn=Symbol.for("vuetify:data-table-sort");function Kr(e){const t=Ae(e,"sortBy"),a=B(e,"mustSort"),n=B(e,"multiSort");return{sortBy:t,mustSort:a,multiSort:n}}function Jr(e){const{sortBy:t,mustSort:a,multiSort:n,page:s}=e,r=o=>{if(o.key==null)return;let u=t.value.map(f=>({...f}))??[];const c=u.find(f=>f.key===o.key);c?c.order==="desc"?a.value?c.order="asc":u=u.filter(f=>f.key!==o.key):c.order="desc":n.value?u=[...u,{key:o.key,order:"asc"}]:u=[{key:o.key,order:"asc"}],t.value=u,s&&(s.value=1)};function i(o){return!!t.value.find(u=>u.key===o.key)}const l={sortBy:t,toggleSort:r,isSorted:i};return Je(Hn,l),l}function $n(){const e=Qe(Hn);if(!e)throw new Error("Missing sort!");return e}function Qr(e,t,a,n){const s=gt();return{sortedItems:T(()=>{var i,l;return a.value.length?Xr(t.value,a.value,s.current.value,{transform:n==null?void 0:n.transform,sortFunctions:{...e.customKeySort,...(i=n==null?void 0:n.sortFunctions)==null?void 0:i.value},sortRawFunctions:(l=n==null?void 0:n.sortRawFunctions)==null?void 0:l.value}):t.value})}}function Xr(e,t,a,n){const s=new Intl.Collator(a,{sensitivity:"accent",usage:"sort"});return e.map(i=>[i,n!=null&&n.transform?n.transform(i):i]).sort((i,l)=>{var o,u;for(let c=0;c_!=null?_.toString().toLocaleLowerCase():_),b!==D)return Dt(b)&&Dt(D)?0:Dt(b)?-1:Dt(D)?1:!isNaN(b)&&!isNaN(D)?Number(b)-Number(D):s.compare(b,D)}}return 0}).map(i=>{let[l]=i;return l})}const Gn=z({color:String,sticky:Boolean,disableSort:Boolean,multiSort:Boolean,sortAscIcon:{type:fe,default:"$sortAsc"},sortDescIcon:{type:fe,default:"$sortDesc"},headerProps:{type:Object},...Sa(),...xr()},"VDataTableHeaders"),ln=Ie()({name:"VDataTableHeaders",props:Gn(),setup(e,t){let{slots:a}=t;const{t:n}=gt(),{toggleSort:s,sortBy:r,isSorted:i}=$n(),{someSelected:l,allSelected:o,selectAll:u,showSelectAll:c}=jt(),{columns:f,headers:d}=Gt(),{loaderClasses:y}=Mr(e);function b(x,S){if(!(!e.sticky&&!x.fixed))return{position:"sticky",left:x.fixed?_e(x.fixedOffset):void 0,top:e.sticky?`calc(var(--v-table-header-height) * ${S})`:void 0}}function D(x){const S=r.value.find(Y=>Y.key===x.key);return S?S.order==="asc"?e.sortAscIcon:e.sortDescIcon:e.sortAscIcon}const{backgroundColorClasses:w,backgroundColorStyles:k}=Tr(e,"color"),{displayClasses:_,mobile:W}=Ut(e),ee=T(()=>({headers:d.value,columns:f.value,toggleSort:s,isSorted:i,sortBy:r.value,someSelected:l.value,allSelected:o.value,selectAll:u,getSortIcon:D})),C=T(()=>["v-data-table__th",{"v-data-table__th--sticky":e.sticky},_.value,y.value]),Me=x=>{let{column:S,x:Y,y:N}=x;const U=S.key==="data-table-select"||S.key==="data-table-expand",q=K(e.headerProps??{},S.headerProps??{});return m(Ct,K({tag:"th",align:S.align,class:[{"v-data-table__th--sortable":S.sortable&&!e.disableSort,"v-data-table__th--sorted":i(S),"v-data-table__th--fixed":S.fixed},...C.value],style:{width:_e(S.width),minWidth:_e(S.minWidth),maxWidth:_e(S.maxWidth),...b(S,N)},colspan:S.colspan,rowspan:S.rowspan,onClick:S.sortable?()=>s(S):void 0,fixed:S.fixed,nowrap:S.nowrap,lastFixed:S.lastFixed,noPadding:U},q),{default:()=>{var He;const Ce=`header.${S.key}`,kt={column:S,selectAll:u,isSorted:i,toggleSort:s,sortBy:r.value,someSelected:l.value,allSelected:o.value,getSortIcon:D};return a[Ce]?a[Ce](kt):S.key==="data-table-select"?((He=a["header.data-table-select"])==null?void 0:He.call(a,kt))??(c.value&&m(pa,{modelValue:o.value,indeterminate:l.value&&!o.value,"onUpdate:modelValue":u},null)):m("div",{class:"v-data-table-header__content"},[m("span",null,[S.title]),S.sortable&&!e.disableSort&&m(an,{key:"icon",class:"v-data-table-header__sort-icon",icon:D(S)},null),e.multiSort&&i(S)&&m("div",{key:"badge",class:["v-data-table-header__sort-badge",...w.value],style:k.value},[r.value.findIndex(at=>at.key===S.key)+1])])}})},Fe=()=>{const x=K(e.headerProps??{}??{}),S=T(()=>f.value.filter(N=>(N==null?void 0:N.sortable)&&!e.disableSort)),Y=T(()=>{if(f.value.find(U=>U.key==="data-table-select")!=null)return o.value?"$checkboxOn":l.value?"$checkboxIndeterminate":"$checkboxOff"});return m(Ct,K({tag:"th",class:[...C.value],colspan:d.value.length+1},x),{default:()=>[m("div",{class:"v-data-table-header__content"},[m(Nn,{chips:!0,class:"v-data-table__td-sort-select",clearable:!0,density:"default",items:S.value,label:n("$vuetify.dataTable.sortBy"),multiple:e.multiSort,variant:"underlined","onClick:clear":()=>r.value=[],appendIcon:Y.value,"onClick:append":()=>u(!o.value)},{...a,chip:N=>{var U;return m(In,{onClick:(U=N.item.raw)!=null&&U.sortable?()=>s(N.item.raw):void 0,onMousedown:q=>{q.preventDefault(),q.stopPropagation()}},{default:()=>[N.item.title,m(an,{class:["v-data-table__td-sort-icon",i(N.item.raw)&&"v-data-table__td-sort-icon-active"],icon:D(N.item.raw),size:"small"},null)]})}})])]})};Ee(()=>W.value?m("tr",null,[m(Fe,null,null)]):m(qe,null,[a.headers?a.headers(ee.value):d.value.map((x,S)=>m("tr",null,[x.map((Y,N)=>m(Me,{column:Y,x:N,y:S},null))])),e.loading&&m("tr",{class:"v-data-table-progress"},[m("th",{colspan:f.value.length},[m(Pr,{name:"v-data-table-progress",absolute:!0,active:!0,color:typeof e.loading=="boolean"?void 0:e.loading,indeterminate:!0},{default:a.loader})])])]))}}),ei=z({groupBy:{type:Array,default:()=>[]}},"DataTable-group"),jn=Symbol.for("vuetify:data-table-group");function ti(e){return{groupBy:Ae(e,"groupBy")}}function ai(e){const{disableSort:t,groupBy:a,sortBy:n}=e,s=Q(new Set),r=T(()=>a.value.map(c=>({...c,order:c.order??!1})).concat(t!=null&&t.value?[]:n.value));function i(c){return s.value.has(c.id)}function l(c){const f=new Set(s.value);i(c)?f.delete(c.id):f.add(c.id),s.value=f}function o(c){function f(d){const y=[];for(const b of d.items)"type"in b&&b.type==="group"?y.push(...f(b)):y.push(b);return y}return f({type:"group",items:c,id:"dummy",key:"dummy",value:"dummy",depth:0})}const u={sortByWithGroups:r,toggleGroup:l,opened:s,groupBy:a,extractRows:o,isGroupOpen:i};return Je(jn,u),u}function Bn(){const e=Qe(jn);if(!e)throw new Error("Missing group!");return e}function ni(e,t){if(!e.length)return[];const a=new Map;for(const n of e){const s=It(n.raw,t);a.has(s)||a.set(s,[]),a.get(s).push(n)}return a}function zn(e,t){let a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0,n=arguments.length>3&&arguments[3]!==void 0?arguments[3]:"root";if(!t.length)return[];const s=ni(e,t[0]),r=[],i=t.slice(1);return s.forEach((l,o)=>{const u=t[0],c=`${n}_${u}_${o}`;r.push({depth:a,id:c,key:u,value:o,items:i.length?zn(l,i,a+1,c):l,type:"group"})}),r}function Zn(e,t){const a=[];for(const n of e)"type"in n&&n.type==="group"?(n.value!=null&&a.push(n),(t.has(n.id)||n.value==null)&&a.push(...Zn(n.items,t))):a.push(n);return a}function si(e,t,a){return{flatItems:T(()=>{if(!t.value.length)return e.value;const s=zn(e.value,t.value.map(r=>r.key));return Zn(s,a.value)})}}const ri=z({item:{type:Object,required:!0}},"VDataTableGroupHeaderRow"),ii=Ie()({name:"VDataTableGroupHeaderRow",props:ri(),setup(e,t){let{slots:a}=t;const{isGroupOpen:n,toggleGroup:s,extractRows:r}=Bn(),{isSelected:i,isSomeSelected:l,select:o}=jt(),{columns:u}=Gt(),c=T(()=>r([e.item]));return()=>m("tr",{class:"v-data-table-group-header-row",style:{"--v-data-table-group-header-row-depth":e.item.depth}},[u.value.map(f=>{var d,y;if(f.key==="data-table-group"){const b=n(e.item)?"$expand":"$next",D=()=>s(e.item);return((d=a["data-table-group"])==null?void 0:d.call(a,{item:e.item,count:c.value.length,props:{icon:b,onClick:D}}))??m(Ct,{class:"v-data-table-group-header-row__column"},{default:()=>[m(We,{size:"small",variant:"text",icon:b,onClick:D},null),m("span",null,[e.item.value]),m("span",null,[Ye("("),c.value.length,Ye(")")])]})}if(f.key==="data-table-select"){const b=i(c.value),D=l(c.value)&&!b,w=k=>o(c.value,k);return((y=a["data-table-select"])==null?void 0:y.call(a,{props:{modelValue:b,indeterminate:D,"onUpdate:modelValue":w}}))??m("td",null,[m(pa,{modelValue:b,indeterminate:D,"onUpdate:modelValue":w},null)])}return m("td",null,null)})])}}),li=z({expandOnClick:Boolean,showExpand:Boolean,expanded:{type:Array,default:()=>[]}},"DataTable-expand"),qn=Symbol.for("vuetify:datatable:expanded");function oi(e){const t=B(e,"expandOnClick"),a=Ae(e,"expanded",e.expanded,l=>new Set(l),l=>[...l.values()]);function n(l,o){const u=new Set(a.value);o?u.add(l.value):u.delete(l.value),a.value=u}function s(l){return a.value.has(l.value)}function r(l){n(l,!s(l))}const i={expand:n,expanded:a,expandOnClick:t,isExpanded:s,toggleExpand:r};return Je(qn,i),i}function Kn(){const e=Qe(qn);if(!e)throw new Error("foo");return e}const ui=z({index:Number,item:Object,cellProps:[Object,Function],onClick:sa(),onContextmenu:sa(),onDblclick:sa(),...Sa()},"VDataTableRow"),di=Ie()({name:"VDataTableRow",props:ui(),setup(e,t){let{slots:a}=t;const{displayClasses:n,mobile:s}=Ut(e,"v-data-table__tr"),{isSelected:r,toggleSelect:i,someSelected:l,allSelected:o,selectAll:u}=jt(),{isExpanded:c,toggleExpand:f}=Kn(),{toggleSort:d,sortBy:y,isSorted:b}=$n(),{columns:D}=Gt();Ee(()=>m("tr",{class:["v-data-table__tr",{"v-data-table__tr--clickable":!!(e.onClick||e.onContextmenu||e.onDblclick)},n.value],onClick:e.onClick,onContextmenu:e.onContextmenu,onDblclick:e.onDblclick},[e.item&&D.value.map((w,k)=>{const _=e.item,W=`item.${w.key}`,ee=`header.${w.key}`,C={index:e.index,item:_.raw,internalItem:_,value:It(_.columns,w.key),column:w,isSelected:r,toggleSelect:i,isExpanded:c,toggleExpand:f},Me={column:w,selectAll:u,isSorted:b,toggleSort:d,sortBy:y.value,someSelected:l.value,allSelected:o.value,getSortIcon:()=>""},Fe=typeof e.cellProps=="function"?e.cellProps({index:C.index,item:C.item,internalItem:C.internalItem,value:C.value,column:w}):e.cellProps,x=typeof w.cellProps=="function"?w.cellProps({index:C.index,item:C.item,internalItem:C.internalItem,value:C.value}):w.cellProps;return m(Ct,K({align:w.align,class:{"v-data-table__td--expanded-row":w.key==="data-table-expand","v-data-table__td--select-row":w.key==="data-table-select"},fixed:w.fixed,fixedOffset:w.fixedOffset,lastFixed:w.lastFixed,maxWidth:s.value?void 0:w.maxWidth,noPadding:w.key==="data-table-select"||w.key==="data-table-expand",nowrap:w.nowrap,width:s.value?void 0:w.width},Fe,x),{default:()=>{var Y,N,U,q,Ce;if(a[W]&&!s.value)return(Y=a[W])==null?void 0:Y.call(a,C);if(w.key==="data-table-select")return((N=a["item.data-table-select"])==null?void 0:N.call(a,C))??m(pa,{disabled:!_.selectable,modelValue:r([_]),onClick:en(()=>i(_),["stop"])},null);if(w.key==="data-table-expand")return((U=a["item.data-table-expand"])==null?void 0:U.call(a,C))??m(We,{icon:c(_)?"$collapse":"$expand",size:"small",variant:"text",onClick:en(()=>f(_),["stop"])},null);const S=G(C.value);return s.value?m(qe,null,[m("div",{class:"v-data-table__td-title"},[((q=a[ee])==null?void 0:q.call(a,Me))??w.title]),m("div",{class:"v-data-table__td-value"},[((Ce=a[W])==null?void 0:Ce.call(a,C))??S])]):S}})})]))}}),Jn=z({loading:[Boolean,String],loadingText:{type:String,default:"$vuetify.dataIterator.loadingText"},hideNoData:Boolean,items:{type:Array,default:()=>[]},noDataText:{type:String,default:"$vuetify.noDataText"},rowProps:[Object,Function],cellProps:[Object,Function],...Sa()},"VDataTableRows"),on=Ie()({name:"VDataTableRows",inheritAttrs:!1,props:Jn(),setup(e,t){let{attrs:a,slots:n}=t;const{columns:s}=Gt(),{expandOnClick:r,toggleExpand:i,isExpanded:l}=Kn(),{isSelected:o,toggleSelect:u}=jt(),{toggleGroup:c,isGroupOpen:f}=Bn(),{t:d}=gt(),{mobile:y}=Ut(e);return Ee(()=>{var b,D;return e.loading&&(!e.items.length||n.loading)?m("tr",{class:"v-data-table-rows-loading",key:"loading"},[m("td",{colspan:s.value.length},[((b=n.loading)==null?void 0:b.call(n))??d(e.loadingText)])]):!e.loading&&!e.items.length&&!e.hideNoData?m("tr",{class:"v-data-table-rows-no-data",key:"no-data"},[m("td",{colspan:s.value.length},[((D=n["no-data"])==null?void 0:D.call(n))??d(e.noDataText)])]):m(qe,null,[e.items.map((w,k)=>{var ee;if(w.type==="group"){const C={index:k,item:w,columns:s.value,isExpanded:l,toggleExpand:i,isSelected:o,toggleSelect:u,toggleGroup:c,isGroupOpen:f};return n["group-header"]?n["group-header"](C):m(ii,K({key:`group-header_${w.id}`,item:w},nn(a,":group-header",()=>C)),n)}const _={index:k,item:w.raw,internalItem:w,columns:s.value,isExpanded:l,toggleExpand:i,isSelected:o,toggleSelect:u},W={..._,props:K({key:`item_${w.key??w.index}`,onClick:r.value?()=>{i(w)}:void 0,index:k,item:w,cellProps:e.cellProps,mobile:y.value},nn(a,":row",()=>_),typeof e.rowProps=="function"?e.rowProps({item:_.item,index:_.index,internalItem:_.internalItem}):e.rowProps)};return m(qe,{key:W.props.key},[n.item?n.item(W):m(di,W.props,n),l(w)&&((ee=n["expanded-row"])==null?void 0:ee.call(n,_))])})])}),{}}}),Qn=z({fixedHeader:Boolean,fixedFooter:Boolean,height:[Number,String],hover:Boolean,...kn(),...Yn(),...pn(),...Dn()},"VTable"),un=Ie()({name:"VTable",props:Qn(),setup(e,t){let{slots:a,emit:n}=t;const{themeClasses:s}=xn(e),{densityClasses:r}=Or(e);return Ee(()=>m(e.tag,{class:["v-table",{"v-table--fixed-height":!!e.height,"v-table--fixed-header":e.fixedHeader,"v-table--fixed-footer":e.fixedFooter,"v-table--has-top":!!a.top,"v-table--has-bottom":!!a.bottom,"v-table--hover":e.hover},s.value,r.value,e.class],style:e.style},{default:()=>{var i,l,o;return[(i=a.top)==null?void 0:i.call(a),a.default?m("div",{class:"v-table__wrapper",style:{height:_e(e.height)}},[m("table",null,[a.default()])]):(l=a.wrapper)==null?void 0:l.call(a),(o=a.bottom)==null?void 0:o.call(a)]}})),{}}}),ci=z({items:{type:Array,default:()=>[]},itemValue:{type:[String,Array,Function],default:"id"},itemSelectable:{type:[String,Array,Function],default:null},rowProps:[Object,Function],cellProps:[Object,Function],returnObject:Boolean},"DataTable-items");function fi(e,t,a,n){const s=e.returnObject?t:ot(t,e.itemValue),r=ot(t,e.itemSelectable,!0),i=n.reduce((l,o)=>(o.key!=null&&(l[o.key]=ot(t,o.value)),l),{});return{type:"item",key:e.returnObject?ot(t,e.itemValue):s,index:a,value:s,selectable:r,columns:i,raw:t}}function hi(e,t,a){return t.map((n,s)=>fi(e,n,s,a))}function mi(e,t){return{items:T(()=>hi(e,e.items,t.value))}}function yi(e){let{page:t,itemsPerPage:a,sortBy:n,groupBy:s,search:r}=e;const i=Mn("VDataTable"),l=T(()=>({page:t.value,itemsPerPage:a.value,sortBy:n.value,groupBy:s.value,search:r.value}));let o=null;Ht(l,()=>{Pn(o,l.value)||(o&&o.search!==l.value.search&&(t.value=1),i.emit("update:options",l.value),o=l.value)},{deep:!0,immediate:!0})}const vi=(e,t,a)=>e==null||t==null?-1:e.toString().toLocaleLowerCase().indexOf(t.toString().toLocaleLowerCase()),gi=z({customFilter:Function,customKeyFilter:Object,filterKeys:[Array,String],filterMode:{type:String,default:"intersection"},noFilter:Boolean},"filter");function _i(e,t,a){var l;const n=[],s=(a==null?void 0:a.default)??vi,r=a!=null&&a.filterKeys?ut(a.filterKeys):!1,i=Object.keys((a==null?void 0:a.customKeyFilter)??{}).length;if(!(e!=null&&e.length))return n;e:for(let o=0;o0)&&!(a!=null&&a.noFilter)){if(typeof u=="object"){const w=r||Object.keys(c);for(const k of w){const _=ot(c,k),W=(l=a==null?void 0:a.customKeyFilter)==null?void 0:l[k];if(y=W?W(_,t,u):s(_,t,u),y!==-1&&y!==!1)W?f[k]=y:d[k]=y;else if((a==null?void 0:a.filterMode)==="every")continue e}}else y=s(u,t,u),y!==-1&&y!==!1&&(d.title=y);const b=Object.keys(d).length,D=Object.keys(f).length;if(!b&&!D||(a==null?void 0:a.filterMode)==="union"&&D!==i&&!b||(a==null?void 0:a.filterMode)==="intersection"&&(D!==i||!b))continue}n.push({index:o,matches:{...d,...f}})}return n}function wi(e,t,a,n){const s=Q([]),r=Q(new Map),i=T(()=>n!=null&&n.transform?se(t).map(o=>[o,n.transform(o)]):se(t));Tn(()=>{const o=typeof a=="function"?a():se(a),u=typeof o!="string"&&typeof o!="number"?"":String(o),c=_i(i.value,u,{customKeyFilter:{...e.customKeyFilter,...se(n==null?void 0:n.customKeyFilter)},default:e.customFilter,filterKeys:e.filterKeys,filterMode:e.filterMode,noFilter:e.noFilter}),f=se(t),d=[],y=new Map;c.forEach(b=>{let{index:D,matches:w}=b;const k=f[D];d.push(k),y.set(k.value,w)}),s.value=d,r.value=y});function l(o){return r.value.get(o.value)}return{filteredItems:s,filteredMatches:r,getMatches:l}}const Si=z({...Jn(),hideDefaultBody:Boolean,hideDefaultFooter:Boolean,hideDefaultHeader:Boolean,width:[String,Number],search:String,...li(),...ei(),...Ar(),...ci(),...zr(),...qr(),...Gn(),...Qn()},"DataTable"),bi=z({...Cr(),...Si(),...gi(),...Cn()},"VDataTable"),ki=Ie()({name:"VDataTable",props:bi(),emits:{"update:modelValue":e=>!0,"update:page":e=>!0,"update:itemsPerPage":e=>!0,"update:sortBy":e=>!0,"update:options":e=>!0,"update:groupBy":e=>!0,"update:expanded":e=>!0,"update:currentItems":e=>!0},setup(e,t){let{attrs:a,slots:n}=t;const{groupBy:s}=ti(e),{sortBy:r,multiSort:i,mustSort:l}=Kr(e),{page:o,itemsPerPage:u}=Rr(e),{disableSort:c}=hr(e),{columns:f,headers:d,sortFunctions:y,sortRawFunctions:b,filterFunctions:D}=jr(e,{groupBy:s,showSelect:B(e,"showSelect"),showExpand:B(e,"showExpand")}),{items:w}=mi(e,f),k=B(e,"search"),{filteredItems:_}=wi(e,w,k,{transform:Te=>Te.columns,customKeyFilter:D}),{toggleSort:W}=Jr({sortBy:r,multiSort:i,mustSort:l,page:o}),{sortByWithGroups:ee,opened:C,extractRows:Me,isGroupOpen:Fe,toggleGroup:x}=ai({groupBy:s,sortBy:r,disableSort:c}),{sortedItems:S}=Qr(e,_,ee,{transform:Te=>({...Te.raw,...Te.columns}),sortFunctions:y,sortRawFunctions:b}),{flatItems:Y}=si(S,s,C),N=T(()=>Y.value.length),{startIndex:U,stopIndex:q,pageCount:Ce,setItemsPerPage:kt}=Wr({page:o,itemsPerPage:u,itemsLength:N}),{paginatedItems:He}=Lr({items:Y,startIndex:U,stopIndex:q,itemsPerPage:u}),at=T(()=>Me(He.value)),{isSelected:zs,select:Zs,selectAll:qs,toggleSelect:Ks,someSelected:Js,allSelected:Qs}=Zr(e,{allItems:w,currentPage:at}),{isExpanded:Xs,toggleExpand:er}=oi(e);yi({page:o,itemsPerPage:u,sortBy:r,groupBy:s,search:k}),ca({VDataTableRows:{hideNoData:B(e,"hideNoData"),noDataText:B(e,"noDataText"),loading:B(e,"loading"),loadingText:B(e,"loadingText")}});const de=T(()=>({page:o.value,itemsPerPage:u.value,sortBy:r.value,pageCount:Ce.value,toggleSort:W,setItemsPerPage:kt,someSelected:Js.value,allSelected:Qs.value,isSelected:zs,select:Zs,selectAll:qs,toggleSelect:Ks,isExpanded:Xs,toggleExpand:er,isGroupOpen:Fe,toggleGroup:x,items:at.value.map(Te=>Te.raw),internalItems:at.value,groupedItems:He.value,columns:f.value,headers:d.value}));return Ee(()=>{const Te=rn.filterProps(e),tr=ln.filterProps(e),ar=on.filterProps(e),nr=un.filterProps(e);return m(un,K({class:["v-data-table",{"v-data-table--show-select":e.showSelect,"v-data-table--loading":e.loading},e.class],style:e.style},nr),{top:()=>{var nt;return(nt=n.top)==null?void 0:nt.call(n,de.value)},default:()=>{var nt,za,Za,qa,Ka,Ja;return n.default?n.default(de.value):m(qe,null,[(nt=n.colgroup)==null?void 0:nt.call(n,de.value),!e.hideDefaultHeader&&m("thead",{key:"thead"},[m(ln,tr,n)]),(za=n.thead)==null?void 0:za.call(n,de.value),!e.hideDefaultBody&&m("tbody",null,[(Za=n["body.prepend"])==null?void 0:Za.call(n,de.value),n.body?n.body(de.value):m(on,K(a,ar,{items:He.value}),n),(qa=n["body.append"])==null?void 0:qa.call(n,de.value)]),(Ka=n.tbody)==null?void 0:Ka.call(n,de.value),(Ja=n.tfoot)==null?void 0:Ja.call(n,de.value)])},bottom:()=>n.bottom?n.bottom(de.value):!e.hideDefaultFooter&&m(qe,null,[m(Yr,null,null),m(rn,Te,{prepend:n["footer.prepend"]})])})}),{}}}),pi=["rowspan"],Di={class:"text-h5 subject-column"},xi={key:0},Mi={key:1},Ti={class:"text-h5 time-column"},Pi={class:"text-h5 time-column"},Oi={class:"status-column"},Yi=ba({__name:"ExamList",props:{exam:{type:Array,default:()=>[]}},setup(e){const a=mr({exams:e.exam});function n(c){const f=new Date(c).getHours();return f<12?"上午":f<18?"下午":"晚上"}const s=T(()=>{const c=[];let f="",d="";return u.value.forEach((y,b)=>{const D=new Date(y.start).toLocaleDateString("zh-CN",{month:"numeric",day:"numeric"}).replace("/","月")+"日",w=n(y.start),k=D!==f||w!==d;if(k){f=D,d=w;const _=u.value.filter(W=>new Date(W.start).toLocaleDateString("zh-CN",{month:"numeric",day:"numeric"}).replace("/","月")+"日"===f&&n(W.start)===d).length;c.push({...y,date:D,period:w,showDate:k,rowspan:_})}else c.push({...y,date:D,period:w,showDate:!1})}),c}),r=[{text:"日期",value:"date",sortable:!1,align:"center"},{text:"科目",value:"name",align:"center"},{text:"开始",value:"start",sortable:!1,align:"center"},{text:"结束",value:"end",sortable:!1,align:"center"},{text:"状态",value:"status",sortable:!1,align:"center"}],i=c=>{const f=new Date(c);return`${f.getHours().toString().padStart(2,"0")}:${f.getMinutes().toString().padStart(2,"0")}`};function l(c){const f=new Date,d=new Date(c.start),y=new Date(c.end);return f=d&&f<=y?"green":"red"}function o(c){const f=new Date,d=new Date(c.start),y=new Date(c.end);return f=d&&f<=y?"进行中":"已结束"}const u=T(()=>a.exams.sort((c,f)=>new Date(c.start).getTime()-new Date(f.start).getTime()));return ka(()=>{const c=setInterval(()=>{a.exams=a.exams.map(f=>({...f,status:o(f)}))},1e3);On(()=>{clearInterval(c)})}),(c,f)=>(re(),Ke(Nt,{class:"mx-auto","max-width":"600",flat:""},{default:E(()=>[m(Sn,{fluid:"",class:"pa-0"},{default:E(()=>[m(da,{justify:"center",class:"ma-0"},{default:E(()=>[m(lt,{cols:"12",class:"pa-0"},{default:E(()=>[m(ki,{items:s.value,headers:r,"item-key":"name","hide-default-footer":"",dense:"",class:"text-h5"},{item:E(({item:d})=>[H("tr",{style:yr({lineHeight:d.name.includes("/")?"2.5rem":"2.0rem"})},[d.showDate?(re(),dt("td",{key:0,class:"text-h5 date-column",rowspan:d.rowspan},[Ye(G(d.date),1),f[0]||(f[0]=H("br",null,null,-1)),Ye(G(d.period),1)],8,pi)):Ft("",!0),H("td",Di,[d.name.includes("/")?(re(),dt("div",xi,[H("div",null,G(d.name.split("/")[0]),1),H("div",null,G(d.name.split("/")[1]),1)])):(re(),dt("div",Mi,G(d.name),1))]),H("td",Ti,G(i(d.start)),1),H("td",Pi,G(i(d.end)),1),H("td",Oi,[m(In,{color:l(d),dark:"",class:"exam-status-chip"},{default:E(()=>[Ye(G(o(d)),1)]),_:2},1032,["color"])])],4)]),"header.date":E(()=>f[1]||(f[1]=[H("span",{class:"text-h5 font-weight-bold no-wrap"},"日期",-1)])),"header.name":E(()=>f[2]||(f[2]=[H("span",{class:"text-h5 font-weight-bold no-wrap"},"科目",-1)])),"header.start":E(()=>f[3]||(f[3]=[H("span",{class:"text-h5 font-weight-bold no-wrap"},"开始",-1)])),"header.end":E(()=>f[4]||(f[4]=[H("span",{class:"text-h5 font-weight-bold no-wrap"},"结束",-1)])),"header.status":E(()=>f[5]||(f[5]=[H("span",{class:"text-h5 font-weight-bold no-wrap"},"状态",-1)])),_:1},8,["items"])]),_:1})]),_:1})]),_:1})]),_:1}))}}),Ni=$t(Yi,[["__scopeId","data-v-66552ab1"]]),Ii={class:"text-h5 line-item"},Fi={class:"text-h5 ml-2"},Ci={class:"text-h5 line-item"},Ri={class:"text-h5 line-item"},Wi={key:0,class:"text-h5 text--info line-item"},Vi=ba({__name:"SubjectInfo",props:{exam:{type:Object,default:null}},setup(e){const t=e,a=d=>new Date(d).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"}),n=Q(new Date),s=T(()=>{if(!t.exam)return"";const d=new Date(t.exam.start),y=new Date(t.exam.end);if(n.value=d&&n.value=y)return"status-after"}),r=T(()=>{if(!t.exam)return"全部考试均已结束";const d=new Date(t.exam.start),y=new Date(t.exam.end);if(n.value=d&&n.value=y)return"已结束"}),i=T(()=>{if(!t.exam)return!1;const d=new Date(t.exam.start),y=new Date(t.exam.end);return n.value>=d&&n.value{if(!t.exam)return!1;const d=new Date(t.exam.start),y=new Date(d.getTime()-15*60*1e3);return n.value>=y&&n.value{if(!t.exam)return"";const y=new Date(t.exam.end).getTime()-n.value.getTime(),b=Math.floor(y/(1e3*60)),D=Math.floor(y%(1e3*60)/1e3);return`${b}分${D}秒`}),u=T(()=>{if(!t.exam)return"";const y=new Date(t.exam.start).getTime()-n.value.getTime(),b=Math.floor(y/(1e3*60)),D=Math.floor(y%(1e3*60)/1e3);return`${b}分${D}秒`}),c=T(()=>{if(!t.exam)return"text--default";const d=new Date(t.exam.end),y=new Date(d.getTime()-15*60*1e3);return n.value>=y&&n.value{n.value=new Date};return setInterval(f,1e3),f(),(d,y)=>e.exam?(re(),Ke(Nt,{key:0,class:"mx-auto pa-4 subject-info-card","max-width":"600",elevation:"12"},{default:E(()=>[m(bn,null,{default:E(()=>[H("div",Ii,[y[0]||(y[0]=Ye(" 当前科目:")),H("span",Fi,G(e.exam.name),1)]),H("div",Ci," 考试时间: "+G(a(e.exam.start))+" ~ "+G(a(e.exam.end)),1),H("div",Ri,[y[1]||(y[1]=Ye(" 考试状态: ")),H("span",{class:tn(s.value)},G(r.value),3)]),l.value?(re(),dt("div",Wi," 开考倒计时: "+G(u.value),1)):Ft("",!0),i.value?(re(),dt("div",{key:1,class:tn(["text-h5",c.value,"line-item"])}," 剩余时间: "+G(o.value),3)):Ft("",!0)]),_:1})]),_:1})):(re(),Ke(Nt,{key:1,class:"mx-auto pa-4 subject-info-card","max-width":"600",elevation:"12"},{default:E(()=>[m(sr,{class:"headline grey lighten-2 text-center text--ended"},{default:E(()=>y[2]||(y[2]=[Ye("考试已结束")])),_:1})]),_:1}))}}),Li=$t(Vi,[["__scopeId","data-v-1c513925"]]);function dn(e){return gr()?(_r(e),!0):!1}function Ai(e){return typeof e=="function"?e():se(e)}const cn=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;function Ei(e,t=1e3,a={}){const{immediate:n=!0,immediateCallback:s=!1}=a;let r=null;const i=Q(!1);function l(){r&&(clearInterval(r),r=null)}function o(){i.value=!1,l()}function u(){const c=Ai(t);c<=0||(i.value=!0,s&&e(),l(),r=setInterval(e,c))}if(n&&cn&&u(),vr(t)||typeof t=="function"){const c=Ht(t,()=>{i.value&&cn&&u()});dn(c)}return dn(o),{isActive:i,pause:o,resume:u}}//! moment.js +//! version : 2.30.1 +//! authors : Tim Wood, Iskren Chernev, Moment.js contributors +//! license : MIT +//! momentjs.com +var Xn;function v(){return Xn.apply(null,arguments)}function Ui(e){Xn=e}function le(e){return e instanceof Array||Object.prototype.toString.call(e)==="[object Array]"}function Le(e){return e!=null&&Object.prototype.toString.call(e)==="[object Object]"}function I(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function xa(e){if(Object.getOwnPropertyNames)return Object.getOwnPropertyNames(e).length===0;var t;for(t in e)if(I(e,t))return!1;return!0}function J(e){return e===void 0}function pe(e){return typeof e=="number"||Object.prototype.toString.call(e)==="[object Number]"}function _t(e){return e instanceof Date||Object.prototype.toString.call(e)==="[object Date]"}function es(e,t){var a=[],n,s=e.length;for(n=0;n>>0,n;for(n=0;n0)for(a=0;a=0;return(r?a?"+":"":"-")+Math.pow(10,Math.max(0,s)).toString().substr(1)+n}var Oa=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,xt=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,ia={},Be={};function p(e,t,a,n){var s=n;typeof n=="string"&&(s=function(){return this[n]()}),e&&(Be[e]=s),t&&(Be[t[0]]=function(){return he(s.apply(this,arguments),t[1],t[2])}),a&&(Be[a]=function(){return this.localeData().ordinal(s.apply(this,arguments),e)})}function Bi(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function zi(e){var t=e.match(Oa),a,n;for(a=0,n=t.length;a=0&&xt.test(e);)e=e.replace(xt,n),xt.lastIndex=0,a-=1;return e}var Zi={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};function qi(e){var t=this._longDateFormat[e],a=this._longDateFormat[e.toUpperCase()];return t||!a?t:(this._longDateFormat[e]=a.match(Oa).map(function(n){return n==="MMMM"||n==="MM"||n==="DD"||n==="dddd"?n.slice(1):n}).join(""),this._longDateFormat[e])}var Ki="Invalid date";function Ji(){return this._invalidDate}var Qi="%d",Xi=/\d{1,2}/;function el(e){return this._ordinal.replace("%d",e)}var tl={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function al(e,t,a,n){var s=this._relativeTime[a];return ye(s)?s(e,t,a,n):s.replace(/%d/i,e)}function nl(e,t){var a=this._relativeTime[e>0?"future":"past"];return ye(a)?a(t):a.replace(/%s/i,t)}var mn={D:"date",dates:"date",date:"date",d:"day",days:"day",day:"day",e:"weekday",weekdays:"weekday",weekday:"weekday",E:"isoWeekday",isoweekdays:"isoWeekday",isoweekday:"isoWeekday",DDD:"dayOfYear",dayofyears:"dayOfYear",dayofyear:"dayOfYear",h:"hour",hours:"hour",hour:"hour",ms:"millisecond",milliseconds:"millisecond",millisecond:"millisecond",m:"minute",minutes:"minute",minute:"minute",M:"month",months:"month",month:"month",Q:"quarter",quarters:"quarter",quarter:"quarter",s:"second",seconds:"second",second:"second",gg:"weekYear",weekyears:"weekYear",weekyear:"weekYear",GG:"isoWeekYear",isoweekyears:"isoWeekYear",isoweekyear:"isoWeekYear",w:"week",weeks:"week",week:"week",W:"isoWeek",isoweeks:"isoWeek",isoweek:"isoWeek",y:"year",years:"year",year:"year"};function ne(e){return typeof e=="string"?mn[e]||mn[e.toLowerCase()]:void 0}function Ya(e){var t={},a,n;for(n in e)I(e,n)&&(a=ne(n),a&&(t[a]=e[n]));return t}var sl={date:9,day:11,weekday:11,isoWeekday:11,dayOfYear:4,hour:13,millisecond:16,minute:14,month:8,quarter:7,second:15,weekYear:1,isoWeekYear:1,week:5,isoWeek:5,year:1};function rl(e){var t=[],a;for(a in e)I(e,a)&&t.push({unit:a,priority:sl[a]});return t.sort(function(n,s){return n.priority-s.priority}),t}var ss=/\d/,X=/\d\d/,rs=/\d{3}/,Na=/\d{4}/,zt=/[+-]?\d{6}/,L=/\d\d?/,is=/\d\d\d\d?/,ls=/\d\d\d\d\d\d?/,Zt=/\d{1,3}/,Ia=/\d{1,4}/,qt=/[+-]?\d{1,6}/,Xe=/\d+/,Kt=/[+-]?\d+/,il=/Z|[+-]\d\d:?\d\d/gi,Jt=/Z|[+-]\d\d(?::?\d\d)?/gi,ll=/[+-]?\d+(\.\d{1,3})?/,St=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,et=/^[1-9]\d?/,Fa=/^([1-9]\d|\d)/,Rt;Rt={};function g(e,t,a){Rt[e]=ye(t)?t:function(n,s){return n&&a?a:t}}function ol(e,t){return I(Rt,e)?Rt[e](t._strict,t._locale):new RegExp(ul(e))}function ul(e){return be(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(t,a,n,s,r){return a||n||s||r}))}function be(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function te(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function P(e){var t=+e,a=0;return t!==0&&isFinite(t)&&(a=te(t)),a}var va={};function R(e,t){var a,n=t,s;for(typeof e=="string"&&(e=[e]),pe(t)&&(n=function(r,i){i[t]=P(r)}),s=e.length,a=0;a68?1900:2e3)};var os=tt("FullYear",!0);function hl(){return Qt(this.year())}function tt(e,t){return function(a){return a!=null?(us(this,e,a),v.updateOffset(this,t),this):ht(this,e)}}function ht(e,t){if(!e.isValid())return NaN;var a=e._d,n=e._isUTC;switch(t){case"Milliseconds":return n?a.getUTCMilliseconds():a.getMilliseconds();case"Seconds":return n?a.getUTCSeconds():a.getSeconds();case"Minutes":return n?a.getUTCMinutes():a.getMinutes();case"Hours":return n?a.getUTCHours():a.getHours();case"Date":return n?a.getUTCDate():a.getDate();case"Day":return n?a.getUTCDay():a.getDay();case"Month":return n?a.getUTCMonth():a.getMonth();case"FullYear":return n?a.getUTCFullYear():a.getFullYear();default:return NaN}}function us(e,t,a){var n,s,r,i,l;if(!(!e.isValid()||isNaN(a))){switch(n=e._d,s=e._isUTC,t){case"Milliseconds":return void(s?n.setUTCMilliseconds(a):n.setMilliseconds(a));case"Seconds":return void(s?n.setUTCSeconds(a):n.setSeconds(a));case"Minutes":return void(s?n.setUTCMinutes(a):n.setMinutes(a));case"Hours":return void(s?n.setUTCHours(a):n.setHours(a));case"Date":return void(s?n.setUTCDate(a):n.setDate(a));case"FullYear":break;default:return}r=a,i=e.month(),l=e.date(),l=l===29&&i===1&&!Qt(r)?28:l,s?n.setUTCFullYear(r,i,l):n.setFullYear(r,i,l)}}function ml(e){return e=ne(e),ye(this[e])?this[e]():this}function yl(e,t){if(typeof e=="object"){e=Ya(e);var a=rl(e),n,s=a.length;for(n=0;n=0?(l=new Date(e+400,t,a,n,s,r,i),isFinite(l.getFullYear())&&l.setFullYear(e)):l=new Date(e,t,a,n,s,r,i),l}function mt(e){var t,a;return e<100&&e>=0?(a=Array.prototype.slice.call(arguments),a[0]=e+400,t=new Date(Date.UTC.apply(null,a)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)):t=new Date(Date.UTC.apply(null,arguments)),t}function Wt(e,t,a){var n=7+t-a,s=(7+mt(e,0,n).getUTCDay()-t)%7;return-s+n-1}function ys(e,t,a,n,s){var r=(7+a-n)%7,i=Wt(e,n,s),l=1+7*(t-1)+r+i,o,u;return l<=0?(o=e-1,u=ct(o)+l):l>ct(e)?(o=e+1,u=l-ct(e)):(o=e,u=l),{year:o,dayOfYear:u}}function yt(e,t,a){var n=Wt(e.year(),t,a),s=Math.floor((e.dayOfYear()-n-1)/7)+1,r,i;return s<1?(i=e.year()-1,r=s+ke(i,t,a)):s>ke(e.year(),t,a)?(r=s-ke(e.year(),t,a),i=e.year()+1):(i=e.year(),r=s),{week:r,year:i}}function ke(e,t,a){var n=Wt(e,t,a),s=Wt(e+1,t,a);return(ct(e)-n+s)/7}p("w",["ww",2],"wo","week");p("W",["WW",2],"Wo","isoWeek");g("w",L,et);g("ww",L,X);g("W",L,et);g("WW",L,X);bt(["w","ww","W","WW"],function(e,t,a,n){t[n.substr(0,1)]=P(e)});function Pl(e){return yt(e,this._week.dow,this._week.doy).week}var Ol={dow:0,doy:6};function Yl(){return this._week.dow}function Nl(){return this._week.doy}function Il(e){var t=this.localeData().week(this);return e==null?t:this.add((e-t)*7,"d")}function Fl(e){var t=yt(this,1,4).week;return e==null?t:this.add((e-t)*7,"d")}p("d",0,"do","day");p("dd",0,0,function(e){return this.localeData().weekdaysMin(this,e)});p("ddd",0,0,function(e){return this.localeData().weekdaysShort(this,e)});p("dddd",0,0,function(e){return this.localeData().weekdays(this,e)});p("e",0,0,"weekday");p("E",0,0,"isoWeekday");g("d",L);g("e",L);g("E",L);g("dd",function(e,t){return t.weekdaysMinRegex(e)});g("ddd",function(e,t){return t.weekdaysShortRegex(e)});g("dddd",function(e,t){return t.weekdaysRegex(e)});bt(["dd","ddd","dddd"],function(e,t,a,n){var s=a._locale.weekdaysParse(e,n,a._strict);s!=null?t.d=s:M(a).invalidWeekday=e});bt(["d","e","E"],function(e,t,a,n){t[n]=P(e)});function Cl(e,t){return typeof e!="string"?e:isNaN(e)?(e=t.weekdaysParse(e),typeof e=="number"?e:null):parseInt(e,10)}function Rl(e,t){return typeof e=="string"?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}function Ra(e,t){return e.slice(t,7).concat(e.slice(0,t))}var Wl="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),vs="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Vl="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Ll=St,Al=St,El=St;function Ul(e,t){var a=le(this._weekdays)?this._weekdays:this._weekdays[e&&e!==!0&&this._weekdays.isFormat.test(t)?"format":"standalone"];return e===!0?Ra(a,this._week.dow):e?a[e.day()]:a}function Hl(e){return e===!0?Ra(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort}function $l(e){return e===!0?Ra(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin}function Gl(e,t,a){var n,s,r,i=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],n=0;n<7;++n)r=me([2e3,1]).day(n),this._minWeekdaysParse[n]=this.weekdaysMin(r,"").toLocaleLowerCase(),this._shortWeekdaysParse[n]=this.weekdaysShort(r,"").toLocaleLowerCase(),this._weekdaysParse[n]=this.weekdays(r,"").toLocaleLowerCase();return a?t==="dddd"?(s=$.call(this._weekdaysParse,i),s!==-1?s:null):t==="ddd"?(s=$.call(this._shortWeekdaysParse,i),s!==-1?s:null):(s=$.call(this._minWeekdaysParse,i),s!==-1?s:null):t==="dddd"?(s=$.call(this._weekdaysParse,i),s!==-1||(s=$.call(this._shortWeekdaysParse,i),s!==-1)?s:(s=$.call(this._minWeekdaysParse,i),s!==-1?s:null)):t==="ddd"?(s=$.call(this._shortWeekdaysParse,i),s!==-1||(s=$.call(this._weekdaysParse,i),s!==-1)?s:(s=$.call(this._minWeekdaysParse,i),s!==-1?s:null)):(s=$.call(this._minWeekdaysParse,i),s!==-1||(s=$.call(this._weekdaysParse,i),s!==-1)?s:(s=$.call(this._shortWeekdaysParse,i),s!==-1?s:null))}function jl(e,t,a){var n,s,r;if(this._weekdaysParseExact)return Gl.call(this,e,t,a);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),n=0;n<7;n++){if(s=me([2e3,1]).day(n),a&&!this._fullWeekdaysParse[n]&&(this._fullWeekdaysParse[n]=new RegExp("^"+this.weekdays(s,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[n]=new RegExp("^"+this.weekdaysShort(s,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[n]=new RegExp("^"+this.weekdaysMin(s,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[n]||(r="^"+this.weekdays(s,"")+"|^"+this.weekdaysShort(s,"")+"|^"+this.weekdaysMin(s,""),this._weekdaysParse[n]=new RegExp(r.replace(".",""),"i")),a&&t==="dddd"&&this._fullWeekdaysParse[n].test(e))return n;if(a&&t==="ddd"&&this._shortWeekdaysParse[n].test(e))return n;if(a&&t==="dd"&&this._minWeekdaysParse[n].test(e))return n;if(!a&&this._weekdaysParse[n].test(e))return n}}function Bl(e){if(!this.isValid())return e!=null?this:NaN;var t=ht(this,"Day");return e!=null?(e=Cl(e,this.localeData()),this.add(e-t,"d")):t}function zl(e){if(!this.isValid())return e!=null?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return e==null?t:this.add(e-t,"d")}function Zl(e){if(!this.isValid())return e!=null?this:NaN;if(e!=null){var t=Rl(e,this.localeData());return this.day(this.day()%7?t:t-7)}else return this.day()||7}function ql(e){return this._weekdaysParseExact?(I(this,"_weekdaysRegex")||Wa.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(I(this,"_weekdaysRegex")||(this._weekdaysRegex=Ll),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)}function Kl(e){return this._weekdaysParseExact?(I(this,"_weekdaysRegex")||Wa.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(I(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Al),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function Jl(e){return this._weekdaysParseExact?(I(this,"_weekdaysRegex")||Wa.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(I(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=El),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function Wa(){function e(c,f){return f.length-c.length}var t=[],a=[],n=[],s=[],r,i,l,o,u;for(r=0;r<7;r++)i=me([2e3,1]).day(r),l=be(this.weekdaysMin(i,"")),o=be(this.weekdaysShort(i,"")),u=be(this.weekdays(i,"")),t.push(l),a.push(o),n.push(u),s.push(l),s.push(o),s.push(u);t.sort(e),a.sort(e),n.sort(e),s.sort(e),this._weekdaysRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+n.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+a.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+t.join("|")+")","i")}function Va(){return this.hours()%12||12}function Ql(){return this.hours()||24}p("H",["HH",2],0,"hour");p("h",["hh",2],0,Va);p("k",["kk",2],0,Ql);p("hmm",0,0,function(){return""+Va.apply(this)+he(this.minutes(),2)});p("hmmss",0,0,function(){return""+Va.apply(this)+he(this.minutes(),2)+he(this.seconds(),2)});p("Hmm",0,0,function(){return""+this.hours()+he(this.minutes(),2)});p("Hmmss",0,0,function(){return""+this.hours()+he(this.minutes(),2)+he(this.seconds(),2)});function gs(e,t){p(e,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)})}gs("a",!0);gs("A",!1);function _s(e,t){return t._meridiemParse}g("a",_s);g("A",_s);g("H",L,Fa);g("h",L,et);g("k",L,et);g("HH",L,X);g("hh",L,X);g("kk",L,X);g("hmm",is);g("hmmss",ls);g("Hmm",is);g("Hmmss",ls);R(["H","HH"],j);R(["k","kk"],function(e,t,a){var n=P(e);t[j]=n===24?0:n});R(["a","A"],function(e,t,a){a._isPm=a._locale.isPM(e),a._meridiem=e});R(["h","hh"],function(e,t,a){t[j]=P(e),M(a).bigHour=!0});R("hmm",function(e,t,a){var n=e.length-2;t[j]=P(e.substr(0,n)),t[ie]=P(e.substr(n)),M(a).bigHour=!0});R("hmmss",function(e,t,a){var n=e.length-4,s=e.length-2;t[j]=P(e.substr(0,n)),t[ie]=P(e.substr(n,2)),t[Se]=P(e.substr(s)),M(a).bigHour=!0});R("Hmm",function(e,t,a){var n=e.length-2;t[j]=P(e.substr(0,n)),t[ie]=P(e.substr(n))});R("Hmmss",function(e,t,a){var n=e.length-4,s=e.length-2;t[j]=P(e.substr(0,n)),t[ie]=P(e.substr(n,2)),t[Se]=P(e.substr(s))});function Xl(e){return(e+"").toLowerCase().charAt(0)==="p"}var eo=/[ap]\.?m?\.?/i,to=tt("Hours",!0);function ao(e,t,a){return e>11?a?"pm":"PM":a?"am":"AM"}var ws={calendar:Gi,longDateFormat:Zi,invalidDate:Ki,ordinal:Qi,dayOfMonthOrdinalParse:Xi,relativeTime:tl,months:gl,monthsShort:ds,week:Ol,weekdays:Wl,weekdaysMin:Vl,weekdaysShort:vs,meridiemParse:eo},A={},st={},vt;function no(e,t){var a,n=Math.min(e.length,t.length);for(a=0;a0;){if(s=Xt(r.slice(0,a).join("-")),s)return s;if(n&&n.length>=a&&no(r,n)>=a-1)break;a--}t++}return vt}function ro(e){return!!(e&&e.match("^[^/\\\\]*$"))}function Xt(e){var t=null,a;if(A[e]===void 0&&typeof module<"u"&&module&&module.exports&&ro(e))try{t=vt._abbr,a=require,a("./locale/"+e),Ne(t)}catch{A[e]=null}return A[e]}function Ne(e,t){var a;return e&&(J(t)?a=De(e):a=La(e,t),a?vt=a:typeof console<"u"&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),vt._abbr}function La(e,t){if(t!==null){var a,n=ws;if(t.abbr=e,A[e]!=null)as("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),n=A[e]._config;else if(t.parentLocale!=null)if(A[t.parentLocale]!=null)n=A[t.parentLocale]._config;else if(a=Xt(t.parentLocale),a!=null)n=a._config;else return st[t.parentLocale]||(st[t.parentLocale]=[]),st[t.parentLocale].push({name:e,config:t}),null;return A[e]=new Pa(ma(n,t)),st[e]&&st[e].forEach(function(s){La(s.name,s.config)}),Ne(e),A[e]}else return delete A[e],null}function io(e,t){if(t!=null){var a,n,s=ws;A[e]!=null&&A[e].parentLocale!=null?A[e].set(ma(A[e]._config,t)):(n=Xt(e),n!=null&&(s=n._config),t=ma(s,t),n==null&&(t.abbr=e),a=new Pa(t),a.parentLocale=A[e],A[e]=a),Ne(e)}else A[e]!=null&&(A[e].parentLocale!=null?(A[e]=A[e].parentLocale,e===Ne()&&Ne(e)):A[e]!=null&&delete A[e]);return A[e]}function De(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return vt;if(!le(e)){if(t=Xt(e),t)return t;e=[e]}return so(e)}function lo(){return ya(A)}function Aa(e){var t,a=e._a;return a&&M(e).overflow===-2&&(t=a[we]<0||a[we]>11?we:a[ce]<1||a[ce]>Ca(a[Z],a[we])?ce:a[j]<0||a[j]>24||a[j]===24&&(a[ie]!==0||a[Se]!==0||a[Ve]!==0)?j:a[ie]<0||a[ie]>59?ie:a[Se]<0||a[Se]>59?Se:a[Ve]<0||a[Ve]>999?Ve:-1,M(e)._overflowDayOfYear&&(tce)&&(t=ce),M(e)._overflowWeeks&&t===-1&&(t=cl),M(e)._overflowWeekday&&t===-1&&(t=fl),M(e).overflow=t),e}var oo=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,uo=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,co=/Z|[+-]\d\d(?::?\d\d)?/,Mt=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],la=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],fo=/^\/?Date\((-?\d+)/i,ho=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,mo={UT:0,GMT:0,EDT:-4*60,EST:-5*60,CDT:-5*60,CST:-6*60,MDT:-6*60,MST:-7*60,PDT:-7*60,PST:-8*60};function Ss(e){var t,a,n=e._i,s=oo.exec(n)||uo.exec(n),r,i,l,o,u=Mt.length,c=la.length;if(s){for(M(e).iso=!0,t=0,a=u;tct(i)||e._dayOfYear===0)&&(M(e)._overflowDayOfYear=!0),a=mt(i,0,e._dayOfYear),e._a[we]=a.getUTCMonth(),e._a[ce]=a.getUTCDate()),t=0;t<3&&e._a[t]==null;++t)e._a[t]=n[t]=s[t];for(;t<7;t++)e._a[t]=n[t]=e._a[t]==null?t===2?1:0:e._a[t];e._a[j]===24&&e._a[ie]===0&&e._a[Se]===0&&e._a[Ve]===0&&(e._nextDay=!0,e._a[j]=0),e._d=(e._useUTC?mt:Tl).apply(null,n),r=e._useUTC?e._d.getUTCDay():e._d.getDay(),e._tzm!=null&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[j]=24),e._w&&typeof e._w.d<"u"&&e._w.d!==r&&(M(e).weekdayMismatch=!0)}}function ko(e){var t,a,n,s,r,i,l,o,u;t=e._w,t.GG!=null||t.W!=null||t.E!=null?(r=1,i=4,a=Ge(t.GG,e._a[Z],yt(V(),1,4).year),n=Ge(t.W,1),s=Ge(t.E,1),(s<1||s>7)&&(o=!0)):(r=e._locale._week.dow,i=e._locale._week.doy,u=yt(V(),r,i),a=Ge(t.gg,e._a[Z],u.year),n=Ge(t.w,u.week),t.d!=null?(s=t.d,(s<0||s>6)&&(o=!0)):t.e!=null?(s=t.e+r,(t.e<0||t.e>6)&&(o=!0)):s=r),n<1||n>ke(a,r,i)?M(e)._overflowWeeks=!0:o!=null?M(e)._overflowWeekday=!0:(l=ys(a,n,s,r,i),e._a[Z]=l.year,e._dayOfYear=l.dayOfYear)}v.ISO_8601=function(){};v.RFC_2822=function(){};function Ua(e){if(e._f===v.ISO_8601){Ss(e);return}if(e._f===v.RFC_2822){bs(e);return}e._a=[],M(e).empty=!0;var t=""+e._i,a,n,s,r,i,l=t.length,o=0,u,c;for(s=ns(e._f,e._locale).match(Oa)||[],c=s.length,a=0;a0&&M(e).unusedInput.push(i),t=t.slice(t.indexOf(n)+n.length),o+=n.length),Be[r]?(n?M(e).empty=!1:M(e).unusedTokens.push(r),dl(r,n,e)):e._strict&&!n&&M(e).unusedTokens.push(r);M(e).charsLeftOver=l-o,t.length>0&&M(e).unusedInput.push(t),e._a[j]<=12&&M(e).bigHour===!0&&e._a[j]>0&&(M(e).bigHour=void 0),M(e).parsedDateParts=e._a.slice(0),M(e).meridiem=e._meridiem,e._a[j]=po(e._locale,e._a[j],e._meridiem),u=M(e).era,u!==null&&(e._a[Z]=e._locale.erasConvertYear(u,e._a[Z])),Ea(e),Aa(e)}function po(e,t,a){var n;return a==null?t:e.meridiemHour!=null?e.meridiemHour(t,a):(e.isPM!=null&&(n=e.isPM(a),n&&t<12&&(t+=12),!n&&t===12&&(t=0)),t)}function Do(e){var t,a,n,s,r,i,l=!1,o=e._f.length;if(o===0){M(e).invalidFormat=!0,e._d=new Date(NaN);return}for(s=0;sthis?this:e:Bt()});function Ds(e,t){var a,n;if(t.length===1&&le(t[0])&&(t=t[0]),!t.length)return V();for(a=t[0],n=1;nthis.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function jo(){if(!J(this._isDSTShifted))return this._isDSTShifted;var e={},t;return Ta(e,this),e=ks(e),e._a?(t=e._isUTC?me(e._a):V(e._a),this._isDSTShifted=this.isValid()&&Wo(e._a,t.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function Bo(){return this.isValid()?!this._isUTC:!1}function zo(){return this.isValid()?this._isUTC:!1}function Ms(){return this.isValid()?this._isUTC&&this._offset===0:!1}var Zo=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,qo=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function ue(e,t){var a=e,n=null,s,r,i;return Ot(e)?a={ms:e._milliseconds,d:e._days,M:e._months}:pe(e)||!isNaN(+e)?(a={},t?a[t]=+e:a.milliseconds=+e):(n=Zo.exec(e))?(s=n[1]==="-"?-1:1,a={y:0,d:P(n[ce])*s,h:P(n[j])*s,m:P(n[ie])*s,s:P(n[Se])*s,ms:P(ga(n[Ve]*1e3))*s}):(n=qo.exec(e))?(s=n[1]==="-"?-1:1,a={y:Re(n[2],s),M:Re(n[3],s),w:Re(n[4],s),d:Re(n[5],s),h:Re(n[6],s),m:Re(n[7],s),s:Re(n[8],s)}):a==null?a={}:typeof a=="object"&&("from"in a||"to"in a)&&(i=Ko(V(a.from),V(a.to)),a={},a.ms=i.milliseconds,a.M=i.months),r=new ea(a),Ot(e)&&I(e,"_locale")&&(r._locale=e._locale),Ot(e)&&I(e,"_isValid")&&(r._isValid=e._isValid),r}ue.fn=ea.prototype;ue.invalid=Ro;function Re(e,t){var a=e&&parseFloat(e.replace(",","."));return(isNaN(a)?0:a)*t}function vn(e,t){var a={};return a.months=t.month()-e.month()+(t.year()-e.year())*12,e.clone().add(a.months,"M").isAfter(t)&&--a.months,a.milliseconds=+t-+e.clone().add(a.months,"M"),a}function Ko(e,t){var a;return e.isValid()&&t.isValid()?(t=$a(t,e),e.isBefore(t)?a=vn(e,t):(a=vn(t,e),a.milliseconds=-a.milliseconds,a.months=-a.months),a):{milliseconds:0,months:0}}function Ts(e,t){return function(a,n){var s,r;return n!==null&&!isNaN(+n)&&(as(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),r=a,a=n,n=r),s=ue(a,n),Ps(this,s,e),this}}function Ps(e,t,a,n){var s=t._milliseconds,r=ga(t._days),i=ga(t._months);e.isValid()&&(n=n??!0,i&&fs(e,ht(e,"Month")+i*a),r&&us(e,"Date",ht(e,"Date")+r*a),s&&e._d.setTime(e._d.valueOf()+s*a),n&&v.updateOffset(e,r||i))}var Jo=Ts(1,"add"),Qo=Ts(-1,"subtract");function Os(e){return typeof e=="string"||e instanceof String}function Xo(e){return oe(e)||_t(e)||Os(e)||pe(e)||tu(e)||eu(e)||e===null||e===void 0}function eu(e){var t=Le(e)&&!xa(e),a=!1,n=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],s,r,i=n.length;for(s=0;sa.valueOf():a.valueOf()9999?Pt(a,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):ye(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+this.utcOffset()*60*1e3).toISOString().replace("Z",Pt(a,"Z")):Pt(a,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function yu(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e="moment",t="",a,n,s,r;return this.isLocal()||(e=this.utcOffset()===0?"moment.utc":"moment.parseZone",t="Z"),a="["+e+'("]',n=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",s="-MM-DD[T]HH:mm:ss.SSS",r=t+'[")]',this.format(a+n+s+r)}function vu(e){e||(e=this.isUtc()?v.defaultFormatUtc:v.defaultFormat);var t=Pt(this,e);return this.localeData().postformat(t)}function gu(e,t){return this.isValid()&&(oe(e)&&e.isValid()||V(e).isValid())?ue({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function _u(e){return this.from(V(),e)}function wu(e,t){return this.isValid()&&(oe(e)&&e.isValid()||V(e).isValid())?ue({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function Su(e){return this.to(V(),e)}function Ys(e){var t;return e===void 0?this._locale._abbr:(t=De(e),t!=null&&(this._locale=t),this)}var Ns=ae("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(e){return e===void 0?this.localeData():this.locale(e)});function Is(){return this._locale}var Vt=1e3,ze=60*Vt,Lt=60*ze,Fs=(365*400+97)*24*Lt;function Ze(e,t){return(e%t+t)%t}function Cs(e,t,a){return e<100&&e>=0?new Date(e+400,t,a)-Fs:new Date(e,t,a).valueOf()}function Rs(e,t,a){return e<100&&e>=0?Date.UTC(e+400,t,a)-Fs:Date.UTC(e,t,a)}function bu(e){var t,a;if(e=ne(e),e===void 0||e==="millisecond"||!this.isValid())return this;switch(a=this._isUTC?Rs:Cs,e){case"year":t=a(this.year(),0,1);break;case"quarter":t=a(this.year(),this.month()-this.month()%3,1);break;case"month":t=a(this.year(),this.month(),1);break;case"week":t=a(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=a(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=a(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=Ze(t+(this._isUTC?0:this.utcOffset()*ze),Lt);break;case"minute":t=this._d.valueOf(),t-=Ze(t,ze);break;case"second":t=this._d.valueOf(),t-=Ze(t,Vt);break}return this._d.setTime(t),v.updateOffset(this,!0),this}function ku(e){var t,a;if(e=ne(e),e===void 0||e==="millisecond"||!this.isValid())return this;switch(a=this._isUTC?Rs:Cs,e){case"year":t=a(this.year()+1,0,1)-1;break;case"quarter":t=a(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=a(this.year(),this.month()+1,1)-1;break;case"week":t=a(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=a(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=a(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=Lt-Ze(t+(this._isUTC?0:this.utcOffset()*ze),Lt)-1;break;case"minute":t=this._d.valueOf(),t+=ze-Ze(t,ze)-1;break;case"second":t=this._d.valueOf(),t+=Vt-Ze(t,Vt)-1;break}return this._d.setTime(t),v.updateOffset(this,!0),this}function pu(){return this._d.valueOf()-(this._offset||0)*6e4}function Du(){return Math.floor(this.valueOf()/1e3)}function xu(){return new Date(this.valueOf())}function Mu(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]}function Tu(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}}function Pu(){return this.isValid()?this.toISOString():null}function Ou(){return Ma(this)}function Yu(){return Pe({},M(this))}function Nu(){return M(this).overflow}function Iu(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}p("N",0,0,"eraAbbr");p("NN",0,0,"eraAbbr");p("NNN",0,0,"eraAbbr");p("NNNN",0,0,"eraName");p("NNNNN",0,0,"eraNarrow");p("y",["y",1],"yo","eraYear");p("y",["yy",2],0,"eraYear");p("y",["yyy",3],0,"eraYear");p("y",["yyyy",4],0,"eraYear");g("N",Ga);g("NN",Ga);g("NNN",Ga);g("NNNN",$u);g("NNNNN",Gu);R(["N","NN","NNN","NNNN","NNNNN"],function(e,t,a,n){var s=a._locale.erasParse(e,n,a._strict);s?M(a).era=s:M(a).invalidEra=e});g("y",Xe);g("yy",Xe);g("yyy",Xe);g("yyyy",Xe);g("yo",ju);R(["y","yy","yyy","yyyy"],Z);R(["yo"],function(e,t,a,n){var s;a._locale._eraYearOrdinalRegex&&(s=e.match(a._locale._eraYearOrdinalRegex)),a._locale.eraYearOrdinalParse?t[Z]=a._locale.eraYearOrdinalParse(e,s):t[Z]=parseInt(e,10)});function Fu(e,t){var a,n,s,r=this._eras||De("en")._eras;for(a=0,n=r.length;a=0)return r[n]}function Ru(e,t){var a=e.since<=e.until?1:-1;return t===void 0?v(e.since).year():v(e.since).year()+(t-e.offset)*a}function Wu(){var e,t,a,n=this.localeData().eras();for(e=0,t=n.length;er&&(t=r),Qu.call(this,e,t,a,n,s))}function Qu(e,t,a,n,s){var r=ys(e,t,a,n,s),i=mt(r.year,0,r.dayOfYear);return this.year(i.getUTCFullYear()),this.month(i.getUTCMonth()),this.date(i.getUTCDate()),this}p("Q",0,"Qo","quarter");g("Q",ss);R("Q",function(e,t){t[we]=(P(e)-1)*3});function Xu(e){return e==null?Math.ceil((this.month()+1)/3):this.month((e-1)*3+this.month()%3)}p("D",["DD",2],"Do","date");g("D",L,et);g("DD",L,X);g("Do",function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient});R(["D","DD"],ce);R("Do",function(e,t){t[ce]=P(e.match(L)[0])});var Vs=tt("Date",!0);p("DDD",["DDDD",3],"DDDo","dayOfYear");g("DDD",Zt);g("DDDD",rs);R(["DDD","DDDD"],function(e,t,a){a._dayOfYear=P(e)});function ed(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return e==null?t:this.add(e-t,"d")}p("m",["mm",2],0,"minute");g("m",L,Fa);g("mm",L,X);R(["m","mm"],ie);var td=tt("Minutes",!1);p("s",["ss",2],0,"second");g("s",L,Fa);g("ss",L,X);R(["s","ss"],Se);var ad=tt("Seconds",!1);p("S",0,0,function(){return~~(this.millisecond()/100)});p(0,["SS",2],0,function(){return~~(this.millisecond()/10)});p(0,["SSS",3],0,"millisecond");p(0,["SSSS",4],0,function(){return this.millisecond()*10});p(0,["SSSSS",5],0,function(){return this.millisecond()*100});p(0,["SSSSSS",6],0,function(){return this.millisecond()*1e3});p(0,["SSSSSSS",7],0,function(){return this.millisecond()*1e4});p(0,["SSSSSSSS",8],0,function(){return this.millisecond()*1e5});p(0,["SSSSSSSSS",9],0,function(){return this.millisecond()*1e6});g("S",Zt,ss);g("SS",Zt,X);g("SSS",Zt,rs);var Oe,Ls;for(Oe="SSSS";Oe.length<=9;Oe+="S")g(Oe,Xe);function nd(e,t){t[Ve]=P(("0."+e)*1e3)}for(Oe="S";Oe.length<=9;Oe+="S")R(Oe,nd);Ls=tt("Milliseconds",!1);p("z",0,0,"zoneAbbr");p("zz",0,0,"zoneName");function sd(){return this._isUTC?"UTC":""}function rd(){return this._isUTC?"Coordinated Universal Time":""}var h=wt.prototype;h.add=Jo;h.calendar=su;h.clone=ru;h.diff=fu;h.endOf=ku;h.format=vu;h.from=gu;h.fromNow=_u;h.to=wu;h.toNow=Su;h.get=ml;h.invalidAt=Nu;h.isAfter=iu;h.isBefore=lu;h.isBetween=ou;h.isSame=uu;h.isSameOrAfter=du;h.isSameOrBefore=cu;h.isValid=Ou;h.lang=Ns;h.locale=Ys;h.localeData=Is;h.max=Oo;h.min=Po;h.parsingFlags=Yu;h.set=yl;h.startOf=bu;h.subtract=Qo;h.toArray=Mu;h.toObject=Tu;h.toDate=xu;h.toISOString=mu;h.inspect=yu;typeof Symbol<"u"&&Symbol.for!=null&&(h[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"});h.toJSON=Pu;h.toString=hu;h.unix=Du;h.valueOf=pu;h.creationData=Iu;h.eraName=Wu;h.eraNarrow=Vu;h.eraAbbr=Lu;h.eraYear=Au;h.year=os;h.isLeapYear=hl;h.weekYear=Bu;h.isoWeekYear=zu;h.quarter=h.quarters=Xu;h.month=hs;h.daysInMonth=Dl;h.week=h.weeks=Il;h.isoWeek=h.isoWeeks=Fl;h.weeksInYear=Ku;h.weeksInWeekYear=Ju;h.isoWeeksInYear=Zu;h.isoWeeksInISOWeekYear=qu;h.date=Vs;h.day=h.days=Bl;h.weekday=zl;h.isoWeekday=Zl;h.dayOfYear=ed;h.hour=h.hours=to;h.minute=h.minutes=td;h.second=h.seconds=ad;h.millisecond=h.milliseconds=Ls;h.utcOffset=Lo;h.utc=Eo;h.local=Uo;h.parseZone=Ho;h.hasAlignedHourOffset=$o;h.isDST=Go;h.isLocal=Bo;h.isUtcOffset=zo;h.isUtc=Ms;h.isUTC=Ms;h.zoneAbbr=sd;h.zoneName=rd;h.dates=ae("dates accessor is deprecated. Use date instead.",Vs);h.months=ae("months accessor is deprecated. Use month instead",hs);h.years=ae("years accessor is deprecated. Use year instead",os);h.zone=ae("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",Ao);h.isDSTShifted=ae("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",jo);function id(e){return V(e*1e3)}function ld(){return V.apply(null,arguments).parseZone()}function As(e){return e}var F=Pa.prototype;F.calendar=ji;F.longDateFormat=qi;F.invalidDate=Ji;F.ordinal=el;F.preparse=As;F.postformat=As;F.relativeTime=al;F.pastFuture=nl;F.set=$i;F.eras=Fu;F.erasParse=Cu;F.erasConvertYear=Ru;F.erasAbbrRegex=Uu;F.erasNameRegex=Eu;F.erasNarrowRegex=Hu;F.months=Sl;F.monthsShort=bl;F.monthsParse=pl;F.monthsRegex=Ml;F.monthsShortRegex=xl;F.week=Pl;F.firstDayOfYear=Nl;F.firstDayOfWeek=Yl;F.weekdays=Ul;F.weekdaysMin=$l;F.weekdaysShort=Hl;F.weekdaysParse=jl;F.weekdaysRegex=ql;F.weekdaysShortRegex=Kl;F.weekdaysMinRegex=Jl;F.isPM=Xl;F.meridiem=ao;function At(e,t,a,n){var s=De(),r=me().set(n,t);return s[a](r,e)}function Es(e,t,a){if(pe(e)&&(t=e,e=void 0),e=e||"",t!=null)return At(e,t,a,"month");var n,s=[];for(n=0;n<12;n++)s[n]=At(e,n,a,"month");return s}function Ba(e,t,a,n){typeof e=="boolean"?(pe(t)&&(a=t,t=void 0),t=t||""):(t=e,a=t,e=!1,pe(t)&&(a=t,t=void 0),t=t||"");var s=De(),r=e?s._week.dow:0,i,l=[];if(a!=null)return At(t,(a+r)%7,n,"day");for(i=0;i<7;i++)l[i]=At(t,(i+r)%7,n,"day");return l}function od(e,t){return Es(e,t,"months")}function ud(e,t){return Es(e,t,"monthsShort")}function dd(e,t,a){return Ba(e,t,a,"weekdays")}function cd(e,t,a){return Ba(e,t,a,"weekdaysShort")}function fd(e,t,a){return Ba(e,t,a,"weekdaysMin")}Ne("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10,a=P(e%100/10)===1?"th":t===1?"st":t===2?"nd":t===3?"rd":"th";return e+a}});v.lang=ae("moment.lang is deprecated. Use moment.locale instead.",Ne);v.langData=ae("moment.langData is deprecated. Use moment.localeData instead.",De);var ve=Math.abs;function hd(){var e=this._data;return this._milliseconds=ve(this._milliseconds),this._days=ve(this._days),this._months=ve(this._months),e.milliseconds=ve(e.milliseconds),e.seconds=ve(e.seconds),e.minutes=ve(e.minutes),e.hours=ve(e.hours),e.months=ve(e.months),e.years=ve(e.years),this}function Us(e,t,a,n){var s=ue(t,a);return e._milliseconds+=n*s._milliseconds,e._days+=n*s._days,e._months+=n*s._months,e._bubble()}function md(e,t){return Us(this,e,t,1)}function yd(e,t){return Us(this,e,t,-1)}function gn(e){return e<0?Math.floor(e):Math.ceil(e)}function vd(){var e=this._milliseconds,t=this._days,a=this._months,n=this._data,s,r,i,l,o;return e>=0&&t>=0&&a>=0||e<=0&&t<=0&&a<=0||(e+=gn(wa(a)+t)*864e5,t=0,a=0),n.milliseconds=e%1e3,s=te(e/1e3),n.seconds=s%60,r=te(s/60),n.minutes=r%60,i=te(r/60),n.hours=i%24,t+=te(i/24),o=te(Hs(t)),a+=o,t-=gn(wa(o)),l=te(a/12),a%=12,n.days=t,n.months=a,n.years=l,this}function Hs(e){return e*4800/146097}function wa(e){return e*146097/4800}function gd(e){if(!this.isValid())return NaN;var t,a,n=this._milliseconds;if(e=ne(e),e==="month"||e==="quarter"||e==="year")switch(t=this._days+n/864e5,a=this._months+Hs(t),e){case"month":return a;case"quarter":return a/3;case"year":return a/12}else switch(t=this._days+Math.round(wa(this._months)),e){case"week":return t/7+n/6048e5;case"day":return t+n/864e5;case"hour":return t*24+n/36e5;case"minute":return t*1440+n/6e4;case"second":return t*86400+n/1e3;case"millisecond":return Math.floor(t*864e5)+n;default:throw new Error("Unknown unit "+e)}}function xe(e){return function(){return this.as(e)}}var $s=xe("ms"),_d=xe("s"),wd=xe("m"),Sd=xe("h"),bd=xe("d"),kd=xe("w"),pd=xe("M"),Dd=xe("Q"),xd=xe("y"),Md=$s;function Td(){return ue(this)}function Pd(e){return e=ne(e),this.isValid()?this[e+"s"]():NaN}function Ue(e){return function(){return this.isValid()?this._data[e]:NaN}}var Od=Ue("milliseconds"),Yd=Ue("seconds"),Nd=Ue("minutes"),Id=Ue("hours"),Fd=Ue("days"),Cd=Ue("months"),Rd=Ue("years");function Wd(){return te(this.days()/7)}var ge=Math.round,je={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function Vd(e,t,a,n,s){return s.relativeTime(t||1,!!a,e,n)}function Ld(e,t,a,n){var s=ue(e).abs(),r=ge(s.as("s")),i=ge(s.as("m")),l=ge(s.as("h")),o=ge(s.as("d")),u=ge(s.as("M")),c=ge(s.as("w")),f=ge(s.as("y")),d=r<=a.ss&&["s",r]||r0,d[4]=n,Vd.apply(null,d)}function Ad(e){return e===void 0?ge:typeof e=="function"?(ge=e,!0):!1}function Ed(e,t){return je[e]===void 0?!1:t===void 0?je[e]:(je[e]=t,e==="s"&&(je.ss=t-1),!0)}function Ud(e,t){if(!this.isValid())return this.localeData().invalidDate();var a=!1,n=je,s,r;return typeof e=="object"&&(t=e,e=!1),typeof e=="boolean"&&(a=e),typeof t=="object"&&(n=Object.assign({},je,t),t.s!=null&&t.ss==null&&(n.ss=t.s-1)),s=this.localeData(),r=Ld(this,!a,n,s),a&&(r=s.pastFuture(+this,r)),s.postformat(r)}var oa=Math.abs;function $e(e){return(e>0)-(e<0)||+e}function aa(){if(!this.isValid())return this.localeData().invalidDate();var e=oa(this._milliseconds)/1e3,t=oa(this._days),a=oa(this._months),n,s,r,i,l=this.asSeconds(),o,u,c,f;return l?(n=te(e/60),s=te(n/60),e%=60,n%=60,r=te(a/12),a%=12,i=e?e.toFixed(3).replace(/\.?0+$/,""):"",o=l<0?"-":"",u=$e(this._months)!==$e(l)?"-":"",c=$e(this._days)!==$e(l)?"-":"",f=$e(this._milliseconds)!==$e(l)?"-":"",o+"P"+(r?u+r+"Y":"")+(a?u+a+"M":"")+(t?c+t+"D":"")+(s||n||e?"T":"")+(s?f+s+"H":"")+(n?f+n+"M":"")+(e?f+i+"S":"")):"P0D"}var O=ea.prototype;O.isValid=Co;O.abs=hd;O.add=md;O.subtract=yd;O.as=gd;O.asMilliseconds=$s;O.asSeconds=_d;O.asMinutes=wd;O.asHours=Sd;O.asDays=bd;O.asWeeks=kd;O.asMonths=pd;O.asQuarters=Dd;O.asYears=xd;O.valueOf=Md;O._bubble=vd;O.clone=Td;O.get=Pd;O.milliseconds=Od;O.seconds=Yd;O.minutes=Nd;O.hours=Id;O.days=Fd;O.weeks=Wd;O.months=Cd;O.years=Rd;O.humanize=Ud;O.toISOString=aa;O.toString=aa;O.toJSON=aa;O.locale=Ys;O.localeData=Is;O.toIsoString=ae("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",aa);O.lang=Ns;p("X",0,0,"unix");p("x",0,0,"valueOf");g("x",Kt);g("X",ll);R("X",function(e,t,a){a._d=new Date(parseFloat(e)*1e3)});R("x",function(e,t,a){a._d=new Date(P(e))});//! moment.js +v.version="2.30.1";Ui(V);v.fn=h;v.min=Yo;v.max=No;v.now=Io;v.utc=me;v.unix=id;v.months=od;v.isDate=_t;v.locale=Ne;v.invalid=Bt;v.duration=ue;v.isMoment=oe;v.weekdays=dd;v.parseZone=ld;v.localeData=De;v.isDuration=Ot;v.monthsShort=ud;v.weekdaysMin=fd;v.defineLocale=La;v.updateLocale=io;v.locales=lo;v.weekdaysShort=cd;v.normalizeUnits=ne;v.relativeTimeRounding=Ad;v.relativeTimeThreshold=Ed;v.calendarFormat=nu;v.prototype=h;v.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"};const Hd=ba({__name:"Clock",setup(e){wr(l=>({a94393dc:n[a.value]}));const t=Q(""),a=Q(2),n=["3rem","5rem","7rem"];ka(()=>{r()});const s=l=>v(l).format("HH:mm:ss");function r(){const l=new Date;t.value=s(l)}Ei(r,250);function i(){a.value=(a.value+1)%n.length}return(l,o)=>(re(),Ke(Nt,{class:"mx-auto","max-width":"750"},{default:E(()=>[m(bn,{class:"text-center"},{default:E(()=>[H("div",{class:"display-1 font-weight-bold",onClick:i},G(t.value),1)]),_:1})]),_:1}))}}),$d=$t(Hd,[["__scopeId","data-v-469e8d3b"]]);function Et(e){const t=Object.prototype.toString.call(e);return e instanceof Date||typeof e=="object"&&t==="[object Date]"?new e.constructor(+e):typeof e=="number"||t==="[object Number]"||typeof e=="string"||t==="[object String]"?new Date(e):new Date(NaN)}const Gs=6e4,js=36e5;function Gd(e,t){const a=Et(e),n=Et(t);return a.getTime()>n.getTime()}function _n(e,t){const a=Et(e),n=Et(t);return+a<+n}function ft(e,t){const n=Zd(e);let s;if(n.date){const o=qd(n.date,2);s=Kd(o.restDateString,o.year)}if(!s||isNaN(s.getTime()))return new Date(NaN);const r=s.getTime();let i=0,l;if(n.time&&(i=Jd(n.time),isNaN(i)))return new Date(NaN);if(n.timezone){if(l=Qd(n.timezone),isNaN(l))return new Date(NaN)}else{const o=new Date(r+i),u=new Date(0);return u.setFullYear(o.getUTCFullYear(),o.getUTCMonth(),o.getUTCDate()),u.setHours(o.getUTCHours(),o.getUTCMinutes(),o.getUTCSeconds(),o.getUTCMilliseconds()),u}return new Date(r+i+l)}const Tt={dateTimeDelimiter:/[T ]/,timeZoneDelimiter:/[Z ]/i,timezone:/([Z+-].*)$/},jd=/^-?(?:(\d{3})|(\d{2})(?:-?(\d{2}))?|W(\d{2})(?:-?(\d{1}))?|)$/,Bd=/^(\d{2}(?:[.,]\d*)?)(?::?(\d{2}(?:[.,]\d*)?))?(?::?(\d{2}(?:[.,]\d*)?))?$/,zd=/^([+-])(\d{2})(?::?(\d{2}))?$/;function Zd(e){const t={},a=e.split(Tt.dateTimeDelimiter);let n;if(a.length>2)return t;if(/:/.test(a[0])?n=a[0]:(t.date=a[0],n=a[1],Tt.timeZoneDelimiter.test(t.date)&&(t.date=e.split(Tt.timeZoneDelimiter)[0],n=e.substr(t.date.length,e.length))),n){const s=Tt.timezone.exec(n);s?(t.time=n.replace(s[1],""),t.timezone=s[1]):t.time=n}return t}function qd(e,t){const a=new RegExp("^(?:(\\d{4}|[+-]\\d{"+(4+t)+"})|(\\d{2}|[+-]\\d{"+(2+t)+"})$)"),n=e.match(a);if(!n)return{year:NaN,restDateString:""};const s=n[1]?parseInt(n[1]):null,r=n[2]?parseInt(n[2]):null;return{year:r===null?s:r*100,restDateString:e.slice((n[1]||n[2]).length)}}function Kd(e,t){if(t===null)return new Date(NaN);const a=e.match(jd);if(!a)return new Date(NaN);const n=!!a[4],s=it(a[1]),r=it(a[2])-1,i=it(a[3]),l=it(a[4]),o=it(a[5])-1;if(n)return nc(t,l,o)?Xd(t,l,o):new Date(NaN);{const u=new Date(0);return!tc(t,r,i)||!ac(t,s)?new Date(NaN):(u.setUTCFullYear(t,r,Math.max(s,i)),u)}}function it(e){return e?parseInt(e):1}function Jd(e){const t=e.match(Bd);if(!t)return NaN;const a=ua(t[1]),n=ua(t[2]),s=ua(t[3]);return sc(a,n,s)?a*js+n*Gs+s*1e3:NaN}function ua(e){return e&&parseFloat(e.replace(",","."))||0}function Qd(e){if(e==="Z")return 0;const t=e.match(zd);if(!t)return 0;const a=t[1]==="+"?-1:1,n=parseInt(t[2]),s=t[3]&&parseInt(t[3])||0;return rc(n,s)?a*(n*js+s*Gs):NaN}function Xd(e,t,a){const n=new Date(0);n.setUTCFullYear(e,0,4);const s=n.getUTCDay()||7,r=(t-1)*7+a+1-s;return n.setUTCDate(n.getUTCDate()+r),n}const ec=[31,null,31,30,31,30,31,31,30,31,30,31];function Bs(e){return e%400===0||e%4===0&&e%100!==0}function tc(e,t,a){return t>=0&&t<=11&&a>=1&&a<=(ec[t]||(Bs(e)?29:28))}function ac(e,t){return t>=1&&t<=(Bs(e)?366:365)}function nc(e,t,a){return t>=1&&t<=53&&a>=0&&a<=6}function sc(e,t,a){return e===24?t===0&&a===0:a>=0&&a<60&&t>=0&&t<60&&e>=0&&e<25}function rc(e,t){return t>=0&&t<=59}function ic(e){const t=new Date;for(const a of e){const n=ft(a.start),s=ft(a.end);if(_n(n,t)&&_n(t,s))return a}return null}function wn(e){const t=new Date;e.sort((a,n)=>ft(a.start).getTime()-ft(n.start).getTime());for(const a of e){const n=ft(a.start);if(Gd(n,t))return a}return null}const lc={class:"large-title"},oc={class:"room"},uc={class:"medium-title text-left"},dc={__name:"infoPage",setup(e){const t=Nr(),a=Q(null);let n=null;const s=()=>{const i=ic(t.examInfos);a.value=i||wn(t.examInfos)},r=()=>{n&&clearTimeout(n);const i=wn(t.examInfos);if(i){const l=new Date(i.end).getTime(),o=Date.now(),u=l-o+6e4;n=setTimeout(()=>{s(),r()},u)}};return ka(()=>{s(),r()}),On(()=>{n&&clearTimeout(n)}),(i,l)=>{const o=$d,u=Li,c=Ni;return re(),Ke(Sn,{class:"main-area"},{default:E(()=>[m(da,null,{default:E(()=>[m(lt,{cols:"12",class:"d-flex justify-space-between align-center"},{default:E(()=>[H("h1",lc,G(se(t).examName),1),H("h2",oc,G(se(t).room),1)]),_:1}),se(t).message?(re(),Ke(lt,{key:0,cols:"12"},{default:E(()=>[H("h3",uc,G(se(t).message),1)]),_:1})):Ft("",!0)]),_:1}),m(da,null,{default:E(()=>[m(lt,{cols:"6"},{default:E(()=>[m(o),m(u,{exam:a.value},null,8,["exam"])]),_:1}),m(lt,{cols:"6"},{default:E(()=>[m(c,{exam:se(t).examInfos},null,8,["exam"])]),_:1})]),_:1})]),_:1})}}},vc=$t(dc,[["__scopeId","data-v-b68db5c5"]]);export{vc as default}; diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/infoPage-KUt33dMP.css b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/infoPage-KUt33dMP.css new file mode 100644 index 0000000..9625abd --- /dev/null +++ b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/infoPage-KUt33dMP.css @@ -0,0 +1 @@ +.v-data-table{width:100%}.v-data-table__table{width:100%;border-collapse:separate;border-spacing:0}.v-data-table__tr--focus{border:1px dotted black}.v-data-table__tr--clickable{cursor:pointer}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--align-end,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--align-end,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--align-end,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--align-end{text-align:end}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--align-end .v-data-table-header__content,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--align-end .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--align-end .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--align-end .v-data-table-header__content{flex-direction:row-reverse}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--align-center,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--align-center,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--align-center,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--align-center{text-align:center}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--align-center .v-data-table-header__content,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--align-center .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--align-center .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--align-center .v-data-table-header__content{justify-content:center}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--no-padding,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--no-padding,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--no-padding,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--no-padding{padding:0 8px}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--nowrap,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--nowrap,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--nowrap,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--nowrap{text-overflow:ellipsis;text-wrap:nowrap;overflow:hidden}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--nowrap .v-data-table-header__content,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--nowrap .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--nowrap .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--nowrap .v-data-table-header__content{display:contents}.v-data-table .v-table__wrapper>table>thead>tr>th,.v-data-table .v-table__wrapper>table tbody>tr>th{align-items:center}.v-data-table .v-table__wrapper>table>thead>tr>th.v-data-table__th--fixed,.v-data-table .v-table__wrapper>table tbody>tr>th.v-data-table__th--fixed{position:sticky}.v-data-table .v-table__wrapper>table>thead>tr>th.v-data-table__th--sortable:hover,.v-data-table .v-table__wrapper>table tbody>tr>th.v-data-table__th--sortable:hover{cursor:pointer;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-data-table .v-table__wrapper>table>thead>tr>th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,.v-data-table .v-table__wrapper>table tbody>tr>th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon{opacity:0}.v-data-table .v-table__wrapper>table>thead>tr>th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,.v-data-table .v-table__wrapper>table tbody>tr>th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon{opacity:.5}.v-data-table .v-table__wrapper>table>thead>tr.v-data-table__tr--mobile>td,.v-data-table .v-table__wrapper>table tbody>tr.v-data-table__tr--mobile>td{height:fit-content}.v-data-table-column--fixed,.v-data-table__th--sticky{background:rgb(var(--v-theme-surface));position:sticky!important;left:0;z-index:1}.v-data-table-column--last-fixed{border-right:1px solid rgba(var(--v-border-color),var(--v-border-opacity))}.v-data-table.v-table--fixed-header>.v-table__wrapper>table>thead>tr>th.v-data-table-column--fixed{z-index:2}.v-data-table-group-header-row td{background:rgba(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface))}.v-data-table-group-header-row td>span{padding-left:5px}.v-data-table--loading .v-data-table__td{opacity:var(--v-disabled-opacity)}.v-data-table-group-header-row__column{padding-left:calc(var(--v-data-table-group-header-row-depth) * 16px)!important}.v-data-table-header__content{display:flex;align-items:center}.v-data-table-header__sort-badge{display:inline-flex;justify-content:center;align-items:center;font-size:.875rem;padding:4px;border-radius:50%;background:rgba(var(--v-border-color),var(--v-border-opacity));min-width:20px;min-height:20px;width:20px;height:20px}.v-data-table-progress>th{border:none!important;height:auto!important;padding:0!important}.v-data-table-progress__loader{position:relative}.v-data-table-rows-loading,.v-data-table-rows-no-data{text-align:center}.v-data-table__tr--mobile>.v-data-table__td--expanded-row{grid-template-columns:0;justify-content:center}.v-data-table__tr--mobile>.v-data-table__td--select-row{grid-template-columns:0;justify-content:end}.v-data-table__tr--mobile>td{align-items:center;column-gap:4px;display:grid;grid-template-columns:repeat(2,1fr);min-height:var(--v-table-row-height)}.v-data-table__tr--mobile>td:not(:last-child){border-bottom:0!important}.v-data-table__td-title{font-weight:500;text-align:left}.v-data-table__td-value{text-align:right}.v-data-table__td-sort-icon{color:rgba(var(--v-theme-on-surface),var(--v-disabled-opacity))}.v-data-table__td-sort-icon-active{color:rgba(var(--v-theme-on-surface))}.v-data-table-footer{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-end;padding:8px 4px}.v-data-table-footer__items-per-page{align-items:center;display:flex;justify-content:center}.v-data-table-footer__items-per-page>span{padding-inline-end:8px}.v-data-table-footer__items-per-page>.v-select{width:90px}.v-data-table-footer__info{display:flex;justify-content:flex-end;min-width:116px;padding:0 16px}.v-data-table-footer__paginationz{align-items:center;display:flex;margin-inline-start:16px}.v-data-table-footer__page{padding:0 8px}.v-pagination__list{display:inline-flex;list-style-type:none;justify-content:center;width:100%}.v-pagination__item,.v-pagination__first,.v-pagination__prev,.v-pagination__next,.v-pagination__last{margin:.3rem}.v-table{font-size:.875rem;transition-duration:.28s;transition-property:box-shadow,opacity,background,height;transition-timing-function:cubic-bezier(.4,0,.2,1)}.v-table{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-table .v-table-divider{border-right:thin solid rgba(var(--v-border-color),var(--v-border-opacity))}.v-table .v-table__wrapper>table>thead>tr>th{border-bottom:thin solid rgba(var(--v-border-color),var(--v-border-opacity))}.v-table .v-table__wrapper>table>tbody>tr:not(:last-child)>td,.v-table .v-table__wrapper>table>tbody>tr:not(:last-child)>th{border-bottom:thin solid rgba(var(--v-border-color),var(--v-border-opacity))}.v-table .v-table__wrapper>table>tfoot>tr>td,.v-table .v-table__wrapper>table>tfoot>tr>th{border-top:thin solid rgba(var(--v-border-color),var(--v-border-opacity))}.v-table.v-table--hover>.v-table__wrapper>table>tbody>tr>td{position:relative}.v-table.v-table--hover>.v-table__wrapper>table>tbody>tr:hover>td:after{background:rgba(var(--v-border-color),var(--v-hover-opacity));pointer-events:none}.v-table.v-table--hover>.v-table__wrapper>table>tbody>tr:hover>td:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-table.v-table--fixed-header>.v-table__wrapper>table>thead>tr>th{background:rgb(var(--v-theme-surface));box-shadow:inset 0 -1px rgba(var(--v-border-color),var(--v-border-opacity));z-index:1}.v-table.v-table--fixed-footer>tfoot>tr>th,.v-table.v-table--fixed-footer>tfoot>tr>td{background:rgb(var(--v-theme-surface));box-shadow:inset 0 1px rgba(var(--v-border-color),var(--v-border-opacity))}.v-table{border-radius:inherit;line-height:1.5;max-width:100%;display:flex;flex-direction:column}.v-table>.v-table__wrapper>table{width:100%;border-spacing:0}.v-table>.v-table__wrapper>table>tbody>tr>td,.v-table>.v-table__wrapper>table>tbody>tr>th,.v-table>.v-table__wrapper>table>thead>tr>td,.v-table>.v-table__wrapper>table>thead>tr>th,.v-table>.v-table__wrapper>table>tfoot>tr>td,.v-table>.v-table__wrapper>table>tfoot>tr>th{padding:0 16px;transition-duration:.28s;transition-property:box-shadow,opacity,background,height;transition-timing-function:cubic-bezier(.4,0,.2,1)}.v-table>.v-table__wrapper>table>tbody>tr>td,.v-table>.v-table__wrapper>table>thead>tr>td,.v-table>.v-table__wrapper>table>tfoot>tr>td{height:var(--v-table-row-height)}.v-table>.v-table__wrapper>table>tbody>tr>th,.v-table>.v-table__wrapper>table>thead>tr>th,.v-table>.v-table__wrapper>table>tfoot>tr>th{height:var(--v-table-header-height);font-weight:500;-webkit-user-select:none;user-select:none;text-align:start}.v-table--density-default{--v-table-header-height: 56px;--v-table-row-height: 52px}.v-table--density-comfortable{--v-table-header-height: 48px;--v-table-row-height: 44px}.v-table--density-compact{--v-table-header-height: 40px;--v-table-row-height: 36px}.v-table__wrapper{border-radius:inherit;overflow:auto;flex:1 1 auto}.v-table--has-top>.v-table__wrapper>table>tbody>tr:first-child:hover>td:first-child{border-top-left-radius:0}.v-table--has-top>.v-table__wrapper>table>tbody>tr:first-child:hover>td:last-child{border-top-right-radius:0}.v-table--has-bottom>.v-table__wrapper>table>tbody>tr:last-child:hover>td:first-child{border-bottom-left-radius:0}.v-table--has-bottom>.v-table__wrapper>table>tbody>tr:last-child:hover>td:last-child{border-bottom-right-radius:0}.v-table--fixed-height>.v-table__wrapper{overflow-y:auto}.v-table--fixed-header>.v-table__wrapper>table>thead{position:sticky;top:0;z-index:2}.v-table--fixed-header>.v-table__wrapper>table>thead>tr>th{border-bottom:0px!important}.v-table--fixed-footer>.v-table__wrapper>table>tfoot>tr{position:sticky;bottom:0;z-index:1}.v-table--fixed-footer>.v-table__wrapper>table>tfoot>tr>td,.v-table--fixed-footer>.v-table__wrapper>table>tfoot>tr>th{border-top:0px!important}.text-h5[data-v-66552ab1]{font-size:1.8rem!important;text-align:center}.font-weight-bold[data-v-66552ab1]{font-weight:700}.exam-status-chip[data-v-66552ab1]{font-size:1.5rem!important;text-align:center}.no-wrap[data-v-66552ab1]{white-space:nowrap}.date-column[data-v-66552ab1],.subject-column[data-v-66552ab1],.time-column[data-v-66552ab1],.status-column[data-v-66552ab1]{white-space:nowrap;text-align:center;padding:5px 2px}.date-column[data-v-66552ab1]{width:60px}.subject-column[data-v-66552ab1],.time-column[data-v-66552ab1]{width:50px}.status-column[data-v-66552ab1]{width:60px}.text-h5[data-v-1c513925]{font-size:2.5rem!important}.line-item[data-v-1c513925]{margin-bottom:16px}.text--default[data-v-1c513925]{color:#fff!important}.text--warning[data-v-1c513925]{color:red!important}.text--info[data-v-1c513925]{color:#ff0!important}.text--ended[data-v-1c513925]{font-size:2.5rem!important;color:#666}.status-before[data-v-1c513925]{color:orange}.status-middle[data-v-1c513925]{color:#0f0}.status-after[data-v-1c513925]{color:red}.subject-info-card[data-v-1c513925]{margin-top:20px}.text-center[data-v-1c513925]{text-align:center}.display-1[data-v-469e8d3b]{font-size:var(--a94393dc)}.main-area[data-v-b68db5c5]{padding-left:20px;padding-right:20px}.large-title[data-v-b68db5c5]{font-size:3em}.medium-title[data-v-b68db5c5]{font-size:2em;color:gray;text-align:left}.room[data-v-b68db5c5]{font-size:3em;text-align:right} diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/mainWindow-C0Ij-e1H.css b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/mainWindow-C0Ij-e1H.css new file mode 100644 index 0000000..ebdca16 --- /dev/null +++ b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/mainWindow-C0Ij-e1H.css @@ -0,0 +1 @@ +.main-container[data-v-e41a35cd]{padding:20px;display:flex;align-items:center}.v-card[data-v-e41a35cd]{width:100%;max-width:300px;margin:auto;transition:transform .3s ease-in-out}.v-card[data-v-e41a35cd]:hover{transform:scale(1.05)}.v-btn[data-v-e41a35cd]{height:48px}.text-center[data-v-e41a35cd]{text-align:center}.auto-enter-switch[data-v-e41a35cd]{margin-top:8px;display:flex;justify-content:center}.fade-in[data-v-e41a35cd]{animation:fadeIn-e41a35cd 1s ease-in-out}.slide-in[data-v-e41a35cd]{animation:slideIn-e41a35cd 1s ease-in-out}@keyframes fadeIn-e41a35cd{0%{opacity:0}to{opacity:1}}@keyframes slideIn-e41a35cd{0%{transform:translateY(20px)}to{transform:translateY(0)}}.v-dialog{align-items:center;justify-content:center;margin:auto}.v-dialog>.v-overlay__content{max-height:calc(100% - 48px);width:calc(100% - 48px);max-width:calc(100% - 48px);margin:24px}.v-dialog>.v-overlay__content,.v-dialog>.v-overlay__content>form{display:flex;flex-direction:column;min-height:0}.v-dialog>.v-overlay__content>.v-card,.v-dialog>.v-overlay__content>.v-sheet,.v-dialog>.v-overlay__content>form>.v-card,.v-dialog>.v-overlay__content>form>.v-sheet{--v-scrollbar-offset: 0px;border-radius:4px;overflow-y:auto;flex:1 1 100%}.v-dialog>.v-overlay__content>.v-card,.v-dialog>.v-overlay__content>.v-sheet,.v-dialog>.v-overlay__content>form>.v-card,.v-dialog>.v-overlay__content>form>.v-sheet{box-shadow:0 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-dialog>.v-overlay__content>.v-card,.v-dialog>.v-overlay__content>form>.v-card{display:flex;flex-direction:column}.v-dialog>.v-overlay__content>.v-card>.v-card-item,.v-dialog>.v-overlay__content>form>.v-card>.v-card-item{padding:16px 24px}.v-dialog>.v-overlay__content>.v-card>.v-card-item+.v-card-text,.v-dialog>.v-overlay__content>form>.v-card>.v-card-item+.v-card-text{padding-top:0}.v-dialog>.v-overlay__content>.v-card>.v-card-text,.v-dialog>.v-overlay__content>form>.v-card>.v-card-text{font-size:inherit;letter-spacing:.03125em;line-height:inherit;padding:16px 24px 24px}.v-dialog>.v-overlay__content>.v-card>.v-card-actions,.v-dialog>.v-overlay__content>form>.v-card>.v-card-actions{justify-content:flex-end}.v-dialog--fullscreen{--v-scrollbar-offset: 0px}.v-dialog--fullscreen>.v-overlay__content{border-radius:0;margin:0;padding:0;width:100%;height:100%;max-width:100%;max-height:100%;overflow-y:auto;top:0;left:0}.v-dialog--fullscreen>.v-overlay__content>.v-card,.v-dialog--fullscreen>.v-overlay__content>.v-sheet,.v-dialog--fullscreen>.v-overlay__content>form>.v-card,.v-dialog--fullscreen>.v-overlay__content>form>.v-sheet{min-height:100%;min-width:100%;border-radius:0}.v-dialog--scrollable>.v-overlay__content,.v-dialog--scrollable>.v-overlay__content>.v-card,.v-dialog--scrollable>.v-overlay__content>form,.v-dialog--scrollable>.v-overlay__content>form>.v-card{display:flex;flex:1 1 100%;flex-direction:column;max-height:100%;max-width:100%}.v-dialog--scrollable>.v-overlay__content>.v-card>.v-card-text,.v-dialog--scrollable>.v-overlay__content>form>.v-card>.v-card-text{backface-visibility:hidden;overflow-y:auto}.v-switch .v-label{padding-inline-start:10px}.v-switch__loader{display:flex}.v-switch__loader .v-progress-circular{color:rgb(var(--v-theme-surface))}.v-switch__track,.v-switch__thumb{transition:none}.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb{background-color:rgb(var(--v-theme-error));color:rgb(var(--v-theme-on-error))}.v-switch__track-true{margin-inline-end:auto}.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true{opacity:0}.v-switch__track-false{margin-inline-start:auto}.v-selection-control--dirty .v-switch__track-false{opacity:0}.v-switch__track{display:inline-flex;align-items:center;font-size:.5rem;padding:0 5px;background-color:rgb(var(--v-theme-surface-variant));border-radius:9999px;height:14px;opacity:.6;min-width:36px;cursor:pointer;transition:.2s background-color cubic-bezier(.4,0,.2,1)}.v-switch--inset .v-switch__track{border-radius:9999px;font-size:.75rem;height:32px;min-width:52px}.v-switch__thumb{align-items:center;background-color:rgb(var(--v-theme-surface-bright));color:rgb(var(--v-theme-on-surface-bright));border-radius:50%;display:flex;font-size:.75rem;height:20px;justify-content:center;width:20px;pointer-events:none;transition:.15s .05s transform cubic-bezier(0,0,.2,1),.2s color cubic-bezier(.4,0,.2,1),.2s background-color cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.v-switch:not(.v-switch--inset) .v-switch__thumb{box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb{background:rgb(var(--v-theme-surface-variant));color:rgb(var(--v-theme-on-surface-variant))}.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-switch--inset .v-switch__thumb{height:24px;width:24px;transform:scale(.6666666667)}.v-switch--inset .v-switch__thumb--filled{transform:none}.v-switch--inset .v-selection-control--dirty .v-switch__thumb{transform:none;transition:.15s .05s transform cubic-bezier(0,0,.2,1)}.v-switch.v-input{flex:0 1 auto}.v-switch .v-selection-control{min-height:var(--v-input-control-height)}.v-switch .v-selection-control__input{border-radius:50%;transition:.2s transform cubic-bezier(.4,0,.2,1);position:absolute}.v-locale--is-ltr.v-switch .v-selection-control__input,.v-locale--is-ltr .v-switch .v-selection-control__input{transform:translate(-10px)}.v-locale--is-rtl.v-switch .v-selection-control__input,.v-locale--is-rtl .v-switch .v-selection-control__input{transform:translate(10px)}.v-switch .v-selection-control__input .v-icon{position:absolute}.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input,.v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input{transform:translate(10px)}.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input,.v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input{transform:translate(-10px)}.v-switch.v-switch--indeterminate .v-selection-control__input{transform:scale(.8)}.v-switch.v-switch--indeterminate .v-switch__thumb{transform:scale(.75);box-shadow:none}.v-switch.v-switch--inset .v-selection-control__wrapper{width:auto}.v-switch.v-input--vertical .v-label{min-width:max-content}.v-switch.v-input--vertical .v-selection-control__wrapper{transform:rotate(-90deg)}@media (forced-colors: active){.v-switch .v-switch__loader .v-progress-circular{color:currentColor}.v-switch .v-switch__thumb{background-color:buttontext}.v-switch .v-switch__track,.v-switch .v-switch__thumb{border:1px solid;color:buttontext}.v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb{background-color:highlight}.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track{background-color:highlight}.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,.v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb{color:highlight}.v-switch.v-switch--inset .v-switch__track{border-width:2px}.v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb{background-color:highlighttext;color:highlighttext}.v-switch.v-input--disabled .v-switch__thumb{background-color:graytext}.v-switch.v-input--disabled .v-switch__track,.v-switch.v-input--disabled .v-switch__thumb{color:graytext}.v-switch.v-switch--loading .v-switch__thumb{background-color:canvas}.v-switch.v-switch--loading.v-switch--inset .v-switch__thumb,.v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb{border-width:0}} diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/mainWindow-D0spusZf.js b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/mainWindow-D0spusZf.js new file mode 100644 index 0000000..b94e0f3 --- /dev/null +++ b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/mainWindow-D0spusZf.js @@ -0,0 +1 @@ +import{p as M,g as W,n as L,r as w,k as te,ak as z,w as T,U as ae,u as H,y as P,c as a,al as le,f as R,ar as oe,aG as ne,a5 as $,A as se,aH as re,o as ue,L as ie,D as i,E as S,B as ce,F as h,H as de}from"./index-KF56cXUu.js";import{d as fe,e as me,f as ve,h as _,i as ge,o as Ve,m as ke,p as pe,q as O,c as J,r as he,u as we,n as ye}from"./app-cT5gNRjW.js";import{f as q,n as be,h as Ce,L as xe,D as Se,_ as Ee,g as E}from"./VAvatar-CBxZwzSi.js";import{V as Pe,e as Ie,a as j,b as F,c as Ae,d as Be,f as Ue}from"./VRow-eJbrdKF-.js";const De=M({fullscreen:Boolean,retainFocus:{type:Boolean,default:!0},scrollable:Boolean,...fe({origin:"center center",scrollStrategy:"block",transition:{component:me},zIndex:2400})},"VDialog"),Fe=W()({name:"VDialog",props:De(),emits:{"update:modelValue":t=>!0,afterEnter:()=>!0,afterLeave:()=>!0},setup(t,y){let{emit:m,slots:n}=y;const r=L(t,"modelValue"),{scopeId:c}=ve(),o=w();function v(u){var f,l;const d=u.relatedTarget,g=u.target;if(d!==g&&((f=o.value)!=null&&f.contentEl)&&((l=o.value)!=null&&l.globalTop)&&![document,o.value.contentEl].includes(g)&&!o.value.contentEl.contains(g)){const e=le(o.value.contentEl);if(!e.length)return;const s=e[0],V=e[e.length-1];d===s?V.focus():s.focus()}}te(()=>{document.removeEventListener("focusin",v)}),z&&T(()=>r.value&&t.retainFocus,u=>{u?document.addEventListener("focusin",v):document.removeEventListener("focusin",v)},{immediate:!0});function b(){var u;m("afterEnter"),(u=o.value)!=null&&u.contentEl&&!o.value.contentEl.contains(document.activeElement)&&o.value.contentEl.focus({preventScroll:!0})}function C(){m("afterLeave")}return T(r,async u=>{var d;u||(await ae(),(d=o.value.activatorEl)==null||d.focus({preventScroll:!0}))}),H(()=>{const u=_.filterProps(t),d=P({"aria-haspopup":"dialog"},t.activatorProps),g=P({tabindex:-1},t.contentProps);return a(_,P({ref:o,class:["v-dialog",{"v-dialog--fullscreen":t.fullscreen,"v-dialog--scrollable":t.scrollable},t.class],style:t.style},u,{modelValue:r.value,"onUpdate:modelValue":f=>r.value=f,"aria-modal":"true",activatorProps:d,contentProps:g,height:t.fullscreen?void 0:t.height,width:t.fullscreen?void 0:t.width,maxHeight:t.fullscreen?void 0:t.maxHeight,maxWidth:t.fullscreen?void 0:t.maxWidth,role:"dialog",onAfterEnter:b,onAfterLeave:C},c),{activator:n.activator,default:function(){for(var f=arguments.length,l=new Array(f),e=0;e{var s;return[(s=n.default)==null?void 0:s.call(n,...l)]}})}})}),ge({},o)}}),Le=M({indeterminate:Boolean,inset:Boolean,flat:Boolean,loading:{type:[Boolean,String],default:!1},...Ve(),...ke()},"VSwitch"),Te=W()({name:"VSwitch",inheritAttrs:!1,props:Le(),emits:{"update:focused":t=>!0,"update:modelValue":t=>!0,"update:indeterminate":t=>!0},setup(t,y){let{attrs:m,slots:n}=y;const r=L(t,"indeterminate"),c=L(t,"modelValue"),{loaderClasses:o}=be(t),{isFocused:v,focus:b,blur:C}=pe(t),u=w(),d=z&&window.matchMedia("(forced-colors: active)").matches,g=R(()=>typeof t.loading=="string"&&t.loading!==""?t.loading:t.color),f=oe(),l=R(()=>t.id||`switch-${f}`);function e(){r.value&&(r.value=!1)}function s(V){var k,I;V.stopPropagation(),V.preventDefault(),(I=(k=u.value)==null?void 0:k.input)==null||I.click()}return H(()=>{const[V,k]=ne(m),I=O.filterProps(t),G=J.filterProps(t);return a(O,P({class:["v-switch",{"v-switch--flat":t.flat},{"v-switch--inset":t.inset},{"v-switch--indeterminate":r.value},o.value,t.class]},V,I,{modelValue:c.value,"onUpdate:modelValue":A=>c.value=A,id:l.value,focused:v.value,style:t.style}),{...n,default:A=>{let{id:K,messagesId:Q,isDisabled:X,isReadonly:Y,isValid:N}=A;const B={model:c,isValid:N};return a(J,P({ref:u},G,{modelValue:c.value,"onUpdate:modelValue":[x=>c.value=x,e],id:K.value,"aria-describedby":Q.value,type:"checkbox","aria-checked":r.value?"mixed":void 0,disabled:X.value,readonly:Y.value,onFocus:b,onBlur:C},k),{...n,default:x=>{let{backgroundColorClasses:U,backgroundColorStyles:p}=x;return a("div",{class:["v-switch__track",d?void 0:U.value],style:p.value,onClick:s},[n["track-true"]&&a("div",{key:"prepend",class:"v-switch__track-true"},[n["track-true"](B)]),n["track-false"]&&a("div",{key:"append",class:"v-switch__track-false"},[n["track-false"](B)])])},input:x=>{let{inputNode:U,icon:p,backgroundColorClasses:Z,backgroundColorStyles:ee}=x;return a($,null,[U,a("div",{class:["v-switch__thumb",{"v-switch__thumb--filled":p||t.loading},t.inset||d?void 0:Z.value],style:t.inset?void 0:ee.value},[n.thumb?a(q,{defaults:{VIcon:{icon:p,size:"x-small"}}},{default:()=>[n.thumb({...B,icon:p})]}):a(he,null,{default:()=>[t.loading?a(xe,{name:"v-switch",active:!0,color:N.value===!1?void 0:g.value},{default:D=>n.loader?n.loader(D):a(Se,{active:D.isActive,color:D.color,indeterminate:!0,size:"16",width:"2"},null)}):p&&a(Ce,{key:String(p),icon:p,size:"x-small"},null)]})])])}})}})}),{}}}),Ne={__name:"mainWindow",setup(t){const y=we(),m=se(),n=re(),r=w(localStorage.getItem("remoteUrl")||""),c=w(JSON.parse(localStorage.getItem("autoEnter")||"false")),o=w(!1),v=w(""),b=w(null);function C(){localStorage.setItem("remoteUrl",r.value),alert("地址已保存")}async function u(){if(r.value)try{const l=await fetch(r.value,{cache:"no-store"});if(!l.ok)throw new Error("无法获取配置文件");const e=await l.json();y.$patch(e),m.push("/infoPage")}catch(l){v.value=l.message,o.value=!0}else v.value="请输入有效的请求地址",o.value=!0}function d(){b.value.click()}function g(){m.push("/infoPage")}const f=l=>{const e=l.target.files[0];if(e&&e.type==="application/json"){const s=new FileReader;s.onload=V=>{try{const k=JSON.parse(V.target.result);console.log(k),y.$patch(k),m.push("/infoPage")}catch{console.error("Invalid JSON file")}},s.readAsText(e)}else console.error("Please select a valid JSON file")};return ue(()=>{const l=localStorage.getItem("remoteUrl");l&&(r.value=l),!(n.query.skipAutoEnter==="true")&&c.value&&m.push("/infoPage")}),T(c,l=>{localStorage.setItem("autoEnter",JSON.stringify(l))}),(l,e)=>(ce(),ie($,null,[a(Pe,{class:"main-container","fill-height":""},{default:i(()=>[a(Ie,{justify:"center",align:"center"},{default:i(()=>[a(j,{cols:"12",md:"4",class:"d-flex flex-column"},{default:i(()=>[a(F,{class:"pa-4 fade-in slide-in",outlined:""},{default:i(()=>[a(ye,{modelValue:r.value,"onUpdate:modelValue":e[0]||(e[0]=s=>r.value=s),label:"请求地址",clearable:""},null,8,["modelValue"]),a(E,{block:"",color:"deep-purple accent-4",dark:"",onClick:C},{default:i(()=>e[4]||(e[4]=[h("保存地址")])),_:1}),e[6]||(e[6]=S("p",{class:"mt-2 text-center"},"输入并保存请求地址",-1)),a(E,{block:"",color:"deep-purple accent-4",dark:"",class:"mt-2",onClick:d},{default:i(()=>e[5]||(e[5]=[h("打开配置")])),_:1}),e[7]||(e[7]=S("p",{class:"mt-2 text-center"},"打开 Json 配置文件",-1))]),_:1})]),_:1}),a(j,{cols:"12",md:"4",class:"d-flex flex-column"},{default:i(()=>[a(F,{class:"pa-4 fade-in slide-in",outlined:""},{default:i(()=>[a(E,{block:"",color:"teal accent-4",dark:"",onClick:u},{default:i(()=>e[8]||(e[8]=[h("请求配置")])),_:1}),e[10]||(e[10]=S("p",{class:"mt-2 text-center"},"请求并加载配置",-1)),a(E,{block:"",color:"teal accent-4",dark:"",class:"mt-2",onClick:g},{default:i(()=>e[9]||(e[9]=[h("直接进入看板")])),_:1}),e[11]||(e[11]=S("p",{class:"mt-2 text-center"},"直接进入看板,将继续使用上次加载的配置",-1)),a(Te,{modelValue:c.value,"onUpdate:modelValue":e[1]||(e[1]=s=>c.value=s),label:"下次自动进入看板",class:"mt-2 auto-enter-switch"},null,8,["modelValue"])]),_:1})]),_:1})]),_:1}),a(Fe,{modelValue:o.value,"onUpdate:modelValue":e[3]||(e[3]=s=>o.value=s),"max-width":"500"},{default:i(()=>[a(F,null,{default:i(()=>[a(Ae,{class:"headline"},{default:i(()=>e[12]||(e[12]=[h("错误")])),_:1}),a(Be,null,{default:i(()=>[h(de(v.value),1)]),_:1}),a(Ue,null,{default:i(()=>[a(E,{color:"red darken-1",text:"",onClick:e[2]||(e[2]=s=>o.value=!1)},{default:i(()=>e[13]||(e[13]=[h("关闭")])),_:1})]),_:1})]),_:1})]),_:1},8,["modelValue"])]),_:1}),S("input",{type:"file",ref_key:"fileInput",ref:b,onChange:f,style:{display:"none"},accept:".json"},null,544)],64))}},je=Ee(Ne,[["__scopeId","data-v-e41a35cd"]]);export{je as default}; diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/materialdesignicons-webfont-CYDMK1kx.woff2 b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/materialdesignicons-webfont-CYDMK1kx.woff2 new file mode 100644 index 0000000..c8cadcf Binary files /dev/null and b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/materialdesignicons-webfont-CYDMK1kx.woff2 differ diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/materialdesignicons-webfont-CgCzGbLl.woff b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/materialdesignicons-webfont-CgCzGbLl.woff new file mode 100644 index 0000000..deb8ae9 Binary files /dev/null and b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/materialdesignicons-webfont-CgCzGbLl.woff differ diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/materialdesignicons-webfont-D3kAzl71.ttf b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/materialdesignicons-webfont-D3kAzl71.ttf new file mode 100644 index 0000000..d685510 Binary files /dev/null and b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/materialdesignicons-webfont-D3kAzl71.ttf differ diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/materialdesignicons-webfont-DttUABo4.eot b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/materialdesignicons-webfont-DttUABo4.eot new file mode 100644 index 0000000..ee030ec Binary files /dev/null and b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/assets/materialdesignicons-webfont-DttUABo4.eot differ diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/cordova.js b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/cordova.js new file mode 100644 index 0000000..e69de29 diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/cordova_plugins.js b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/cordova_plugins.js new file mode 100644 index 0000000..e69de29 diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/favicon.ico b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/favicon.ico new file mode 100644 index 0000000..df36fcf Binary files /dev/null and b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/favicon.ico differ diff --git a/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/index.html b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/index.html new file mode 100644 index 0000000..1dd0fb1 --- /dev/null +++ b/ios/App/unsigned.xcarchive/Products/Applications/App.app/public/index.html @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + DSZ ExamAware For Android + + + + + + +
+ + diff --git a/ios/App/unsigned.xcarchive/dSYMs/App.app.dSYM/Contents/Info.plist b/ios/App/unsigned.xcarchive/dSYMs/App.app.dSYM/Contents/Info.plist new file mode 100644 index 0000000..e08e800 --- /dev/null +++ b/ios/App/unsigned.xcarchive/dSYMs/App.app.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.apple.xcode.dsym.org.dsz.examaware + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + + diff --git a/ios/App/unsigned.xcarchive/dSYMs/App.app.dSYM/Contents/Resources/DWARF/App b/ios/App/unsigned.xcarchive/dSYMs/App.app.dSYM/Contents/Resources/DWARF/App new file mode 100644 index 0000000..12279ec Binary files /dev/null and b/ios/App/unsigned.xcarchive/dSYMs/App.app.dSYM/Contents/Resources/DWARF/App differ diff --git a/ios/App/unsigned.xcarchive/dSYMs/App.app.dSYM/Contents/Resources/Relocations/aarch64/App.yml b/ios/App/unsigned.xcarchive/dSYMs/App.app.dSYM/Contents/Resources/Relocations/aarch64/App.yml new file mode 100644 index 0000000..773c361 --- /dev/null +++ b/ios/App/unsigned.xcarchive/dSYMs/App.app.dSYM/Contents/Resources/Relocations/aarch64/App.yml @@ -0,0 +1,42 @@ +--- +triple: 'arm64-apple-darwin' +binary-path: '/Users/quyilin/Library/Developer/Xcode/DerivedData/App-cahnbiefphmvwmeanmfamzecfuyo/Build/Intermediates.noindex/ArchiveIntermediates/App/InstallationBuildProductsLocation/Applications/App.app/App' +relocations: + - { offsetInCU: 0x61, offset: 0x58CAE, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateC6windowSo8UIWindowCSgvgTo', symObjAddr: 0x0, symBinAddr: 0x100008000, symSize: 0x10 } + - { offsetInCU: 0x81, offset: 0x58CCE, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateC6windowSo8UIWindowCSgvgTo', symObjAddr: 0x0, symBinAddr: 0x100008000, symSize: 0x10 } + - { offsetInCU: 0xB9, offset: 0x58D06, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateC6windowSo8UIWindowCSgvsTo', symObjAddr: 0x10, symBinAddr: 0x100008010, symSize: 0x34 } + - { offsetInCU: 0xFC, offset: 0x58D49, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateC11application_29didFinishLaunchingWithOptionsSbSo13UIApplicationC_SDySo0i6LaunchH3KeyaypGSgtFTo', symObjAddr: 0x44, symBinAddr: 0x100008044, symSize: 0x8 } + - { offsetInCU: 0x118, offset: 0x58D65, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateC27applicationWillResignActiveyySo13UIApplicationCFTo', symObjAddr: 0x4C, symBinAddr: 0x10000804C, symSize: 0x4 } + - { offsetInCU: 0x134, offset: 0x58D81, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateC29applicationDidEnterBackgroundyySo13UIApplicationCFTo', symObjAddr: 0x50, symBinAddr: 0x100008050, symSize: 0x4 } + - { offsetInCU: 0x150, offset: 0x58D9D, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateC30applicationWillEnterForegroundyySo13UIApplicationCFTo', symObjAddr: 0x54, symBinAddr: 0x100008054, symSize: 0x4 } + - { offsetInCU: 0x16C, offset: 0x58DB9, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateC26applicationDidBecomeActiveyySo13UIApplicationCFTo', symObjAddr: 0x58, symBinAddr: 0x100008058, symSize: 0x4 } + - { offsetInCU: 0x188, offset: 0x58DD5, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateC24applicationWillTerminateyySo13UIApplicationCFTo', symObjAddr: 0x5C, symBinAddr: 0x10000805C, symSize: 0x4 } + - { offsetInCU: 0x1C9, offset: 0x58E16, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateC11application_4open7optionsSbSo13UIApplicationC_10Foundation3URLVSDySo0F17OpenURLOptionsKeyaypGtFTo', symObjAddr: 0x60, symBinAddr: 0x100008060, symSize: 0x150 } + - { offsetInCU: 0x233, offset: 0x58E80, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateC11application_8continue18restorationHandlerSbSo13UIApplicationC_So14NSUserActivityCySaySo06UIUserI9Restoring_pGSgctFTo', symObjAddr: 0x1B0, symBinAddr: 0x1000081B0, symSize: 0xF0 } + - { offsetInCU: 0x290, offset: 0x58EDD, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateCACycfcTo', symObjAddr: 0x2F4, symBinAddr: 0x1000082F4, symSize: 0x48 } + - { offsetInCU: 0x2E2, offset: 0x58F2F, size: 0x8, addend: 0x0, symName: '_$sSo7NSArrayCSgIeyBy_SaySo23UIUserActivityRestoring_pGSgIegg_TR', symObjAddr: 0x2A0, symBinAddr: 0x1000082A0, symSize: 0x54 } + - { offsetInCU: 0x2FA, offset: 0x58F47, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateCfETo', symObjAddr: 0x36C, symBinAddr: 0x10000836C, symSize: 0x10 } + - { offsetInCU: 0x329, offset: 0x58F76, size: 0x8, addend: 0x0, symName: _main, symObjAddr: 0x37C, symBinAddr: 0x10000837C, symSize: 0x5C } + - { offsetInCU: 0x347, offset: 0x58F94, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateCMa', symObjAddr: 0x3D8, symBinAddr: 0x1000083D8, symSize: 0x20 } + - { offsetInCU: 0x35B, offset: 0x58FA8, size: 0x8, addend: 0x0, symName: '_$sSo7NSArrayCSgIeyBy_SaySo23UIUserActivityRestoring_pGSgIegg_TRTA', symObjAddr: 0x41C, symBinAddr: 0x10000841C, symSize: 0x8 } + - { offsetInCU: 0x36F, offset: 0x58FBC, size: 0x8, addend: 0x0, symName: ___swift_instantiateConcreteTypeFromMangledName, symObjAddr: 0x424, symBinAddr: 0x100008424, symSize: 0x40 } + - { offsetInCU: 0x383, offset: 0x58FD0, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyaMa', symObjAddr: 0x464, symBinAddr: 0x100008464, symSize: 0x54 } + - { offsetInCU: 0x3E2, offset: 0x5902F, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x764, symBinAddr: 0x100008764, symSize: 0x24 } + - { offsetInCU: 0x3F6, offset: 0x59043, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x788, symBinAddr: 0x100008788, symSize: 0x24 } + - { offsetInCU: 0x40A, offset: 0x59057, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyaSHSCSQWb', symObjAddr: 0x7AC, symBinAddr: 0x1000087AC, symSize: 0x24 } + - { offsetInCU: 0x41E, offset: 0x5906B, size: 0x8, addend: 0x0, symName: '_$ss20_SwiftNewtypeWrapperPss21_ObjectiveCBridgeable8RawValueRpzrlE016_forceBridgeFromD1C_6resultyAD_01_D5CTypeQZ_xSgztFZSo30UIApplicationOpenURLOptionsKeya_Tgmq5', symObjAddr: 0x7D0, symBinAddr: 0x1000087D0, symSize: 0x80 } + - { offsetInCU: 0x436, offset: 0x59083, size: 0x8, addend: 0x0, symName: '_$ss20_SwiftNewtypeWrapperPss21_ObjectiveCBridgeable8RawValueRpzrlE024_conditionallyBridgeFromD1C_6resultSbAD_01_D5CTypeQZ_xSgztFZSo30UIApplicationOpenURLOptionsKeya_Tgmq5', symObjAddr: 0x850, symBinAddr: 0x100008850, symSize: 0x90 } + - { offsetInCU: 0x4AE, offset: 0x590FB, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromE1C_6resulty01_E5CTypeQz_xSgztFZTW', symObjAddr: 0x4C4, symBinAddr: 0x1000084C4, symSize: 0x4 } + - { offsetInCU: 0x4CA, offset: 0x59117, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromE1C_6resultSb01_E5CTypeQz_xSgztFZTW', symObjAddr: 0x4C8, symBinAddr: 0x1000084C8, symSize: 0x4 } + - { offsetInCU: 0x4E6, offset: 0x59133, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyas21_ObjectiveCBridgeableSCsACP026_unconditionallyBridgeFromE1Cyx01_E5CTypeQzSgFZTW', symObjAddr: 0x4CC, symBinAddr: 0x1000084CC, symSize: 0x40 } + - { offsetInCU: 0x51D, offset: 0x5916A, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyaSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x554, symBinAddr: 0x100008554, symSize: 0x40 } + - { offsetInCU: 0x554, offset: 0x591A1, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyaSHSCSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x594, symBinAddr: 0x100008594, symSize: 0x70 } + - { offsetInCU: 0x5A9, offset: 0x591F6, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyaSQSCSQ2eeoiySbx_xtFZTW', symObjAddr: 0x604, symBinAddr: 0x100008604, symSize: 0x88 } + - { offsetInCU: 0x5F4, offset: 0x59241, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyas35_HasCustomAnyHashableRepresentationSCsACP03_tofgH0s0gH0VSgyFTW', symObjAddr: 0x6F8, symBinAddr: 0x1000086F8, symSize: 0x6C } + - { offsetInCU: 0x67B, offset: 0x592C8, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyaSYSCSY8rawValuexSg03RawF0Qz_tcfCTW', symObjAddr: 0x68C, symBinAddr: 0x10000868C, symSize: 0x44 } + - { offsetInCU: 0x6C0, offset: 0x5930D, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyaSYSCSY8rawValue03RawF0QzvgTW', symObjAddr: 0x6D0, symBinAddr: 0x1000086D0, symSize: 0x28 } + - { offsetInCU: 0x8F5, offset: 0x59542, size: 0x8, addend: 0x0, symName: '_$s3App0A8DelegateCfD', symObjAddr: 0x33C, symBinAddr: 0x10000833C, symSize: 0x30 } + - { offsetInCU: 0x2B, offset: 0x595D3, size: 0x8, addend: 0x0, symName: '_$s3App19ResourceBundleClass33_F7158B72C9BBE77223A1208D6EDC39F1LLCfD', symObjAddr: 0x0, symBinAddr: 0x100008920, symSize: 0x10 } + - { offsetInCU: 0x6D, offset: 0x59615, size: 0x8, addend: 0x0, symName: '_$s3App19ResourceBundleClass33_F7158B72C9BBE77223A1208D6EDC39F1LLCMa', symObjAddr: 0x10, symBinAddr: 0x100008930, symSize: 0x20 } + - { offsetInCU: 0x176, offset: 0x5971E, size: 0x8, addend: 0x0, symName: '_$s3App19ResourceBundleClass33_F7158B72C9BBE77223A1208D6EDC39F1LLCfD', symObjAddr: 0x0, symBinAddr: 0x100008920, symSize: 0x10 } +... diff --git a/ios/App/unsigned.xcarchive/dSYMs/Capacitor.framework.dSYM/Contents/Info.plist b/ios/App/unsigned.xcarchive/dSYMs/Capacitor.framework.dSYM/Contents/Info.plist new file mode 100644 index 0000000..922e147 --- /dev/null +++ b/ios/App/unsigned.xcarchive/dSYMs/Capacitor.framework.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.apple.xcode.dsym.org.cocoapods.Capacitor + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + 6.2.0 + CFBundleVersion + 1 + + diff --git a/ios/App/unsigned.xcarchive/dSYMs/Capacitor.framework.dSYM/Contents/Resources/DWARF/Capacitor b/ios/App/unsigned.xcarchive/dSYMs/Capacitor.framework.dSYM/Contents/Resources/DWARF/Capacitor new file mode 100644 index 0000000..73962e4 Binary files /dev/null and b/ios/App/unsigned.xcarchive/dSYMs/Capacitor.framework.dSYM/Contents/Resources/DWARF/Capacitor differ diff --git a/ios/App/unsigned.xcarchive/dSYMs/Capacitor.framework.dSYM/Contents/Resources/Relocations/aarch64/Capacitor.yml b/ios/App/unsigned.xcarchive/dSYMs/Capacitor.framework.dSYM/Contents/Resources/Relocations/aarch64/Capacitor.yml new file mode 100644 index 0000000..23012f1 --- /dev/null +++ b/ios/App/unsigned.xcarchive/dSYMs/Capacitor.framework.dSYM/Contents/Resources/Relocations/aarch64/Capacitor.yml @@ -0,0 +1,2188 @@ +--- +triple: 'arm64-apple-darwin' +binary-path: '/Users/quyilin/Library/Developer/Xcode/DerivedData/App-cahnbiefphmvwmeanmfamzecfuyo/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Capacitor.framework/Capacitor' +relocations: + - { offsetInCU: 0x34, offset: 0x5C7F5, size: 0x8, addend: 0x0, symName: _CapacitorVersionString, symObjAddr: 0x0, symBinAddr: 0x6DDA0, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x5C82A, size: 0x8, addend: 0x0, symName: _CapacitorVersionNumber, symObjAddr: 0x28, symBinAddr: 0x6DDC8, symSize: 0x0 } + - { offsetInCU: 0x27, offset: 0x5C867, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall(BridgedJSProtocol) getString:defaultValue:]', symObjAddr: 0x0, symBinAddr: 0x4000, symSize: 0xC0 } + - { offsetInCU: 0xD3, offset: 0x5C913, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall(BridgedJSProtocol) getString:defaultValue:]', symObjAddr: 0x0, symBinAddr: 0x4000, symSize: 0xC0 } + - { offsetInCU: 0x13A, offset: 0x5C97A, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall(BridgedJSProtocol) getDate:defaultValue:]', symObjAddr: 0xC0, symBinAddr: 0x40C0, symSize: 0x11C } + - { offsetInCU: 0x1A1, offset: 0x5C9E1, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall(BridgedJSProtocol) getObject:defaultValue:]', symObjAddr: 0x1DC, symBinAddr: 0x41DC, symSize: 0xC0 } + - { offsetInCU: 0x208, offset: 0x5CA48, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall(BridgedJSProtocol) getNumber:defaultValue:]', symObjAddr: 0x29C, symBinAddr: 0x429C, symSize: 0xC0 } + - { offsetInCU: 0x26F, offset: 0x5CAAF, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall(BridgedJSProtocol) getBool:defaultValue:]', symObjAddr: 0x35C, symBinAddr: 0x435C, symSize: 0x98 } + - { offsetInCU: 0x27, offset: 0x5CD42, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration initWithDescriptor:isDebug:]', symObjAddr: 0x0, symBinAddr: 0x43F4, symSize: 0x354 } + - { offsetInCU: 0x372, offset: 0x5D08D, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration initWithDescriptor:isDebug:]', symObjAddr: 0x0, symBinAddr: 0x43F4, symSize: 0x354 } + - { offsetInCU: 0x3C5, offset: 0x5D0E0, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration initWithConfiguration:andLocation:]', symObjAddr: 0x354, symBinAddr: 0x4748, symSize: 0x2B8 } + - { offsetInCU: 0x41C, offset: 0x5D137, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration updatingAppLocation:]', symObjAddr: 0x60C, symBinAddr: 0x4A00, symSize: 0x5C } + - { offsetInCU: 0x463, offset: 0x5D17E, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration appendedUserAgentString]', symObjAddr: 0x668, symBinAddr: 0x4A5C, symSize: 0x8 } + - { offsetInCU: 0x49A, offset: 0x5D1B5, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration overridenUserAgentString]', symObjAddr: 0x670, symBinAddr: 0x4A64, symSize: 0x8 } + - { offsetInCU: 0x4D1, offset: 0x5D1EC, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration backgroundColor]', symObjAddr: 0x678, symBinAddr: 0x4A6C, symSize: 0x8 } + - { offsetInCU: 0x508, offset: 0x5D223, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration allowedNavigationHostnames]', symObjAddr: 0x680, symBinAddr: 0x4A74, symSize: 0x8 } + - { offsetInCU: 0x53F, offset: 0x5D25A, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration localURL]', symObjAddr: 0x688, symBinAddr: 0x4A7C, symSize: 0x8 } + - { offsetInCU: 0x576, offset: 0x5D291, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration serverURL]', symObjAddr: 0x690, symBinAddr: 0x4A84, symSize: 0x8 } + - { offsetInCU: 0x5AD, offset: 0x5D2C8, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration errorPath]', symObjAddr: 0x698, symBinAddr: 0x4A8C, symSize: 0x8 } + - { offsetInCU: 0x5E4, offset: 0x5D2FF, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration pluginConfigurations]', symObjAddr: 0x6A0, symBinAddr: 0x4A94, symSize: 0x8 } + - { offsetInCU: 0x61B, offset: 0x5D336, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration loggingEnabled]', symObjAddr: 0x6A8, symBinAddr: 0x4A9C, symSize: 0x8 } + - { offsetInCU: 0x652, offset: 0x5D36D, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration scrollingEnabled]', symObjAddr: 0x6B0, symBinAddr: 0x4AA4, symSize: 0x8 } + - { offsetInCU: 0x689, offset: 0x5D3A4, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration zoomingEnabled]', symObjAddr: 0x6B8, symBinAddr: 0x4AAC, symSize: 0x8 } + - { offsetInCU: 0x6C0, offset: 0x5D3DB, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration allowLinkPreviews]', symObjAddr: 0x6C0, symBinAddr: 0x4AB4, symSize: 0x8 } + - { offsetInCU: 0x6F7, offset: 0x5D412, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration handleApplicationNotifications]', symObjAddr: 0x6C8, symBinAddr: 0x4ABC, symSize: 0x8 } + - { offsetInCU: 0x72E, offset: 0x5D449, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration isWebDebuggable]', symObjAddr: 0x6D0, symBinAddr: 0x4AC4, symSize: 0x8 } + - { offsetInCU: 0x765, offset: 0x5D480, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration cordovaDeployDisabled]', symObjAddr: 0x6D8, symBinAddr: 0x4ACC, symSize: 0x8 } + - { offsetInCU: 0x79C, offset: 0x5D4B7, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration contentInsetAdjustmentBehavior]', symObjAddr: 0x6E0, symBinAddr: 0x4AD4, symSize: 0x8 } + - { offsetInCU: 0x7D3, offset: 0x5D4EE, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration appLocation]', symObjAddr: 0x6E8, symBinAddr: 0x4ADC, symSize: 0x8 } + - { offsetInCU: 0x80A, offset: 0x5D525, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration appStartPath]', symObjAddr: 0x6F0, symBinAddr: 0x4AE4, symSize: 0x8 } + - { offsetInCU: 0x841, offset: 0x5D55C, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration limitsNavigationsToAppBoundDomains]', symObjAddr: 0x6F8, symBinAddr: 0x4AEC, symSize: 0x8 } + - { offsetInCU: 0x878, offset: 0x5D593, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration preferredContentMode]', symObjAddr: 0x700, symBinAddr: 0x4AF4, symSize: 0x8 } + - { offsetInCU: 0x8AF, offset: 0x5D5CA, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration legacyConfig]', symObjAddr: 0x708, symBinAddr: 0x4AFC, symSize: 0x8 } + - { offsetInCU: 0x8E6, offset: 0x5D601, size: 0x8, addend: 0x0, symName: '-[CAPInstanceConfiguration .cxx_destruct]', symObjAddr: 0x710, symBinAddr: 0x4B04, symSize: 0xA8 } + - { offsetInCU: 0x27, offset: 0x5D81C, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor initAsDefault]', symObjAddr: 0x0, symBinAddr: 0x4BAC, symSize: 0x144 } + - { offsetInCU: 0x41, offset: 0x5D836, size: 0x8, addend: 0x0, symName: _CAPInstanceDescriptorDefaultScheme, symObjAddr: 0x6B0, symBinAddr: 0x887B0, symSize: 0x0 } + - { offsetInCU: 0x61, offset: 0x5D856, size: 0x8, addend: 0x0, symName: _CAPInstanceDescriptorDefaultHostname, symObjAddr: 0x6B8, symBinAddr: 0x887B8, symSize: 0x0 } + - { offsetInCU: 0x41F, offset: 0x5DC14, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor initAsDefault]', symObjAddr: 0x0, symBinAddr: 0x4BAC, symSize: 0x144 } + - { offsetInCU: 0x456, offset: 0x5DC4B, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor initAtLocation:configuration:cordovaConfiguration:]', symObjAddr: 0x144, symBinAddr: 0x4CF0, symSize: 0xBC } + - { offsetInCU: 0x4BD, offset: 0x5DCB2, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor _setDefaultsWithAppLocation:]', symObjAddr: 0x200, symBinAddr: 0x4DAC, symSize: 0x14C } + - { offsetInCU: 0x500, offset: 0x5DCF5, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor appendedUserAgentString]', symObjAddr: 0x34C, symBinAddr: 0x4EF8, symSize: 0x8 } + - { offsetInCU: 0x537, offset: 0x5DD2C, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setAppendedUserAgentString:]', symObjAddr: 0x354, symBinAddr: 0x4F00, symSize: 0x8 } + - { offsetInCU: 0x576, offset: 0x5DD6B, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor overridenUserAgentString]', symObjAddr: 0x35C, symBinAddr: 0x4F08, symSize: 0x8 } + - { offsetInCU: 0x5AD, offset: 0x5DDA2, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setOverridenUserAgentString:]', symObjAddr: 0x364, symBinAddr: 0x4F10, symSize: 0x8 } + - { offsetInCU: 0x5EC, offset: 0x5DDE1, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor backgroundColor]', symObjAddr: 0x36C, symBinAddr: 0x4F18, symSize: 0x8 } + - { offsetInCU: 0x623, offset: 0x5DE18, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setBackgroundColor:]', symObjAddr: 0x374, symBinAddr: 0x4F20, symSize: 0xC } + - { offsetInCU: 0x664, offset: 0x5DE59, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor allowedNavigationHostnames]', symObjAddr: 0x380, symBinAddr: 0x4F2C, symSize: 0x8 } + - { offsetInCU: 0x69B, offset: 0x5DE90, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setAllowedNavigationHostnames:]', symObjAddr: 0x388, symBinAddr: 0x4F34, symSize: 0x8 } + - { offsetInCU: 0x6DA, offset: 0x5DECF, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor urlScheme]', symObjAddr: 0x390, symBinAddr: 0x4F3C, symSize: 0x8 } + - { offsetInCU: 0x711, offset: 0x5DF06, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setUrlScheme:]', symObjAddr: 0x398, symBinAddr: 0x4F44, symSize: 0x8 } + - { offsetInCU: 0x750, offset: 0x5DF45, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor errorPath]', symObjAddr: 0x3A0, symBinAddr: 0x4F4C, symSize: 0x8 } + - { offsetInCU: 0x787, offset: 0x5DF7C, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setErrorPath:]', symObjAddr: 0x3A8, symBinAddr: 0x4F54, symSize: 0x8 } + - { offsetInCU: 0x7C6, offset: 0x5DFBB, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor urlHostname]', symObjAddr: 0x3B0, symBinAddr: 0x4F5C, symSize: 0x8 } + - { offsetInCU: 0x7FD, offset: 0x5DFF2, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setUrlHostname:]', symObjAddr: 0x3B8, symBinAddr: 0x4F64, symSize: 0x8 } + - { offsetInCU: 0x83C, offset: 0x5E031, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor serverURL]', symObjAddr: 0x3C0, symBinAddr: 0x4F6C, symSize: 0x8 } + - { offsetInCU: 0x873, offset: 0x5E068, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setServerURL:]', symObjAddr: 0x3C8, symBinAddr: 0x4F74, symSize: 0x8 } + - { offsetInCU: 0x8B2, offset: 0x5E0A7, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor pluginConfigurations]', symObjAddr: 0x3D0, symBinAddr: 0x4F7C, symSize: 0x8 } + - { offsetInCU: 0x8E9, offset: 0x5E0DE, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setPluginConfigurations:]', symObjAddr: 0x3D8, symBinAddr: 0x4F84, symSize: 0xC } + - { offsetInCU: 0x92A, offset: 0x5E11F, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor loggingBehavior]', symObjAddr: 0x3E4, symBinAddr: 0x4F90, symSize: 0x8 } + - { offsetInCU: 0x961, offset: 0x5E156, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setLoggingBehavior:]', symObjAddr: 0x3EC, symBinAddr: 0x4F98, symSize: 0x8 } + - { offsetInCU: 0x99E, offset: 0x5E193, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor scrollingEnabled]', symObjAddr: 0x3F4, symBinAddr: 0x4FA0, symSize: 0x8 } + - { offsetInCU: 0x9D5, offset: 0x5E1CA, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setScrollingEnabled:]', symObjAddr: 0x3FC, symBinAddr: 0x4FA8, symSize: 0x8 } + - { offsetInCU: 0xA10, offset: 0x5E205, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor zoomingEnabled]', symObjAddr: 0x404, symBinAddr: 0x4FB0, symSize: 0x8 } + - { offsetInCU: 0xA47, offset: 0x5E23C, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setZoomingEnabled:]', symObjAddr: 0x40C, symBinAddr: 0x4FB8, symSize: 0x8 } + - { offsetInCU: 0xA82, offset: 0x5E277, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor allowLinkPreviews]', symObjAddr: 0x414, symBinAddr: 0x4FC0, symSize: 0x8 } + - { offsetInCU: 0xAB9, offset: 0x5E2AE, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setAllowLinkPreviews:]', symObjAddr: 0x41C, symBinAddr: 0x4FC8, symSize: 0x8 } + - { offsetInCU: 0xAF4, offset: 0x5E2E9, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor handleApplicationNotifications]', symObjAddr: 0x424, symBinAddr: 0x4FD0, symSize: 0x8 } + - { offsetInCU: 0xB2B, offset: 0x5E320, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setHandleApplicationNotifications:]', symObjAddr: 0x42C, symBinAddr: 0x4FD8, symSize: 0x8 } + - { offsetInCU: 0xB66, offset: 0x5E35B, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor isWebDebuggable]', symObjAddr: 0x434, symBinAddr: 0x4FE0, symSize: 0x8 } + - { offsetInCU: 0xB9D, offset: 0x5E392, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setIsWebDebuggable:]', symObjAddr: 0x43C, symBinAddr: 0x4FE8, symSize: 0x8 } + - { offsetInCU: 0xBD8, offset: 0x5E3CD, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor contentInsetAdjustmentBehavior]', symObjAddr: 0x444, symBinAddr: 0x4FF0, symSize: 0x8 } + - { offsetInCU: 0xC0F, offset: 0x5E404, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setContentInsetAdjustmentBehavior:]', symObjAddr: 0x44C, symBinAddr: 0x4FF8, symSize: 0x8 } + - { offsetInCU: 0xC4C, offset: 0x5E441, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor appLocation]', symObjAddr: 0x454, symBinAddr: 0x5000, symSize: 0x8 } + - { offsetInCU: 0xC83, offset: 0x5E478, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setAppLocation:]', symObjAddr: 0x45C, symBinAddr: 0x5008, symSize: 0x8 } + - { offsetInCU: 0xCC2, offset: 0x5E4B7, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor appStartPath]', symObjAddr: 0x464, symBinAddr: 0x5010, symSize: 0x8 } + - { offsetInCU: 0xCF9, offset: 0x5E4EE, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setAppStartPath:]', symObjAddr: 0x46C, symBinAddr: 0x5018, symSize: 0x8 } + - { offsetInCU: 0xD38, offset: 0x5E52D, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor limitsNavigationsToAppBoundDomains]', symObjAddr: 0x474, symBinAddr: 0x5020, symSize: 0x8 } + - { offsetInCU: 0xD6F, offset: 0x5E564, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setLimitsNavigationsToAppBoundDomains:]', symObjAddr: 0x47C, symBinAddr: 0x5028, symSize: 0x8 } + - { offsetInCU: 0xDAA, offset: 0x5E59F, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor preferredContentMode]', symObjAddr: 0x484, symBinAddr: 0x5030, symSize: 0x8 } + - { offsetInCU: 0xDE1, offset: 0x5E5D6, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setPreferredContentMode:]', symObjAddr: 0x48C, symBinAddr: 0x5038, symSize: 0x8 } + - { offsetInCU: 0xE20, offset: 0x5E615, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor cordovaConfiguration]', symObjAddr: 0x494, symBinAddr: 0x5040, symSize: 0x8 } + - { offsetInCU: 0xE57, offset: 0x5E64C, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setCordovaConfiguration:]', symObjAddr: 0x49C, symBinAddr: 0x5048, symSize: 0x8 } + - { offsetInCU: 0xE96, offset: 0x5E68B, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor warnings]', symObjAddr: 0x4A4, symBinAddr: 0x5050, symSize: 0x8 } + - { offsetInCU: 0xECD, offset: 0x5E6C2, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setWarnings:]', symObjAddr: 0x4AC, symBinAddr: 0x5058, symSize: 0x8 } + - { offsetInCU: 0xF0A, offset: 0x5E6FF, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor instanceType]', symObjAddr: 0x4B4, symBinAddr: 0x5060, symSize: 0x8 } + - { offsetInCU: 0xF41, offset: 0x5E736, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor legacyConfig]', symObjAddr: 0x4BC, symBinAddr: 0x5068, symSize: 0x8 } + - { offsetInCU: 0xF78, offset: 0x5E76D, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor setLegacyConfig:]', symObjAddr: 0x4C4, symBinAddr: 0x5070, symSize: 0xC } + - { offsetInCU: 0xFB9, offset: 0x5E7AE, size: 0x8, addend: 0x0, symName: '-[CAPInstanceDescriptor .cxx_destruct]', symObjAddr: 0x4D0, symBinAddr: 0x507C, symSize: 0xC0 } + - { offsetInCU: 0x27, offset: 0x5E857, size: 0x8, addend: 0x0, symName: '-[CAPPlugin initWithBridge:pluginId:pluginName:]', symObjAddr: 0x0, symBinAddr: 0x513C, symSize: 0x110 } + - { offsetInCU: 0x1F7, offset: 0x5EA27, size: 0x8, addend: 0x0, symName: '-[CAPPlugin initWithBridge:pluginId:pluginName:]', symObjAddr: 0x0, symBinAddr: 0x513C, symSize: 0x110 } + - { offsetInCU: 0x25E, offset: 0x5EA8E, size: 0x8, addend: 0x0, symName: '-[CAPPlugin getId]', symObjAddr: 0x110, symBinAddr: 0x524C, symSize: 0x4 } + - { offsetInCU: 0x293, offset: 0x5EAC3, size: 0x8, addend: 0x0, symName: '-[CAPPlugin getBool:field:defaultValue:]', symObjAddr: 0x114, symBinAddr: 0x5250, symSize: 0xAC } + - { offsetInCU: 0x306, offset: 0x5EB36, size: 0x8, addend: 0x0, symName: '-[CAPPlugin getString:field:defaultValue:]', symObjAddr: 0x1C0, symBinAddr: 0x52FC, symSize: 0x10 } + - { offsetInCU: 0x369, offset: 0x5EB99, size: 0x8, addend: 0x0, symName: '-[CAPPlugin getConfigValue:]', symObjAddr: 0x1D0, symBinAddr: 0x530C, symSize: 0xB0 } + - { offsetInCU: 0x3B0, offset: 0x5EBE0, size: 0x8, addend: 0x0, symName: '-[CAPPlugin getConfig]', symObjAddr: 0x280, symBinAddr: 0x53BC, symSize: 0x8C } + - { offsetInCU: 0x3E7, offset: 0x5EC17, size: 0x8, addend: 0x0, symName: '-[CAPPlugin load]', symObjAddr: 0x30C, symBinAddr: 0x5448, symSize: 0x4 } + - { offsetInCU: 0x416, offset: 0x5EC46, size: 0x8, addend: 0x0, symName: '-[CAPPlugin addEventListener:listener:]', symObjAddr: 0x310, symBinAddr: 0x544C, symSize: 0x110 } + - { offsetInCU: 0x479, offset: 0x5ECA9, size: 0x8, addend: 0x0, symName: '-[CAPPlugin sendRetainedArgumentsForEvent:]', symObjAddr: 0x420, symBinAddr: 0x555C, symSize: 0x174 } + - { offsetInCU: 0x4EB, offset: 0x5ED1B, size: 0x8, addend: 0x0, symName: '-[CAPPlugin removeEventListener:listener:]', symObjAddr: 0x594, symBinAddr: 0x56D0, symSize: 0xAC } + - { offsetInCU: 0x55E, offset: 0x5ED8E, size: 0x8, addend: 0x0, symName: '-[CAPPlugin notifyListeners:data:]', symObjAddr: 0x640, symBinAddr: 0x577C, symSize: 0x8 } + - { offsetInCU: 0x5AB, offset: 0x5EDDB, size: 0x8, addend: 0x0, symName: '-[CAPPlugin notifyListeners:data:retainUntilConsumed:]', symObjAddr: 0x648, symBinAddr: 0x5784, symSize: 0x200 } + - { offsetInCU: 0x696, offset: 0x5EEC6, size: 0x8, addend: 0x0, symName: '-[CAPPlugin addListener:]', symObjAddr: 0x848, symBinAddr: 0x5984, symSize: 0x88 } + - { offsetInCU: 0x6E9, offset: 0x5EF19, size: 0x8, addend: 0x0, symName: '-[CAPPlugin removeListener:]', symObjAddr: 0x8D0, symBinAddr: 0x5A0C, symSize: 0x120 } + - { offsetInCU: 0x75C, offset: 0x5EF8C, size: 0x8, addend: 0x0, symName: '-[CAPPlugin removeAllListeners:]', symObjAddr: 0x9F0, symBinAddr: 0x5B2C, symSize: 0x54 } + - { offsetInCU: 0x79F, offset: 0x5EFCF, size: 0x8, addend: 0x0, symName: '-[CAPPlugin getListeners:]', symObjAddr: 0xA44, symBinAddr: 0x5B80, symSize: 0x6C } + - { offsetInCU: 0x7F6, offset: 0x5F026, size: 0x8, addend: 0x0, symName: '-[CAPPlugin hasListeners:]', symObjAddr: 0xAB0, symBinAddr: 0x5BEC, symSize: 0x90 } + - { offsetInCU: 0x84D, offset: 0x5F07D, size: 0x8, addend: 0x0, symName: '-[CAPPlugin checkPermissions:]', symObjAddr: 0xB40, symBinAddr: 0x5C7C, symSize: 0x8 } + - { offsetInCU: 0x88C, offset: 0x5F0BC, size: 0x8, addend: 0x0, symName: '-[CAPPlugin requestPermissions:]', symObjAddr: 0xB48, symBinAddr: 0x5C84, symSize: 0x8 } + - { offsetInCU: 0x8CB, offset: 0x5F0FB, size: 0x8, addend: 0x0, symName: '-[CAPPlugin setCenteredPopover:]', symObjAddr: 0xB50, symBinAddr: 0x5C8C, symSize: 0x1F4 } + - { offsetInCU: 0x90E, offset: 0x5F13E, size: 0x8, addend: 0x0, symName: '-[CAPPlugin setCenteredPopover:size:]', symObjAddr: 0xD44, symBinAddr: 0x5E80, symSize: 0x214 } + - { offsetInCU: 0x95D, offset: 0x5F18D, size: 0x8, addend: 0x0, symName: '-[CAPPlugin supportsPopover]', symObjAddr: 0xF58, symBinAddr: 0x6094, symSize: 0x8 } + - { offsetInCU: 0x990, offset: 0x5F1C0, size: 0x8, addend: 0x0, symName: '-[CAPPlugin shouldOverrideLoad:]', symObjAddr: 0xF60, symBinAddr: 0x609C, symSize: 0x8 } + - { offsetInCU: 0x9CF, offset: 0x5F1FF, size: 0x8, addend: 0x0, symName: '-[CAPPlugin webView]', symObjAddr: 0xF68, symBinAddr: 0x60A4, symSize: 0x18 } + - { offsetInCU: 0xA06, offset: 0x5F236, size: 0x8, addend: 0x0, symName: '-[CAPPlugin setWebView:]', symObjAddr: 0xF80, symBinAddr: 0x60BC, symSize: 0xC } + - { offsetInCU: 0xA47, offset: 0x5F277, size: 0x8, addend: 0x0, symName: '-[CAPPlugin bridge]', symObjAddr: 0xF8C, symBinAddr: 0x60C8, symSize: 0x18 } + - { offsetInCU: 0xA7E, offset: 0x5F2AE, size: 0x8, addend: 0x0, symName: '-[CAPPlugin setBridge:]', symObjAddr: 0xFA4, symBinAddr: 0x60E0, symSize: 0xC } + - { offsetInCU: 0xABF, offset: 0x5F2EF, size: 0x8, addend: 0x0, symName: '-[CAPPlugin pluginId]', symObjAddr: 0xFB0, symBinAddr: 0x60EC, symSize: 0x8 } + - { offsetInCU: 0xAF6, offset: 0x5F326, size: 0x8, addend: 0x0, symName: '-[CAPPlugin setPluginId:]', symObjAddr: 0xFB8, symBinAddr: 0x60F4, symSize: 0xC } + - { offsetInCU: 0xB37, offset: 0x5F367, size: 0x8, addend: 0x0, symName: '-[CAPPlugin pluginName]', symObjAddr: 0xFC4, symBinAddr: 0x6100, symSize: 0x8 } + - { offsetInCU: 0xB6E, offset: 0x5F39E, size: 0x8, addend: 0x0, symName: '-[CAPPlugin setPluginName:]', symObjAddr: 0xFCC, symBinAddr: 0x6108, symSize: 0xC } + - { offsetInCU: 0xBAF, offset: 0x5F3DF, size: 0x8, addend: 0x0, symName: '-[CAPPlugin eventListeners]', symObjAddr: 0xFD8, symBinAddr: 0x6114, symSize: 0x8 } + - { offsetInCU: 0xBE6, offset: 0x5F416, size: 0x8, addend: 0x0, symName: '-[CAPPlugin setEventListeners:]', symObjAddr: 0xFE0, symBinAddr: 0x611C, symSize: 0xC } + - { offsetInCU: 0xC27, offset: 0x5F457, size: 0x8, addend: 0x0, symName: '-[CAPPlugin retainedEventArguments]', symObjAddr: 0xFEC, symBinAddr: 0x6128, symSize: 0x8 } + - { offsetInCU: 0xC5E, offset: 0x5F48E, size: 0x8, addend: 0x0, symName: '-[CAPPlugin setRetainedEventArguments:]', symObjAddr: 0xFF4, symBinAddr: 0x6130, symSize: 0xC } + - { offsetInCU: 0xC9F, offset: 0x5F4CF, size: 0x8, addend: 0x0, symName: '-[CAPPlugin shouldStringifyDatesInCalls]', symObjAddr: 0x1000, symBinAddr: 0x613C, symSize: 0x8 } + - { offsetInCU: 0xCD6, offset: 0x5F506, size: 0x8, addend: 0x0, symName: '-[CAPPlugin setShouldStringifyDatesInCalls:]', symObjAddr: 0x1008, symBinAddr: 0x6144, symSize: 0x8 } + - { offsetInCU: 0xD11, offset: 0x5F541, size: 0x8, addend: 0x0, symName: '-[CAPPlugin .cxx_destruct]', symObjAddr: 0x1010, symBinAddr: 0x614C, symSize: 0x58 } + - { offsetInCU: 0x27, offset: 0x5F7B4, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall initWithCallbackId:options:success:error:]', symObjAddr: 0x0, symBinAddr: 0x61A4, symSize: 0xB8 } + - { offsetInCU: 0x1FF, offset: 0x5F98C, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall initWithCallbackId:options:success:error:]', symObjAddr: 0x0, symBinAddr: 0x61A4, symSize: 0xB8 } + - { offsetInCU: 0x276, offset: 0x5FA03, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall initWithCallbackId:methodName:options:success:error:]', symObjAddr: 0xB8, symBinAddr: 0x625C, symSize: 0xCC } + - { offsetInCU: 0x2FD, offset: 0x5FA8A, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall isSaved]', symObjAddr: 0x184, symBinAddr: 0x6328, symSize: 0x4 } + - { offsetInCU: 0x332, offset: 0x5FABF, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall setIsSaved:]', symObjAddr: 0x188, symBinAddr: 0x632C, symSize: 0x4 } + - { offsetInCU: 0x376, offset: 0x5FB03, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall save]', symObjAddr: 0x18C, symBinAddr: 0x6330, symSize: 0x8 } + - { offsetInCU: 0x3A7, offset: 0x5FB34, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall keepAlive]', symObjAddr: 0x194, symBinAddr: 0x6338, symSize: 0x8 } + - { offsetInCU: 0x3DE, offset: 0x5FB6B, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall setKeepAlive:]', symObjAddr: 0x19C, symBinAddr: 0x6340, symSize: 0x8 } + - { offsetInCU: 0x419, offset: 0x5FBA6, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall callbackId]', symObjAddr: 0x1A4, symBinAddr: 0x6348, symSize: 0x8 } + - { offsetInCU: 0x450, offset: 0x5FBDD, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall setCallbackId:]', symObjAddr: 0x1AC, symBinAddr: 0x6350, symSize: 0xC } + - { offsetInCU: 0x491, offset: 0x5FC1E, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall methodName]', symObjAddr: 0x1B8, symBinAddr: 0x635C, symSize: 0x8 } + - { offsetInCU: 0x4C8, offset: 0x5FC55, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall setMethodName:]', symObjAddr: 0x1C0, symBinAddr: 0x6364, symSize: 0xC } + - { offsetInCU: 0x509, offset: 0x5FC96, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall options]', symObjAddr: 0x1CC, symBinAddr: 0x6370, symSize: 0x8 } + - { offsetInCU: 0x540, offset: 0x5FCCD, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall setOptions:]', symObjAddr: 0x1D4, symBinAddr: 0x6378, symSize: 0xC } + - { offsetInCU: 0x581, offset: 0x5FD0E, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall successHandler]', symObjAddr: 0x1E0, symBinAddr: 0x6384, symSize: 0x8 } + - { offsetInCU: 0x5B8, offset: 0x5FD45, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall setSuccessHandler:]', symObjAddr: 0x1E8, symBinAddr: 0x638C, symSize: 0x8 } + - { offsetInCU: 0x5F7, offset: 0x5FD84, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall errorHandler]', symObjAddr: 0x1F0, symBinAddr: 0x6394, symSize: 0x8 } + - { offsetInCU: 0x62E, offset: 0x5FDBB, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall setErrorHandler:]', symObjAddr: 0x1F8, symBinAddr: 0x639C, symSize: 0x8 } + - { offsetInCU: 0x66D, offset: 0x5FDFA, size: 0x8, addend: 0x0, symName: '-[CAPPluginCall .cxx_destruct]', symObjAddr: 0x200, symBinAddr: 0x63A4, symSize: 0x54 } + - { offsetInCU: 0x27, offset: 0x5FE6C, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethodArgument initWithName:nullability:type:]', symObjAddr: 0x0, symBinAddr: 0x63F8, symSize: 0x34 } + - { offsetInCU: 0x3AD, offset: 0x601F2, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethodArgument initWithName:nullability:type:]', symObjAddr: 0x0, symBinAddr: 0x63F8, symSize: 0x34 } + - { offsetInCU: 0x410, offset: 0x60255, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethodArgument name]', symObjAddr: 0x34, symBinAddr: 0x642C, symSize: 0x8 } + - { offsetInCU: 0x447, offset: 0x6028C, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethodArgument setName:]', symObjAddr: 0x3C, symBinAddr: 0x6434, symSize: 0x8 } + - { offsetInCU: 0x486, offset: 0x602CB, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethodArgument nullability]', symObjAddr: 0x44, symBinAddr: 0x643C, symSize: 0x8 } + - { offsetInCU: 0x4BD, offset: 0x60302, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethodArgument setNullability:]', symObjAddr: 0x4C, symBinAddr: 0x6444, symSize: 0x8 } + - { offsetInCU: 0x4FA, offset: 0x6033F, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethodArgument .cxx_destruct]', symObjAddr: 0x54, symBinAddr: 0x644C, symSize: 0xC } + - { offsetInCU: 0x52D, offset: 0x60372, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethod initWithName:returnType:]', symObjAddr: 0x60, symBinAddr: 0x6458, symSize: 0xA4 } + - { offsetInCU: 0x5AD, offset: 0x603F2, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethod initWithSelector:returnType:]', symObjAddr: 0x104, symBinAddr: 0x64FC, symSize: 0xAC } + - { offsetInCU: 0x63D, offset: 0x60482, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethod selector]', symObjAddr: 0x1B0, symBinAddr: 0x65A8, symSize: 0x8 } + - { offsetInCU: 0x674, offset: 0x604B9, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethod setSelector:]', symObjAddr: 0x1B8, symBinAddr: 0x65B0, symSize: 0x8 } + - { offsetInCU: 0x6B1, offset: 0x604F6, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethod name]', symObjAddr: 0x1C0, symBinAddr: 0x65B8, symSize: 0x8 } + - { offsetInCU: 0x6E8, offset: 0x6052D, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethod setName:]', symObjAddr: 0x1C8, symBinAddr: 0x65C0, symSize: 0xC } + - { offsetInCU: 0x729, offset: 0x6056E, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethod returnType]', symObjAddr: 0x1D4, symBinAddr: 0x65CC, symSize: 0x8 } + - { offsetInCU: 0x760, offset: 0x605A5, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethod setReturnType:]', symObjAddr: 0x1DC, symBinAddr: 0x65D4, symSize: 0xC } + - { offsetInCU: 0x7A1, offset: 0x605E6, size: 0x8, addend: 0x0, symName: '-[CAPPluginMethod .cxx_destruct]', symObjAddr: 0x1E8, symBinAddr: 0x65E0, symSize: 0x60 } + - { offsetInCU: 0x27, offset: 0x60654, size: 0x8, addend: 0x0, symName: '-[CAPCookiesPlugin(CAPPluginCategory) pluginMethods]', symObjAddr: 0x0, symBinAddr: 0x6640, symSize: 0x130 } + - { offsetInCU: 0x66, offset: 0x60693, size: 0x8, addend: 0x0, symName: '-[CAPCookiesPlugin(CAPPluginCategory) pluginMethods]', symObjAddr: 0x0, symBinAddr: 0x6640, symSize: 0x130 } + - { offsetInCU: 0xA9, offset: 0x606D6, size: 0x8, addend: 0x0, symName: '-[CAPCookiesPlugin(CAPPluginCategory) identifier]', symObjAddr: 0x130, symBinAddr: 0x6770, symSize: 0xC } + - { offsetInCU: 0xDC, offset: 0x60709, size: 0x8, addend: 0x0, symName: '-[CAPCookiesPlugin(CAPPluginCategory) jsName]', symObjAddr: 0x13C, symBinAddr: 0x677C, symSize: 0xC } + - { offsetInCU: 0x10F, offset: 0x6073C, size: 0x8, addend: 0x0, symName: '-[CAPHttpPlugin(CAPPluginCategory) pluginMethods]', symObjAddr: 0x148, symBinAddr: 0x6788, symSize: 0x160 } + - { offsetInCU: 0x152, offset: 0x6077F, size: 0x8, addend: 0x0, symName: '-[CAPHttpPlugin(CAPPluginCategory) identifier]', symObjAddr: 0x2A8, symBinAddr: 0x68E8, symSize: 0xC } + - { offsetInCU: 0x185, offset: 0x607B2, size: 0x8, addend: 0x0, symName: '-[CAPHttpPlugin(CAPPluginCategory) jsName]', symObjAddr: 0x2B4, symBinAddr: 0x68F4, symSize: 0xC } + - { offsetInCU: 0x1B8, offset: 0x607E5, size: 0x8, addend: 0x0, symName: '-[CAPConsolePlugin(CAPPluginCategory) pluginMethods]', symObjAddr: 0x2C0, symBinAddr: 0x6900, symSize: 0x64 } + - { offsetInCU: 0x1FB, offset: 0x60828, size: 0x8, addend: 0x0, symName: '-[CAPConsolePlugin(CAPPluginCategory) identifier]', symObjAddr: 0x324, symBinAddr: 0x6964, symSize: 0xC } + - { offsetInCU: 0x22E, offset: 0x6085B, size: 0x8, addend: 0x0, symName: '-[CAPConsolePlugin(CAPPluginCategory) jsName]', symObjAddr: 0x330, symBinAddr: 0x6970, symSize: 0xC } + - { offsetInCU: 0x261, offset: 0x6088E, size: 0x8, addend: 0x0, symName: '-[CAPWebViewPlugin(CAPPluginCategory) pluginMethods]', symObjAddr: 0x33C, symBinAddr: 0x697C, symSize: 0x100 } + - { offsetInCU: 0x2A4, offset: 0x608D1, size: 0x8, addend: 0x0, symName: '-[CAPWebViewPlugin(CAPPluginCategory) identifier]', symObjAddr: 0x43C, symBinAddr: 0x6A7C, symSize: 0xC } + - { offsetInCU: 0x2D7, offset: 0x60904, size: 0x8, addend: 0x0, symName: '-[CAPWebViewPlugin(CAPPluginCategory) jsName]', symObjAddr: 0x448, symBinAddr: 0x6A88, symSize: 0xC } + - { offsetInCU: 0x27, offset: 0x609E8, size: 0x8, addend: 0x0, symName: '+[UIStatusBarManager(CAPHandleTapAction) load]', symObjAddr: 0x0, symBinAddr: 0x6A94, symSize: 0x6C } + - { offsetInCU: 0x35, offset: 0x609F6, size: 0x8, addend: 0x0, symName: '+[UIStatusBarManager(CAPHandleTapAction) load]', symObjAddr: 0x0, symBinAddr: 0x6A94, symSize: 0x6C } + - { offsetInCU: 0x5B, offset: 0x60A1C, size: 0x8, addend: 0x0, symName: _load.onceToken, symObjAddr: 0x2E70, symBinAddr: 0xA3560, symSize: 0x0 } + - { offsetInCU: 0x192, offset: 0x60B53, size: 0x8, addend: 0x0, symName: '___46+[UIStatusBarManager(CAPHandleTapAction) load]_block_invoke', symObjAddr: 0x6C, symBinAddr: 0x6B00, symSize: 0xD4 } + - { offsetInCU: 0x425, offset: 0x60DE6, size: 0x8, addend: 0x0, symName: '-[UIStatusBarManager(CAPHandleTapAction) nofity_handleTapAction:]', symObjAddr: 0x140, symBinAddr: 0x6BD4, symSize: 0xC0 } + - { offsetInCU: 0x27, offset: 0x60F03, size: 0x8, addend: 0x0, symName: '+[WKWebView(CapacitorAutoFocus) load]', symObjAddr: 0x0, symBinAddr: 0x6C94, symSize: 0x4 } + - { offsetInCU: 0xBE, offset: 0x60F9A, size: 0x8, addend: 0x0, symName: '+[WKWebView(CapacitorAutoFocus) load]', symObjAddr: 0x0, symBinAddr: 0x6C94, symSize: 0x4 } + - { offsetInCU: 0x141, offset: 0x61137, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9hexString33_750E6D65F9E101F235B3FD4952DBE776LLySSs16IndexingIteratorVySays5UInt8VGGF', symObjAddr: 0x0, symBinAddr: 0x6C98, symSize: 0x1A0 } + - { offsetInCU: 0x6E0, offset: 0x616D6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7AppUUIDC06assertbC033_750E6D65F9E101F235B3FD4952DBE776LLyyFZTf4d_n', symObjAddr: 0x27C8, symBinAddr: 0x93A0, symSize: 0x2E8 } + - { offsetInCU: 0x8DA, offset: 0x618D0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC9tmpWindowSo8UIWindowCSgvpfi', symObjAddr: 0x79C, symBinAddr: 0x7434, symSize: 0x8 } + - { offsetInCU: 0x8F2, offset: 0x618E8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14bridgeDelegateAA09CAPBridgeD0_pSgvpfi', symObjAddr: 0x7A4, symBinAddr: 0x743C, symSize: 0xC } + - { offsetInCU: 0x90A, offset: 0x61900, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC10lastPluginSo9CAPPluginCSgvpfi', symObjAddr: 0x7B0, symBinAddr: 0x7448, symSize: 0x8 } + - { offsetInCU: 0x922, offset: 0x61918, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC7pluginsSDySSSo16CAPBridgedPlugin_So9CAPPluginCXcGvpfi', symObjAddr: 0x7B8, symBinAddr: 0x7450, symSize: 0xC } + - { offsetInCU: 0x93A, offset: 0x61930, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC20cordovaPluginManagerSo09CDVPluginE0CSgvpfi', symObjAddr: 0x7C4, symBinAddr: 0x745C, symSize: 0x8 } + - { offsetInCU: 0x9A2, offset: 0x61998, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC11storedCallsAA20ConcurrentDictionaryCySo13CAPPluginCallCGvpfi', symObjAddr: 0x7CC, symBinAddr: 0x7464, symSize: 0x64 } + - { offsetInCU: 0xA4F, offset: 0x61A45, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18injectCordovaFiles33_B558F97FDDF7E6D98578814FFB110E95LLSbvpfi', symObjAddr: 0x830, symBinAddr: 0x74C8, symSize: 0x8 } + - { offsetInCU: 0xA67, offset: 0x61A5D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC13cordovaParser33_B558F97FDDF7E6D98578814FFB110E95LLSo09CDVConfigD0CSgvpfi', symObjAddr: 0x838, symBinAddr: 0x74D0, symSize: 0x8 } + - { offsetInCU: 0xA7F, offset: 0x61A75, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC13dispatchQueueSo03OS_C6_queueCvpfi', symObjAddr: 0x840, symBinAddr: 0x74D8, symSize: 0x1C4 } + - { offsetInCU: 0xAD7, offset: 0x61ACD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC9observersSaySo8NSObject_pGvpfi', symObjAddr: 0xA04, symBinAddr: 0x769C, symSize: 0xC } + - { offsetInCU: 0xAEF, offset: 0x61AE5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC6configSo24CAPInstanceConfigurationCSgvpfi', symObjAddr: 0xA10, symBinAddr: 0x76A8, symSize: 0x8 } + - { offsetInCU: 0xB07, offset: 0x61AFD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC13cookieManagerAA0a6CookieE0CSgvpfi', symObjAddr: 0xA18, symBinAddr: 0x76B0, symSize: 0x8 } + - { offsetInCU: 0xB1F, offset: 0x61B15, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC15capacitorBridge33_0151BC8B8398CBA447E765B04F9447A0LLAA0aF0CSgvpfi', symObjAddr: 0xA24, symBinAddr: 0x76BC, symSize: 0x8 } + - { offsetInCU: 0xB37, offset: 0x61B2D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC03webC0So05WKWebC0CSgvpfi', symObjAddr: 0xA2C, symBinAddr: 0x76C4, symSize: 0x8 } + - { offsetInCU: 0xB4F, offset: 0x61B45, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC18isStatusBarVisibleSbvpfi', symObjAddr: 0xA34, symBinAddr: 0x76CC, symSize: 0x8 } + - { offsetInCU: 0xB67, offset: 0x61B5D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC14statusBarStyleSo08UIStatusfG0Vvpfi', symObjAddr: 0xA3C, symBinAddr: 0x76D4, symSize: 0x8 } + - { offsetInCU: 0xB7F, offset: 0x61B75, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC18statusBarAnimationSo08UIStatusfG0Vvpfi', symObjAddr: 0xA44, symBinAddr: 0x76DC, symSize: 0x8 } + - { offsetInCU: 0xB97, offset: 0x61B8D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC21supportedOrientationsSaySiGvpfi', symObjAddr: 0xA4C, symBinAddr: 0x76E4, symSize: 0xC } + - { offsetInCU: 0xBAF, offset: 0x61BA5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC29$__lazy_storage_$_isNewBinary33_0151BC8B8398CBA447E765B04F9447A0LLSbSgvpfi', symObjAddr: 0xA58, symBinAddr: 0x76F0, symSize: 0x8 } + - { offsetInCU: 0xBC7, offset: 0x61BBD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC6methodSSSgvpfi', symObjAddr: 0xA64, symBinAddr: 0x76FC, symSize: 0xC } + - { offsetInCU: 0xBDF, offset: 0x61BD5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC6paramsSDyS2SGSgvpfi', symObjAddr: 0xA70, symBinAddr: 0x7708, symSize: 0x8 } + - { offsetInCU: 0xBF7, offset: 0x61BED, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC7requestAA0a3UrlC0CSgvpfi', symObjAddr: 0xA78, symBinAddr: 0x7710, symSize: 0x8 } + - { offsetInCU: 0xC0F, offset: 0x61C05, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterC04pushB7HandlerAA0bE8Protocol_pSgvpfi', symObjAddr: 0xA80, symBinAddr: 0x7718, symSize: 0x8 } + - { offsetInCU: 0xC27, offset: 0x61C1D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterC05localB7HandlerAA0bE8Protocol_pSgvpfi', symObjAddr: 0xA88, symBinAddr: 0x7720, symSize: 0x8 } + - { offsetInCU: 0xC3F, offset: 0x61C35, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterV8basePathSSvpfi', symObjAddr: 0xA90, symBinAddr: 0x7728, symSize: 0xC } + - { offsetInCU: 0xC9C, offset: 0x61C92, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC9mimeTypesSDyS2SGvpfi', symObjAddr: 0xADC, symBinAddr: 0x7774, symSize: 0x60 } + - { offsetInCU: 0xD32, offset: 0x61D28, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC6bridgeAA0A6BridgeCSgvpfi', symObjAddr: 0xB3C, symBinAddr: 0x77D4, symSize: 0x8 } + - { offsetInCU: 0xD4A, offset: 0x61D40, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC17contentControllerSo013WKUserContentG0Cvpfi', symObjAddr: 0xB44, symBinAddr: 0x77DC, symSize: 0x24 } + - { offsetInCU: 0xD8D, offset: 0x61D83, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC12LoadingStateAC0bcgH0Ovpfi', symObjAddr: 0xB68, symBinAddr: 0x7800, symSize: 0x8 } + - { offsetInCU: 0xDA5, offset: 0x61D9B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC11handlerName33_F9163AD9166938F8B4F54F28D02AA29FLLSSvpfi', symObjAddr: 0xB70, symBinAddr: 0x7808, symSize: 0x14 } + - { offsetInCU: 0xDE2, offset: 0x61DD8, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV19_uninitializedCount15minimumCapacityAByxGSi_SitcfCSo8NSObject_p_Tgm5', symObjAddr: 0x1528, symBinAddr: 0x8100, symSize: 0x80 } + - { offsetInCU: 0xE2C, offset: 0x61E22, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo8NSObject_p_Tgm5', symObjAddr: 0x15A8, symBinAddr: 0x8180, symSize: 0xC } + - { offsetInCU: 0xE4F, offset: 0x61E45, size: 0x8, addend: 0x0, symName: '_$ss29getContiguousArrayStorageType3fors01_bcD0CyxGmxm_tlFSo12NSHTTPCookieC_Tgm5', symObjAddr: 0x15B4, symBinAddr: 0x818C, symSize: 0x64 } + - { offsetInCU: 0xE7C, offset: 0x61E72, size: 0x8, addend: 0x0, symName: '_$s10Foundation13__DataStorageC15withUnsafeBytes2in5applyxSnySiG_xSWKXEtKlFyt_Tg5015$s10Foundation4B31V9CapacitorE6sha256SSvgySWXEfU_AA0B0VSays5UInt8VGTf1nncn_n', symObjAddr: 0x1618, symBinAddr: 0x81F0, symSize: 0xCC } + - { offsetInCU: 0xEA7, offset: 0x61E9D, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOy', symObjAddr: 0x16E4, symBinAddr: 0x82BC, symSize: 0x44 } + - { offsetInCU: 0xEBB, offset: 0x61EB1, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOWOe', symObjAddr: 0x1728, symBinAddr: 0x8300, symSize: 0x44 } + - { offsetInCU: 0x19E7, offset: 0x629DD, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_1, symObjAddr: 0x2AB0, symBinAddr: 0x9688, symSize: 0x24 } + - { offsetInCU: 0x19FB, offset: 0x629F1, size: 0x8, addend: 0x0, symName: '_$sS2SSysWl', symObjAddr: 0x2AD4, symBinAddr: 0x96AC, symSize: 0x44 } + - { offsetInCU: 0x1A0F, offset: 0x62A05, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgWOe', symObjAddr: 0x2B18, symBinAddr: 0x96F0, symSize: 0x14 } + - { offsetInCU: 0x1AC1, offset: 0x62AB7, size: 0x8, addend: 0x0, symName: ___swift_instantiateConcreteTypeFromMangledName, symObjAddr: 0x2C1C, symBinAddr: 0x97F4, symSize: 0x40 } + - { offsetInCU: 0x1AD5, offset: 0x62ACB, size: 0x8, addend: 0x0, symName: '_$sSaySo17OS_dispatch_queueC8DispatchE10AttributesVGMa', symObjAddr: 0x2C9C, symBinAddr: 0x9874, symSize: 0x54 } + - { offsetInCU: 0x1CB4, offset: 0x62CAA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7AppUUIDCMa', symObjAddr: 0x3010, symBinAddr: 0x9BE8, symSize: 0x20 } + - { offsetInCU: 0x1CC8, offset: 0x62CBE, size: 0x8, addend: 0x0, symName: '_$sSo38UIApplicationOpenExternalURLOptionsKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x3084, symBinAddr: 0x9C5C, symSize: 0x2C } + - { offsetInCU: 0x1CDC, offset: 0x62CD2, size: 0x8, addend: 0x0, symName: '_$sSo38UIApplicationOpenExternalURLOptionsKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x30B0, symBinAddr: 0x9C88, symSize: 0x2C } + - { offsetInCU: 0x1CF0, offset: 0x62CE6, size: 0x8, addend: 0x0, symName: '_$sSo38UIApplicationOpenExternalURLOptionsKeyaSHSCSQWb', symObjAddr: 0x30DC, symBinAddr: 0x9CB4, symSize: 0x2C } + - { offsetInCU: 0x1F89, offset: 0x62F7F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOWOb', symObjAddr: 0x35D8, symBinAddr: 0xA1B0, symSize: 0x3C } + - { offsetInCU: 0x2177, offset: 0x6316D, size: 0x8, addend: 0x0, symName: '_$sypWOb', symObjAddr: 0x3914, symBinAddr: 0xA4EC, symSize: 0x10 } + - { offsetInCU: 0x218B, offset: 0x63181, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOb', symObjAddr: 0x3924, symBinAddr: 0xA4FC, symSize: 0x48 } + - { offsetInCU: 0x219F, offset: 0x63195, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7JSValue_pWOb', symObjAddr: 0x39B0, symBinAddr: 0xA588, symSize: 0x18 } + - { offsetInCU: 0x21B3, offset: 0x631A9, size: 0x8, addend: 0x0, symName: '_$sSaySSGSayxGSKsWl', symObjAddr: 0x3A00, symBinAddr: 0xA5D8, symSize: 0x60 } + - { offsetInCU: 0x21C7, offset: 0x631BD, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x3AD0, symBinAddr: 0xA6A8, symSize: 0x2C } + - { offsetInCU: 0x21DB, offset: 0x631D1, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x3AFC, symBinAddr: 0xA6D4, symSize: 0x2C } + - { offsetInCU: 0x21EF, offset: 0x631E5, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeVSHSCSQWb', symObjAddr: 0x3B28, symBinAddr: 0xA700, symSize: 0x2C } + - { offsetInCU: 0x2203, offset: 0x631F9, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation26_ObjectiveCBridgeableErrorSCs0F0PWb', symObjAddr: 0x3B54, symBinAddr: 0xA72C, symSize: 0x2C } + - { offsetInCU: 0x2217, offset: 0x6320D, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation13CustomNSErrorSCs5ErrorPWb', symObjAddr: 0x3B80, symBinAddr: 0xA758, symSize: 0x2C } + - { offsetInCU: 0x222B, offset: 0x63221, size: 0x8, addend: 0x0, symName: '_$sSo16NSURLResourceKeyas20_SwiftNewtypeWrapperSCSYWb', symObjAddr: 0x3BAC, symBinAddr: 0xA784, symSize: 0x2C } + - { offsetInCU: 0x223F, offset: 0x63235, size: 0x8, addend: 0x0, symName: '_$sSo16NSURLResourceKeyas20_SwiftNewtypeWrapperSCs35_HasCustomAnyHashableRepresentationPWb', symObjAddr: 0x3BD8, symBinAddr: 0xA7B0, symSize: 0x2C } + - { offsetInCU: 0x2253, offset: 0x63249, size: 0x8, addend: 0x0, symName: '_$sSo16NSURLResourceKeyaSHSCSQWb', symObjAddr: 0x3C04, symBinAddr: 0xA7DC, symSize: 0x2C } + - { offsetInCU: 0x2267, offset: 0x6325D, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation21_BridgedStoredNSErrorSCAC06CustomF0PWb', symObjAddr: 0x3C30, symBinAddr: 0xA808, symSize: 0x2C } + - { offsetInCU: 0x227B, offset: 0x63271, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation21_BridgedStoredNSErrorSCAC26_ObjectiveCBridgeableErrorPWb', symObjAddr: 0x3C5C, symBinAddr: 0xA834, symSize: 0x2C } + - { offsetInCU: 0x228F, offset: 0x63285, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation21_BridgedStoredNSErrorSCSHWb', symObjAddr: 0x3C88, symBinAddr: 0xA860, symSize: 0x2C } + - { offsetInCU: 0x22A3, offset: 0x63299, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation21_BridgedStoredNSErrorSC0B0AcDP_AC06_ErrorB8ProtocolPWT', symObjAddr: 0x3CB4, symBinAddr: 0xA88C, symSize: 0x2C } + - { offsetInCU: 0x22B7, offset: 0x632AD, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation21_BridgedStoredNSErrorSC0B0AcDP_SYWT', symObjAddr: 0x3D40, symBinAddr: 0xA918, symSize: 0x2C } + - { offsetInCU: 0x22CB, offset: 0x632C1, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation21_BridgedStoredNSErrorSC0B0AcDP_8RawValueSYs17FixedWidthIntegerPWT', symObjAddr: 0x3D6C, symBinAddr: 0xA944, symSize: 0x4 } + - { offsetInCU: 0x22DF, offset: 0x632D5, size: 0x8, addend: 0x0, symName: '_$sS2is17FixedWidthIntegersWl', symObjAddr: 0x3D70, symBinAddr: 0xA948, symSize: 0x44 } + - { offsetInCU: 0x22F3, offset: 0x632E9, size: 0x8, addend: 0x0, symName: '_$sSo11WKErrorCodeV10Foundation06_ErrorB8ProtocolSCSQWb', symObjAddr: 0x3DB4, symBinAddr: 0xA98C, symSize: 0x2C } + - { offsetInCU: 0x2307, offset: 0x632FD, size: 0x8, addend: 0x0, symName: '_$sSo11WKErrorCodeV10Foundation06_ErrorB8ProtocolSC01_D4TypeAcDP_AC21_BridgedStoredNSErrorPWT', symObjAddr: 0x3DE0, symBinAddr: 0xA9B8, symSize: 0x2C } + - { offsetInCU: 0x231B, offset: 0x63311, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyaSHSCSQWb', symObjAddr: 0x3E0C, symBinAddr: 0xA9E4, symSize: 0x2C } + - { offsetInCU: 0x24F5, offset: 0x634EB, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromE1C_6resulty01_E5CTypeQz_xSgztFZTW', symObjAddr: 0xCB8, symBinAddr: 0x7948, symSize: 0x14 } + - { offsetInCU: 0x2511, offset: 0x63507, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromE1C_6resultSb01_E5CTypeQz_xSgztFZTW', symObjAddr: 0xCCC, symBinAddr: 0x795C, symSize: 0x18 } + - { offsetInCU: 0x252D, offset: 0x63523, size: 0x8, addend: 0x0, symName: '_$sSo16NSURLResourceKeyas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromC1C_6resulty01_C5CTypeQz_xSgztFZTW', symObjAddr: 0xD50, symBinAddr: 0x798C, symSize: 0x14 } + - { offsetInCU: 0x2549, offset: 0x6353F, size: 0x8, addend: 0x0, symName: '_$sSo16NSURLResourceKeyas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromC1C_6resultSb01_C5CTypeQz_xSgztFZTW', symObjAddr: 0xD64, symBinAddr: 0x79A0, symSize: 0x18 } + - { offsetInCU: 0x2565, offset: 0x6355B, size: 0x8, addend: 0x0, symName: '_$sSo38UIApplicationOpenExternalURLOptionsKeyas21_ObjectiveCBridgeableSCsACP016_forceBridgeFromF1C_6resulty01_F5CTypeQz_xSgztFZTW', symObjAddr: 0xDA0, symBinAddr: 0x79DC, symSize: 0x14 } + - { offsetInCU: 0x2581, offset: 0x63577, size: 0x8, addend: 0x0, symName: '_$sSo38UIApplicationOpenExternalURLOptionsKeyas21_ObjectiveCBridgeableSCsACP024_conditionallyBridgeFromF1C_6resultSb01_F5CTypeQz_xSgztFZTW', symObjAddr: 0xDB4, symBinAddr: 0x79F0, symSize: 0x18 } + - { offsetInCU: 0x25B6, offset: 0x635AC, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeVSHSCSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x1084, symBinAddr: 0x7CC0, symSize: 0x5C } + - { offsetInCU: 0x25E7, offset: 0x635DD, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeVs5ErrorSCsACP9_userInfoyXlSgvgTW', symObjAddr: 0x1274, symBinAddr: 0x7E4C, symSize: 0x4 } + - { offsetInCU: 0x2612, offset: 0x63608, size: 0x8, addend: 0x0, symName: '_$sSo11WKErrorCodeVSQSCSQ2eeoiySbx_xtFZTW', symObjAddr: 0x1310, symBinAddr: 0x7EE8, symSize: 0x14 } + - { offsetInCU: 0x2658, offset: 0x6364E, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyas35_HasCustomAnyHashableRepresentationSCsACP03_tofgH0s0gH0VSgyFTW', symObjAddr: 0x1328, symBinAddr: 0x7F00, symSize: 0x84 } + - { offsetInCU: 0x2674, offset: 0x6366A, size: 0x8, addend: 0x0, symName: '_$sSo16NSURLResourceKeyas35_HasCustomAnyHashableRepresentationSCsACP03_todeF0s0eF0VSgyFTW', symObjAddr: 0x13D8, symBinAddr: 0x7FB0, symSize: 0x84 } + - { offsetInCU: 0x2690, offset: 0x63686, size: 0x8, addend: 0x0, symName: '_$sSo38UIApplicationOpenExternalURLOptionsKeyas35_HasCustomAnyHashableRepresentationSCsACP03_toghI0s0hI0VSgyFTW', symObjAddr: 0x14A4, symBinAddr: 0x807C, symSize: 0x84 } + - { offsetInCU: 0x27ED, offset: 0x637E3, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCTgm5Tf4g_n', symObjAddr: 0x25DC, symBinAddr: 0x91B4, symSize: 0xEC } + - { offsetInCU: 0x294F, offset: 0x63945, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_10Foundation4DataVTgm5Tf4g_n', symObjAddr: 0x26C8, symBinAddr: 0x92A0, symSize: 0x100 } + - { offsetInCU: 0x2ACF, offset: 0x63AC5, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_So13CAPPluginCallCTgm5Tf4g_n', symObjAddr: 0x2B2C, symBinAddr: 0x9704, symSize: 0xF0 } + - { offsetInCU: 0x2C31, offset: 0x63C27, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_9Capacitor7JSValue_pTgm5Tf4g_n', symObjAddr: 0x2CF0, symBinAddr: 0x98C8, symSize: 0x114 } + - { offsetInCU: 0x2D93, offset: 0x63D89, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypTgm5Tf4g_n', symObjAddr: 0x2E04, symBinAddr: 0x99DC, symSize: 0x110 } + - { offsetInCU: 0x2EEF, offset: 0x63EE5, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_SSTgm5Tf4g_n', symObjAddr: 0x2F14, symBinAddr: 0x9AEC, symSize: 0xFC } + - { offsetInCU: 0x3057, offset: 0x6404D, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_10Foundation3URLVSgTgm5Tf4g_n', symObjAddr: 0x3108, symBinAddr: 0x9CE0, symSize: 0x16C } + - { offsetInCU: 0x31B9, offset: 0x641AF, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_So42UIScrollViewContentInsetAdjustmentBehaviorVTgm5Tf4g_n', symObjAddr: 0x3274, symBinAddr: 0x9E4C, symSize: 0xE4 } + - { offsetInCU: 0x3321, offset: 0x64317, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCs17CodingUserInfoKeyV_ypTgm5Tf4g_n', symObjAddr: 0x3358, symBinAddr: 0x9F30, symSize: 0x16C } + - { offsetInCU: 0x347D, offset: 0x64473, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOTgm5Tf4g_n', symObjAddr: 0x34C4, symBinAddr: 0xA09C, symSize: 0x114 } + - { offsetInCU: 0x35E5, offset: 0x645DB, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCs11AnyHashableV_ypTgm5Tf4g_n', symObjAddr: 0x3614, symBinAddr: 0xA1EC, symSize: 0x114 } + - { offsetInCU: 0x3747, offset: 0x6473D, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSo38UIApplicationOpenExternalURLOptionsKeya_ypTgm5Tf4g_n', symObjAddr: 0x3728, symBinAddr: 0xA300, symSize: 0x100 } + - { offsetInCU: 0x38AF, offset: 0x648A5, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_SayypGTgm5Tf4g_n', symObjAddr: 0x3828, symBinAddr: 0xA400, symSize: 0xEC } + - { offsetInCU: 0x3B39, offset: 0x64B2F, size: 0x8, addend: 0x0, symName: '_$sSo16NSURLResourceKeyaSYSCSY8rawValue03RawD0QzvgTW', symObjAddr: 0x13B0, symBinAddr: 0x7F88, symSize: 0x28 } + - { offsetInCU: 0x3BD8, offset: 0x64BCE, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation13CustomNSErrorSCAcDP05errorB0SivgTW', symObjAddr: 0xF14, symBinAddr: 0x7B50, symSize: 0x40 } + - { offsetInCU: 0x3BF4, offset: 0x64BEA, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation13CustomNSErrorSCAcDP13errorUserInfoSDySSypGvgTW', symObjAddr: 0xF54, symBinAddr: 0x7B90, symSize: 0x40 } + - { offsetInCU: 0x3C10, offset: 0x64C06, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation26_ObjectiveCBridgeableErrorSCAcDP15_bridgedNSErrorxSgSo0H0Ch_tcfCTW', symObjAddr: 0xF94, symBinAddr: 0x7BD0, symSize: 0x68 } + - { offsetInCU: 0x3C40, offset: 0x64C36, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeVSHSCSH9hashValueSivgTW', symObjAddr: 0xFFC, symBinAddr: 0x7C38, symSize: 0x38 } + - { offsetInCU: 0x3C71, offset: 0x64C67, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeVSHSCSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x1034, symBinAddr: 0x7C70, symSize: 0x50 } + - { offsetInCU: 0x3C8D, offset: 0x64C83, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeVs5ErrorSCsACP7_domainSSvgTW', symObjAddr: 0x11F4, symBinAddr: 0x7DCC, symSize: 0x40 } + - { offsetInCU: 0x3CA9, offset: 0x64C9F, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeVs5ErrorSCsACP5_codeSivgTW', symObjAddr: 0x1234, symBinAddr: 0x7E0C, symSize: 0x40 } + - { offsetInCU: 0x3CC5, offset: 0x64CBB, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeVs5ErrorSCsACP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x1278, symBinAddr: 0x7E50, symSize: 0x40 } + - { offsetInCU: 0x3CE1, offset: 0x64CD7, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeVSQSCSQ2eeoiySbx_xtFZTW', symObjAddr: 0x12B8, symBinAddr: 0x7E90, symSize: 0x58 } + - { offsetInCU: 0x3E25, offset: 0x64E1B, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation21_BridgedStoredNSErrorSCAcDP8_nsErrorSo0F0CvgTW', symObjAddr: 0xC94, symBinAddr: 0x792C, symSize: 0x8 } + - { offsetInCU: 0x3E56, offset: 0x64E4C, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation21_BridgedStoredNSErrorSCAcDP8_nsErrorxSo0F0C_tcfCTW', symObjAddr: 0xC9C, symBinAddr: 0x7934, symSize: 0x8 } + - { offsetInCU: 0x3E86, offset: 0x64E7C, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation13CustomNSErrorSCAcDP11errorDomainSSvgZTW', symObjAddr: 0xF04, symBinAddr: 0x7B40, symSize: 0x10 } + - { offsetInCU: 0x3EA6, offset: 0x64E9C, size: 0x8, addend: 0x0, symName: '_$sSC11WKErrorCodeLeV10Foundation13CustomNSErrorSCAcDP11errorDomainSSvgZTW', symObjAddr: 0xF04, symBinAddr: 0x7B40, symSize: 0x10 } + - { offsetInCU: 0x3ECD, offset: 0x64EC3, size: 0x8, addend: 0x0, symName: '_$sSo11WKErrorCodeVSYSCSY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0x10E0, symBinAddr: 0x7D1C, symSize: 0x10 } + - { offsetInCU: 0x3EE9, offset: 0x64EDF, size: 0x8, addend: 0x0, symName: '_$sSo11WKErrorCodeVSYSCSY8rawValue03RawD0QzvgTW', symObjAddr: 0x10F0, symBinAddr: 0x7D2C, symSize: 0xC } + - { offsetInCU: 0x4080, offset: 0x65076, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV9CapacitorE6sha256SSvg', symObjAddr: 0x1A0, symBinAddr: 0x6E38, symSize: 0x20C } + - { offsetInCU: 0x42AD, offset: 0x652A3, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV9CapacitorE6sha256SSvgySWXEfU_', symObjAddr: 0x3BC, symBinAddr: 0x7054, symSize: 0xDC } + - { offsetInCU: 0x450C, offset: 0x65502, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7AppUUIDC03getbC0SSyFZ', symObjAddr: 0x4A8, symBinAddr: 0x7140, symSize: 0xE4 } + - { offsetInCU: 0x466E, offset: 0x65664, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7AppUUIDC010regeneratebC0yyFZ', symObjAddr: 0x58C, symBinAddr: 0x7224, symSize: 0x1F8 } + - { offsetInCU: 0x4759, offset: 0x6574F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7AppUUIDCfd', symObjAddr: 0x784, symBinAddr: 0x741C, symSize: 0x8 } + - { offsetInCU: 0x477E, offset: 0x65774, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7AppUUIDCfD', symObjAddr: 0x78C, symBinAddr: 0x7424, symSize: 0x10 } + - { offsetInCU: 0x4880, offset: 0x65876, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFs5UInt8V_Tg5', symObjAddr: 0x176C, symBinAddr: 0x8344, symSize: 0xE8 } + - { offsetInCU: 0x49B6, offset: 0x659AC, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF9Capacitor17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLO_Tg5', symObjAddr: 0x1854, symBinAddr: 0x842C, symSize: 0x104 } + - { offsetInCU: 0x4AEC, offset: 0x65AE2, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x1958, symBinAddr: 0x8530, symSize: 0x104 } + - { offsetInCU: 0x4C22, offset: 0x65C18, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF9Capacitor18PluginHeaderMethodV_Tg5', symObjAddr: 0x1A5C, symBinAddr: 0x8634, symSize: 0x104 } + - { offsetInCU: 0x4D58, offset: 0x65D4E, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFyXlXp_Tg5', symObjAddr: 0x1B60, symBinAddr: 0x8738, symSize: 0xFC } + - { offsetInCU: 0x4E95, offset: 0x65E8B, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo8NSObject_p_Tg5', symObjAddr: 0x1C5C, symBinAddr: 0x8834, symSize: 0x150 } + - { offsetInCU: 0x5016, offset: 0x6600C, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF10Foundation12URLQueryItemV_Tg5', symObjAddr: 0x1DC0, symBinAddr: 0x8998, symSize: 0x174 } + - { offsetInCU: 0x5164, offset: 0x6615A, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSi_Tg5', symObjAddr: 0x1F34, symBinAddr: 0x8B0C, symSize: 0xFC } + - { offsetInCU: 0x529A, offset: 0x66290, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSs_Tg5', symObjAddr: 0x2030, symBinAddr: 0x8C08, symSize: 0x104 } + - { offsetInCU: 0x53D0, offset: 0x663C6, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSi6offset_Ss7elementt_Tg5', symObjAddr: 0x2134, symBinAddr: 0x8D0C, symSize: 0x134 } + - { offsetInCU: 0x5506, offset: 0x664FC, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLO_Tg5', symObjAddr: 0x23B4, symBinAddr: 0x8F8C, symSize: 0x114 } + - { offsetInCU: 0x5627, offset: 0x6661D, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV13_copyContents8subRange12initializingSpyxGSnySiG_AFtFSo8NSObject_p_Tg5', symObjAddr: 0x24C8, symBinAddr: 0x90A0, symSize: 0x114 } + - { offsetInCU: 0x27, offset: 0x66B58, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVAASayAA7JSValue_pGRszlE19replacingNullValuesSayAaD_pSgGyF', symObjAddr: 0x0, symBinAddr: 0xAA30, symSize: 0x198 } + - { offsetInCU: 0x35B, offset: 0x66E8C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7JSValue_pWOc', symObjAddr: 0x370, symBinAddr: 0xADA0, symSize: 0x44 } + - { offsetInCU: 0x36F, offset: 0x66EA0, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_1, symObjAddr: 0x3F4, symBinAddr: 0xADE4, symSize: 0x20 } + - { offsetInCU: 0x383, offset: 0x66EB4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7JSValue_pSgWOb', symObjAddr: 0x414, symBinAddr: 0xAE04, symSize: 0x48 } + - { offsetInCU: 0x3B6, offset: 0x66EE7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7JSValue_pSgWOc', symObjAddr: 0x478, symBinAddr: 0xAE68, symSize: 0x48 } + - { offsetInCU: 0x3CA, offset: 0x66EFB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7JSValue_pSgWOh', symObjAddr: 0x4C0, symBinAddr: 0xAEB0, symSize: 0x40 } + - { offsetInCU: 0xD5C, offset: 0x6788D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVAASayAA7JSValue_pGRszlE19replacingNullValuesSayAaD_pSgGyF', symObjAddr: 0x0, symBinAddr: 0xAA30, symSize: 0x198 } + - { offsetInCU: 0xF77, offset: 0x67AA8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVAASayAA7JSValue_pGRszlE23replacingOptionalValuesAEyF', symObjAddr: 0x198, symBinAddr: 0xABC8, symSize: 0x4 } + - { offsetInCU: 0xFE6, offset: 0x67B17, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVAASayAA7JSValue_pSgGRszlE23replacingOptionalValuesSayAaD_pGyF', symObjAddr: 0x19C, symBinAddr: 0xABCC, symSize: 0x19C } + - { offsetInCU: 0x126E, offset: 0x67D9F, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSS_Tg5', symObjAddr: 0x338, symBinAddr: 0xAD68, symSize: 0x1C } + - { offsetInCU: 0x1282, offset: 0x67DB3, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF9Capacitor7JSValue_pSg_Tg5', symObjAddr: 0x354, symBinAddr: 0xAD84, symSize: 0x1C } + - { offsetInCU: 0x1296, offset: 0x67DC7, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF9Capacitor7JSValue_p_Tg5', symObjAddr: 0x45C, symBinAddr: 0xAE4C, symSize: 0x1C } + - { offsetInCU: 0x12AA, offset: 0x67DDB, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtF9Capacitor18PluginHeaderMethodV_Tg5', symObjAddr: 0x518, symBinAddr: 0xAEF0, symSize: 0x1C } + - { offsetInCU: 0x12BE, offset: 0x67DEF, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSo12NSHTTPCookieC_Tg5', symObjAddr: 0x534, symBinAddr: 0xAF0C, symSize: 0x1C } + - { offsetInCU: 0x12D2, offset: 0x67E03, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSi6offset_Ss7elementt_Tg5', symObjAddr: 0x550, symBinAddr: 0xAF28, symSize: 0x1C } + - { offsetInCU: 0x12E6, offset: 0x67E17, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFSS_ypt_Tg5', symObjAddr: 0x56C, symBinAddr: 0xAF44, symSize: 0x1C } + - { offsetInCU: 0x12FA, offset: 0x67E2B, size: 0x8, addend: 0x0, symName: '_$ss15ContiguousArrayV16_createNewBuffer14bufferIsUnique15minimumCapacity13growForAppendySb_SiSbtFyp_Tg5', symObjAddr: 0x588, symBinAddr: 0xAF60, symSize: 0x1C } + - { offsetInCU: 0x133F, offset: 0x67E70, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_Tg5', symObjAddr: 0x5A4, symBinAddr: 0xAF7C, symSize: 0x104 } + - { offsetInCU: 0x143D, offset: 0x67F6E, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF9Capacitor7JSValue_pSg_Tg5', symObjAddr: 0x6A8, symBinAddr: 0xB080, symSize: 0x134 } + - { offsetInCU: 0x153B, offset: 0x6806C, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF9Capacitor7JSValue_p_Tg5', symObjAddr: 0x7DC, symBinAddr: 0xB1B4, symSize: 0x134 } + - { offsetInCU: 0x1639, offset: 0x6816A, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtF9Capacitor18PluginHeaderMethodV_Tg5', symObjAddr: 0x910, symBinAddr: 0xB2E8, symSize: 0x104 } + - { offsetInCU: 0x1737, offset: 0x68268, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSo12NSHTTPCookieC_Tg5', symObjAddr: 0xA14, symBinAddr: 0xB3EC, symSize: 0x150 } + - { offsetInCU: 0x1835, offset: 0x68366, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSi6offset_Ss7elementt_Tg5', symObjAddr: 0xB64, symBinAddr: 0xB53C, symSize: 0x134 } + - { offsetInCU: 0x1933, offset: 0x68464, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFSS_ypt_Tg5', symObjAddr: 0xC98, symBinAddr: 0xB670, symSize: 0x138 } + - { offsetInCU: 0x1A31, offset: 0x68562, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV20_consumeAndCreateNew14bufferIsUnique15minimumCapacity13growForAppendAByxGSb_SiSbtFyp_Tg5', symObjAddr: 0xDD0, symBinAddr: 0xB7A8, symSize: 0x108 } + - { offsetInCU: 0x4F, offset: 0x686DF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC13tmpVCAppeared10Foundation12NotificationVvpZ', symObjAddr: 0x41E58, symBinAddr: 0xA6658, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x686F9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC13capacitorSiteSSvpZ', symObjAddr: 0x10DD8, symBinAddr: 0x88B20, symSize: 0x0 } + - { offsetInCU: 0x83, offset: 0x68713, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC19fileStartIdentifierSSvpZ', symObjAddr: 0x10DE8, symBinAddr: 0x88B30, symSize: 0x0 } + - { offsetInCU: 0x9D, offset: 0x6872D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC30httpInterceptorStartIdentifierSSvpZ', symObjAddr: 0x10DF8, symBinAddr: 0x88B40, symSize: 0x0 } + - { offsetInCU: 0xB7, offset: 0x68747, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC31httpsInterceptorStartIdentifierSSvpZ', symObjAddr: 0x10E08, symBinAddr: 0x88B50, symSize: 0x0 } + - { offsetInCU: 0xD1, offset: 0x68761, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC23httpInterceptorUrlParamSSvpZ', symObjAddr: 0xF920, symBinAddr: 0x6E660, symSize: 0x0 } + - { offsetInCU: 0xEB, offset: 0x6877B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC13defaultSchemeSSvpZ', symObjAddr: 0xF930, symBinAddr: 0x6E670, symSize: 0x0 } + - { offsetInCU: 0x112, offset: 0x687A2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x0, symBinAddr: 0xB8EC, symSize: 0x8 } + - { offsetInCU: 0x16A, offset: 0x687FA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOSHAASH9hashValueSivgTW', symObjAddr: 0x8, symBinAddr: 0xB8F4, symSize: 0x40 } + - { offsetInCU: 0x24D, offset: 0x688DD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x48, symBinAddr: 0xB934, symSize: 0x24 } + - { offsetInCU: 0x2BE, offset: 0x6894E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xA8, symBinAddr: 0xB994, symSize: 0x1C } + - { offsetInCU: 0x2F3, offset: 0x68983, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xC4, symBinAddr: 0xB9B0, symSize: 0x28 } + - { offsetInCU: 0x324, offset: 0x689B4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xEC, symBinAddr: 0xB9D8, symSize: 0xC } + - { offsetInCU: 0x340, offset: 0x689D0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xF8, symBinAddr: 0xB9E4, symSize: 0xC } + - { offsetInCU: 0x35C, offset: 0x689EC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0xDA58, symBinAddr: 0x1925C, symSize: 0x84 } + - { offsetInCU: 0x3E0, offset: 0x68A70, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x270, symBinAddr: 0xBB5C, symSize: 0x28 } + - { offsetInCU: 0x417, offset: 0x68AA7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x298, symBinAddr: 0xBB84, symSize: 0x18 } + - { offsetInCU: 0x43A, offset: 0x68ACA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0xDADC, symBinAddr: 0x192E0, symSize: 0x144 } + - { offsetInCU: 0x4DB, offset: 0x68B6B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC7webViewSo05WKWebD0CSgvgTo', symObjAddr: 0x2B8, symBinAddr: 0xBBA4, symSize: 0xAC } + - { offsetInCU: 0x53A, offset: 0x68BCA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC19autoRegisterPluginsSbvgTo', symObjAddr: 0x3E0, symBinAddr: 0xBCCC, symSize: 0x10 } + - { offsetInCU: 0x55A, offset: 0x68BEA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC19autoRegisterPluginsSbvgTo', symObjAddr: 0x3E0, symBinAddr: 0xBCCC, symSize: 0x10 } + - { offsetInCU: 0x58B, offset: 0x68C1B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18notificationRouterAA012NotificationD0CvgTo', symObjAddr: 0x400, symBinAddr: 0xBCEC, symSize: 0x48 } + - { offsetInCU: 0x5F4, offset: 0x68C84, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC16isSimEnvironmentSbvgTo', symObjAddr: 0x4EC, symBinAddr: 0xBDD8, symSize: 0x8 } + - { offsetInCU: 0x626, offset: 0x68CB6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC16isDevEnvironmentSbvgTo', symObjAddr: 0x4FC, symBinAddr: 0xBDE8, symSize: 0x8 } + - { offsetInCU: 0x658, offset: 0x68CE8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18userInterfaceStyleSo06UIUserdE0VvgTo', symObjAddr: 0x50C, symBinAddr: 0xBDF8, symSize: 0x34 } + - { offsetInCU: 0x6B6, offset: 0x68D46, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC16statusBarVisibleSbvgTo', symObjAddr: 0x600, symBinAddr: 0xBEEC, symSize: 0xD4 } + - { offsetInCU: 0x719, offset: 0x68DA9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC16statusBarVisibleSbvsTo', symObjAddr: 0x770, symBinAddr: 0xC05C, symSize: 0x30 } + - { offsetInCU: 0x792, offset: 0x68E22, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14statusBarStyleSo08UIStatusdE0VvgTo', symObjAddr: 0xBC4, symBinAddr: 0xC4B0, symSize: 0xD4 } + - { offsetInCU: 0x7F5, offset: 0x68E85, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14statusBarStyleSo08UIStatusdE0VvsTo', symObjAddr: 0xD38, symBinAddr: 0xC624, symSize: 0x30 } + - { offsetInCU: 0x858, offset: 0x68EE8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18statusBarAnimationSo08UIStatusdE0VvgTo', symObjAddr: 0xF68, symBinAddr: 0xC854, symSize: 0x34 } + - { offsetInCU: 0x88A, offset: 0x68F1A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18statusBarAnimationSo08UIStatusdE0VvsTo', symObjAddr: 0x106C, symBinAddr: 0xC958, symSize: 0x30 } + - { offsetInCU: 0x9BE, offset: 0x6904E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14viewControllerSo06UIViewD0CSgvgTo', symObjAddr: 0x17F8, symBinAddr: 0xD0E4, symSize: 0xAC } + - { offsetInCU: 0xA1D, offset: 0x690AD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC6configSo24CAPInstanceConfigurationCvgTo', symObjAddr: 0x1A14, symBinAddr: 0xD2C0, symSize: 0x48 } + - { offsetInCU: 0xA9C, offset: 0x6912C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC10getWebViewSo05WKWebE0CSgyFTo', symObjAddr: 0x1CCC, symBinAddr: 0xD578, symSize: 0xAC } + - { offsetInCU: 0xB11, offset: 0x691A1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC11isSimulatorSbyFTo', symObjAddr: 0x1D80, symBinAddr: 0xD62C, symSize: 0x8 } + - { offsetInCU: 0xB43, offset: 0x691D3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC9isDevModeSbyFTo', symObjAddr: 0x1D90, symBinAddr: 0xD63C, symSize: 0x8 } + - { offsetInCU: 0xB75, offset: 0x69205, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC19getStatusBarVisibleSbyFTo', symObjAddr: 0x1E34, symBinAddr: 0xD6E0, symSize: 0xD4 } + - { offsetInCU: 0xC21, offset: 0x692B1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC17getStatusBarStyleSo08UIStatuseF0VyFTo', symObjAddr: 0x1FAC, symBinAddr: 0xD858, symSize: 0xD4 } + - { offsetInCU: 0xCCD, offset: 0x6935D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC21getUserInterfaceStyleSo06UIUsereF0VyFTo', symObjAddr: 0x2144, symBinAddr: 0xD9F0, symSize: 0x34 } + - { offsetInCU: 0xCFF, offset: 0x6938F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC11getLocalUrlSSyFTo', symObjAddr: 0x2254, symBinAddr: 0xDB00, symSize: 0x10C } + - { offsetInCU: 0xE34, offset: 0x694C4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC4with8delegate20cordovaConfiguration12assetHandler010delegationH019autoRegisterPluginsACSo011CAPInstanceF0C_AA17CAPBridgeDelegate_pSo15CDVConfigParserCAA012WebViewAssetH0CAA0rs10DelegationH0CSbtcfcy10Foundation12NotificationVYbcfU_', symObjAddr: 0x26E0, symBinAddr: 0xDF8C, symSize: 0x60 } + - { offsetInCU: 0xEAA, offset: 0x6953A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeCfDTo', symObjAddr: 0x2994, symBinAddr: 0xE240, symSize: 0x24 } + - { offsetInCU: 0xFC5, offset: 0x69655, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18registerPluginTypeyySo9CAPPluginCmFTo', symObjAddr: 0x3A60, symBinAddr: 0xF30C, symSize: 0x44 } + - { offsetInCU: 0x1029, offset: 0x696B9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC22registerPluginInstanceyySo9CAPPluginCFTo', symObjAddr: 0x3EB0, symBinAddr: 0xF75C, symSize: 0x50 } + - { offsetInCU: 0x10B0, offset: 0x69740, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC8saveCallyySo09CAPPluginD0CFTo', symObjAddr: 0x42FC, symBinAddr: 0xFBA8, symSize: 0x50 } + - { offsetInCU: 0x1120, offset: 0x697B0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC11releaseCallyySo09CAPPluginD0CFTo', symObjAddr: 0x453C, symBinAddr: 0xFDE8, symSize: 0x50 } + - { offsetInCU: 0x113C, offset: 0x697CC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC11releaseCall6withIDySS_tFTo', symObjAddr: 0x463C, symBinAddr: 0xFEE8, symSize: 0xDC } + - { offsetInCU: 0x1288, offset: 0x69918, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC11releaseCall10callbackIdySS_tFTo', symObjAddr: 0x493C, symBinAddr: 0x101E8, symSize: 0xDC } + - { offsetInCU: 0x14A6, offset: 0x69B36, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC4toJs6result4saveyAA16JSResultProtocol_p_SbtFyyScMYccfU_', symObjAddr: 0x6660, symBinAddr: 0x11F0C, symSize: 0x2FC } + - { offsetInCU: 0x17D6, offset: 0x69E66, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC9toJsError5erroryAA16JSResultProtocol_p_tFyyScMYccfU_', symObjAddr: 0x69FC, symBinAddr: 0x122A8, symSize: 0x2AC } + - { offsetInCU: 0x1AAF, offset: 0x6A13F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14evalWithPlugin_2jsySo9CAPPluginC_SStFTo', symObjAddr: 0x70D0, symBinAddr: 0x1297C, symSize: 0x74 } + - { offsetInCU: 0x1B08, offset: 0x6A198, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14triggerJSEvent9eventName6targetySS_SStFTo', symObjAddr: 0x7724, symBinAddr: 0x12FD0, symSize: 0x84 } + - { offsetInCU: 0x1C7F, offset: 0x6A30F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC9presentVC_8animated10completionySo16UIViewControllerC_SbyycSgtFTo', symObjAddr: 0x8AC0, symBinAddr: 0x1436C, symSize: 0xB4 } + - { offsetInCU: 0x1CBC, offset: 0x6A34C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC9dismissVC8animated10completionySb_yycSgtFTo', symObjAddr: 0x8D44, symBinAddr: 0x145F0, symSize: 0x90 } + - { offsetInCU: 0x1D05, offset: 0x6A395, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeCACycfcTo', symObjAddr: 0x8E20, symBinAddr: 0x146CC, symSize: 0x2C } + - { offsetInCU: 0x1D6C, offset: 0x6A3FC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC4toJs6result4saveyAA16JSResultProtocol_p_SbtFTf4enn_nAA0G0V_Tg5', symObjAddr: 0xD3FC, symBinAddr: 0x18C00, symSize: 0x3C4 } + - { offsetInCU: 0x1ED5, offset: 0x6A565, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC9toJsError5erroryAA16JSResultProtocol_p_tFTf4en_nAA0gE0V_Tg5', symObjAddr: 0xD7C0, symBinAddr: 0x18FC4, symSize: 0x298 } + - { offsetInCU: 0x1F44, offset: 0x6A5D4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC10fatalErroryys0D0_p_sAE_ptFZTf4nnd_n', symObjAddr: 0xDC20, symBinAddr: 0x19424, symSize: 0x50C } + - { offsetInCU: 0x242B, offset: 0x6AABB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC4with8delegate20cordovaConfiguration12assetHandler010delegationH019autoRegisterPluginsACSo011CAPInstanceF0C_AA17CAPBridgeDelegate_pSo15CDVConfigParserCAA012WebViewAssetH0CAA0rs10DelegationH0CSbtcfcTf4nennnnn_nTf4gggggnn_n', symObjAddr: 0xE12C, symBinAddr: 0x19930, symSize: 0x6E8 } + - { offsetInCU: 0x26C9, offset: 0x6AD59, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC13tmpVCAppeared_WZ', symObjAddr: 0x150C, symBinAddr: 0xCDF8, symSize: 0x80 } + - { offsetInCU: 0x26E3, offset: 0x6AD73, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC13capacitorSiteSSvau', symObjAddr: 0x158C, symBinAddr: 0xCE78, symSize: 0xC } + - { offsetInCU: 0x2701, offset: 0x6AD91, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC19fileStartIdentifierSSvau', symObjAddr: 0x15B4, symBinAddr: 0xCEA0, symSize: 0xC } + - { offsetInCU: 0x271F, offset: 0x6ADAF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC30httpInterceptorStartIdentifierSSvau', symObjAddr: 0x15DC, symBinAddr: 0xCEC8, symSize: 0xC } + - { offsetInCU: 0x273D, offset: 0x6ADCD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC31httpsInterceptorStartIdentifierSSvau', symObjAddr: 0x1604, symBinAddr: 0xCEF0, symSize: 0xC } + - { offsetInCU: 0x275B, offset: 0x6ADEB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC23httpInterceptorUrlParamSSvau', symObjAddr: 0x162C, symBinAddr: 0xCF18, symSize: 0xC } + - { offsetInCU: 0x2779, offset: 0x6AE09, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC13defaultSchemeSSvau', symObjAddr: 0x1644, symBinAddr: 0xCF30, symSize: 0xC } + - { offsetInCU: 0x27CB, offset: 0x6AE5B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14bridgeDelegateAA09CAPBridgeD0_pSgvpACTK', symObjAddr: 0x16F4, symBinAddr: 0xCFE0, symSize: 0x58 } + - { offsetInCU: 0x280F, offset: 0x6AE9F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14bridgeDelegateAA09CAPBridgeD0_pSgvpACTk', symObjAddr: 0x174C, symBinAddr: 0xD038, symSize: 0x60 } + - { offsetInCU: 0x2851, offset: 0x6AEE1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC16statusBarVisibleSbvsyyScMYccfU_TA', symObjAddr: 0x1968, symBinAddr: 0xD254, symSize: 0xC } + - { offsetInCU: 0x2865, offset: 0x6AEF5, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x1974, symBinAddr: 0xD260, symSize: 0x10 } + - { offsetInCU: 0x2879, offset: 0x6AF09, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x1984, symBinAddr: 0xD270, symSize: 0x8 } + - { offsetInCU: 0x288D, offset: 0x6AF1D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14statusBarStyleSo08UIStatusdE0VvsyyScMYccfU_TA', symObjAddr: 0x1A0C, symBinAddr: 0xD2B8, symSize: 0x8 } + - { offsetInCU: 0x28A1, offset: 0x6AF31, size: 0x8, addend: 0x0, symName: '_$s10Foundation12NotificationVIeghn_So14NSNotificationCIeyBhy_TR', symObjAddr: 0x2740, symBinAddr: 0xDFEC, symSize: 0xA4 } + - { offsetInCU: 0x2993, offset: 0x6B023, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeCfETo', symObjAddr: 0x29B8, symBinAddr: 0xE264, symSize: 0xE8 } + - { offsetInCU: 0x2F7E, offset: 0x6B60E, size: 0x8, addend: 0x0, symName: '_$sypSgs5Error_pSgIegng_yXlSgSo7NSErrorCSgIeyByy_TR', symObjAddr: 0x6960, symBinAddr: 0x1220C, symSize: 0x9C } + - { offsetInCU: 0x2FBC, offset: 0x6B64C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18statusBarAnimationSo08UIStatusdE0VvsyyScMYccfU_TA', symObjAddr: 0x8E70, symBinAddr: 0x1471C, symSize: 0x8 } + - { offsetInCU: 0x2FD0, offset: 0x6B660, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19CAPPluginCallResultCSgSo0bC0CSgIeggg_AdGIeyByy_TR', symObjAddr: 0x9038, symBinAddr: 0x148E4, symSize: 0x78 } + - { offsetInCU: 0x2FE8, offset: 0x6B678, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorCSgIegg_ADIeyBy_TR', symObjAddr: 0x90B0, symBinAddr: 0x1495C, symSize: 0x50 } + - { offsetInCU: 0x39DC, offset: 0x6C06C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeCMa', symObjAddr: 0xE814, symBinAddr: 0x1A018, symSize: 0x20 } + - { offsetInCU: 0x39F0, offset: 0x6C080, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14evalWithPlugin_2jsySo9CAPPluginC_SStFyyScMYccfU_TA', symObjAddr: 0xE838, symBinAddr: 0x1A03C, symSize: 0x2C } + - { offsetInCU: 0x3A04, offset: 0x6C094, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC4eval2jsySS_tFyyScMYccfU_TA', symObjAddr: 0xE894, symBinAddr: 0x1A098, symSize: 0x2C } + - { offsetInCU: 0x3A18, offset: 0x6C0A8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC7logToJsyySS_SStFyyScMYccfU_TA', symObjAddr: 0xE8F4, symBinAddr: 0x1A0F8, symSize: 0x10 } + - { offsetInCU: 0x3A2C, offset: 0x6C0BC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOWOd', symObjAddr: 0xEA04, symBinAddr: 0x1A208, symSize: 0x3C } + - { offsetInCU: 0x3A40, offset: 0x6C0D0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOWOc', symObjAddr: 0xEA7C, symBinAddr: 0x1A244, symSize: 0x3C } + - { offsetInCU: 0x3A54, offset: 0x6C0E4, size: 0x8, addend: 0x0, symName: ___swift_allocate_value_buffer, symObjAddr: 0xEAB8, symBinAddr: 0x1A280, symSize: 0x40 } + - { offsetInCU: 0x3A68, offset: 0x6C0F8, size: 0x8, addend: 0x0, symName: ___swift_project_value_buffer, symObjAddr: 0xEAF8, symBinAddr: 0x1A2C0, symSize: 0x18 } + - { offsetInCU: 0x3A7C, offset: 0x6C10C, size: 0x8, addend: 0x0, symName: '_$sSDySSypGWOs', symObjAddr: 0xEBA8, symBinAddr: 0x1A2D8, symSize: 0x28 } + - { offsetInCU: 0x3A90, offset: 0x6C120, size: 0x8, addend: 0x0, symName: '_$sypWOc', symObjAddr: 0xEBD0, symBinAddr: 0x1A300, symSize: 0x3C } + - { offsetInCU: 0x3AA4, offset: 0x6C134, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC12handleJSCall4callyAA0D0V_tFyyYbcfU0_TA', symObjAddr: 0xEC58, symBinAddr: 0x1A388, symSize: 0x10 } + - { offsetInCU: 0x3AB8, offset: 0x6C148, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6JSCallVWOr', symObjAddr: 0xEC68, symBinAddr: 0x1A398, symSize: 0x54 } + - { offsetInCU: 0x3ACC, offset: 0x6C15C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC12handleJSCall4callyAA0D0V_tFyyYbcfU0_yAA19CAPPluginCallResultCSg_So0fG0CSgtcfU_TA', symObjAddr: 0xECFC, symBinAddr: 0x1A42C, symSize: 0xC } + - { offsetInCU: 0x3AE0, offset: 0x6C170, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC12handleJSCall4callyAA0D0V_tFyyYbcfU0_yAA18CAPPluginCallErrorCSgcfU0_TA', symObjAddr: 0xED50, symBinAddr: 0x1A480, symSize: 0xC } + - { offsetInCU: 0x3B25, offset: 0x6C1B5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorVWOs', symObjAddr: 0xEDE4, symBinAddr: 0x1A514, symSize: 0x90 } + - { offsetInCU: 0x3B39, offset: 0x6C1C9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorVWOr', symObjAddr: 0xEED0, symBinAddr: 0x1A600, symSize: 0x94 } + - { offsetInCU: 0x3B4D, offset: 0x6C1DD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSResultProtocol_pWOb', symObjAddr: 0xEFD4, symBinAddr: 0x1A704, symSize: 0x18 } + - { offsetInCU: 0x3B61, offset: 0x6C1F1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC9toJsError5erroryAA16JSResultProtocol_p_tFyyScMYccfU_TA', symObjAddr: 0xEFEC, symBinAddr: 0x1A71C, symSize: 0xC } + - { offsetInCU: 0x3B75, offset: 0x6C205, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_0, symObjAddr: 0xF01C, symBinAddr: 0x1A728, symSize: 0x3C } + - { offsetInCU: 0x3B89, offset: 0x6C219, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSResultVWOr', symObjAddr: 0xF09C, symBinAddr: 0x1A7A8, symSize: 0x64 } + - { offsetInCU: 0x3B9D, offset: 0x6C22D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC4toJs6result4saveyAA16JSResultProtocol_p_SbtFyyScMYccfU_TA', symObjAddr: 0xF158, symBinAddr: 0x1A864, symSize: 0x14 } + - { offsetInCU: 0x3BB1, offset: 0x6C241, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListVACSeAAWl', symObjAddr: 0xF1CC, symBinAddr: 0x1A8D8, symSize: 0x44 } + - { offsetInCU: 0x3BC5, offset: 0x6C255, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC25setupCordovaCompatibilityyyFy10Foundation12NotificationVYbcfU_TA', symObjAddr: 0xF210, symBinAddr: 0x1A91C, symSize: 0x28 } + - { offsetInCU: 0x3BD9, offset: 0x6C269, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC25setupCordovaCompatibilityyyFy10Foundation12NotificationVYbcfU0_TA', symObjAddr: 0xF238, symBinAddr: 0x1A944, symSize: 0x28 } + - { offsetInCU: 0x3BED, offset: 0x6C27D, size: 0x8, addend: 0x0, symName: '_$sIeg_SgWOe', symObjAddr: 0xF260, symBinAddr: 0x1A96C, symSize: 0x10 } + - { offsetInCU: 0x3C01, offset: 0x6C291, size: 0x8, addend: 0x0, symName: '_$sIeyB_Ieg_TRTA', symObjAddr: 0xF294, symBinAddr: 0x1A9A0, symSize: 0x8 } + - { offsetInCU: 0x3C15, offset: 0x6C2A5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPBridgeDelegate_pSgXwWOh', symObjAddr: 0xF29C, symBinAddr: 0x1A9A8, symSize: 0x24 } + - { offsetInCU: 0x3C29, offset: 0x6C2B9, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOc', symObjAddr: 0xF2C0, symBinAddr: 0x1A9CC, symSize: 0x3C } + - { offsetInCU: 0x3C3D, offset: 0x6C2CD, size: 0x8, addend: 0x0, symName: '_$ss11AnyHashableVWOh', symObjAddr: 0xF2FC, symBinAddr: 0x1AA08, symSize: 0x34 } + - { offsetInCU: 0x3C51, offset: 0x6C2E1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC4with8delegate20cordovaConfiguration12assetHandler010delegationH019autoRegisterPluginsACSo011CAPInstanceF0C_AA17CAPBridgeDelegate_pSo15CDVConfigParserCAA012WebViewAssetH0CAA0rs10DelegationH0CSbtcfcy10Foundation12NotificationVYbcfU_TA', symObjAddr: 0xF3F8, symBinAddr: 0x1AB04, symSize: 0x8 } + - { offsetInCU: 0x3C65, offset: 0x6C2F5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListVMa', symObjAddr: 0xF400, symBinAddr: 0x1AB0C, symSize: 0x10 } + - { offsetInCU: 0x3C79, offset: 0x6C309, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOAFs0D3KeyAAWl', symObjAddr: 0xF410, symBinAddr: 0x1AB1C, symSize: 0x44 } + - { offsetInCU: 0x3C8D, offset: 0x6C31D, size: 0x8, addend: 0x0, symName: '_$sShySSGMa', symObjAddr: 0xF454, symBinAddr: 0x1AB60, symSize: 0x5C } + - { offsetInCU: 0x3CA1, offset: 0x6C331, size: 0x8, addend: 0x0, symName: ___swift_memcpy0_1, symObjAddr: 0xF50C, symBinAddr: 0x1AC18, symSize: 0x4 } + - { offsetInCU: 0x3CB5, offset: 0x6C345, size: 0x8, addend: 0x0, symName: ___swift_noop_void_return, symObjAddr: 0xF510, symBinAddr: 0x1AC1C, symSize: 0x4 } + - { offsetInCU: 0x3CC9, offset: 0x6C359, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOwet', symObjAddr: 0xF514, symBinAddr: 0x1AC20, symSize: 0x50 } + - { offsetInCU: 0x3CDD, offset: 0x6C36D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOwst', symObjAddr: 0xF564, symBinAddr: 0x1AC70, symSize: 0x8C } + - { offsetInCU: 0x3CF1, offset: 0x6C381, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOwug', symObjAddr: 0xF5F0, symBinAddr: 0x1ACFC, symSize: 0x8 } + - { offsetInCU: 0x3D05, offset: 0x6C395, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOwup', symObjAddr: 0xF5F8, symBinAddr: 0x1AD04, symSize: 0x4 } + - { offsetInCU: 0x3D19, offset: 0x6C3A9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOwui', symObjAddr: 0xF5FC, symBinAddr: 0x1AD08, symSize: 0x4 } + - { offsetInCU: 0x3D2D, offset: 0x6C3BD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOMa', symObjAddr: 0xF600, symBinAddr: 0x1AD0C, symSize: 0x10 } + - { offsetInCU: 0x3D41, offset: 0x6C3D1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOSHAASQWb', symObjAddr: 0xF610, symBinAddr: 0x1AD1C, symSize: 0x4 } + - { offsetInCU: 0x3D55, offset: 0x6C3E5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOAFSQAAWl', symObjAddr: 0xF614, symBinAddr: 0x1AD20, symSize: 0x44 } + - { offsetInCU: 0x3D69, offset: 0x6C3F9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xF658, symBinAddr: 0x1AD64, symSize: 0x4 } + - { offsetInCU: 0x3D7D, offset: 0x6C40D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0xF65C, symBinAddr: 0x1AD68, symSize: 0x44 } + - { offsetInCU: 0x3D91, offset: 0x6C421, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0xF6A0, symBinAddr: 0x1ADAC, symSize: 0x4 } + - { offsetInCU: 0x3DA5, offset: 0x6C435, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0xF6A4, symBinAddr: 0x1ADB0, symSize: 0x44 } + - { offsetInCU: 0x3EEC, offset: 0x6C57C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x6C, symBinAddr: 0xB958, symSize: 0x3C } + - { offsetInCU: 0x3F8E, offset: 0x6C61E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x104, symBinAddr: 0xB9F0, symSize: 0x28 } + - { offsetInCU: 0x3FAA, offset: 0x6C63A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV10CodingKeys33_B558F97FDDF7E6D98578814FFB110E95LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x12C, symBinAddr: 0xBA18, symSize: 0x28 } + - { offsetInCU: 0x45F7, offset: 0x6CC87, size: 0x8, addend: 0x0, symName: '_$sSlsE6prefixy11SubSequenceQzSiFSS_Tg5Tf4ng_n', symObjAddr: 0xED5C, symBinAddr: 0x1A48C, symSize: 0x88 } + - { offsetInCU: 0x4C99, offset: 0x6D329, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16RegistrationListV6encode2toys7Encoder_p_tKF', symObjAddr: 0x154, symBinAddr: 0xBA40, symSize: 0x11C } + - { offsetInCU: 0x4CE3, offset: 0x6D373, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC16isDevEnvironmentSbvgZ', symObjAddr: 0x2B0, symBinAddr: 0xBB9C, symSize: 0x8 } + - { offsetInCU: 0x4D31, offset: 0x6D3C1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC7webViewSo05WKWebD0CSgvg', symObjAddr: 0x364, symBinAddr: 0xBC50, symSize: 0x7C } + - { offsetInCU: 0x4D7C, offset: 0x6D40C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC19autoRegisterPluginsSbvg', symObjAddr: 0x3F0, symBinAddr: 0xBCDC, symSize: 0x10 } + - { offsetInCU: 0x4DAD, offset: 0x6D43D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18notificationRouterAA012NotificationD0Cvg', symObjAddr: 0x448, symBinAddr: 0xBD34, symSize: 0x44 } + - { offsetInCU: 0x4DCC, offset: 0x6D45C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18notificationRouterAA012NotificationD0CvM', symObjAddr: 0x4A4, symBinAddr: 0xBD90, symSize: 0x44 } + - { offsetInCU: 0x4DF1, offset: 0x6D481, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18notificationRouterAA012NotificationD0CvM.resume.0', symObjAddr: 0x4E8, symBinAddr: 0xBDD4, symSize: 0x4 } + - { offsetInCU: 0x4E12, offset: 0x6D4A2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC16isSimEnvironmentSbvg', symObjAddr: 0x4F4, symBinAddr: 0xBDE0, symSize: 0x8 } + - { offsetInCU: 0x4E33, offset: 0x6D4C3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC16isDevEnvironmentSbvg', symObjAddr: 0x504, symBinAddr: 0xBDF0, symSize: 0x8 } + - { offsetInCU: 0x4E68, offset: 0x6D4F8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18userInterfaceStyleSo06UIUserdE0Vvg', symObjAddr: 0x540, symBinAddr: 0xBE2C, symSize: 0xC0 } + - { offsetInCU: 0x4ED3, offset: 0x6D563, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC16statusBarVisibleSbvg', symObjAddr: 0x6D4, symBinAddr: 0xBFC0, symSize: 0x9C } + - { offsetInCU: 0x4F2A, offset: 0x6D5BA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC16statusBarVisibleSbvs', symObjAddr: 0x7A0, symBinAddr: 0xC08C, symSize: 0x238 } + - { offsetInCU: 0x4F84, offset: 0x6D614, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC16statusBarVisibleSbvsyyScMYccfU_', symObjAddr: 0x9D8, symBinAddr: 0xC2C4, symSize: 0xF8 } + - { offsetInCU: 0x4FF4, offset: 0x6D684, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC16statusBarVisibleSbvM', symObjAddr: 0xAD4, symBinAddr: 0xC3C0, symSize: 0xC4 } + - { offsetInCU: 0x5068, offset: 0x6D6F8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC16statusBarVisibleSbvM.resume.0', symObjAddr: 0xB98, symBinAddr: 0xC484, symSize: 0x2C } + - { offsetInCU: 0x509D, offset: 0x6D72D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14statusBarStyleSo08UIStatusdE0Vvg', symObjAddr: 0xC98, symBinAddr: 0xC584, symSize: 0xA0 } + - { offsetInCU: 0x50F6, offset: 0x6D786, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14statusBarStyleSo08UIStatusdE0VvsyyScMYccfU_', symObjAddr: 0xD84, symBinAddr: 0xC670, symSize: 0xF8 } + - { offsetInCU: 0x513C, offset: 0x6D7CC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14statusBarStyleSo08UIStatusdE0VvM', symObjAddr: 0xE7C, symBinAddr: 0xC768, symSize: 0xC4 } + - { offsetInCU: 0x51B0, offset: 0x6D840, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14statusBarStyleSo08UIStatusdE0VvM.resume.0', symObjAddr: 0xF40, symBinAddr: 0xC82C, symSize: 0x28 } + - { offsetInCU: 0x51EA, offset: 0x6D87A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18statusBarAnimationSo08UIStatusdE0Vvg', symObjAddr: 0xF9C, symBinAddr: 0xC888, symSize: 0xD0 } + - { offsetInCU: 0x5263, offset: 0x6D8F3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18statusBarAnimationSo08UIStatusdE0VvsyyScMYccfU_', symObjAddr: 0x12E8, symBinAddr: 0xCBD4, symSize: 0xF8 } + - { offsetInCU: 0x52BD, offset: 0x6D94D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18statusBarAnimationSo08UIStatusdE0VvM', symObjAddr: 0x13E0, symBinAddr: 0xCCCC, symSize: 0x104 } + - { offsetInCU: 0x5351, offset: 0x6D9E1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18statusBarAnimationSo08UIStatusdE0VvM.resume.0', symObjAddr: 0x14E4, symBinAddr: 0xCDD0, symSize: 0x28 } + - { offsetInCU: 0x5372, offset: 0x6DA02, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC13capacitorSiteSSvgZ', symObjAddr: 0x1598, symBinAddr: 0xCE84, symSize: 0x1C } + - { offsetInCU: 0x5393, offset: 0x6DA23, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC19fileStartIdentifierSSvgZ', symObjAddr: 0x15C0, symBinAddr: 0xCEAC, symSize: 0x1C } + - { offsetInCU: 0x53B4, offset: 0x6DA44, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC30httpInterceptorStartIdentifierSSvgZ', symObjAddr: 0x15E8, symBinAddr: 0xCED4, symSize: 0x1C } + - { offsetInCU: 0x53D5, offset: 0x6DA65, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC31httpsInterceptorStartIdentifierSSvgZ', symObjAddr: 0x1610, symBinAddr: 0xCEFC, symSize: 0x1C } + - { offsetInCU: 0x53F6, offset: 0x6DA86, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC23httpInterceptorUrlParamSSvgZ', symObjAddr: 0x1638, symBinAddr: 0xCF24, symSize: 0xC } + - { offsetInCU: 0x5417, offset: 0x6DAA7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC13defaultSchemeSSvgZ', symObjAddr: 0x1650, symBinAddr: 0xCF3C, symSize: 0x1C } + - { offsetInCU: 0x5438, offset: 0x6DAC8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC19webViewAssetHandlerAA03WebdeF0Cvg', symObjAddr: 0x166C, symBinAddr: 0xCF58, symSize: 0x44 } + - { offsetInCU: 0x5457, offset: 0x6DAE7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC24webViewDelegationHandlerAA03WebdeF0Cvg', symObjAddr: 0x16B0, symBinAddr: 0xCF9C, symSize: 0x44 } + - { offsetInCU: 0x549B, offset: 0x6DB2B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14bridgeDelegateAA09CAPBridgeD0_pSgvg', symObjAddr: 0x17AC, symBinAddr: 0xD098, symSize: 0x4C } + - { offsetInCU: 0x54BA, offset: 0x6DB4A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14viewControllerSo06UIViewD0CSgvg', symObjAddr: 0x18A4, symBinAddr: 0xD190, symSize: 0x7C } + - { offsetInCU: 0x5505, offset: 0x6DB95, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC6configSo24CAPInstanceConfigurationCvg', symObjAddr: 0x1A5C, symBinAddr: 0xD308, symSize: 0x44 } + - { offsetInCU: 0x5524, offset: 0x6DBB4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC6configSo24CAPInstanceConfigurationCvM', symObjAddr: 0x1B64, symBinAddr: 0xD410, symSize: 0x44 } + - { offsetInCU: 0x5549, offset: 0x6DBD9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC13dispatchQueueSo03OS_C6_queueCvg', symObjAddr: 0x1C0C, symBinAddr: 0xD4B8, symSize: 0x44 } + - { offsetInCU: 0x556E, offset: 0x6DBFE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC10getWebViewSo05WKWebE0CSgyF', symObjAddr: 0x1C50, symBinAddr: 0xD4FC, symSize: 0x7C } + - { offsetInCU: 0x55D9, offset: 0x6DC69, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC11isSimulatorSbyF', symObjAddr: 0x1D78, symBinAddr: 0xD624, symSize: 0x8 } + - { offsetInCU: 0x55FA, offset: 0x6DC8A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC9isDevModeSbyF', symObjAddr: 0x1D88, symBinAddr: 0xD634, symSize: 0x8 } + - { offsetInCU: 0x561B, offset: 0x6DCAB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC19getStatusBarVisibleSbyF', symObjAddr: 0x1D98, symBinAddr: 0xD644, symSize: 0x9C } + - { offsetInCU: 0x569E, offset: 0x6DD2E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC19setStatusBarVisibleyySbF', symObjAddr: 0x1F08, symBinAddr: 0xD7B4, symSize: 0x4 } + - { offsetInCU: 0x56CF, offset: 0x6DD5F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC17getStatusBarStyleSo08UIStatuseF0VyF', symObjAddr: 0x1F0C, symBinAddr: 0xD7B8, symSize: 0xA0 } + - { offsetInCU: 0x5752, offset: 0x6DDE2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC17setStatusBarStyleyySo08UIStatuseF0VF', symObjAddr: 0x2080, symBinAddr: 0xD92C, symSize: 0x4 } + - { offsetInCU: 0x5797, offset: 0x6DE27, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC21getUserInterfaceStyleSo06UIUsereF0VyF', symObjAddr: 0x2084, symBinAddr: 0xD930, symSize: 0xC0 } + - { offsetInCU: 0x580C, offset: 0x6DE9C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC11getLocalUrlSSyF', symObjAddr: 0x2178, symBinAddr: 0xDA24, symSize: 0xDC } + - { offsetInCU: 0x585F, offset: 0x6DEEF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC21setStatusBarAnimationyySo08UIStatuseF0VF', symObjAddr: 0x2360, symBinAddr: 0xDC0C, symSize: 0x4 } + - { offsetInCU: 0x58C9, offset: 0x6DF59, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC17setServerBasePathyySSF', symObjAddr: 0x2364, symBinAddr: 0xDC10, symSize: 0x1FC } + - { offsetInCU: 0x597E, offset: 0x6E00E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC4with8delegate20cordovaConfiguration12assetHandler010delegationH019autoRegisterPluginsACSo011CAPInstanceF0C_AA17CAPBridgeDelegate_pSo15CDVConfigParserCAA012WebViewAssetH0CAA0rs10DelegationH0CSbtcfC', symObjAddr: 0x256C, symBinAddr: 0xDE18, symSize: 0xC0 } + - { offsetInCU: 0x59BE, offset: 0x6E04E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC4with8delegate20cordovaConfiguration12assetHandler010delegationH019autoRegisterPluginsACSo011CAPInstanceF0C_AA17CAPBridgeDelegate_pSo15CDVConfigParserCAA012WebViewAssetH0CAA0rs10DelegationH0CSbtcfc', symObjAddr: 0x262C, symBinAddr: 0xDED8, symSize: 0xB4 } + - { offsetInCU: 0x5A97, offset: 0x6E127, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeCfD', symObjAddr: 0x27E4, symBinAddr: 0xE090, symSize: 0x1B0 } + - { offsetInCU: 0x5C04, offset: 0x6E294, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC12exportCoreJS8localUrlySS_tF', symObjAddr: 0x2AA0, symBinAddr: 0xE34C, symSize: 0x154 } + - { offsetInCU: 0x5D4D, offset: 0x6E3DD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC25setupCordovaCompatibilityyyF', symObjAddr: 0x2BF4, symBinAddr: 0xE4A0, symSize: 0x3AC } + - { offsetInCU: 0x6135, offset: 0x6E7C5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC15registerPluginsyyF', symObjAddr: 0x3024, symBinAddr: 0xE8D0, symSize: 0x894 } + - { offsetInCU: 0x6642, offset: 0x6ECD2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC18registerPluginTypeyySo9CAPPluginCmF', symObjAddr: 0x38B8, symBinAddr: 0xF164, symSize: 0x1A8 } + - { offsetInCU: 0x679D, offset: 0x6EE2D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC22registerPluginInstanceyySo9CAPPluginCF', symObjAddr: 0x3AA4, symBinAddr: 0xF350, symSize: 0x40C } + - { offsetInCU: 0x6A9F, offset: 0x6F12F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC10loadPlugin4typeSo010CAPBridgedD0_So9CAPPluginCXcSgAHm_tF', symObjAddr: 0x3F00, symBinAddr: 0xF7AC, symSize: 0x214 } + - { offsetInCU: 0x6C63, offset: 0x6F2F3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC6plugin8withNameSo9CAPPluginCSgSS_tF', symObjAddr: 0x4114, symBinAddr: 0xF9C0, symSize: 0xC4 } + - { offsetInCU: 0x6D34, offset: 0x6F3C4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC8saveCallyySo09CAPPluginD0CF', symObjAddr: 0x41E4, symBinAddr: 0xFA90, symSize: 0x118 } + - { offsetInCU: 0x6E48, offset: 0x6F4D8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC9savedCall6withIDSo09CAPPluginD0CSgSS_tF', symObjAddr: 0x434C, symBinAddr: 0xFBF8, symSize: 0x100 } + - { offsetInCU: 0x6F55, offset: 0x6F5E5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC11releaseCall6withIDySS_tF', symObjAddr: 0x458C, symBinAddr: 0xFE38, symSize: 0xB0 } + - { offsetInCU: 0x707A, offset: 0x6F70A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC11releaseCallyySo09CAPPluginD0CF', symObjAddr: 0x4458, symBinAddr: 0xFD04, symSize: 0xE4 } + - { offsetInCU: 0x71E7, offset: 0x6F877, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC12getSavedCallySo09CAPPluginE0CSgSSF', symObjAddr: 0x4718, symBinAddr: 0xFFC4, symSize: 0x100 } + - { offsetInCU: 0x72D7, offset: 0x6F967, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC11releaseCall10callbackIdySS_tF', symObjAddr: 0x488C, symBinAddr: 0x10138, symSize: 0xB0 } + - { offsetInCU: 0x7481, offset: 0x6FB11, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC22registerCordovaPluginsyyF', symObjAddr: 0x4A18, symBinAddr: 0x102C4, symSize: 0x3B4 } + - { offsetInCU: 0x7666, offset: 0x6FCF6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC17setupWebDebugging33_B558F97FDDF7E6D98578814FFB110E95LL13configurationySo24CAPInstanceConfigurationC_tF', symObjAddr: 0x4DCC, symBinAddr: 0x10678, symSize: 0x168 } + - { offsetInCU: 0x77BF, offset: 0x6FE4F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC12handleJSCall4callyAA0D0V_tF', symObjAddr: 0x4F34, symBinAddr: 0x107E0, symSize: 0xB00 } + - { offsetInCU: 0x8314, offset: 0x709A4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC12handleJSCall4callyAA0D0V_tFyyYbcfU0_', symObjAddr: 0x5A34, symBinAddr: 0x112E0, symSize: 0x378 } + - { offsetInCU: 0x84A9, offset: 0x70B39, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC12handleJSCall4callyAA0D0V_tFyyYbcfU0_yAA19CAPPluginCallResultCSg_So0fG0CSgtcfU_', symObjAddr: 0x5DAC, symBinAddr: 0x11658, symSize: 0x16C } + - { offsetInCU: 0x8560, offset: 0x70BF0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC12handleJSCall4callyAA0D0V_tFyyYbcfU0_yAA18CAPPluginCallErrorCSgcfU0_', symObjAddr: 0x5F18, symBinAddr: 0x117C4, symSize: 0x17C } + - { offsetInCU: 0x8764, offset: 0x70DF4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC19handleCordovaJSCall4callyAA0E0V_tF', symObjAddr: 0x60C4, symBinAddr: 0x11970, symSize: 0x59C } + - { offsetInCU: 0x8B5F, offset: 0x711EF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14evalWithPlugin_2jsySo9CAPPluginC_SStF', symObjAddr: 0x6D70, symBinAddr: 0x1261C, symSize: 0x35C } + - { offsetInCU: 0x8DAC, offset: 0x7143C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC4eval2jsySS_tF', symObjAddr: 0x7144, symBinAddr: 0x129F0, symSize: 0x22C } + - { offsetInCU: 0x8E0F, offset: 0x7149F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14triggerJSEvent9eventName6targetySS_SStF', symObjAddr: 0x7650, symBinAddr: 0x12EFC, symSize: 0xD4 } + - { offsetInCU: 0x8F82, offset: 0x71612, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC14triggerJSEvent9eventName6target4dataySS_S2StF', symObjAddr: 0x77A8, symBinAddr: 0x13054, symSize: 0x108 } + - { offsetInCU: 0x9186, offset: 0x71816, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC20triggerWindowJSEvent9eventNameySS_tF', symObjAddr: 0x78BC, symBinAddr: 0x13168, symSize: 0x14 } + - { offsetInCU: 0x91BB, offset: 0x7184B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC20triggerWindowJSEvent9eventName4dataySS_SStF', symObjAddr: 0x78E4, symBinAddr: 0x13190, symSize: 0x1C } + - { offsetInCU: 0x9201, offset: 0x71891, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC22triggerDocumentJSEvent9eventNameySS_tF', symObjAddr: 0x7914, symBinAddr: 0x131C0, symSize: 0x18 } + - { offsetInCU: 0x9236, offset: 0x718C6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC22triggerDocumentJSEvent9eventName4dataySS_SStF', symObjAddr: 0x79B8, symBinAddr: 0x13264, symSize: 0x20 } + - { offsetInCU: 0x927C, offset: 0x7190C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC7logToJsyySS_SStF', symObjAddr: 0x7A90, symBinAddr: 0x1333C, symSize: 0x240 } + - { offsetInCU: 0x92EF, offset: 0x7197F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC7logToJsyySS_SStFyyScMYccfU_', symObjAddr: 0x7CD0, symBinAddr: 0x1357C, symSize: 0x19C } + - { offsetInCU: 0x94C2, offset: 0x71B52, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC7logToJsyySS_SStFyyScMYccfU_yypSg_s5Error_pSgtcfU_', symObjAddr: 0x7E6C, symBinAddr: 0x13718, symSize: 0xD0 } + - { offsetInCU: 0x95DC, offset: 0x71C6C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC8localURL07fromWebD010Foundation0D0VSgAI_tF', symObjAddr: 0x7F3C, symBinAddr: 0x137E8, symSize: 0x2C8 } + - { offsetInCU: 0x96B8, offset: 0x71D48, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC12portablePath12fromLocalURL10Foundation0G0VSgAI_tF', symObjAddr: 0x8210, symBinAddr: 0x13ABC, symSize: 0x21C } + - { offsetInCU: 0x9742, offset: 0x71DD2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC13showAlertWith5title7message11buttonTitleySS_S2StF', symObjAddr: 0x8598, symBinAddr: 0x13E44, symSize: 0x1C8 } + - { offsetInCU: 0x9862, offset: 0x71EF2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC9presentVC_8animated10completionySo16UIViewControllerC_SbyycSgtF', symObjAddr: 0x8824, symBinAddr: 0x140D0, symSize: 0x29C } + - { offsetInCU: 0x99BD, offset: 0x7204D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC9dismissVC8animated10completionySb_yycSgtF', symObjAddr: 0x8B74, symBinAddr: 0x14420, symSize: 0x1D0 } + - { offsetInCU: 0x9A83, offset: 0x72113, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeCACycfC', symObjAddr: 0x8DD4, symBinAddr: 0x14680, symSize: 0x20 } + - { offsetInCU: 0x9A97, offset: 0x72127, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeCACycfc', symObjAddr: 0x8DF4, symBinAddr: 0x146A0, symSize: 0x2C } + - { offsetInCU: 0x9AF0, offset: 0x72180, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC10callbackId10methodName7options7success5errorABSgSSSg_AISDys11AnyHashableVypGSgy9Capacitor0aB6ResultCSg_AHtcSgyAN0aB5ErrorCSgcSgtcfcTO', symObjAddr: 0x8E78, symBinAddr: 0x14724, symSize: 0x1C0 } + - { offsetInCU: 0x9B11, offset: 0x721A1, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSS_Tg5', symObjAddr: 0x9100, symBinAddr: 0x149AC, symSize: 0x64 } + - { offsetInCU: 0x9B4F, offset: 0x721DF, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0x9164, symBinAddr: 0x14A10, symSize: 0x30 } + - { offsetInCU: 0x9B78, offset: 0x72208, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFs17CodingUserInfoKeyV_Tg5', symObjAddr: 0x9194, symBinAddr: 0x14A40, symSize: 0x50 } + - { offsetInCU: 0x9BAA, offset: 0x7223A, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSo38UIApplicationOpenExternalURLOptionsKeya_Tg5', symObjAddr: 0x91E4, symBinAddr: 0x14A90, symSize: 0x80 } + - { offsetInCU: 0x9C7A, offset: 0x7230A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_ypTg5', symObjAddr: 0x930C, symBinAddr: 0x14B10, symSize: 0x6C } + - { offsetInCU: 0x9D01, offset: 0x72391, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_SSTg5', symObjAddr: 0x9378, symBinAddr: 0x14B7C, symSize: 0x54 } + - { offsetInCU: 0x9D8F, offset: 0x7241F, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_insert2at3key5valueys10_HashTableV6BucketV_xnq_ntFSS_9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOTg5', symObjAddr: 0x93CC, symBinAddr: 0x14BD0, symSize: 0x70 } + - { offsetInCU: 0x9E08, offset: 0x72498, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSS_Tg5', symObjAddr: 0x943C, symBinAddr: 0x14C40, symSize: 0xE0 } + - { offsetInCU: 0x9E7C, offset: 0x7250C, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFs11AnyHashableV_Tg5', symObjAddr: 0x951C, symBinAddr: 0x14D20, symSize: 0xC4 } + - { offsetInCU: 0x9EA5, offset: 0x72535, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFs17CodingUserInfoKeyV_Tg5', symObjAddr: 0x95E0, symBinAddr: 0x14DE4, symSize: 0x124 } + - { offsetInCU: 0x9EB9, offset: 0x72549, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSo38UIApplicationOpenExternalURLOptionsKeya_Tg5', symObjAddr: 0x9704, symBinAddr: 0x14F08, symSize: 0x174 } + - { offsetInCU: 0x9F7C, offset: 0x7260C, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV19_getElementSlowPathyyXlSiFSo8NSObject_p_Tg5', symObjAddr: 0x9878, symBinAddr: 0x1507C, symSize: 0x1E0 } + - { offsetInCU: 0x9FE7, offset: 0x72677, size: 0x8, addend: 0x0, symName: '_$sSa034_makeUniqueAndReserveCapacityIfNotB0yyFSo8NSObject_p_Tg5', symObjAddr: 0x9C88, symBinAddr: 0x1548C, symSize: 0x90 } + - { offsetInCU: 0xA09D, offset: 0x7272D, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSS_9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCTg5', symObjAddr: 0x9D18, symBinAddr: 0x1551C, symSize: 0xF4 } + - { offsetInCU: 0xA181, offset: 0x72811, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSS_10Foundation4DataVTg5', symObjAddr: 0x9E0C, symBinAddr: 0x15610, symSize: 0x100 } + - { offsetInCU: 0xA273, offset: 0x72903, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSS_So16CAPBridgedPlugin_So9CAPPluginCXcTg5', symObjAddr: 0x9F0C, symBinAddr: 0x15710, symSize: 0xF4 } + - { offsetInCU: 0xA365, offset: 0x729F5, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSS_So13CAPPluginCallCTg5', symObjAddr: 0xA000, symBinAddr: 0x15804, symSize: 0xF4 } + - { offsetInCU: 0xA449, offset: 0x72AD9, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSS_SSTg5', symObjAddr: 0xA0F4, symBinAddr: 0x158F8, symSize: 0x100 } + - { offsetInCU: 0xA526, offset: 0x72BB6, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV8setValue_6forKeyyq_n_xtFSS_9Capacitor07EncodedC033_762F18EA3FB6340CB5CC34BC6E29A243LLOTg5', symObjAddr: 0xA1F4, symBinAddr: 0x159F8, symSize: 0xC0 } + - { offsetInCU: 0xA5AE, offset: 0x72C3E, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV11removeValue6forKeyq_Sgx_tFSS_10Foundation4DataVTg5', symObjAddr: 0xA2B4, symBinAddr: 0x15AB8, symSize: 0xE0 } + - { offsetInCU: 0xA653, offset: 0x72CE3, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV11removeValue6forKeyq_Sgx_tFSS_So13CAPPluginCallCTg5', symObjAddr: 0xA394, symBinAddr: 0x15B98, symSize: 0xCC } + - { offsetInCU: 0xA6F9, offset: 0x72D89, size: 0x8, addend: 0x0, symName: '_$sSD8_VariantV11removeValue6forKeyq_Sgx_tFSS_SSTg5', symObjAddr: 0xA460, symBinAddr: 0x15C64, symSize: 0xDC } + - { offsetInCU: 0xA78A, offset: 0x72E1A, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCTg5', symObjAddr: 0xA64C, symBinAddr: 0x15E50, symSize: 0x1B0 } + - { offsetInCU: 0xA823, offset: 0x72EB3, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_10Foundation4DataVTg5', symObjAddr: 0xA7FC, symBinAddr: 0x16000, symSize: 0x1C0 } + - { offsetInCU: 0xA8BC, offset: 0x72F4C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_So16CAPBridgedPlugin_So9CAPPluginCXcTg5', symObjAddr: 0xA9BC, symBinAddr: 0x161C0, symSize: 0x1C4 } + - { offsetInCU: 0xA955, offset: 0x72FE5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_So13CAPPluginCallCTg5', symObjAddr: 0xAB80, symBinAddr: 0x16384, symSize: 0x1C4 } + - { offsetInCU: 0xAA03, offset: 0x73093, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_9Capacitor7JSValue_pTg5', symObjAddr: 0xAD44, symBinAddr: 0x16548, symSize: 0x1F8 } + - { offsetInCU: 0xAA9C, offset: 0x7312C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_ypTg5', symObjAddr: 0xAF3C, symBinAddr: 0x16740, symSize: 0x1F4 } + - { offsetInCU: 0xAB35, offset: 0x731C5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_SSTg5', symObjAddr: 0xB130, symBinAddr: 0x16934, symSize: 0x1C8 } + - { offsetInCU: 0xABCE, offset: 0x7325E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFSS_9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOTg5', symObjAddr: 0xB2F8, symBinAddr: 0x16AFC, symSize: 0x1F8 } + - { offsetInCU: 0xAC7C, offset: 0x7330C, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV4copyyyFs11AnyHashableV_ypTg5', symObjAddr: 0xB4F0, symBinAddr: 0x16CF4, symSize: 0x1F4 } + - { offsetInCU: 0xAD45, offset: 0x733D5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCTg5', symObjAddr: 0xB6E4, symBinAddr: 0x16EE8, symSize: 0x304 } + - { offsetInCU: 0xAE28, offset: 0x734B8, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_10Foundation4DataVTg5', symObjAddr: 0xB9E8, symBinAddr: 0x171EC, symSize: 0x31C } + - { offsetInCU: 0xAF0B, offset: 0x7359B, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_So16CAPBridgedPlugin_So9CAPPluginCXcTg5', symObjAddr: 0xBD04, symBinAddr: 0x17508, symSize: 0x340 } + - { offsetInCU: 0xAFEE, offset: 0x7367E, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_So13CAPPluginCallCTg5', symObjAddr: 0xC044, symBinAddr: 0x17848, symSize: 0x340 } + - { offsetInCU: 0xB0D8, offset: 0x73768, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_9Capacitor7JSValue_pTg5', symObjAddr: 0xC384, symBinAddr: 0x17B88, symSize: 0x354 } + - { offsetInCU: 0xB1D6, offset: 0x73866, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_ypTg5', symObjAddr: 0xC6D8, symBinAddr: 0x17EDC, symSize: 0x340 } + - { offsetInCU: 0xB2CD, offset: 0x7395D, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_SSTg5', symObjAddr: 0xCA18, symBinAddr: 0x1821C, symSize: 0x354 } + - { offsetInCU: 0xB3B7, offset: 0x73A47, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFSS_9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOTg5', symObjAddr: 0xCD6C, symBinAddr: 0x18570, symSize: 0x354 } + - { offsetInCU: 0xB4B5, offset: 0x73B45, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV20_copyOrMoveAndResize8capacity12moveElementsySi_SbtFs11AnyHashableV_ypTg5', symObjAddr: 0xD0C0, symBinAddr: 0x188C4, symSize: 0x33C } + - { offsetInCU: 0x68, offset: 0x73E14, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A16WKCookieObserverC16cookiesDidChange2inySo17WKHTTPCookieStoreC_tFTo', symObjAddr: 0x208, symBinAddr: 0x1B0BC, symSize: 0x48 } + - { offsetInCU: 0xC6, offset: 0x73E72, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A16WKCookieObserverCACycfcTo', symObjAddr: 0x2A0, symBinAddr: 0x1B154, symSize: 0x3C } + - { offsetInCU: 0x117, offset: 0x73EC3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A16WKCookieObserverC16cookiesDidChange2inySo17WKHTTPCookieStoreC_tFTf4nd_n', symObjAddr: 0x11BC, symBinAddr: 0x1C070, symSize: 0x21C } + - { offsetInCU: 0x256, offset: 0x74002, size: 0x8, addend: 0x0, symName: '_$sSaySo12NSHTTPCookieCGIegg_So7NSArrayCIeyBy_TR', symObjAddr: 0x19C, symBinAddr: 0x1B050, symSize: 0x6C } + - { offsetInCU: 0x403, offset: 0x741AF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC20syncCookiesToWebViewyyFTf4d_n', symObjAddr: 0x1504, symBinAddr: 0x1C334, symSize: 0x350 } + - { offsetInCU: 0x596, offset: 0x74342, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC03setB0yy10Foundation3URLV_S3SSgAHtFTf4nnnnnd_n', symObjAddr: 0x1854, symBinAddr: 0x1C684, symSize: 0x2FC } + - { offsetInCU: 0x874, offset: 0x74620, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC15getCookiesAsMapySDyS2SG10Foundation3URLVFTf4nd_n', symObjAddr: 0x1B50, symBinAddr: 0x1C980, symSize: 0x374 } + - { offsetInCU: 0xB24, offset: 0x748D0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC06deleteB0yy10Foundation3URLV_SStFTf4nnd_n', symObjAddr: 0x20C4, symBinAddr: 0x1CEF4, symSize: 0x328 } + - { offsetInCU: 0xBD0, offset: 0x7497C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC12clearCookiesyy10Foundation3URLVFTf4nd_n', symObjAddr: 0x23EC, symBinAddr: 0x1D21C, symSize: 0x3AC } + - { offsetInCU: 0xD77, offset: 0x74B23, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC15clearAllCookiesyyFTf4d_n', symObjAddr: 0x2798, symBinAddr: 0x1D5C8, symSize: 0x390 } + - { offsetInCU: 0x113B, offset: 0x74EE7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A16WKCookieObserverCMa', symObjAddr: 0x13D8, symBinAddr: 0x1C28C, symSize: 0x20 } + - { offsetInCU: 0x114F, offset: 0x74EFB, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOc', symObjAddr: 0x1438, symBinAddr: 0x1C2AC, symSize: 0x48 } + - { offsetInCU: 0x1163, offset: 0x74F0F, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOh', symObjAddr: 0x1480, symBinAddr: 0x1C2F4, symSize: 0x40 } + - { offsetInCU: 0x1248, offset: 0x74FF4, size: 0x8, addend: 0x0, symName: '_$sSaySSGMa', symObjAddr: 0x1EC4, symBinAddr: 0x1CCF4, symSize: 0x54 } + - { offsetInCU: 0x125C, offset: 0x75008, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerCMa', symObjAddr: 0x2B28, symBinAddr: 0x1D958, symSize: 0x20 } + - { offsetInCU: 0x1270, offset: 0x7501C, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x2BA4, symBinAddr: 0x1D9D4, symSize: 0x10 } + - { offsetInCU: 0x1284, offset: 0x75030, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x2BB4, symBinAddr: 0x1D9E4, symSize: 0x8 } + - { offsetInCU: 0x1298, offset: 0x75044, size: 0x8, addend: 0x0, symName: '_$sSay8Dispatch0A13WorkItemFlagsVGMa', symObjAddr: 0x2BFC, symBinAddr: 0x1DA2C, symSize: 0x54 } + - { offsetInCU: 0x12AC, offset: 0x75058, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC06deleteB0yy10Foundation3URLV_SStFyyScMYccfU0_TA', symObjAddr: 0x2C50, symBinAddr: 0x1DA80, symSize: 0x20 } + - { offsetInCU: 0x12C0, offset: 0x7506C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC20syncCookiesToWebViewyyFyyScMYccfU_TA', symObjAddr: 0x2C70, symBinAddr: 0x1DAA0, symSize: 0x20 } + - { offsetInCU: 0x12D4, offset: 0x75080, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A16WKCookieObserverC16cookiesDidChange2inySo17WKHTTPCookieStoreC_tFyyScMYccfU_TA', symObjAddr: 0x2C90, symBinAddr: 0x1DAC0, symSize: 0x8 } + - { offsetInCU: 0x14FE, offset: 0x752AA, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSaySo12NSHTTPCookieCG_Tg5070$s9Capacitor0A13CookieManagerC06deleteB0yy10Foundation3URLV_SStFSbSo12D6CXEfU_SSTf1cn_nTf4ng_n', symObjAddr: 0x1F18, symBinAddr: 0x1CD48, symSize: 0x1AC } + - { offsetInCU: 0x1858, offset: 0x75604, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A16WKCookieObserverC16cookiesDidChange2inySo17WKHTTPCookieStoreC_tF', symObjAddr: 0x0, symBinAddr: 0x1AEB4, symSize: 0x4 } + - { offsetInCU: 0x186C, offset: 0x75618, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A16WKCookieObserverC16cookiesDidChange2inySo17WKHTTPCookieStoreC_tFyyScMYccfU_', symObjAddr: 0x4, symBinAddr: 0x1AEB8, symSize: 0x84 } + - { offsetInCU: 0x18B7, offset: 0x75663, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A16WKCookieObserverC16cookiesDidChange2inySo17WKHTTPCookieStoreC_tFyyScMYccfU_ySaySo12NSHTTPCookieCGcfU_', symObjAddr: 0x88, symBinAddr: 0x1AF3C, symSize: 0x114 } + - { offsetInCU: 0x1A8A, offset: 0x75836, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A16WKCookieObserverCACycfC', symObjAddr: 0x250, symBinAddr: 0x1B104, symSize: 0x20 } + - { offsetInCU: 0x1A9E, offset: 0x7584A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A16WKCookieObserverCACycfc', symObjAddr: 0x270, symBinAddr: 0x1B124, symSize: 0x30 } + - { offsetInCU: 0x1AD4, offset: 0x75880, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A16WKCookieObserverCfD', symObjAddr: 0x2DC, symBinAddr: 0x1B190, symSize: 0x30 } + - { offsetInCU: 0x1AF7, offset: 0x758A3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC12getServerUrl10Foundation3URLVSgyF', symObjAddr: 0x30C, symBinAddr: 0x1B1C0, symSize: 0x1CC } + - { offsetInCU: 0x1B30, offset: 0x758DC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC14isUrlSanitized33_9693F7733192184D77E45ECC2FDF6960LLySbSSF', symObjAddr: 0x4D8, symBinAddr: 0x1B38C, symSize: 0x1D8 } + - { offsetInCU: 0x1BB9, offset: 0x75965, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC12getServerUrly10Foundation3URLVSgSSSgF', symObjAddr: 0x6B0, symBinAddr: 0x1B564, symSize: 0x188 } + - { offsetInCU: 0x1CA1, offset: 0x75A4D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC6encodeyS2SF', symObjAddr: 0x838, symBinAddr: 0x1B6EC, symSize: 0xC0 } + - { offsetInCU: 0x1CE7, offset: 0x75A93, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC6decodeyS2SF', symObjAddr: 0x8F8, symBinAddr: 0x1B7AC, symSize: 0x44 } + - { offsetInCU: 0x1D62, offset: 0x75B0E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC03setB0yySS_SStF', symObjAddr: 0x93C, symBinAddr: 0x1B7F0, symSize: 0x2BC } + - { offsetInCU: 0x1EBE, offset: 0x75C6A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC03setB0yy10Foundation3URLV_S3SSgAHtF', symObjAddr: 0xBF8, symBinAddr: 0x1BAAC, symSize: 0xC } + - { offsetInCU: 0x1ED2, offset: 0x75C7E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC15getCookiesAsMapySDyS2SG10Foundation3URLVF', symObjAddr: 0xC04, symBinAddr: 0x1BAB8, symSize: 0x4 } + - { offsetInCU: 0x1EF3, offset: 0x75C9F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC10getCookiesSSyF', symObjAddr: 0xC08, symBinAddr: 0x1BABC, symSize: 0x4E0 } + - { offsetInCU: 0x2495, offset: 0x76241, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC06deleteB0yy10Foundation3URLV_SStF', symObjAddr: 0x10E8, symBinAddr: 0x1BF9C, symSize: 0x4 } + - { offsetInCU: 0x24D6, offset: 0x76282, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC12clearCookiesyy10Foundation3URLVF', symObjAddr: 0x10EC, symBinAddr: 0x1BFA0, symSize: 0x4 } + - { offsetInCU: 0x2517, offset: 0x762C3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC15clearAllCookiesyyF', symObjAddr: 0x10F0, symBinAddr: 0x1BFA4, symSize: 0x4 } + - { offsetInCU: 0x2558, offset: 0x76304, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerC20syncCookiesToWebViewyyF', symObjAddr: 0x10F4, symBinAddr: 0x1BFA8, symSize: 0x4 } + - { offsetInCU: 0x256C, offset: 0x76318, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerCfd', symObjAddr: 0x117C, symBinAddr: 0x1C030, symSize: 0x1C } + - { offsetInCU: 0x25A2, offset: 0x7634E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A13CookieManagerCfD', symObjAddr: 0x1198, symBinAddr: 0x1C04C, symSize: 0x24 } + - { offsetInCU: 0x27, offset: 0x76440, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC4loadyyF', symObjAddr: 0x0, symBinAddr: 0x1DB08, symSize: 0x94 } + - { offsetInCU: 0x16B, offset: 0x76584, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC4loadyyFTo', symObjAddr: 0x94, symBinAddr: 0x1DB9C, symSize: 0x28 } + - { offsetInCU: 0x1B8, offset: 0x765D1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC10getCookiesyySo13CAPPluginCallCFTo', symObjAddr: 0x2C0, symBinAddr: 0x1DDC8, symSize: 0x50 } + - { offsetInCU: 0x1EF, offset: 0x76608, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC9setCookieyySo13CAPPluginCallCFTo', symObjAddr: 0x730, symBinAddr: 0x1E238, symSize: 0x50 } + - { offsetInCU: 0x226, offset: 0x7663F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC12deleteCookieyySo13CAPPluginCallCFTo', symObjAddr: 0x9F4, symBinAddr: 0x1E4FC, symSize: 0x50 } + - { offsetInCU: 0x25D, offset: 0x76676, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC12clearCookiesyySo13CAPPluginCallCFTo', symObjAddr: 0xBFC, symBinAddr: 0x1E704, symSize: 0x50 } + - { offsetInCU: 0x294, offset: 0x766AD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC15clearAllCookiesyySo13CAPPluginCallCFTo', symObjAddr: 0xC4C, symBinAddr: 0x1E754, symSize: 0x68 } + - { offsetInCU: 0x365, offset: 0x7677E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC6bridge8pluginId0E4NameAcA17CAPBridgeProtocol_p_S2StcfcTo', symObjAddr: 0xE48, symBinAddr: 0x1E950, symSize: 0xE4 } + - { offsetInCU: 0x3E0, offset: 0x767F9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginCACycfcTo', symObjAddr: 0xF88, symBinAddr: 0x1EA90, symSize: 0x48 } + - { offsetInCU: 0x46D, offset: 0x76886, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginCMa', symObjAddr: 0xE28, symBinAddr: 0x1E930, symSize: 0x20 } + - { offsetInCU: 0x481, offset: 0x7689A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginCfETo', symObjAddr: 0x1000, symBinAddr: 0x1EB08, symSize: 0x10 } + - { offsetInCU: 0x6C6, offset: 0x76ADF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC4loadyyF', symObjAddr: 0x0, symBinAddr: 0x1DB08, symSize: 0x94 } + - { offsetInCU: 0x78E, offset: 0x76BA7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC10getCookiesyySo13CAPPluginCallCF', symObjAddr: 0xBC, symBinAddr: 0x1DBC4, symSize: 0x204 } + - { offsetInCU: 0x8BB, offset: 0x76CD4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC9setCookieyySo13CAPPluginCallCF', symObjAddr: 0x310, symBinAddr: 0x1DE18, symSize: 0x420 } + - { offsetInCU: 0xAA2, offset: 0x76EBB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC12deleteCookieyySo13CAPPluginCallCF', symObjAddr: 0x780, symBinAddr: 0x1E288, symSize: 0x274 } + - { offsetInCU: 0xB89, offset: 0x76FA2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC12clearCookiesyySo13CAPPluginCallCF', symObjAddr: 0xA44, symBinAddr: 0x1E54C, symSize: 0x1B8 } + - { offsetInCU: 0xC92, offset: 0x770AB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC6bridge8pluginId0E4NameAcA17CAPBridgeProtocol_p_S2StcfC', symObjAddr: 0xCB4, symBinAddr: 0x1E7BC, symSize: 0xB4 } + - { offsetInCU: 0xCA6, offset: 0x770BF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginC6bridge8pluginId0E4NameAcA17CAPBridgeProtocol_p_S2Stcfc', symObjAddr: 0xD68, symBinAddr: 0x1E870, symSize: 0xC0 } + - { offsetInCU: 0xD1A, offset: 0x77133, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginCACycfC', symObjAddr: 0xF2C, symBinAddr: 0x1EA34, symSize: 0x20 } + - { offsetInCU: 0xD2E, offset: 0x77147, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginCACycfc', symObjAddr: 0xF4C, symBinAddr: 0x1EA54, symSize: 0x3C } + - { offsetInCU: 0xD5F, offset: 0x77178, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPCookiesPluginCfD', symObjAddr: 0xFD0, symBinAddr: 0x1EAD8, symSize: 0x30 } + - { offsetInCU: 0x27, offset: 0x771CC, size: 0x8, addend: 0x0, symName: '_$sSayxG9Capacitor0A9ExtensionA2bCP9capacitor0A4TypeQzvgTW', symObjAddr: 0x0, symBinAddr: 0x1EB18, symSize: 0x4 } + - { offsetInCU: 0x3F, offset: 0x771E4, size: 0x8, addend: 0x0, symName: '_$sSayxG9Capacitor0A9ExtensionA2bCP9capacitor0A4TypeQzvgTW', symObjAddr: 0x0, symBinAddr: 0x1EB18, symSize: 0x4 } + - { offsetInCU: 0xB2, offset: 0x77257, size: 0x8, addend: 0x0, symName: '_$sSayxG9Capacitor0A9ExtensionA2bCP9capacitor0A4TypeQzmvgZTW', symObjAddr: 0x84, symBinAddr: 0x1EB9C, symSize: 0xC } + - { offsetInCU: 0xE5, offset: 0x7728A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVMi', symObjAddr: 0xAC, symBinAddr: 0x1EBAC, symSize: 0x8 } + - { offsetInCU: 0xF9, offset: 0x7729E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVMr', symObjAddr: 0xB4, symBinAddr: 0x1EBB4, symSize: 0x6C } + - { offsetInCU: 0x10D, offset: 0x772B2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVwCP', symObjAddr: 0x120, symBinAddr: 0x1EC20, symSize: 0x70 } + - { offsetInCU: 0x121, offset: 0x772C6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVwxx', symObjAddr: 0x190, symBinAddr: 0x1EC90, symSize: 0x10 } + - { offsetInCU: 0x135, offset: 0x772DA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVwcp', symObjAddr: 0x1A0, symBinAddr: 0x1ECA0, symSize: 0x30 } + - { offsetInCU: 0x149, offset: 0x772EE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVwca', symObjAddr: 0x1D0, symBinAddr: 0x1ECD0, symSize: 0x30 } + - { offsetInCU: 0x15D, offset: 0x77302, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVwtk', symObjAddr: 0x200, symBinAddr: 0x1ED00, symSize: 0x30 } + - { offsetInCU: 0x171, offset: 0x77316, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVwta', symObjAddr: 0x230, symBinAddr: 0x1ED30, symSize: 0x30 } + - { offsetInCU: 0x185, offset: 0x7732A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVwet', symObjAddr: 0x260, symBinAddr: 0x1ED60, symSize: 0x10C } + - { offsetInCU: 0x199, offset: 0x7733E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVwst', symObjAddr: 0x36C, symBinAddr: 0x1EE6C, symSize: 0x1B8 } + - { offsetInCU: 0x1AD, offset: 0x77352, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVMa', symObjAddr: 0x524, symBinAddr: 0x1F024, symSize: 0xC } + - { offsetInCU: 0x1DD, offset: 0x77382, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV9Capacitor0C9ExtensionA2dEP9capacitor0C4TypeQzvgTW', symObjAddr: 0x530, symBinAddr: 0x1F030, symSize: 0xC } + - { offsetInCU: 0x23A, offset: 0x773DF, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV9Capacitor0C9ExtensionA2dEP9capacitor0C4TypeQzmvgZTW', symObjAddr: 0x53C, symBinAddr: 0x1F03C, symSize: 0xC } + - { offsetInCU: 0x256, offset: 0x773FB, size: 0x8, addend: 0x0, symName: '_$sSo7UIColorC9Capacitor0B9ExtensionA2cDP9capacitor0B4TypeQzvgTW', symObjAddr: 0x548, symBinAddr: 0x1F048, symSize: 0xC } + - { offsetInCU: 0x272, offset: 0x77417, size: 0x8, addend: 0x0, symName: '_$sSo7UIColorC9Capacitor0B9ExtensionA2cDP9capacitor0B4TypeQzmvgZTW', symObjAddr: 0x554, symBinAddr: 0x1F054, symSize: 0xC } + - { offsetInCU: 0x28E, offset: 0x77433, size: 0x8, addend: 0x0, symName: '_$sSo9WKWebViewC9Capacitor0C9ExtensionA2cDP9capacitor0C4TypeQzmvgZTW', symObjAddr: 0x560, symBinAddr: 0x1F060, symSize: 0xC } + - { offsetInCU: 0x2AA, offset: 0x7744F, size: 0x8, addend: 0x0, symName: ___swift_instantiateGenericMetadata, symObjAddr: 0x5F0, symBinAddr: 0x1F06C, symSize: 0x2C } + - { offsetInCU: 0x414, offset: 0x775B9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A9ExtensionPAAE9capacitorAA0aB11TypeWrapperVyxGvg', symObjAddr: 0x4, symBinAddr: 0x1EB1C, symSize: 0x80 } + - { offsetInCU: 0x47A, offset: 0x7761F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A9ExtensionPAAE9capacitorAA0aB11TypeWrapperVyxGmvgZ', symObjAddr: 0x90, symBinAddr: 0x1EBA8, symSize: 0x4 } + - { offsetInCU: 0x27, offset: 0x776C7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginC4httpyySo13CAPPluginCallC_SSSgtF', symObjAddr: 0x0, symBinAddr: 0x1F09C, symSize: 0x3BC } + - { offsetInCU: 0xD0, offset: 0x77770, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginC4httpyySo13CAPPluginCallC_SSSgtFTo', symObjAddr: 0x3BC, symBinAddr: 0x1F458, symSize: 0x84 } + - { offsetInCU: 0x107, offset: 0x777A7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginC7requestyySo13CAPPluginCallCFTo', symObjAddr: 0x440, symBinAddr: 0x1F4DC, symSize: 0x58 } + - { offsetInCU: 0x154, offset: 0x777F4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginC3getyySo13CAPPluginCallCFTo', symObjAddr: 0x498, symBinAddr: 0x1F534, symSize: 0x5C } + - { offsetInCU: 0x1A1, offset: 0x77841, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginC4postyySo13CAPPluginCallCFTo', symObjAddr: 0x4F4, symBinAddr: 0x1F590, symSize: 0x5C } + - { offsetInCU: 0x1EE, offset: 0x7788E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginC3putyySo13CAPPluginCallCFTo', symObjAddr: 0x550, symBinAddr: 0x1F5EC, symSize: 0x5C } + - { offsetInCU: 0x23B, offset: 0x778DB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginC5patchyySo13CAPPluginCallCFTo', symObjAddr: 0x5AC, symBinAddr: 0x1F648, symSize: 0x60 } + - { offsetInCU: 0x288, offset: 0x77928, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginC6deleteyySo13CAPPluginCallCFTo', symObjAddr: 0x60C, symBinAddr: 0x1F6A8, symSize: 0x60 } + - { offsetInCU: 0x304, offset: 0x779A4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginC6bridge8pluginId0E4NameAcA17CAPBridgeProtocol_p_S2StcfcTo', symObjAddr: 0x7F4, symBinAddr: 0x1F890, symSize: 0xD8 } + - { offsetInCU: 0x37F, offset: 0x77A1F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginCACycfcTo', symObjAddr: 0x91C, symBinAddr: 0x1F9B8, symSize: 0x3C } + - { offsetInCU: 0x3D1, offset: 0x77A71, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginCMa', symObjAddr: 0x7D4, symBinAddr: 0x1F870, symSize: 0x20 } + - { offsetInCU: 0x57E, offset: 0x77C1E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginC4httpyySo13CAPPluginCallC_SSSgtF', symObjAddr: 0x0, symBinAddr: 0x1F09C, symSize: 0x3BC } + - { offsetInCU: 0x769, offset: 0x77E09, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginC6bridge8pluginId0E4NameAcA17CAPBridgeProtocol_p_S2StcfC', symObjAddr: 0x66C, symBinAddr: 0x1F708, symSize: 0xB4 } + - { offsetInCU: 0x77D, offset: 0x77E1D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginC6bridge8pluginId0E4NameAcA17CAPBridgeProtocol_p_S2Stcfc', symObjAddr: 0x720, symBinAddr: 0x1F7BC, symSize: 0xB4 } + - { offsetInCU: 0x7F6, offset: 0x77E96, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginCACycfC', symObjAddr: 0x8CC, symBinAddr: 0x1F968, symSize: 0x20 } + - { offsetInCU: 0x80A, offset: 0x77EAA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginCACycfc', symObjAddr: 0x8EC, symBinAddr: 0x1F988, symSize: 0x30 } + - { offsetInCU: 0x83B, offset: 0x77EDB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13CAPHttpPluginCfD', symObjAddr: 0x958, symBinAddr: 0x1F9F4, symSize: 0x30 } + - { offsetInCU: 0x39B, offset: 0x782B4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC10urlSession_4task26willPerformHTTPRedirection03newC017completionHandlerySo12NSURLSessionC_So0M4TaskCSo17NSHTTPURLResponseC10Foundation10URLRequestVyAQSgctFTo', symObjAddr: 0x39DC, symBinAddr: 0x23438, symSize: 0x1F0 } + - { offsetInCU: 0x44C, offset: 0x78365, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestCACycfcTo', symObjAddr: 0x3E78, symBinAddr: 0x238D4, symSize: 0x2C } + - { offsetInCU: 0x90A, offset: 0x78823, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestCfETo', symObjAddr: 0x3ED8, symBinAddr: 0x23934, symSize: 0x50 } + - { offsetInCU: 0xB8A, offset: 0x78AA3, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVyACxcSTRzs5UInt8V7ElementRtzlufcAC15_RepresentationOSWXEfU_', symObjAddr: 0x4574, symBinAddr: 0x23FD0, symSize: 0x74 } + - { offsetInCU: 0xC57, offset: 0x78B70, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVyACxcSTRzs5UInt8V7ElementRtzlufc8IteratorQz_SitSwXEfU1_AI_SitSryAEGXEfU_SS8UTF8ViewV_TG5', symObjAddr: 0x46F4, symBinAddr: 0x24150, symSize: 0x88 } + - { offsetInCU: 0xCB8, offset: 0x78BD1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestCMa', symObjAddr: 0x477C, symBinAddr: 0x241D8, symSize: 0x3C } + - { offsetInCU: 0xCCC, offset: 0x78BE5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOAEs0D0AAWl', symObjAddr: 0x47DC, symBinAddr: 0x24214, symSize: 0x44 } + - { offsetInCU: 0xEF4, offset: 0x78E0D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestCMU', symObjAddr: 0x5308, symBinAddr: 0x24BF8, symSize: 0x8 } + - { offsetInCU: 0xF08, offset: 0x78E21, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestCMr', symObjAddr: 0x5310, symBinAddr: 0x24C00, symSize: 0x78 } + - { offsetInCU: 0xF1C, offset: 0x78E35, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOwCP', symObjAddr: 0x5388, symBinAddr: 0x24C78, symSize: 0x2C } + - { offsetInCU: 0xF30, offset: 0x78E49, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOwxx', symObjAddr: 0x53B4, symBinAddr: 0x24CA4, symSize: 0x8 } + - { offsetInCU: 0xF44, offset: 0x78E5D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOwca', symObjAddr: 0x53BC, symBinAddr: 0x24CAC, symSize: 0x40 } + - { offsetInCU: 0xF58, offset: 0x78E71, size: 0x8, addend: 0x0, symName: ___swift_memcpy16_8, symObjAddr: 0x53FC, symBinAddr: 0x24CEC, symSize: 0xC } + - { offsetInCU: 0xF6C, offset: 0x78E85, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOwta', symObjAddr: 0x5408, symBinAddr: 0x24CF8, symSize: 0x30 } + - { offsetInCU: 0xF80, offset: 0x78E99, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOwet', symObjAddr: 0x5438, symBinAddr: 0x24D28, symSize: 0x5C } + - { offsetInCU: 0xF94, offset: 0x78EAD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOwst', symObjAddr: 0x5494, symBinAddr: 0x24D84, symSize: 0x50 } + - { offsetInCU: 0xFA8, offset: 0x78EC1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOwug', symObjAddr: 0x54E4, symBinAddr: 0x24DD4, symSize: 0x8 } + - { offsetInCU: 0xFBC, offset: 0x78ED5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOwup', symObjAddr: 0x54EC, symBinAddr: 0x24DDC, symSize: 0x4 } + - { offsetInCU: 0xFD0, offset: 0x78EE9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOwui', symObjAddr: 0x54F0, symBinAddr: 0x24DE0, symSize: 0x4 } + - { offsetInCU: 0xFE4, offset: 0x78EFD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOMa', symObjAddr: 0x54F4, symBinAddr: 0x24DE4, symSize: 0x10 } + - { offsetInCU: 0xFF8, offset: 0x78F11, size: 0x8, addend: 0x0, symName: '_$sSD8IteratorV8_VariantOyxq___GSHRzr0_lWOe', symObjAddr: 0x5514, symBinAddr: 0x24DF4, symSize: 0x8 } + - { offsetInCU: 0x104B, offset: 0x78F64, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV06InlineB0VyAESWcfCTf4nd_n', symObjAddr: 0x5578, symBinAddr: 0x24E58, symSize: 0xC4 } + - { offsetInCU: 0x10C1, offset: 0x78FDA, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV10LargeSliceVyAESWcfCTf4nd_n', symObjAddr: 0x563C, symBinAddr: 0x24F1C, symSize: 0x78 } + - { offsetInCU: 0x10EE, offset: 0x79007, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV11InlineSliceVyAESWcfCTf4nd_n', symObjAddr: 0x56B4, symBinAddr: 0x24F94, symSize: 0x80 } + - { offsetInCU: 0x1143, offset: 0x7905C, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOyAESWcfCTf4nd_n', symObjAddr: 0x5734, symBinAddr: 0x25014, symSize: 0x68 } + - { offsetInCU: 0x1194, offset: 0x790AD, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationO5countAESi_tcfCTf4nd_n', symObjAddr: 0x579C, symBinAddr: 0x2507C, symSize: 0x9C } + - { offsetInCU: 0x11F2, offset: 0x7910B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVyACxcSTRzs5UInt8V7ElementRtzlufc8IteratorQz_SitSwXEfU1_SS8UTF8ViewV_TG5TA', symObjAddr: 0x5838, symBinAddr: 0x25118, symSize: 0x58 } + - { offsetInCU: 0x1230, offset: 0x79149, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationOSgWOe', symObjAddr: 0x5890, symBinAddr: 0x25170, symSize: 0x14 } + - { offsetInCU: 0x1244, offset: 0x7915D, size: 0x8, addend: 0x0, symName: '_$s10Foundation15ContiguousBytes_pWOb', symObjAddr: 0x58A4, symBinAddr: 0x25184, symSize: 0x18 } + - { offsetInCU: 0x1258, offset: 0x79171, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVyACxcSTRzs5UInt8V7ElementRtzlufc8IteratorQz_SitSwXEfU1_AI_SitSryAEGXEfU_SS8UTF8ViewV_TG5TA', symObjAddr: 0x58BC, symBinAddr: 0x2519C, symSize: 0x18 } + - { offsetInCU: 0x12B9, offset: 0x791D2, size: 0x8, addend: 0x0, symName: '_$sSTsE7forEachyyy7ElementQzKXEKFSDyS2SG_Tg5095$s9Capacitor0A10UrlRequestC03getc19DataAsMultipartFormE0y10Foundation0E0VAA7JSValue_p_SStKFySS_S6XEfU0_10Foundation0J0VSSTf1cn_n', symObjAddr: 0x0, symBinAddr: 0x1FA5C, symSize: 0x198 } + - { offsetInCU: 0x13AD, offset: 0x792C6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOs0D0AAsAFP7_domainSSvgTW', symObjAddr: 0x38C, symBinAddr: 0x1FDE8, symSize: 0x4 } + - { offsetInCU: 0x13C9, offset: 0x792E2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOs0D0AAsAFP5_codeSivgTW', symObjAddr: 0x390, symBinAddr: 0x1FDEC, symSize: 0x4 } + - { offsetInCU: 0x13E5, offset: 0x792FE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOs0D0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0x394, symBinAddr: 0x1FDF0, symSize: 0x4 } + - { offsetInCU: 0x1401, offset: 0x7931A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC0abC5ErrorOs0D0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x398, symBinAddr: 0x1FDF4, symSize: 0x4 } + - { offsetInCU: 0x1761, offset: 0x7967A, size: 0x8, addend: 0x0, symName: '_$sSTsE6reduce4into_qd__qd__n_yqd__z_7ElementQztKXEtKlFSDySS9Capacitor7JSValue_pG_s17_NativeDictionaryVyS2SGTg5051$sSD16compactMapValuesySDyxqd__Gqd__Sgq_KXEKlFys17_fg46Vyxqd__Gz_x3key_q_5valuettKXEfU_SS_9Capacitor7E120_pSSTg5076$s9Capacitor0A10UrlRequestC03getc19DataAsMultipartFormE0y10Foundation0E0VAA7I22_p_SStKFSSSgAaH_pXEfU_Tf3nnpf_nTf1ncn_n', symObjAddr: 0x3F28, symBinAddr: 0x23984, symSize: 0x330 } + - { offsetInCU: 0x19A1, offset: 0x798BA, size: 0x8, addend: 0x0, symName: '_$sSTsE7forEachyyy7ElementQzKXEKFSD4KeysVyS2S_G_Tg556$s9Capacitor0A10UrlRequestC03getC6HeaderyypSgSSFySSXEfU_SDySSypG9Capacitor0phI0CTf1cn_nTf4nng_n', symObjAddr: 0x48A4, symBinAddr: 0x24258, symSize: 0x460 } + - { offsetInCU: 0x1C6B, offset: 0x79B84, size: 0x8, addend: 0x0, symName: '_$sSTsE7forEachyyy7ElementQzKXEKFSD4KeysVyS2S_G_Tg559$s9Capacitor0A10UrlRequestC03setC7HeadersyySDyS2SGFySSXEfU_SDyS2SG9Capacitor0qhI0CTf1cn_nTf4ngg_n', symObjAddr: 0x4D04, symBinAddr: 0x246B8, symSize: 0x3B0 } + - { offsetInCU: 0x1EAF, offset: 0x79DC8, size: 0x8, addend: 0x0, symName: '_$sSTsE7forEachyyy7ElementQzKXEKFSD4KeysVySS9Capacitor7JSValue_p_G_Tg5076$s9Capacitor0A10UrlRequestC03getc10DataAsFormB7Encodedy10Foundation0E0VSgAA7F12_pKFySSXEfU_10Foundation13URLComponentsVSDySSAfG_pGTf1cn_nTf4nng_n', symObjAddr: 0x50B4, symBinAddr: 0x24A68, symSize: 0x190 } + - { offsetInCU: 0x20A8, offset: 0x79FC1, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVyACxcSTRzs5UInt8V7ElementRtzlufCSS8UTF8ViewV_Tgm5', symObjAddr: 0xFD0, symBinAddr: 0x20A2C, symSize: 0x4E4 } + - { offsetInCU: 0x2418, offset: 0x7A331, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC7request10Foundation10URLRequestVvg', symObjAddr: 0x198, symBinAddr: 0x1FBF4, symSize: 0x64 } + - { offsetInCU: 0x2437, offset: 0x7A350, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC7request10Foundation10URLRequestVvs', symObjAddr: 0x1FC, symBinAddr: 0x1FC58, symSize: 0x6C } + - { offsetInCU: 0x246C, offset: 0x7A385, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC7request10Foundation10URLRequestVvM', symObjAddr: 0x268, symBinAddr: 0x1FCC4, symSize: 0x44 } + - { offsetInCU: 0x248B, offset: 0x7A3A4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC7headersSDyS2SGvg', symObjAddr: 0x2AC, symBinAddr: 0x1FD08, symSize: 0x48 } + - { offsetInCU: 0x24AA, offset: 0x7A3C3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC7headersSDyS2SGvs', symObjAddr: 0x2F4, symBinAddr: 0x1FD50, symSize: 0x50 } + - { offsetInCU: 0x24DF, offset: 0x7A3F8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC7headersSDyS2SGvM', symObjAddr: 0x344, symBinAddr: 0x1FDA0, symSize: 0x44 } + - { offsetInCU: 0x24FE, offset: 0x7A417, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC7headersSDyS2SGvM.resume.0', symObjAddr: 0x388, symBinAddr: 0x1FDE4, symSize: 0x4 } + - { offsetInCU: 0x2525, offset: 0x7A43E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC_6methodAC10Foundation3URLV_SStcfC', symObjAddr: 0x39C, symBinAddr: 0x1FDF8, symSize: 0x48 } + - { offsetInCU: 0x2571, offset: 0x7A48A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC_6methodAC10Foundation3URLV_SStcfc', symObjAddr: 0x3E4, symBinAddr: 0x1FE40, symSize: 0x474 } + - { offsetInCU: 0x2790, offset: 0x7A6A9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC03getC10DataAsJsony10Foundation0E0VSgAA7JSValue_pKF', symObjAddr: 0x858, symBinAddr: 0x202B4, symSize: 0x198 } + - { offsetInCU: 0x27CE, offset: 0x7A6E7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC03getc10DataAsFormB7Encodedy10Foundation0E0VSgAA7JSValue_pKF', symObjAddr: 0x9F0, symBinAddr: 0x2044C, symSize: 0x360 } + - { offsetInCU: 0x288F, offset: 0x7A7A8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC03getc10DataAsFormB7Encodedy10Foundation0E0VSgAA7JSValue_pKFySSXEfU_', symObjAddr: 0xD50, symBinAddr: 0x207AC, symSize: 0x280 } + - { offsetInCU: 0x2B1F, offset: 0x7AA38, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC03getc19DataAsMultipartFormE0y10Foundation0E0VAA7JSValue_p_SStKF', symObjAddr: 0x14C4, symBinAddr: 0x20F20, symSize: 0x364 } + - { offsetInCU: 0x2D6C, offset: 0x7AC85, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC03getc19DataAsMultipartFormE0y10Foundation0E0VAA7JSValue_p_SStKFySS_SStXEfU0_', symObjAddr: 0x1828, symBinAddr: 0x21284, symSize: 0x294 } + - { offsetInCU: 0x2F8F, offset: 0x7AEA8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC19overrideContentType33_F1EC701B45DB364BA9C013A5CEB076C6LLyySSF', symObjAddr: 0x1ABC, symBinAddr: 0x21518, symSize: 0x130 } + - { offsetInCU: 0x30AF, offset: 0x7AFC8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC03getC12DataAsStringy10Foundation0E0VAA7JSValue_pKF', symObjAddr: 0x1BEC, symBinAddr: 0x21648, symSize: 0xAC } + - { offsetInCU: 0x30F6, offset: 0x7B00F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC03getC6HeaderyypSgSSF', symObjAddr: 0x1C98, symBinAddr: 0x216F4, symSize: 0x128 } + - { offsetInCU: 0x3216, offset: 0x7B12F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC03getc12DataFromFormE0y10Foundation0E0VSgAA7JSValue_p_SStKF', symObjAddr: 0x1DC0, symBinAddr: 0x2181C, symSize: 0x1058 } + - { offsetInCU: 0x3BAD, offset: 0x7BAC6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC03getC4Datay10Foundation0E0VSgAA7JSValue_p_S2SSgtKF', symObjAddr: 0x2E18, symBinAddr: 0x22874, symSize: 0x538 } + - { offsetInCU: 0x3D85, offset: 0x7BC9E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC03setC7HeadersyySDySSypGFySSXEfU_', symObjAddr: 0x33C8, symBinAddr: 0x22E24, symSize: 0x20C } + - { offsetInCU: 0x3E6E, offset: 0x7BD87, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC03setC4BodyyyAA7JSValue_p_SSSgtKF', symObjAddr: 0x35D4, symBinAddr: 0x23030, symSize: 0x228 } + - { offsetInCU: 0x3F5C, offset: 0x7BE75, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC14setContentTypeyySSSgF', symObjAddr: 0x37FC, symBinAddr: 0x23258, symSize: 0x80 } + - { offsetInCU: 0x3FA9, offset: 0x7BEC2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC10setTimeoutyySdF', symObjAddr: 0x387C, symBinAddr: 0x232D8, symSize: 0x5C } + - { offsetInCU: 0x3FF6, offset: 0x7BF0F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC03getbC010Foundation10URLRequestVyF', symObjAddr: 0x38D8, symBinAddr: 0x23334, symSize: 0x64 } + - { offsetInCU: 0x4047, offset: 0x7BF60, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC10urlSession_4task26willPerformHTTPRedirection03newC017completionHandlerySo12NSURLSessionC_So0M4TaskCSo17NSHTTPURLResponseC10Foundation10URLRequestVyAQSgctF', symObjAddr: 0x393C, symBinAddr: 0x23398, symSize: 0xA0 } + - { offsetInCU: 0x40FA, offset: 0x7C013, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestC03getB7SessionySo12NSURLSessionCSo13CAPPluginCallCF', symObjAddr: 0x3BCC, symBinAddr: 0x23628, symSize: 0xD8 } + - { offsetInCU: 0x4170, offset: 0x7C089, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSValueContainerPAAE7getBoolySbSgSSFSo13CAPPluginCallC_Tg5', symObjAddr: 0x3CA4, symBinAddr: 0x23700, symSize: 0x188 } + - { offsetInCU: 0x4202, offset: 0x7C11B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestCACycfC', symObjAddr: 0x3E2C, symBinAddr: 0x23888, symSize: 0x20 } + - { offsetInCU: 0x4216, offset: 0x7C12F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestCACycfc', symObjAddr: 0x3E4C, symBinAddr: 0x238A8, symSize: 0x2C } + - { offsetInCU: 0x426F, offset: 0x7C188, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A10UrlRequestCfD', symObjAddr: 0x3EA4, symBinAddr: 0x23900, symSize: 0x34 } + - { offsetInCU: 0x430E, offset: 0x7C227, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataV15_RepresentationO22withUnsafeMutableBytesyxxSwKXEKlFs16IndexingIteratorVySS8UTF8ViewVG_Sit_Tg5', symObjAddr: 0x4258, symBinAddr: 0x23CB4, symSize: 0x30C } + - { offsetInCU: 0x4466, offset: 0x7C37F, size: 0x8, addend: 0x0, symName: '_$sSw17withMemoryRebound2to_q_xm_q_SryxGKXEtKr0_lFs5UInt8V_s16IndexingIteratorVySS8UTF8ViewVG_SitTgm5', symObjAddr: 0x45E8, symBinAddr: 0x24044, symSize: 0x60 } + - { offsetInCU: 0x447A, offset: 0x7C393, size: 0x8, addend: 0x0, symName: '_$s10Foundation13__DataStorageC22withUnsafeMutableBytes2in5applyxSnySiG_xSwKXEtKlFs16IndexingIteratorVySS8UTF8ViewVG_Sit_Tg5', symObjAddr: 0x4648, symBinAddr: 0x240A4, symSize: 0xAC } + - { offsetInCU: 0x2B, offset: 0x7C53B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyC6shared_WZ', symObjAddr: 0x0, symBinAddr: 0x25200, symSize: 0x30 } + - { offsetInCU: 0x4F, offset: 0x7C55F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyC6sharedACvpZ', symObjAddr: 0x7FE8, symBinAddr: 0xA6680, symSize: 0x0 } + - { offsetInCU: 0xEB, offset: 0x7C5FB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyC11application_4open7optionsSbSo13UIApplicationC_10Foundation3URLVSDySo0H17OpenURLOptionsKeyaypGtFTo', symObjAddr: 0x260, symBinAddr: 0x253D8, symSize: 0x10C } + - { offsetInCU: 0x140, offset: 0x7C650, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyC11application_8continue18restorationHandlerSbSo13UIApplicationC_So14NSUserActivityCySaySo06UIUserK9Restoring_pGSgctFTo', symObjAddr: 0x374, symBinAddr: 0x254EC, symSize: 0x94 } + - { offsetInCU: 0x188, offset: 0x7C698, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyCACycfcTo', symObjAddr: 0x474, symBinAddr: 0x255EC, symSize: 0x70 } + - { offsetInCU: 0x215, offset: 0x7C725, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyC6shared_WZ', symObjAddr: 0x0, symBinAddr: 0x25200, symSize: 0x30 } + - { offsetInCU: 0x245, offset: 0x7C755, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyC6sharedACvau', symObjAddr: 0x50, symBinAddr: 0x25250, symSize: 0x40 } + - { offsetInCU: 0x26A, offset: 0x7C77A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyC7lastURL10Foundation0F0VSgvpACTk', symObjAddr: 0xD0, symBinAddr: 0x252D0, symSize: 0xAC } + - { offsetInCU: 0x2AC, offset: 0x7C7BC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyCfETo', symObjAddr: 0x518, symBinAddr: 0x25690, symSize: 0x10 } + - { offsetInCU: 0x3E2, offset: 0x7C8F2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyCMa', symObjAddr: 0xC24, symBinAddr: 0x25D9C, symSize: 0x3C } + - { offsetInCU: 0x3F6, offset: 0x7C906, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyCMU', symObjAddr: 0xCB8, symBinAddr: 0x25E30, symSize: 0x8 } + - { offsetInCU: 0x40A, offset: 0x7C91A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyCMr', symObjAddr: 0xCC0, symBinAddr: 0x25E38, symSize: 0x6C } + - { offsetInCU: 0x41E, offset: 0x7C92E, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgMa', symObjAddr: 0xD2C, symBinAddr: 0x25EA4, symSize: 0x54 } + - { offsetInCU: 0x432, offset: 0x7C942, size: 0x8, addend: 0x0, symName: '_$sSo30UIApplicationOpenURLOptionsKeyaABSHSCWl', symObjAddr: 0xD80, symBinAddr: 0x25EF8, symSize: 0x48 } + - { offsetInCU: 0x446, offset: 0x7C956, size: 0x8, addend: 0x0, symName: '_$s10Foundation3URLVSgWOd', symObjAddr: 0xE08, symBinAddr: 0x25F40, symSize: 0x48 } + - { offsetInCU: 0x675, offset: 0x7CB85, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyCACycfC', symObjAddr: 0x30, symBinAddr: 0x25230, symSize: 0x20 } + - { offsetInCU: 0x68F, offset: 0x7CB9F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyC6sharedACvgZ', symObjAddr: 0x90, symBinAddr: 0x25290, symSize: 0x40 } + - { offsetInCU: 0x6E7, offset: 0x7CBF7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyC7lastURL10Foundation0F0VSgvg', symObjAddr: 0x17C, symBinAddr: 0x2537C, symSize: 0x50 } + - { offsetInCU: 0x706, offset: 0x7CC16, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyC11application_4open7optionsSbSo13UIApplicationC_10Foundation3URLVSDySo0H17OpenURLOptionsKeyaypGtF', symObjAddr: 0x254, symBinAddr: 0x253CC, symSize: 0xC } + - { offsetInCU: 0x727, offset: 0x7CC37, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyC11application_8continue18restorationHandlerSbSo13UIApplicationC_So14NSUserActivityCySaySo06UIUserK9Restoring_pGSgctF', symObjAddr: 0x36C, symBinAddr: 0x254E4, symSize: 0x8 } + - { offsetInCU: 0x742, offset: 0x7CC52, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyCACycfc', symObjAddr: 0x408, symBinAddr: 0x25580, symSize: 0x6C } + - { offsetInCU: 0x775, offset: 0x7CC85, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyCfD', symObjAddr: 0x4E4, symBinAddr: 0x2565C, symSize: 0x34 } + - { offsetInCU: 0x7C6, offset: 0x7CCD6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyC11application_4open7optionsSbSo13UIApplicationC_10Foundation3URLVSDySo0H17OpenURLOptionsKeyaypGtFTf4dnnn_n', symObjAddr: 0x528, symBinAddr: 0x256A0, symSize: 0x2C4 } + - { offsetInCU: 0x91C, offset: 0x7CE2C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24ApplicationDelegateProxyC11application_8continue18restorationHandlerSbSo13UIApplicationC_So14NSUserActivityCySaySo06UIUserK9Restoring_pGSgctFTf4dndn_n', symObjAddr: 0x7EC, symBinAddr: 0x25964, symSize: 0x438 } + - { offsetInCU: 0x27, offset: 0x7CFE2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeC27statusBarTappedNotification_WZ', symObjAddr: 0x0, symBinAddr: 0x25F88, symSize: 0x9C } + - { offsetInCU: 0x4B, offset: 0x7D006, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeC27statusBarTappedNotification10Foundation0F0VvpZ', symObjAddr: 0x3D80, symBinAddr: 0xA6690, symSize: 0x0 } + - { offsetInCU: 0x6A, offset: 0x7D025, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeC27statusBarTappedNotification_WZ', symObjAddr: 0x0, symBinAddr: 0x25F88, symSize: 0x9C } + - { offsetInCU: 0x92, offset: 0x7D04D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeC27statusBarTappedNotification10Foundation0F0Vvau', symObjAddr: 0x9C, symBinAddr: 0x26024, symSize: 0x48 } + - { offsetInCU: 0xDA, offset: 0x7D095, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeC27statusBarTappedNotification10Foundation0F0VvgZTo', symObjAddr: 0x16C, symBinAddr: 0x260DC, symSize: 0x5C } + - { offsetInCU: 0x1B3, offset: 0x7D16E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeCACycfcTo', symObjAddr: 0x45C, symBinAddr: 0x26344, symSize: 0x3C } + - { offsetInCU: 0x216, offset: 0x7D1D1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeCfETo', symObjAddr: 0x4C8, symBinAddr: 0x263B0, symSize: 0x4 } + - { offsetInCU: 0x241, offset: 0x7D1FC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeCMa', symObjAddr: 0x4CC, symBinAddr: 0x263B4, symSize: 0x20 } + - { offsetInCU: 0x3E5, offset: 0x7D3A0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeC27statusBarTappedNotification10Foundation0F0VvgZ', symObjAddr: 0xFC, symBinAddr: 0x2606C, symSize: 0x70 } + - { offsetInCU: 0x43E, offset: 0x7D3F9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeC10getLastUrl10Foundation3URLVSgyFZ', symObjAddr: 0x1C8, symBinAddr: 0x26138, symSize: 0x88 } + - { offsetInCU: 0x493, offset: 0x7D44E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeC13handleOpenUrlySb10Foundation3URLV_SDySo013UIApplicationD13URLOptionsKeyaypGtFZ', symObjAddr: 0x2D8, symBinAddr: 0x261C0, symSize: 0x9C } + - { offsetInCU: 0x509, offset: 0x7D4C4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeC22handleContinueActivityySbSo06NSUserE0C_ySaySo06UIUserE9Restoring_pGSgctFZ', symObjAddr: 0x374, symBinAddr: 0x2625C, symSize: 0x94 } + - { offsetInCU: 0x56E, offset: 0x7D529, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeC21handleAppBecameActiveyySo13UIApplicationCFZ', symObjAddr: 0x408, symBinAddr: 0x262F0, symSize: 0x4 } + - { offsetInCU: 0x59B, offset: 0x7D556, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeCACycfC', symObjAddr: 0x40C, symBinAddr: 0x262F4, symSize: 0x20 } + - { offsetInCU: 0x5AF, offset: 0x7D56A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeCACycfc', symObjAddr: 0x42C, symBinAddr: 0x26314, symSize: 0x30 } + - { offsetInCU: 0x5E5, offset: 0x7D5A0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9CAPBridgeCfD', symObjAddr: 0x498, symBinAddr: 0x26380, symSize: 0x30 } + - { offsetInCU: 0x27, offset: 0x7D609, size: 0x8, addend: 0x0, symName: '_$sSo16CAPBridgedPluginP9CapacitorE9getMethod5namedSo09CAPPluginE0CSgSS_tF', symObjAddr: 0x0, symBinAddr: 0x263D4, symSize: 0xA0 } + - { offsetInCU: 0x5A, offset: 0x7D63C, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodCMa', symObjAddr: 0xA0, symBinAddr: 0x26474, symSize: 0x3C } + - { offsetInCU: 0x1F7, offset: 0x7D7D9, size: 0x8, addend: 0x0, symName: '_$sSTsE5first5where7ElementQzSgSbADKXE_tKFSaySo15CAPPluginMethodCG_Tg5054$sSo16CAPBridgedPluginP9CapacitorE9getMethod5namedSo09D19E0CSgSS_tFSbAGXEfU_SSTf1cn_nTf4ng_n', symObjAddr: 0xDC, symBinAddr: 0x264B0, symSize: 0x198 } + - { offsetInCU: 0x46C, offset: 0x7DA4E, size: 0x8, addend: 0x0, symName: '_$sSo16CAPBridgedPluginP9CapacitorE9getMethod5namedSo09CAPPluginE0CSgSS_tF', symObjAddr: 0x0, symBinAddr: 0x263D4, symSize: 0xA0 } + - { offsetInCU: 0x27, offset: 0x7DB91, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPBridgeProtocolPAAE11modulePrintyySo9CAPPluginC_ypdtF', symObjAddr: 0x0, symBinAddr: 0x26648, symSize: 0x254 } + - { offsetInCU: 0x2E3, offset: 0x7DE4D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x38C, symBinAddr: 0x269D4, symSize: 0x8 } + - { offsetInCU: 0x2FF, offset: 0x7DE69, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x394, symBinAddr: 0x269DC, symSize: 0x40 } + - { offsetInCU: 0x3E2, offset: 0x7DF4C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3D4, symBinAddr: 0x26A1C, symSize: 0x24 } + - { offsetInCU: 0x51A, offset: 0x7E084, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO10Foundation13CustomNSErrorAadEP11errorDomainSSvgZTW', symObjAddr: 0x56C, symBinAddr: 0x26BB4, symSize: 0x24 } + - { offsetInCU: 0x536, offset: 0x7E0A0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO10Foundation13CustomNSErrorAadEP9errorCodeSivgTW', symObjAddr: 0x590, symBinAddr: 0x26BD8, symSize: 0x8 } + - { offsetInCU: 0x552, offset: 0x7E0BC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO10Foundation13CustomNSErrorAadEP13errorUserInfoSDySSypGvgTW', symObjAddr: 0x598, symBinAddr: 0x26BE0, symSize: 0x4 } + - { offsetInCU: 0x593, offset: 0x7E0FD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO10Foundation09LocalizedC0AadEP16errorDescriptionSSSgvgTW', symObjAddr: 0x650, symBinAddr: 0x26C98, symSize: 0xB4 } + - { offsetInCU: 0x5F0, offset: 0x7E15A, size: 0x8, addend: 0x0, symName: ___swift_destroy_boxed_opaque_existential_0, symObjAddr: 0x74C, symBinAddr: 0x26D58, symSize: 0x20 } + - { offsetInCU: 0x604, offset: 0x7E16E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOSHAASQWb', symObjAddr: 0x848, symBinAddr: 0x26D78, symSize: 0x4 } + - { offsetInCU: 0x618, offset: 0x7E182, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOACSQAAWl', symObjAddr: 0x84C, symBinAddr: 0x26D7C, symSize: 0x44 } + - { offsetInCU: 0x62C, offset: 0x7E196, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO10Foundation13CustomNSErrorAAs0C0PWb', symObjAddr: 0x890, symBinAddr: 0x26DC0, symSize: 0x4 } + - { offsetInCU: 0x640, offset: 0x7E1AA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOACs0C0AAWl', symObjAddr: 0x894, symBinAddr: 0x26DC4, symSize: 0x44 } + - { offsetInCU: 0x654, offset: 0x7E1BE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO10Foundation09LocalizedC0AAs0C0PWb', symObjAddr: 0x8D8, symBinAddr: 0x26E08, symSize: 0x4 } + - { offsetInCU: 0x668, offset: 0x7E1D2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOwet', symObjAddr: 0x8E4, symBinAddr: 0x26E0C, symSize: 0x50 } + - { offsetInCU: 0x67C, offset: 0x7E1E6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOwst', symObjAddr: 0x934, symBinAddr: 0x26E5C, symSize: 0x8C } + - { offsetInCU: 0x690, offset: 0x7E1FA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOwug', symObjAddr: 0x9C0, symBinAddr: 0x26EE8, symSize: 0x8 } + - { offsetInCU: 0x6A4, offset: 0x7E20E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOwup', symObjAddr: 0x9C8, symBinAddr: 0x26EF0, symSize: 0x4 } + - { offsetInCU: 0x6B8, offset: 0x7E222, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOwui', symObjAddr: 0x9CC, symBinAddr: 0x26EF4, symSize: 0x4 } + - { offsetInCU: 0x6CC, offset: 0x7E236, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOMa', symObjAddr: 0x9D0, symBinAddr: 0x26EF8, symSize: 0x10 } + - { offsetInCU: 0x6E0, offset: 0x7E24A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOAC10Foundation13CustomNSErrorAAWl', symObjAddr: 0x9E0, symBinAddr: 0x26F08, symSize: 0x44 } + - { offsetInCU: 0x7DC, offset: 0x7E346, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3F8, symBinAddr: 0x26A40, symSize: 0x3C } + - { offsetInCU: 0x878, offset: 0x7E3E2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOs0C0AAsADP9_userInfoyXlSgvgTW', symObjAddr: 0x484, symBinAddr: 0x26ACC, symSize: 0x4 } + - { offsetInCU: 0x894, offset: 0x7E3FE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOs0C0AAsADP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x488, symBinAddr: 0x26AD0, symSize: 0x4 } + - { offsetInCU: 0x944, offset: 0x7E4AE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOs0C0AAsADP7_domainSSvgTW', symObjAddr: 0x434, symBinAddr: 0x26A7C, symSize: 0x28 } + - { offsetInCU: 0x960, offset: 0x7E4CA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorOs0C0AAsADP5_codeSivgTW', symObjAddr: 0x45C, symBinAddr: 0x26AA4, symSize: 0x28 } + - { offsetInCU: 0x98B, offset: 0x7E4F5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO10Foundation09LocalizedC0AadEP13failureReasonSSSgvgTW', symObjAddr: 0x704, symBinAddr: 0x26D4C, symSize: 0x4 } + - { offsetInCU: 0x9A7, offset: 0x7E511, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO10Foundation09LocalizedC0AadEP18recoverySuggestionSSSgvgTW', symObjAddr: 0x708, symBinAddr: 0x26D50, symSize: 0x4 } + - { offsetInCU: 0x9C3, offset: 0x7E52D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO10Foundation09LocalizedC0AadEP10helpAnchorSSSgvgTW', symObjAddr: 0x70C, symBinAddr: 0x26D54, symSize: 0x4 } + - { offsetInCU: 0xB45, offset: 0x7E6AF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPBridgeProtocolPAAE11modulePrintyySo9CAPPluginC_ypdtF', symObjAddr: 0x0, symBinAddr: 0x26648, symSize: 0x254 } + - { offsetInCU: 0xE7C, offset: 0x7E9E6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPBridgeProtocolPAAE5alertyySS_S2StF', symObjAddr: 0x254, symBinAddr: 0x2689C, symSize: 0x90 } + - { offsetInCU: 0xEDB, offset: 0x7EA45, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPBridgeProtocolPAAE19setStatusBarVisibleyySbF', symObjAddr: 0x2E4, symBinAddr: 0x2692C, symSize: 0x14 } + - { offsetInCU: 0xF1A, offset: 0x7EA84, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPBridgeProtocolPAAE17setStatusBarStyleyySo08UIStatusfG0VF', symObjAddr: 0x2F8, symBinAddr: 0x26940, symSize: 0x14 } + - { offsetInCU: 0xF59, offset: 0x7EAC3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPBridgeProtocolPAAE21setStatusBarAnimationyySo08UIStatusfG0VF', symObjAddr: 0x30C, symBinAddr: 0x26954, symSize: 0x14 } + - { offsetInCU: 0xFA4, offset: 0x7EB0E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO21__derived_enum_equalsySbAC_ACtFZ', symObjAddr: 0x320, symBinAddr: 0x26968, symSize: 0x8 } + - { offsetInCU: 0xFE8, offset: 0x7EB52, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO4hash4intoys6HasherVz_tF', symObjAddr: 0x328, symBinAddr: 0x26970, symSize: 0x24 } + - { offsetInCU: 0x1074, offset: 0x7EBDE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO9hashValueSivg', symObjAddr: 0x34C, symBinAddr: 0x26994, symSize: 0x40 } + - { offsetInCU: 0x1153, offset: 0x7ECBD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO11errorDomainSSvgZ', symObjAddr: 0x48C, symBinAddr: 0x26AD4, symSize: 0x24 } + - { offsetInCU: 0x1167, offset: 0x7ECD1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO9errorCodeSivg', symObjAddr: 0x4B0, symBinAddr: 0x26AF8, symSize: 0x8 } + - { offsetInCU: 0x11B1, offset: 0x7ED1B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO13errorUserInfoSDySSypGvg', symObjAddr: 0x4B8, symBinAddr: 0x26B00, symSize: 0xB4 } + - { offsetInCU: 0x127B, offset: 0x7EDE5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A11BridgeErrorO16errorDescriptionSSSgvg', symObjAddr: 0x59C, symBinAddr: 0x26BE4, symSize: 0xB4 } + - { offsetInCU: 0x1AD, offset: 0x7F06B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC21supportedOrientationsSaySiGvgTo', symObjAddr: 0x35C, symBinAddr: 0x272A8, symSize: 0x68 } + - { offsetInCU: 0x205, offset: 0x7F0C3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC21supportedOrientationsSaySiGvsTo', symObjAddr: 0x40C, symBinAddr: 0x27358, symSize: 0x64 } + - { offsetInCU: 0x2EE, offset: 0x7F1AC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC04loadC0yyFTo', symObjAddr: 0x17D8, symBinAddr: 0x286E4, symSize: 0x28 } + - { offsetInCU: 0x336, offset: 0x7F1F4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC11viewDidLoadyyFTo', symObjAddr: 0x1C94, symBinAddr: 0x28BA0, symSize: 0x6C } + - { offsetInCU: 0x390, offset: 0x7F24E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC27canPerformUnwindSegueAction_4from10withSenderSb10ObjectiveC8SelectorV_So06UIViewD0CyptFTo', symObjAddr: 0x1D08, symBinAddr: 0x28C14, symSize: 0x80 } + - { offsetInCU: 0x46B, offset: 0x7F329, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC22prefersStatusBarHiddenSbvgTo', symObjAddr: 0x2DB0, symBinAddr: 0x29CBC, symSize: 0x4C } + - { offsetInCU: 0x4DE, offset: 0x7F39C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC23preferredStatusBarStyleSo08UIStatusgH0VvgTo', symObjAddr: 0x2E48, symBinAddr: 0x29D54, symSize: 0x44 } + - { offsetInCU: 0x551, offset: 0x7F40F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC33preferredStatusBarUpdateAnimationSo08UIStatusgI0VvgTo', symObjAddr: 0x2ED0, symBinAddr: 0x29DDC, symSize: 0x44 } + - { offsetInCU: 0x5FF, offset: 0x7F4BD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC30supportedInterfaceOrientationsSo26UIInterfaceOrientationMaskVvgTo', symObjAddr: 0x3188, symBinAddr: 0x2A094, symSize: 0x20 } + - { offsetInCU: 0x671, offset: 0x7F52F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfcTo', symObjAddr: 0x34D4, symBinAddr: 0x2A3E0, symSize: 0x60 } + - { offsetInCU: 0x6C3, offset: 0x7F581, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x362C, symBinAddr: 0x2A538, symSize: 0x28 } + - { offsetInCU: 0x6F6, offset: 0x7F5B4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC03webC0So05WKWebC0CSgvpACTk', symObjAddr: 0x30, symBinAddr: 0x26F7C, symSize: 0x68 } + - { offsetInCU: 0x94A, offset: 0x7F808, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC4with8delegate20cordovaConfiguration12assetHandler010delegationH019autoRegisterPluginsACSo011CAPInstanceF0C_AA17CAPBridgeDelegate_pSo15CDVConfigParserCAA012WebViewAssetH0CAA0rs10DelegationH0CSbtcfcTf4nennnnn_nAA0nS10ControllerC_Tg5Tf4gggggnn_n', symObjAddr: 0x44C0, symBinAddr: 0x2B3CC, symSize: 0x714 } + - { offsetInCU: 0xF03, offset: 0x7FDC1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerCfETo', symObjAddr: 0x3684, symBinAddr: 0x2A590, symSize: 0x48 } + - { offsetInCU: 0xF49, offset: 0x7FE07, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC17getServerBasePathSSyFTo', symObjAddr: 0x37C0, symBinAddr: 0x2A6CC, symSize: 0x58 } + - { offsetInCU: 0xF81, offset: 0x7FE3F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC17setServerBasePath4pathySS_tFTo', symObjAddr: 0x3C58, symBinAddr: 0x2AB64, symSize: 0x5C } + - { offsetInCU: 0xFE2, offset: 0x7FEA0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerCAA0B8DelegateA2aDP010bridgedWebC0So05WKWebC0CSgvgTW', symObjAddr: 0x4030, symBinAddr: 0x2AF3C, symSize: 0x50 } + - { offsetInCU: 0x103D, offset: 0x7FEFB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerCAA0B8DelegateA2aDP07bridgedcD0So06UIViewD0CSgvgTW', symObjAddr: 0x4080, symBinAddr: 0x2AF8C, symSize: 0x1C } + - { offsetInCU: 0x1079, offset: 0x7FF37, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC11logWarnings33_0151BC8B8398CBA447E765B04F9447A0LL3forySo21CAPInstanceDescriptorC_tFTf4nd_n', symObjAddr: 0x409C, symBinAddr: 0x2AFA8, symSize: 0x424 } + - { offsetInCU: 0x15A0, offset: 0x8045E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerCMa', symObjAddr: 0x4BD4, symBinAddr: 0x2BAE0, symSize: 0x20 } + - { offsetInCU: 0x15B4, offset: 0x80472, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x4CB4, symBinAddr: 0x2BB60, symSize: 0x10 } + - { offsetInCU: 0x15C8, offset: 0x80486, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x4CC4, symBinAddr: 0x2BB70, symSize: 0x8 } + - { offsetInCU: 0x15DC, offset: 0x8049A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC17setStatusBarStyleyySo08UIStatusgH0VFyycfU_TA', symObjAddr: 0x4CCC, symBinAddr: 0x2BB78, symSize: 0x10 } + - { offsetInCU: 0x160E, offset: 0x804CC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC17setServerBasePath4pathySS_tFyyScMYccfU_TA', symObjAddr: 0x4D08, symBinAddr: 0x2BBB4, symSize: 0x8 } + - { offsetInCU: 0x1622, offset: 0x804E0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6BridgeC4with8delegate20cordovaConfiguration12assetHandler010delegationH019autoRegisterPluginsACSo011CAPInstanceF0C_AA17CAPBridgeDelegate_pSo15CDVConfigParserCAA012WebViewAssetH0CAA0rs10DelegationH0CSbtcfcy10Foundation12NotificationVYbcfU_TA', symObjAddr: 0x4E8C, symBinAddr: 0x2BD00, symSize: 0x8 } + - { offsetInCU: 0x1D17, offset: 0x80BD5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC6bridgeAA0B8Protocol_pSgvg', symObjAddr: 0x0, symBinAddr: 0x26F4C, symSize: 0x30 } + - { offsetInCU: 0x1D7F, offset: 0x80C3D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC03webC0So05WKWebC0CSgvg', symObjAddr: 0x98, symBinAddr: 0x26FE4, symSize: 0x50 } + - { offsetInCU: 0x1D9E, offset: 0x80C5C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC18isStatusBarVisibleSbvg', symObjAddr: 0xE8, symBinAddr: 0x27034, symSize: 0x44 } + - { offsetInCU: 0x1DBD, offset: 0x80C7B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC18isStatusBarVisibleSbvs', symObjAddr: 0x12C, symBinAddr: 0x27078, symSize: 0x48 } + - { offsetInCU: 0x1DE2, offset: 0x80CA0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC18isStatusBarVisibleSbvM', symObjAddr: 0x174, symBinAddr: 0x270C0, symSize: 0x44 } + - { offsetInCU: 0x1E07, offset: 0x80CC5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC14statusBarStyleSo08UIStatusfG0Vvg', symObjAddr: 0x1B8, symBinAddr: 0x27104, symSize: 0x44 } + - { offsetInCU: 0x1E26, offset: 0x80CE4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC14statusBarStyleSo08UIStatusfG0Vvs', symObjAddr: 0x1FC, symBinAddr: 0x27148, symSize: 0x48 } + - { offsetInCU: 0x1E4F, offset: 0x80D0D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC14statusBarStyleSo08UIStatusfG0VvM', symObjAddr: 0x244, symBinAddr: 0x27190, symSize: 0x44 } + - { offsetInCU: 0x1E74, offset: 0x80D32, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC14statusBarStyleSo08UIStatusfG0VvM.resume.0', symObjAddr: 0x288, symBinAddr: 0x271D4, symSize: 0x4 } + - { offsetInCU: 0x1E95, offset: 0x80D53, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC18statusBarAnimationSo08UIStatusfG0Vvg', symObjAddr: 0x28C, symBinAddr: 0x271D8, symSize: 0x44 } + - { offsetInCU: 0x1EB4, offset: 0x80D72, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC18statusBarAnimationSo08UIStatusfG0Vvs', symObjAddr: 0x2D0, symBinAddr: 0x2721C, symSize: 0x48 } + - { offsetInCU: 0x1EDD, offset: 0x80D9B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC18statusBarAnimationSo08UIStatusfG0VvM', symObjAddr: 0x318, symBinAddr: 0x27264, symSize: 0x44 } + - { offsetInCU: 0x1F16, offset: 0x80DD4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC21supportedOrientationsSaySiGvg', symObjAddr: 0x3C4, symBinAddr: 0x27310, symSize: 0x48 } + - { offsetInCU: 0x1F5A, offset: 0x80E18, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC21supportedOrientationsSaySiGvs', symObjAddr: 0x470, symBinAddr: 0x273BC, symSize: 0x50 } + - { offsetInCU: 0x1F83, offset: 0x80E41, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC21supportedOrientationsSaySiGvM', symObjAddr: 0x4C0, symBinAddr: 0x2740C, symSize: 0x44 } + - { offsetInCU: 0x1FA2, offset: 0x80E60, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC11isNewBinarySbvg', symObjAddr: 0x504, symBinAddr: 0x27450, symSize: 0x40 } + - { offsetInCU: 0x1FC6, offset: 0x80E84, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC11isNewBinarySbvgSbyXEfU_', symObjAddr: 0x544, symBinAddr: 0x27490, symSize: 0x4B4 } + - { offsetInCU: 0x21C9, offset: 0x81087, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC11isNewBinarySbvs', symObjAddr: 0x9F8, symBinAddr: 0x27944, symSize: 0x10 } + - { offsetInCU: 0x21F8, offset: 0x810B6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC11isNewBinarySbvM', symObjAddr: 0xA08, symBinAddr: 0x27954, symSize: 0x38 } + - { offsetInCU: 0x221D, offset: 0x810DB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC11isNewBinarySbvM.resume.0', symObjAddr: 0xA40, symBinAddr: 0x2798C, symSize: 0x18 } + - { offsetInCU: 0x22C0, offset: 0x8117E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC04loadC0yyF', symObjAddr: 0xA58, symBinAddr: 0x279A4, symSize: 0x3F0 } + - { offsetInCU: 0x2460, offset: 0x8131E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC010prepareWebC033_0151BC8B8398CBA447E765B04F9447A0LL4with12assetHandler010delegationP0ySo24CAPInstanceConfigurationC_AA0fc5AssetP0CAA0fc10DelegationP0CtF', symObjAddr: 0xE88, symBinAddr: 0x27D94, symSize: 0x504 } + - { offsetInCU: 0x25DB, offset: 0x81499, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC19updateBinaryVersion33_0151BC8B8398CBA447E765B04F9447A0LLyyF', symObjAddr: 0x138C, symBinAddr: 0x28298, symSize: 0x44C } + - { offsetInCU: 0x27A8, offset: 0x81666, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC11viewDidLoadyyF', symObjAddr: 0x1800, symBinAddr: 0x2870C, symSize: 0x44 } + - { offsetInCU: 0x286C, offset: 0x8172A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC07loadWebC0yyF', symObjAddr: 0x1844, symBinAddr: 0x28750, symSize: 0x450 } + - { offsetInCU: 0x2AF0, offset: 0x819AE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC27canPerformUnwindSegueAction_4from10withSenderSb10ObjectiveC8SelectorV_So06UIViewD0CyptF', symObjAddr: 0x1D00, symBinAddr: 0x28C0C, symSize: 0x8 } + - { offsetInCU: 0x2B81, offset: 0x81A3F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC18instanceDescriptorSo011CAPInstanceF0CyF', symObjAddr: 0x1D88, symBinAddr: 0x28C94, symSize: 0x344 } + - { offsetInCU: 0x2D41, offset: 0x81BFF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC6routerAA6Router_pyF', symObjAddr: 0x20CC, symBinAddr: 0x28FD8, symSize: 0x20 } + - { offsetInCU: 0x2D8A, offset: 0x81C48, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC03webC13Configuration3forSo05WKWebcF0CSo011CAPInstanceF0C_tF', symObjAddr: 0x20EC, symBinAddr: 0x28FF8, symSize: 0x368 } + - { offsetInCU: 0x2FBD, offset: 0x81E7B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC03webC04with13configurationSo05WKWebC0CSo6CGRectV_So0hC13ConfigurationCtF', symObjAddr: 0x2454, symBinAddr: 0x29360, symSize: 0x64 } + - { offsetInCU: 0x3028, offset: 0x81EE6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC16capacitorDidLoadyyF', symObjAddr: 0x24B8, symBinAddr: 0x293C4, symSize: 0x4 } + - { offsetInCU: 0x308E, offset: 0x81F4C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC20setStatusBarDefaultsyyF', symObjAddr: 0x24BC, symBinAddr: 0x293C8, symSize: 0x338 } + - { offsetInCU: 0x3224, offset: 0x820E2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC28setScreenOrientationDefaultsyyF', symObjAddr: 0x27F4, symBinAddr: 0x29700, symSize: 0x5BC } + - { offsetInCU: 0x3950, offset: 0x8280E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC22prefersStatusBarHiddenSbvg', symObjAddr: 0x2DFC, symBinAddr: 0x29D08, symSize: 0x4C } + - { offsetInCU: 0x39B5, offset: 0x82873, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC23preferredStatusBarStyleSo08UIStatusgH0Vvg', symObjAddr: 0x2E8C, symBinAddr: 0x29D98, symSize: 0x44 } + - { offsetInCU: 0x3A1A, offset: 0x828D8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC33preferredStatusBarUpdateAnimationSo08UIStatusgI0Vvg', symObjAddr: 0x2F14, symBinAddr: 0x29E20, symSize: 0x44 } + - { offsetInCU: 0x3A57, offset: 0x82915, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC19setStatusBarVisibleyySbF', symObjAddr: 0x2F58, symBinAddr: 0x29E64, symSize: 0xF4 } + - { offsetInCU: 0x3AA6, offset: 0x82964, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC17setStatusBarStyleyySo08UIStatusgH0VF', symObjAddr: 0x304C, symBinAddr: 0x29F58, symSize: 0xF4 } + - { offsetInCU: 0x3B40, offset: 0x829FE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC21setStatusBarAnimationyySo08UIStatusgH0VF', symObjAddr: 0x3140, symBinAddr: 0x2A04C, symSize: 0x48 } + - { offsetInCU: 0x3B9D, offset: 0x82A5B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC30supportedInterfaceOrientationsSo26UIInterfaceOrientationMaskVvg', symObjAddr: 0x31A8, symBinAddr: 0x2A0B4, symSize: 0xA4 } + - { offsetInCU: 0x3C32, offset: 0x82AF0, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSaySiG_Tg5', symObjAddr: 0x324C, symBinAddr: 0x2A158, symSize: 0x60 } + - { offsetInCU: 0x3C62, offset: 0x82B20, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSaySiG_Tg5', symObjAddr: 0x324C, symBinAddr: 0x2A158, symSize: 0x60 } + - { offsetInCU: 0x3C76, offset: 0x82B34, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSaySiG_Tg5', symObjAddr: 0x324C, symBinAddr: 0x2A158, symSize: 0x60 } + - { offsetInCU: 0x3C8A, offset: 0x82B48, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSaySiG_Tg5', symObjAddr: 0x324C, symBinAddr: 0x2A158, symSize: 0x60 } + - { offsetInCU: 0x3C9E, offset: 0x82B5C, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSaySiG_Tg5', symObjAddr: 0x324C, symBinAddr: 0x2A158, symSize: 0x60 } + - { offsetInCU: 0x3D83, offset: 0x82C41, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE8containsySbABFSaySSG_Tg5', symObjAddr: 0x32AC, symBinAddr: 0x2A1B8, symSize: 0xC4 } + - { offsetInCU: 0x3F05, offset: 0x82DC3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfC', symObjAddr: 0x3370, symBinAddr: 0x2A27C, symSize: 0x7C } + - { offsetInCU: 0x3F19, offset: 0x82DD7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfc', symObjAddr: 0x33EC, symBinAddr: 0x2A2F8, symSize: 0xE8 } + - { offsetInCU: 0x3F5A, offset: 0x82E18, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC5coderACSgSo7NSCoderC_tcfC', symObjAddr: 0x3534, symBinAddr: 0x2A440, symSize: 0x44 } + - { offsetInCU: 0x3F6E, offset: 0x82E2C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC5coderACSgSo7NSCoderC_tcfc', symObjAddr: 0x3578, symBinAddr: 0x2A484, symSize: 0xB4 } + - { offsetInCU: 0x3FA1, offset: 0x82E5F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerCfD', symObjAddr: 0x3654, symBinAddr: 0x2A560, symSize: 0x30 } + - { offsetInCU: 0x3FD8, offset: 0x82E96, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC17getServerBasePathSSyF', symObjAddr: 0x36CC, symBinAddr: 0x2A5D8, symSize: 0xF4 } + - { offsetInCU: 0x403B, offset: 0x82EF9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC17setServerBasePath4pathySS_tF', symObjAddr: 0x3818, symBinAddr: 0x2A724, symSize: 0x27C } + - { offsetInCU: 0x40D0, offset: 0x82F8E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC17setServerBasePath4pathySS_tFyyScMYccfU_', symObjAddr: 0x3A94, symBinAddr: 0x2A9A0, symSize: 0x1C4 } + - { offsetInCU: 0x414F, offset: 0x8300D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC14printLoadError33_0151BC8B8398CBA447E765B04F9447A0LLyyF', symObjAddr: 0x3CB4, symBinAddr: 0x2ABC0, symSize: 0x310 } + - { offsetInCU: 0x4503, offset: 0x833C1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC010bridgedWebC0So05WKWebC0CSgvg', symObjAddr: 0x3FC4, symBinAddr: 0x2AED0, symSize: 0x50 } + - { offsetInCU: 0x4541, offset: 0x833FF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor23CAPBridgeViewControllerC07bridgedcD0So06UIViewD0CSgvg', symObjAddr: 0x4014, symBinAddr: 0x2AF20, symSize: 0x1C } + - { offsetInCU: 0x27, offset: 0x83564, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14CAPFileManagerC15getPortablePath4host3uriSSSgSS_10Foundation3URLVSgtFZ', symObjAddr: 0x0, symBinAddr: 0x2BD70, symSize: 0x204 } + - { offsetInCU: 0x99, offset: 0x835D6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14CAPFileManagerCACycfcTo', symObjAddr: 0x380, symBinAddr: 0x2BFE4, symSize: 0x3C } + - { offsetInCU: 0xEB, offset: 0x83628, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14CAPFileManagerCMa', symObjAddr: 0x360, symBinAddr: 0x2BFC4, symSize: 0x20 } + - { offsetInCU: 0x259, offset: 0x83796, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14CAPFileManagerC15getPortablePath4host3uriSSSgSS_10Foundation3URLVSgtFZ', symObjAddr: 0x0, symBinAddr: 0x2BD70, symSize: 0x204 } + - { offsetInCU: 0x2FA, offset: 0x83837, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14CAPFileManagerCACycfC', symObjAddr: 0x310, symBinAddr: 0x2BF74, symSize: 0x20 } + - { offsetInCU: 0x30E, offset: 0x8384B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14CAPFileManagerCACycfc', symObjAddr: 0x330, symBinAddr: 0x2BF94, symSize: 0x30 } + - { offsetInCU: 0x34A, offset: 0x83887, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14CAPFileManagerCfD', symObjAddr: 0x3BC, symBinAddr: 0x2C020, symSize: 0x30 } + - { offsetInCU: 0x43, offset: 0x83901, size: 0x8, addend: 0x0, symName: '_$sSo24CAPInstanceConfigurationC9CapacitorE12errorPathURL10Foundation0F0VSgvgTo', symObjAddr: 0x220, symBinAddr: 0x2C270, symSize: 0xCC } + - { offsetInCU: 0x235, offset: 0x83AF3, size: 0x8, addend: 0x0, symName: '_$sSo24CAPInstanceConfigurationC9CapacitorE20getPluginConfigValueyypSgSS_SStFTo', symObjAddr: 0xE24, symBinAddr: 0x2CDB4, symSize: 0x124 } + - { offsetInCU: 0x2B8, offset: 0x83B76, size: 0x8, addend: 0x0, symName: '_$sSo24CAPInstanceConfigurationC9CapacitorE15getPluginConfigyAC0eF0CSSFTo', symObjAddr: 0x10F4, symBinAddr: 0x2D084, symSize: 0x68 } + - { offsetInCU: 0x39C, offset: 0x83C5A, size: 0x8, addend: 0x0, symName: '_$sSo24CAPInstanceConfigurationC9CapacitorE21shouldAllowNavigation2toSbSS_tFTo', symObjAddr: 0x1294, symBinAddr: 0x2D224, symSize: 0x68 } + - { offsetInCU: 0x3D3, offset: 0x83C91, size: 0x8, addend: 0x0, symName: '_$sSo24CAPInstanceConfigurationC9CapacitorE8getValueyypSgSSFTo', symObjAddr: 0x144C, symBinAddr: 0x2D3DC, symSize: 0x104 } + - { offsetInCU: 0x40A, offset: 0x83CC8, size: 0x8, addend: 0x0, symName: '_$sSo24CAPInstanceConfigurationC9CapacitorE9getStringySSSgSSFTo', symObjAddr: 0x16A0, symBinAddr: 0x2D630, symSize: 0x90 } + - { offsetInCU: 0x77C, offset: 0x8403A, size: 0x8, addend: 0x0, symName: '_$sSlsE5split9maxSplits25omittingEmptySubsequences14whereSeparatorSay11SubSequenceQzGSi_S2b7ElementQzKXEtKF17appendSubsequenceL_3endSb5IndexQz_tSlRzlFSS_Tg5', symObjAddr: 0x1DE8, symBinAddr: 0x2DD78, symSize: 0x10C } + - { offsetInCU: 0x9AA, offset: 0x84268, size: 0x8, addend: 0x0, symName: '_$ss30_copySequenceToContiguousArrayys0dE0Vy7ElementQzGxSTRzlFs010EnumeratedB0VySaySsGG_Tg5', symObjAddr: 0x1EF4, symBinAddr: 0x2DE84, symSize: 0x1C8 } + - { offsetInCU: 0xCD8, offset: 0x84596, size: 0x8, addend: 0x0, symName: '_$sSo24CAPInstanceConfigurationC9CapacitorE8doesHost33_B57F4D0DE97AE9C2AEF6A73FAB0F46C7LL_5matchSbSS_SStFTf4nnd_n', symObjAddr: 0x20BC, symBinAddr: 0x2E04C, symSize: 0x3F4 } + - { offsetInCU: 0x1246, offset: 0x84B04, size: 0x8, addend: 0x0, symName: '_$ss30_dictionaryDownCastConditionalySDyq0_q1_GSgSDyxq_GSHRzSHR0_r2_lFs11AnyHashableV_ypSS9Capacitor7JSValue_pTg5', symObjAddr: 0x5CC, symBinAddr: 0x2C61C, symSize: 0x40C } + - { offsetInCU: 0x1399, offset: 0x84C57, size: 0x8, addend: 0x0, symName: '_$ss30_dictionaryDownCastConditionalySDyq0_q1_GSgSDyxq_GSHRzSHR0_r2_lFs11AnyHashableV_ypS2STg5', symObjAddr: 0xA1C, symBinAddr: 0x2CA28, symSize: 0x38C } + - { offsetInCU: 0x15FD, offset: 0x84EBB, size: 0x8, addend: 0x0, symName: '_$sSasSQRzlE2eeoiySbSayxG_ABtFZSs_Tgm5', symObjAddr: 0x1898, symBinAddr: 0x2D828, symSize: 0x10C } + - { offsetInCU: 0x19F9, offset: 0x852B7, size: 0x8, addend: 0x0, symName: '_$sSo24CAPInstanceConfigurationC9CapacitorE12errorPathURL10Foundation0F0VSgvg', symObjAddr: 0x2EC, symBinAddr: 0x2C33C, symSize: 0x144 } + - { offsetInCU: 0x1A82, offset: 0x85340, size: 0x8, addend: 0x0, symName: '_$sSo24CAPInstanceConfigurationC9CapacitorE20getPluginConfigValueyypSgSS_SStF', symObjAddr: 0x430, symBinAddr: 0x2C480, symSize: 0x19C } + - { offsetInCU: 0x1C05, offset: 0x854C3, size: 0x8, addend: 0x0, symName: '_$sSo24CAPInstanceConfigurationC9CapacitorE15getPluginConfigyAC0eF0CSSF', symObjAddr: 0xF48, symBinAddr: 0x2CED8, symSize: 0x1AC } + - { offsetInCU: 0x1D39, offset: 0x855F7, size: 0x8, addend: 0x0, symName: '_$sSo24CAPInstanceConfigurationC9CapacitorE21shouldAllowNavigation2toSbSS_tF', symObjAddr: 0x115C, symBinAddr: 0x2D0EC, symSize: 0x138 } + - { offsetInCU: 0x1E98, offset: 0x85756, size: 0x8, addend: 0x0, symName: '_$sSo24CAPInstanceConfigurationC9CapacitorE8getValueyypSgSSF', symObjAddr: 0x12FC, symBinAddr: 0x2D28C, symSize: 0x150 } + - { offsetInCU: 0x1EED, offset: 0x857AB, size: 0x8, addend: 0x0, symName: '_$sSo24CAPInstanceConfigurationC9CapacitorE9getStringySSSgSSF', symObjAddr: 0x1550, symBinAddr: 0x2D4E0, symSize: 0x150 } + - { offsetInCU: 0x1FAA, offset: 0x85868, size: 0x8, addend: 0x0, symName: '_$sSTsE8reversedSay7ElementQzGyFs18EnumeratedSequenceVySaySsGG_Tg5', symObjAddr: 0x1730, symBinAddr: 0x2D6C0, symSize: 0x168 } + - { offsetInCU: 0x2257, offset: 0x85B15, size: 0x8, addend: 0x0, symName: '_$sSlsE5split9maxSplits25omittingEmptySubsequences14whereSeparatorSay11SubSequenceQzGSi_S2b7ElementQzKXEtKFSS_Tg5', symObjAddr: 0x19A4, symBinAddr: 0x2D934, symSize: 0x41C } + - { offsetInCU: 0x2695, offset: 0x85F53, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSs_Tg5', symObjAddr: 0x1DC0, symBinAddr: 0x2DD50, symSize: 0x14 } + - { offsetInCU: 0x26C5, offset: 0x85F83, size: 0x8, addend: 0x0, symName: '_$ss12_ArrayBufferV20_consumeAndCreateNewAByxGyFSi6offset_Ss7elementt_Tg5', symObjAddr: 0x1DD4, symBinAddr: 0x2DD64, symSize: 0x14 } + - { offsetInCU: 0x4F, offset: 0x86142, size: 0x8, addend: 0x0, symName: '_$s9Capacitor26InstanceDescriptorDefaultsO6schemeSSvpZ', symObjAddr: 0x2CB0, symBinAddr: 0x6EC00, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x8615C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor26InstanceDescriptorDefaultsO8hostnameSSvpZ', symObjAddr: 0x2CC0, symBinAddr: 0x6EC10, symSize: 0x0 } + - { offsetInCU: 0x77, offset: 0x8616A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor26InstanceDescriptorDefaultsO6schemeSSvau', symObjAddr: 0x0, symBinAddr: 0x2E578, symSize: 0xC } + - { offsetInCU: 0xC5, offset: 0x861B8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor26InstanceDescriptorDefaultsO8hostnameSSvau', symObjAddr: 0x28, symBinAddr: 0x2E5A0, symSize: 0xC } + - { offsetInCU: 0x1B3, offset: 0x862A6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVAASo7UIColorCRbzlE5color7fromHexAESgSS_tFZAE_Tgm5', symObjAddr: 0x1C60, symBinAddr: 0x301D8, symSize: 0x2B0 } + - { offsetInCU: 0x2AD, offset: 0x863A0, size: 0x8, addend: 0x0, symName: '_$sSo21CAPInstanceDescriptorC9CapacitorE19_parseConfiguration2at07cordovaE0y10Foundation3URLVSg_AJtFTo', symObjAddr: 0x1F10, symBinAddr: 0x30488, symSize: 0x174 } + - { offsetInCU: 0x2C9, offset: 0x863BC, size: 0x8, addend: 0x0, symName: '_$sSo21CAPInstanceDescriptorC9CapacitorE21cordovaDeployDisabledSbvgTo', symObjAddr: 0x2084, symBinAddr: 0x305FC, symSize: 0x34 } + - { offsetInCU: 0x2FB, offset: 0x863EE, size: 0x8, addend: 0x0, symName: '_$sSo8NSStringCMa', symObjAddr: 0x2294, symBinAddr: 0x307CC, symSize: 0x3C } + - { offsetInCU: 0x325, offset: 0x86418, size: 0x8, addend: 0x0, symName: '_$sSo21CAPInstanceDescriptorC9CapacitorE9normalizeyyFTo', symObjAddr: 0x29A0, symBinAddr: 0x30ED8, symSize: 0x28 } + - { offsetInCU: 0x341, offset: 0x86434, size: 0x8, addend: 0x0, symName: '_$s9Capacitor26InstanceDescriptorDefaultsOMa', symObjAddr: 0x2A8C, symBinAddr: 0x30F80, symSize: 0x10 } + - { offsetInCU: 0x360, offset: 0x86453, size: 0x8, addend: 0x0, symName: '_$sSo26CAPInstanceLoggingBehaviorV9CapacitorE8behavior33_8A70532DEC43102D9B8E29134CB87F82LL4fromABSgSS_tFZTf4nd_n', symObjAddr: 0x2AE4, symBinAddr: 0x30F90, symSize: 0x16C } + - { offsetInCU: 0x869, offset: 0x8695C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor26InstanceDescriptorDefaultsO6schemeSSvgZ', symObjAddr: 0xC, symBinAddr: 0x2E584, symSize: 0x1C } + - { offsetInCU: 0x87D, offset: 0x86970, size: 0x8, addend: 0x0, symName: '_$s9Capacitor26InstanceDescriptorDefaultsO8hostnameSSvgZ', symObjAddr: 0x34, symBinAddr: 0x2E5AC, symSize: 0x1C } + - { offsetInCU: 0x970, offset: 0x86A63, size: 0x8, addend: 0x0, symName: '_$sSo21CAPInstanceDescriptorC9CapacitorE19_parseConfiguration2at07cordovaE0y10Foundation3URLVSg_AJtF', symObjAddr: 0x50, symBinAddr: 0x2E5C8, symSize: 0x1C10 } + - { offsetInCU: 0x1548, offset: 0x8763B, size: 0x8, addend: 0x0, symName: '_$sSo21CAPInstanceDescriptorC9CapacitorE21cordovaDeployDisabledSbvg', symObjAddr: 0x20B8, symBinAddr: 0x30630, symSize: 0x19C } + - { offsetInCU: 0x1589, offset: 0x8767C, size: 0x8, addend: 0x0, symName: '_$sSo21CAPInstanceDescriptorC9CapacitorE9normalizeyyF', symObjAddr: 0x22D0, symBinAddr: 0x30808, symSize: 0x6D0 } + - { offsetInCU: 0x27, offset: 0x877D8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPInstancePluginC6bridge8pluginId0E4NameAcA17CAPBridgeProtocol_p_S2StcfC', symObjAddr: 0x0, symBinAddr: 0x310FC, symSize: 0xB4 } + - { offsetInCU: 0x95, offset: 0x87846, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPInstancePluginC6bridge8pluginId0E4NameAcA17CAPBridgeProtocol_p_S2StcfcTo', symObjAddr: 0x188, symBinAddr: 0x31284, symSize: 0xD8 } + - { offsetInCU: 0x110, offset: 0x878C1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPInstancePluginCACycfcTo', symObjAddr: 0x2B0, symBinAddr: 0x313AC, symSize: 0x3C } + - { offsetInCU: 0x162, offset: 0x87913, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPInstancePluginCMa', symObjAddr: 0x168, symBinAddr: 0x31264, symSize: 0x20 } + - { offsetInCU: 0x25E, offset: 0x87A0F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPInstancePluginC6bridge8pluginId0E4NameAcA17CAPBridgeProtocol_p_S2StcfC', symObjAddr: 0x0, symBinAddr: 0x310FC, symSize: 0xB4 } + - { offsetInCU: 0x272, offset: 0x87A23, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPInstancePluginC6bridge8pluginId0E4NameAcA17CAPBridgeProtocol_p_S2Stcfc', symObjAddr: 0xB4, symBinAddr: 0x311B0, symSize: 0xB4 } + - { offsetInCU: 0x2F0, offset: 0x87AA1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPInstancePluginCACycfC', symObjAddr: 0x260, symBinAddr: 0x3135C, symSize: 0x20 } + - { offsetInCU: 0x304, offset: 0x87AB5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPInstancePluginCACycfc', symObjAddr: 0x280, symBinAddr: 0x3137C, symSize: 0x30 } + - { offsetInCU: 0x33B, offset: 0x87AEC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17CAPInstancePluginCfD', symObjAddr: 0x2EC, symBinAddr: 0x313E8, symSize: 0x30 } + - { offsetInCU: 0x27, offset: 0x87B36, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6CAPLogC5print_9separator10terminatoryypd_S2StFZ', symObjAddr: 0x0, symBinAddr: 0x31418, symSize: 0x4 } + - { offsetInCU: 0x4B, offset: 0x87B5A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6CAPLogC13enableLoggingSbvpZ', symObjAddr: 0x4C0, symBinAddr: 0xA1C48, symSize: 0x0 } + - { offsetInCU: 0x109, offset: 0x87C18, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6CAPLogC5print_9separator10terminatoryypd_S2StFZTf4nnnd_n', symObjAddr: 0xF0, symBinAddr: 0x31508, symSize: 0x284 } + - { offsetInCU: 0x333, offset: 0x87E42, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6CAPLogC13enableLoggingSbvau', symObjAddr: 0x4, symBinAddr: 0x3141C, symSize: 0xC } + - { offsetInCU: 0x461, offset: 0x87F70, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6CAPLogCMa', symObjAddr: 0x374, symBinAddr: 0x3178C, symSize: 0x20 } + - { offsetInCU: 0x475, offset: 0x87F84, size: 0x8, addend: 0x0, symName: '_$sSi6offset_yp7elementtSgWOb', symObjAddr: 0x3E0, symBinAddr: 0x317AC, symSize: 0x48 } + - { offsetInCU: 0x64A, offset: 0x88159, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6CAPLogC5print_9separator10terminatoryypd_S2StFZ', symObjAddr: 0x0, symBinAddr: 0x31418, symSize: 0x4 } + - { offsetInCU: 0x65E, offset: 0x8816D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6CAPLogC13enableLoggingSbvgZ', symObjAddr: 0x10, symBinAddr: 0x31428, symSize: 0x40 } + - { offsetInCU: 0x672, offset: 0x88181, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6CAPLogC13enableLoggingSbvsZ', symObjAddr: 0x50, symBinAddr: 0x31468, symSize: 0x44 } + - { offsetInCU: 0x686, offset: 0x88195, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6CAPLogC13enableLoggingSbvMZ', symObjAddr: 0x94, symBinAddr: 0x314AC, symSize: 0x40 } + - { offsetInCU: 0x69A, offset: 0x881A9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6CAPLogC13enableLoggingSbvMZ.resume.0', symObjAddr: 0xD4, symBinAddr: 0x314EC, symSize: 0x4 } + - { offsetInCU: 0x6B4, offset: 0x881C3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6CAPLogCfd', symObjAddr: 0xD8, symBinAddr: 0x314F0, symSize: 0x8 } + - { offsetInCU: 0x6D9, offset: 0x881E8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6CAPLogCfD', symObjAddr: 0xE0, symBinAddr: 0x314F8, symSize: 0x10 } + - { offsetInCU: 0x4B, offset: 0x882EC, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE16capacitorOpenURLABvpZ', symObjAddr: 0x5E60, symBinAddr: 0xA66A8, symSize: 0x0 } + - { offsetInCU: 0x65, offset: 0x88306, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE26capacitorOpenUniversalLinkABvpZ', symObjAddr: 0x5E68, symBinAddr: 0xA66B0, symSize: 0x0 } + - { offsetInCU: 0x7F, offset: 0x88320, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE25capacitorContinueActivityABvpZ', symObjAddr: 0x5E70, symBinAddr: 0xA66B8, symSize: 0x0 } + - { offsetInCU: 0x99, offset: 0x8833A, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE42capacitorDidRegisterForRemoteNotificationsABvpZ', symObjAddr: 0x5E78, symBinAddr: 0xA66C0, symSize: 0x0 } + - { offsetInCU: 0xB3, offset: 0x88354, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE48capacitorDidFailToRegisterForRemoteNotificationsABvpZ', symObjAddr: 0x5E80, symBinAddr: 0xA66C8, symSize: 0x0 } + - { offsetInCU: 0xCD, offset: 0x8836E, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE40capacitorDecidePolicyForNavigationActionABvpZ', symObjAddr: 0x5E88, symBinAddr: 0xA66D0, symSize: 0x0 } + - { offsetInCU: 0xE7, offset: 0x88388, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE24capacitorStatusBarTappedABvpZ', symObjAddr: 0x5E90, symBinAddr: 0xA66D8, symSize: 0x0 } + - { offsetInCU: 0x101, offset: 0x883A2, size: 0x8, addend: 0x0, symName: '_$sSo14NSNotificationC9CapacitorE16capacitorOpenURLSo0A4NameavpZ', symObjAddr: 0x5E98, symBinAddr: 0xA66E0, symSize: 0x0 } + - { offsetInCU: 0x11B, offset: 0x883BC, size: 0x8, addend: 0x0, symName: '_$sSo14NSNotificationC9CapacitorE26capacitorOpenUniversalLinkSo0A4NameavpZ', symObjAddr: 0x5EA0, symBinAddr: 0xA66E8, symSize: 0x0 } + - { offsetInCU: 0x135, offset: 0x883D6, size: 0x8, addend: 0x0, symName: '_$sSo14NSNotificationC9CapacitorE25capacitorContinueActivitySo0A4NameavpZ', symObjAddr: 0x5EA8, symBinAddr: 0xA66F0, symSize: 0x0 } + - { offsetInCU: 0x14F, offset: 0x883F0, size: 0x8, addend: 0x0, symName: '_$sSo14NSNotificationC9CapacitorE42capacitorDidRegisterForRemoteNotificationsSo0A4NameavpZ', symObjAddr: 0x5EB0, symBinAddr: 0xA66F8, symSize: 0x0 } + - { offsetInCU: 0x169, offset: 0x8840A, size: 0x8, addend: 0x0, symName: '_$sSo14NSNotificationC9CapacitorE48capacitorDidFailToRegisterForRemoteNotificationsSo0A4NameavpZ', symObjAddr: 0x5EB8, symBinAddr: 0xA6700, symSize: 0x0 } + - { offsetInCU: 0x183, offset: 0x88424, size: 0x8, addend: 0x0, symName: '_$sSo14NSNotificationC9CapacitorE40capacitorDecidePolicyForNavigationActionSo0A4NameavpZ', symObjAddr: 0x5EC0, symBinAddr: 0xA6708, symSize: 0x0 } + - { offsetInCU: 0x19D, offset: 0x8843E, size: 0x8, addend: 0x0, symName: '_$sSo14NSNotificationC9CapacitorE24capacitorStatusBarTappedSo0A4NameavpZ', symObjAddr: 0x5EC8, symBinAddr: 0xA6710, symSize: 0x0 } + - { offsetInCU: 0x1AB, offset: 0x8844C, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE16capacitorOpenURLABvau', symObjAddr: 0x0, symBinAddr: 0x31818, symSize: 0x40 } + - { offsetInCU: 0x1BF, offset: 0x88460, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE26capacitorOpenUniversalLinkABvau', symObjAddr: 0x40, symBinAddr: 0x31858, symSize: 0x40 } + - { offsetInCU: 0x1D3, offset: 0x88474, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE24capacitorStatusBarTappedABvau', symObjAddr: 0x80, symBinAddr: 0x31898, symSize: 0x40 } + - { offsetInCU: 0x1F1, offset: 0x88492, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE16capacitorOpenURL_WZ', symObjAddr: 0xC0, symBinAddr: 0x318D8, symSize: 0x34 } + - { offsetInCU: 0x20B, offset: 0x884AC, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE26capacitorOpenUniversalLink_WZ', symObjAddr: 0x110, symBinAddr: 0x31928, symSize: 0x34 } + - { offsetInCU: 0x225, offset: 0x884C6, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE25capacitorContinueActivity_WZ', symObjAddr: 0x160, symBinAddr: 0x31978, symSize: 0x34 } + - { offsetInCU: 0x23F, offset: 0x884E0, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE25capacitorContinueActivityABvau', symObjAddr: 0x194, symBinAddr: 0x319AC, symSize: 0x40 } + - { offsetInCU: 0x253, offset: 0x884F4, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE42capacitorDidRegisterForRemoteNotifications_WZ', symObjAddr: 0x1F0, symBinAddr: 0x31A08, symSize: 0x34 } + - { offsetInCU: 0x26D, offset: 0x8850E, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE42capacitorDidRegisterForRemoteNotificationsABvau', symObjAddr: 0x224, symBinAddr: 0x31A3C, symSize: 0x40 } + - { offsetInCU: 0x281, offset: 0x88522, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE48capacitorDidFailToRegisterForRemoteNotifications_WZ', symObjAddr: 0x280, symBinAddr: 0x31A98, symSize: 0x34 } + - { offsetInCU: 0x29B, offset: 0x8853C, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE48capacitorDidFailToRegisterForRemoteNotificationsABvau', symObjAddr: 0x2B4, symBinAddr: 0x31ACC, symSize: 0x40 } + - { offsetInCU: 0x2AF, offset: 0x88550, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE40capacitorDecidePolicyForNavigationAction_WZ', symObjAddr: 0x310, symBinAddr: 0x31B28, symSize: 0x34 } + - { offsetInCU: 0x2C9, offset: 0x8856A, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE40capacitorDecidePolicyForNavigationActionABvau', symObjAddr: 0x344, symBinAddr: 0x31B5C, symSize: 0x40 } + - { offsetInCU: 0x2DD, offset: 0x8857E, size: 0x8, addend: 0x0, symName: '_$sSo18NSNotificationNamea9CapacitorE24capacitorStatusBarTapped_WZ', symObjAddr: 0x3A0, symBinAddr: 0x31BB8, symSize: 0x34 } + - { offsetInCU: 0x2F7, offset: 0x88598, size: 0x8, addend: 0x0, symName: '_$sSo14NSNotificationC9CapacitorE16capacitorOpenURLSo0A4Nameavau', symObjAddr: 0x44C, symBinAddr: 0x31C64, symSize: 0x40 } + - { offsetInCU: 0x315, offset: 0x885B6, size: 0x8, addend: 0x0, symName: '_$sSo14NSNotificationC9CapacitorE26capacitorOpenUniversalLinkSo0A4Nameavau', symObjAddr: 0x4E8, symBinAddr: 0x31D00, symSize: 0x40 } + - { offsetInCU: 0x333, offset: 0x885D4, size: 0x8, addend: 0x0, symName: '_$sSo14NSNotificationC9CapacitorE25capacitorContinueActivitySo0A4Nameavau', symObjAddr: 0x5F8, symBinAddr: 0x31E10, symSize: 0x40 } + - { offsetInCU: 0x351, offset: 0x885F2, size: 0x8, addend: 0x0, symName: '_$sSo14NSNotificationC9CapacitorE42capacitorDidRegisterForRemoteNotificationsSo0A4Nameavau', symObjAddr: 0x694, symBinAddr: 0x31EAC, symSize: 0x40 } + - { offsetInCU: 0x36F, offset: 0x88610, size: 0x8, addend: 0x0, symName: '_$sSo14NSNotificationC9CapacitorE48capacitorDidFailToRegisterForRemoteNotificationsSo0A4Nameavau', symObjAddr: 0x730, symBinAddr: 0x31F48, symSize: 0x40 } + - { offsetInCU: 0x38D, offset: 0x8862E, size: 0x8, addend: 0x0, symName: '_$sSo14NSNotificationC9CapacitorE40capacitorDecidePolicyForNavigationActionSo0A4Nameavau', symObjAddr: 0x7CC, symBinAddr: 0x31FE4, symSize: 0x40 } + - { offsetInCU: 0x3AB, offset: 0x8864C, size: 0x8, addend: 0x0, symName: '_$sSo14NSNotificationC9CapacitorE24capacitorStatusBarTappedSo0A4Nameavau', symObjAddr: 0x8AC, symBinAddr: 0x320C4, symSize: 0x40 } + - { offsetInCU: 0x47E, offset: 0x8871F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPNotificationsOSYAASY8rawValuexSg03RawD0Qz_tcfCTW', symObjAddr: 0xB94, symBinAddr: 0x323AC, symSize: 0x30 } + - { offsetInCU: 0x4AF, offset: 0x88750, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPNotificationsOSYAASY8rawValue03RawD0QzvgTW', symObjAddr: 0xBC4, symBinAddr: 0x323DC, symSize: 0xC } + - { offsetInCU: 0x4CB, offset: 0x8876C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPNotificationsO8rawValueACSgSi_tcfCTf4nd_n', symObjAddr: 0xBD0, symBinAddr: 0x323E8, symSize: 0x14 } + - { offsetInCU: 0x522, offset: 0x887C3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPNotificationsOSHAASQWb', symObjAddr: 0xBE4, symBinAddr: 0x323FC, symSize: 0x4 } + - { offsetInCU: 0x536, offset: 0x887D7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPNotificationsOACSQAAWl', symObjAddr: 0xBE8, symBinAddr: 0x32400, symSize: 0x44 } + - { offsetInCU: 0x54A, offset: 0x887EB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPNotificationsOMa', symObjAddr: 0xC2C, symBinAddr: 0x32444, symSize: 0x10 } + - { offsetInCU: 0x5CF, offset: 0x88870, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPNotificationsOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0xAD4, symBinAddr: 0x322EC, symSize: 0x14 } + - { offsetInCU: 0x679, offset: 0x8891A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPNotificationsOSHAASH9hashValueSivgTW', symObjAddr: 0xAE8, symBinAddr: 0x32300, symSize: 0x44 } + - { offsetInCU: 0x728, offset: 0x889C9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPNotificationsOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xB2C, symBinAddr: 0x32344, symSize: 0x28 } + - { offsetInCU: 0x77B, offset: 0x88A1C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPNotificationsOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0xB54, symBinAddr: 0x3236C, symSize: 0x40 } + - { offsetInCU: 0x8C0, offset: 0x88B61, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPNotificationsO4nameSSyF', symObjAddr: 0x924, symBinAddr: 0x3213C, symSize: 0x194 } + - { offsetInCU: 0x939, offset: 0x88BDA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPNotificationsO8rawValueACSgSi_tcfC', symObjAddr: 0xAB8, symBinAddr: 0x322D0, symSize: 0x18 } + - { offsetInCU: 0x94D, offset: 0x88BEE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPNotificationsO8rawValueSivg', symObjAddr: 0xAD0, symBinAddr: 0x322E8, symSize: 0x4 } + - { offsetInCU: 0x27, offset: 0x88C69, size: 0x8, addend: 0x0, symName: '_$sSo16CAPBridgedPluginP9CapacitorSo9CAPPluginCRbzrlE4load2onyAC17CAPBridgeProtocol_p_tF', symObjAddr: 0x0, symBinAddr: 0x32454, symSize: 0x1A0 } + - { offsetInCU: 0x5A, offset: 0x88C9C, size: 0x8, addend: 0x0, symName: '_$sSo19NSMutableDictionaryCMa', symObjAddr: 0x1A0, symBinAddr: 0x325F4, symSize: 0x3C } + - { offsetInCU: 0x15C, offset: 0x88D9E, size: 0x8, addend: 0x0, symName: '_$sSo16CAPBridgedPluginP9CapacitorSo9CAPPluginCRbzrlE4load2onyAC17CAPBridgeProtocol_p_tF', symObjAddr: 0x0, symBinAddr: 0x32454, symSize: 0x1A0 } + - { offsetInCU: 0x4B, offset: 0x88E51, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE15jsDateFormatterSo09NSISO8601eF0CvpZ', symObjAddr: 0x9140, symBinAddr: 0xA6718, symSize: 0x0 } + - { offsetInCU: 0x97, offset: 0x88E9D, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor16JSValueContainerA2cDP15jsDateFormatterSo09NSISO8601gH0CvgZTW', symObjAddr: 0x94, symBinAddr: 0x326C4, symSize: 0x68 } + - { offsetInCU: 0xD6, offset: 0x88EDC, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor16JSValueContainerA2cDP22jsObjectRepresentationSDySSAC0D0_pGvgTW', symObjAddr: 0x164, symBinAddr: 0x32794, symSize: 0x94 } + - { offsetInCU: 0x136, offset: 0x88F3C, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE24dictionaryRepresentationSo12NSDictionaryCvgTo', symObjAddr: 0x1F8, symBinAddr: 0x32828, symSize: 0x4C } + - { offsetInCU: 0x183, offset: 0x88F89, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE15jsDateFormatter_WZ', symObjAddr: 0x274, symBinAddr: 0x328A4, symSize: 0x30 } + - { offsetInCU: 0x1DE, offset: 0x88FE4, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE15jsDateFormatterSo09NSISO8601eF0Cvau', symObjAddr: 0x2A4, symBinAddr: 0x328D4, symSize: 0x40 } + - { offsetInCU: 0x1F2, offset: 0x88FF8, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE15jsDateFormatterSo09NSISO8601eF0CvgZTo', symObjAddr: 0x2E4, symBinAddr: 0x32914, symSize: 0x6C } + - { offsetInCU: 0x245, offset: 0x8904B, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE15jsDateFormatterSo09NSISO8601eF0CvsZTo', symObjAddr: 0x3C4, symBinAddr: 0x329F4, symSize: 0x7C } + - { offsetInCU: 0x2DF, offset: 0x890E5, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE9hasOptionySbSSFTo', symObjAddr: 0x620, symBinAddr: 0x32C50, symSize: 0x68 } + - { offsetInCU: 0x368, offset: 0x8916E, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE7successyyFTo', symObjAddr: 0x740, symBinAddr: 0x32D70, symSize: 0xC4 } + - { offsetInCU: 0x435, offset: 0x8923B, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE7resolveyyFTo', symObjAddr: 0x8B4, symBinAddr: 0x32EE4, symSize: 0xB4 } + - { offsetInCU: 0x5B4, offset: 0x893BA, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE5erroryySS_s5Error_pSgSDySSypGtFTo', symObjAddr: 0xCD0, symBinAddr: 0x33300, symSize: 0xB8 } + - { offsetInCU: 0x5FA, offset: 0x89400, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE6rejectyySS_SSSgs5Error_pSgSDySSypGSgtFTo', symObjAddr: 0xE70, symBinAddr: 0x334A0, symSize: 0x184 } + - { offsetInCU: 0x72A, offset: 0x89530, size: 0x8, addend: 0x0, symName: '_$sypSgWOh', symObjAddr: 0x15F8, symBinAddr: 0x33BF4, symSize: 0x40 } + - { offsetInCU: 0x73E, offset: 0x89544, size: 0x8, addend: 0x0, symName: '_$sSo6NSNullCMa', symObjAddr: 0x1688, symBinAddr: 0x33C34, symSize: 0x3C } + - { offsetInCU: 0x9EB, offset: 0x897F1, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE22jsObjectRepresentationSDySSAC7JSValue_pGvg', symObjAddr: 0x0, symBinAddr: 0x32630, symSize: 0x94 } + - { offsetInCU: 0xA4A, offset: 0x89850, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE15jsDateFormatterSo09NSISO8601eF0CvgZ', symObjAddr: 0xFC, symBinAddr: 0x3272C, symSize: 0x68 } + - { offsetInCU: 0xAA5, offset: 0x898AB, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE24dictionaryRepresentationSo12NSDictionaryCvg', symObjAddr: 0x244, symBinAddr: 0x32874, symSize: 0x30 } + - { offsetInCU: 0xAF3, offset: 0x898F9, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE15jsDateFormatterSo09NSISO8601eF0CvsZ', symObjAddr: 0x350, symBinAddr: 0x32980, symSize: 0x74 } + - { offsetInCU: 0xB49, offset: 0x8994F, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE15jsDateFormatterSo09NSISO8601eF0CvMZ', symObjAddr: 0x440, symBinAddr: 0x32A70, symSize: 0x6C } + - { offsetInCU: 0xB76, offset: 0x8997C, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE15jsDateFormatterSo09NSISO8601eF0CvMZ.resume.0', symObjAddr: 0x4AC, symBinAddr: 0x32ADC, symSize: 0x4 } + - { offsetInCU: 0xBA5, offset: 0x899AB, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE9hasOptionySbSSF', symObjAddr: 0x4B0, symBinAddr: 0x32AE0, symSize: 0x170 } + - { offsetInCU: 0xCCD, offset: 0x89AD3, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE7successyyF', symObjAddr: 0x688, symBinAddr: 0x32CB8, symSize: 0xB8 } + - { offsetInCU: 0xD8C, offset: 0x89B92, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE7resolveyyF', symObjAddr: 0x80C, symBinAddr: 0x32E3C, symSize: 0xA8 } + - { offsetInCU: 0xED3, offset: 0x89CD9, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE5erroryySS_s5Error_pSgSDySSypGtF', symObjAddr: 0xB24, symBinAddr: 0x33154, symSize: 0x1AC } + - { offsetInCU: 0x104D, offset: 0x89E53, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE6rejectyySS_SSSgs5Error_pSgSDySSypGSgtF', symObjAddr: 0xD88, symBinAddr: 0x333B8, symSize: 0xE8 } + - { offsetInCU: 0x112A, offset: 0x89F30, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE13unimplementedyyF', symObjAddr: 0xFF4, symBinAddr: 0x33624, symSize: 0x58 } + - { offsetInCU: 0x114F, offset: 0x89F55, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE11unavailableyyF', symObjAddr: 0x1090, symBinAddr: 0x336C0, symSize: 0x58 } + - { offsetInCU: 0x1186, offset: 0x89F8C, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE7resolve4with7encoder28messageForRejectionFromErroryx_AC14JSValueEncoderCSSs0K0_pXEtSERzlF', symObjAddr: 0x1388, symBinAddr: 0x339B8, symSize: 0x124 } + - { offsetInCU: 0x1246, offset: 0x8A04C, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9CapacitorE6decode_7decoderxxm_AC14JSValueDecoderCtKSeRzlF', symObjAddr: 0x14AC, symBinAddr: 0x33ADC, symSize: 0x118 } + - { offsetInCU: 0x27, offset: 0x8A11E, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeO8rawValueAESgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x33C70, symSize: 0x4 } + - { offsetInCU: 0x87, offset: 0x8A17E, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeOSYACSY8rawValuexSg03RawG0Qz_tcfCTW', symObjAddr: 0x200, symBinAddr: 0x33E70, symSize: 0x2C } + - { offsetInCU: 0xB8, offset: 0x8A1AF, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeOSYACSY8rawValue03RawG0QzvgTW', symObjAddr: 0x22C, symBinAddr: 0x33E9C, symSize: 0x58 } + - { offsetInCU: 0xEC, offset: 0x8A1E3, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeO8rawValueAESgSS_tcfCTf4nd_n', symObjAddr: 0x350, symBinAddr: 0x33FC0, symSize: 0x5C } + - { offsetInCU: 0x157, offset: 0x8A24E, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeOSHACSQWb', symObjAddr: 0x3AC, symBinAddr: 0x3401C, symSize: 0x4 } + - { offsetInCU: 0x16B, offset: 0x8A262, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeOAESQACWl', symObjAddr: 0x3B0, symBinAddr: 0x34020, symSize: 0x44 } + - { offsetInCU: 0x17F, offset: 0x8A276, size: 0x8, addend: 0x0, symName: ___swift_memcpy1_1, symObjAddr: 0x3F4, symBinAddr: 0x34064, symSize: 0xC } + - { offsetInCU: 0x193, offset: 0x8A28A, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeOwet', symObjAddr: 0x404, symBinAddr: 0x34070, symSize: 0x90 } + - { offsetInCU: 0x1A7, offset: 0x8A29E, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeOwst', symObjAddr: 0x494, symBinAddr: 0x34100, symSize: 0xBC } + - { offsetInCU: 0x1BB, offset: 0x8A2B2, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeOwug', symObjAddr: 0x550, symBinAddr: 0x341BC, symSize: 0x8 } + - { offsetInCU: 0x1CF, offset: 0x8A2C6, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeOwup', symObjAddr: 0x558, symBinAddr: 0x341C4, symSize: 0x4 } + - { offsetInCU: 0x1E3, offset: 0x8A2DA, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeOwui', symObjAddr: 0x55C, symBinAddr: 0x341C8, symSize: 0x8 } + - { offsetInCU: 0x1F7, offset: 0x8A2EE, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeOMa', symObjAddr: 0x564, symBinAddr: 0x341D0, symSize: 0x10 } + - { offsetInCU: 0x225, offset: 0x8A31C, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeOSQACSQ2eeoiySbx_xtFZTW', symObjAddr: 0x54, symBinAddr: 0x33CC4, symSize: 0xC } + - { offsetInCU: 0x2A5, offset: 0x8A39C, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeOSHACSH9hashValueSivgTW', symObjAddr: 0x60, symBinAddr: 0x33CD0, symSize: 0x98 } + - { offsetInCU: 0x359, offset: 0x8A450, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeOSHACSH4hash4intoys6HasherVz_tFTW', symObjAddr: 0xF8, symBinAddr: 0x33D68, symSize: 0x74 } + - { offsetInCU: 0x3C9, offset: 0x8A4C0, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeOSHACSH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x16C, symBinAddr: 0x33DDC, symSize: 0x94 } + - { offsetInCU: 0x563, offset: 0x8A65A, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeO8rawValueAESgSS_tcfC', symObjAddr: 0x0, symBinAddr: 0x33C70, symSize: 0x4 } + - { offsetInCU: 0x577, offset: 0x8A66E, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE10ReturnTypeO8rawValueSSvg', symObjAddr: 0x4, symBinAddr: 0x33C74, symSize: 0x50 } + - { offsetInCU: 0x5DC, offset: 0x8A6D3, size: 0x8, addend: 0x0, symName: '_$sSo15CAPPluginMethodC9CapacitorE_10returnTypeAB10ObjectiveC8SelectorV_AbCE06ReturnE0OtcfC', symObjAddr: 0x284, symBinAddr: 0x33EF4, symSize: 0xCC } + - { offsetInCU: 0x27, offset: 0x8A787, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPConsolePluginC3logyySo13CAPPluginCallCF', symObjAddr: 0x0, symBinAddr: 0x341E0, symSize: 0x4 } + - { offsetInCU: 0x64, offset: 0x8A7C4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPConsolePluginC3logyySo13CAPPluginCallCFTo', symObjAddr: 0x4, symBinAddr: 0x341E4, symSize: 0x48 } + - { offsetInCU: 0xE0, offset: 0x8A840, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPConsolePluginC6bridge8pluginId0E4NameAcA17CAPBridgeProtocol_p_S2StcfcTo', symObjAddr: 0x1B4, symBinAddr: 0x34394, symSize: 0xD8 } + - { offsetInCU: 0x15B, offset: 0x8A8BB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPConsolePluginCACycfcTo', symObjAddr: 0x2DC, symBinAddr: 0x344BC, symSize: 0x3C } + - { offsetInCU: 0x1AC, offset: 0x8A90C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPConsolePluginC3logyySo13CAPPluginCallCFTf4nd_n', symObjAddr: 0x348, symBinAddr: 0x34528, symSize: 0x180 } + - { offsetInCU: 0x47C, offset: 0x8ABDC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPConsolePluginCMa', symObjAddr: 0x4C8, symBinAddr: 0x346A8, symSize: 0x20 } + - { offsetInCU: 0x61E, offset: 0x8AD7E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPConsolePluginC3logyySo13CAPPluginCallCF', symObjAddr: 0x0, symBinAddr: 0x341E0, symSize: 0x4 } + - { offsetInCU: 0x63F, offset: 0x8AD9F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPConsolePluginC6bridge8pluginId0E4NameAcA17CAPBridgeProtocol_p_S2StcfC', symObjAddr: 0x4C, symBinAddr: 0x3422C, symSize: 0xB4 } + - { offsetInCU: 0x653, offset: 0x8ADB3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPConsolePluginC6bridge8pluginId0E4NameAcA17CAPBridgeProtocol_p_S2Stcfc', symObjAddr: 0x100, symBinAddr: 0x342E0, symSize: 0xB4 } + - { offsetInCU: 0x6D1, offset: 0x8AE31, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPConsolePluginCACycfC', symObjAddr: 0x28C, symBinAddr: 0x3446C, symSize: 0x20 } + - { offsetInCU: 0x6E5, offset: 0x8AE45, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPConsolePluginCACycfc', symObjAddr: 0x2AC, symBinAddr: 0x3448C, symSize: 0x30 } + - { offsetInCU: 0x716, offset: 0x8AE76, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPConsolePluginCfD', symObjAddr: 0x318, symBinAddr: 0x344F8, symSize: 0x30 } + - { offsetInCU: 0x2B, offset: 0x8AF34, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVAA10Foundation4DataVRszlE4data015base64EncodedOrF3UrlAFSgSS_tFZ', symObjAddr: 0x0, symBinAddr: 0x346C8, symSize: 0x27C } + - { offsetInCU: 0x32C, offset: 0x8B235, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVAA10Foundation4DataVRszlE4data015base64EncodedOrF3UrlAFSgSS_tFZ', symObjAddr: 0x0, symBinAddr: 0x346C8, symSize: 0x27C } + - { offsetInCU: 0x3E0, offset: 0x8B2E9, size: 0x8, addend: 0x0, symName: '_$sSTsSQ7ElementRpzrlE6starts4withSbqd___tSTRd__AAQyd__ABRSlFSS_SSTg5', symObjAddr: 0x2BC, symBinAddr: 0x34944, symSize: 0x158 } + - { offsetInCU: 0x4AB, offset: 0x8B3B4, size: 0x8, addend: 0x0, symName: '_$sSo6NSDataC10contentsOf7optionsAB10Foundation3URLV_So0A14ReadingOptionsVtKcfcTO', symObjAddr: 0x498, symBinAddr: 0x34A9C, symSize: 0x124 } + - { offsetInCU: 0x4F, offset: 0x8B41C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeO7defaultACvpZ', symObjAddr: 0x69AD, symBinAddr: 0x6EF3D, symSize: 0x0 } + - { offsetInCU: 0xD4, offset: 0x8B4A1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeOSYAASY8rawValuexSg03RawE0Qz_tcfCTW', symObjAddr: 0x2C8C, symBinAddr: 0x3784C, symSize: 0x2C } + - { offsetInCU: 0x105, offset: 0x8B4D2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeOSYAASY8rawValue03RawE0QzvgTW', symObjAddr: 0x2CB8, symBinAddr: 0x37878, symSize: 0x90 } + - { offsetInCU: 0x119, offset: 0x8B4E6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeO8rawValueACSgSS_tcfCTf4nd_n', symObjAddr: 0x5268, symBinAddr: 0x39D1C, symSize: 0x5C } + - { offsetInCU: 0x883, offset: 0x8BC50, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC22setCookiesFromResponseyySo17NSHTTPURLResponseC_So24CAPInstanceConfigurationCSgtFZTf4nnd_n', symObjAddr: 0x5380, symBinAddr: 0x39DDC, symSize: 0x3A0 } + - { offsetInCU: 0xB8C, offset: 0x8BF59, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC13buildResponse__12responseTypeSDySSypG10Foundation4DataVSg_So17NSHTTPURLResponseCAA0fH0OtFZTf4nnnd_n', symObjAddr: 0x5720, symBinAddr: 0x3A17C, symSize: 0xDC8 } + - { offsetInCU: 0x12FE, offset: 0x8C6CB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeO7defaultACvau', symObjAddr: 0x2970, symBinAddr: 0x37530, symSize: 0xC } + - { offsetInCU: 0x17C5, offset: 0x8CB92, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgSo13NSURLResponseCSgs5Error_pSgIeghggg_So6NSDataCSgAGSo7NSErrorCSgIeyBhyyy_TR', symObjAddr: 0x4418, symBinAddr: 0x38FD8, symSize: 0xC8 } + - { offsetInCU: 0x18F1, offset: 0x8CCBE, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV5merge_8isUnique16uniquingKeysWithyqd__n_Sbq_q__q_tKXEtKSTRd__x_q_t7ElementRtd__lFSS_ypSaySS_yptGTg5012$sSD20uniquegh33ValuesSDyxq_Gqd__n_tcSTRd__x_q_t7i31Rtd__lufcq_q__q_tKXEfU_SS_ypSayU8_yptGTg5Tf1nncn_n', symObjAddr: 0x46A0, symBinAddr: 0x39260, symSize: 0x3D0 } + - { offsetInCU: 0x1AFB, offset: 0x8CEC8, size: 0x8, addend: 0x0, symName: '_$sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_ypTgmq5Tf4g_n', symObjAddr: 0x4CB0, symBinAddr: 0x39870, symSize: 0x110 } + - { offsetInCU: 0x1B64, offset: 0x8CF31, size: 0x8, addend: 0x0, symName: '_$s10Foundation8URLErrorVAcA21_BridgedStoredNSErrorAAWl', symObjAddr: 0x4DC0, symBinAddr: 0x39980, symSize: 0x48 } + - { offsetInCU: 0x1B78, offset: 0x8CF45, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderCMa', symObjAddr: 0x4E4C, symBinAddr: 0x399C8, symSize: 0x3C } + - { offsetInCU: 0x1B8C, offset: 0x8CF59, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC7requestyySo13CAPPluginCallC_SSSgSo24CAPInstanceConfigurationCSgtKFZy10Foundation4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_TA', symObjAddr: 0x51D0, symBinAddr: 0x39CD8, symSize: 0x2C } + - { offsetInCU: 0x1BA0, offset: 0x8CF6D, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x51FC, symBinAddr: 0x39D04, symSize: 0x10 } + - { offsetInCU: 0x1BB4, offset: 0x8CF81, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x520C, symBinAddr: 0x39D14, symSize: 0x8 } + - { offsetInCU: 0x1CEB, offset: 0x8D0B8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeOSHAASQWb', symObjAddr: 0x6544, symBinAddr: 0x3AFA0, symSize: 0x4 } + - { offsetInCU: 0x1CFF, offset: 0x8D0CC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeOACSQAAWl', symObjAddr: 0x6548, symBinAddr: 0x3AFA4, symSize: 0x44 } + - { offsetInCU: 0x1D13, offset: 0x8D0E0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeOwet', symObjAddr: 0x659C, symBinAddr: 0x3AFE8, symSize: 0x90 } + - { offsetInCU: 0x1D27, offset: 0x8D0F4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeOwst', symObjAddr: 0x662C, symBinAddr: 0x3B078, symSize: 0xBC } + - { offsetInCU: 0x1D3B, offset: 0x8D108, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeOwug', symObjAddr: 0x66E8, symBinAddr: 0x3B134, symSize: 0x8 } + - { offsetInCU: 0x1D4F, offset: 0x8D11C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeOwup', symObjAddr: 0x66F0, symBinAddr: 0x3B13C, symSize: 0x4 } + - { offsetInCU: 0x1D63, offset: 0x8D130, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeOwui', symObjAddr: 0x66F4, symBinAddr: 0x3B140, symSize: 0x8 } + - { offsetInCU: 0x1D77, offset: 0x8D144, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeOMa', symObjAddr: 0x66FC, symBinAddr: 0x3B148, symSize: 0x10 } + - { offsetInCU: 0x1D8B, offset: 0x8D158, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerCMa', symObjAddr: 0x670C, symBinAddr: 0x3B158, symSize: 0x20 } + - { offsetInCU: 0x1D9F, offset: 0x8D16C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderCMU', symObjAddr: 0x672C, symBinAddr: 0x3B178, symSize: 0x8 } + - { offsetInCU: 0x1DB3, offset: 0x8D180, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderCMr', symObjAddr: 0x6734, symBinAddr: 0x3B180, symSize: 0x80 } + - { offsetInCU: 0x1E51, offset: 0x8D21E, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSDys11AnyHashableVypG_SS_yptTg505$ss11cd160VypSSyps5Error_pIgnnorzo_AB3key_yp5valuetSS_yptsAC_pIegnrzo_TR091$s9Capacitor25lowerCaseHeaderDictionary33_EE15C01EA65F5710520693E9E7846AECLLySDySSypGSDys11ab14F27GFSS_yptAF_W5XEfU_Tf3nnpf_nTf1cn_n', symObjAddr: 0x0, symBinAddr: 0x34BC0, symSize: 0x2FC } + - { offsetInCU: 0x20EB, offset: 0x8D4B8, size: 0x8, addend: 0x0, symName: '_$ss17_dictionaryUpCastySDyq0_q1_GSDyxq_GSHRzSHR0_r2_lFSS_yps11AnyHashableVypTg5', symObjAddr: 0x2FC, symBinAddr: 0x34EBC, symSize: 0x400 } + - { offsetInCU: 0x2244, offset: 0x8D611, size: 0x8, addend: 0x0, symName: '_$ss17_dictionaryUpCastySDyq0_q1_GSDyxq_GSHRzSHR0_r2_lFSS_9Capacitor7JSValue_ps11AnyHashableVypTg5', symObjAddr: 0x6FC, symBinAddr: 0x352BC, symSize: 0x430 } + - { offsetInCU: 0x23A3, offset: 0x8D770, size: 0x8, addend: 0x0, symName: '_$ss17_dictionaryUpCastySDyq0_q1_GSDyxq_GSHRzSHR0_r2_lFSS_S2SypTg5', symObjAddr: 0xB2C, symBinAddr: 0x356EC, symSize: 0x368 } + - { offsetInCU: 0x24EA, offset: 0x8D8B7, size: 0x8, addend: 0x0, symName: '_$ss17_dictionaryUpCastySDyq0_q1_GSDyxq_GSHRzSHR0_r2_lFSS_9Capacitor7JSValue_pSSypTg5', symObjAddr: 0xE94, symBinAddr: 0x35A54, symSize: 0x380 } + - { offsetInCU: 0x2657, offset: 0x8DA24, size: 0x8, addend: 0x0, symName: '_$ss17_dictionaryUpCastySDyq0_q1_GSDyxq_GSHRzSHR0_r2_lFSS_SayypGSSypTg5', symObjAddr: 0x1214, symBinAddr: 0x35DD4, symSize: 0x368 } + - { offsetInCU: 0x27BC, offset: 0x8DB89, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlFSo15CAPPluginMethodC9CapacitorE10ReturnTypeO_Tgq5', symObjAddr: 0x157C, symBinAddr: 0x3613C, symSize: 0x108 } + - { offsetInCU: 0x2857, offset: 0x8DC24, size: 0x8, addend: 0x0, symName: '_$ss2eeoiySbx_xtSYRzSQ8RawValueRpzlF9Capacitor12ResponseTypeO_Tgq5', symObjAddr: 0x1684, symBinAddr: 0x36244, symSize: 0x170 } + - { offsetInCU: 0x29CE, offset: 0x8DD9B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x2A5C, symBinAddr: 0x3761C, symSize: 0xC } + - { offsetInCU: 0x2A4E, offset: 0x8DE1B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeOSHAASH9hashValueSivgTW', symObjAddr: 0x2A68, symBinAddr: 0x37628, symSize: 0xC4 } + - { offsetInCU: 0x2AD0, offset: 0x8DE9D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x2B2C, symBinAddr: 0x376EC, symSize: 0xA0 } + - { offsetInCU: 0x2B0E, offset: 0x8DEDB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x2BCC, symBinAddr: 0x3778C, symSize: 0xC0 } + - { offsetInCU: 0x2DA8, offset: 0x8E175, size: 0x8, addend: 0x0, symName: '_$sSTsE7forEachyyy7ElementQzKXEKFSD4KeysVySSyp_G_Tg560$s9Capacitor0A10UrlRequestC03setC7HeadersyySDySSypGFySSXEfU_SDySSypG9Capacitor0qhI0CTf1cn_nTf4ngg_n', symObjAddr: 0x4B20, symBinAddr: 0x396E0, symSize: 0x190 } + - { offsetInCU: 0x338F, offset: 0x8E75C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSValueContainerPAAE9getStringySSSgSSFSo13CAPPluginCallC_Tg5', symObjAddr: 0x17F4, symBinAddr: 0x363B4, symSize: 0x18C } + - { offsetInCU: 0x3558, offset: 0x8E925, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC7requestyySo13CAPPluginCallC_SSSgSo24CAPInstanceConfigurationCSgtKFZ', symObjAddr: 0x1980, symBinAddr: 0x36540, symSize: 0xCD0 } + - { offsetInCU: 0x3968, offset: 0x8ED35, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC7requestyySo13CAPPluginCallC_SSSgSo24CAPInstanceConfigurationCSgtKFZy10Foundation4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU_', symObjAddr: 0x4188, symBinAddr: 0x38D48, symSize: 0x290 } + - { offsetInCU: 0x3A85, offset: 0x8EE52, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSValueContainerPAAE9getDoubleySdSgSSFSo13CAPPluginCallC_Tg5', symObjAddr: 0x2650, symBinAddr: 0x37210, symSize: 0x190 } + - { offsetInCU: 0x3B17, offset: 0x8EEE4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSValueContainerPAAE9getObjectySDySSAA0B0_pGSgSSFSo13CAPPluginCallC_Tg5', symObjAddr: 0x27E0, symBinAddr: 0x373A0, symSize: 0x190 } + - { offsetInCU: 0x3BAF, offset: 0x8EF7C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeO7defaultACvgZ', symObjAddr: 0x297C, symBinAddr: 0x3753C, symSize: 0x8 } + - { offsetInCU: 0x3BCA, offset: 0x8EF97, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeO6stringACSSSg_tcfC', symObjAddr: 0x2984, symBinAddr: 0x37544, symSize: 0x50 } + - { offsetInCU: 0x3C5A, offset: 0x8F027, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeO8rawValueACSgSS_tcfC', symObjAddr: 0x29D4, symBinAddr: 0x37594, symSize: 0x4 } + - { offsetInCU: 0x3C6E, offset: 0x8F03B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12ResponseTypeO8rawValueSSvg', symObjAddr: 0x29D8, symBinAddr: 0x37598, symSize: 0x84 } + - { offsetInCU: 0x3CA2, offset: 0x8F06F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC3url10Foundation3URLVSgvg', symObjAddr: 0x2D48, symBinAddr: 0x37908, symSize: 0x58 } + - { offsetInCU: 0x3CB6, offset: 0x8F083, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC3url10Foundation3URLVSgvs', symObjAddr: 0x2DA0, symBinAddr: 0x37960, symSize: 0x58 } + - { offsetInCU: 0x3CCA, offset: 0x8F097, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC3url10Foundation3URLVSgvM', symObjAddr: 0x2DF8, symBinAddr: 0x379B8, symSize: 0x44 } + - { offsetInCU: 0x3CDE, offset: 0x8F0AB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC3url10Foundation3URLVSgvM.resume.0', symObjAddr: 0x2E3C, symBinAddr: 0x379FC, symSize: 0x4 } + - { offsetInCU: 0x3CF2, offset: 0x8F0BF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC6methodSSSgvg', symObjAddr: 0x2E40, symBinAddr: 0x37A00, symSize: 0x54 } + - { offsetInCU: 0x3D06, offset: 0x8F0D3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC6methodSSSgvs', symObjAddr: 0x2E94, symBinAddr: 0x37A54, symSize: 0x5C } + - { offsetInCU: 0x3D1A, offset: 0x8F0E7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC6methodSSSgvM', symObjAddr: 0x2EF0, symBinAddr: 0x37AB0, symSize: 0x44 } + - { offsetInCU: 0x3D2E, offset: 0x8F0FB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC6paramsSDyS2SGSgvg', symObjAddr: 0x2F34, symBinAddr: 0x37AF4, symSize: 0x48 } + - { offsetInCU: 0x3D42, offset: 0x8F10F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC6paramsSDyS2SGSgvs', symObjAddr: 0x2F7C, symBinAddr: 0x37B3C, symSize: 0x50 } + - { offsetInCU: 0x3D56, offset: 0x8F123, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC6paramsSDyS2SGSgvM', symObjAddr: 0x2FCC, symBinAddr: 0x37B8C, symSize: 0x44 } + - { offsetInCU: 0x3D6A, offset: 0x8F137, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC7requestAA0a3UrlC0CSgvg', symObjAddr: 0x3010, symBinAddr: 0x37BD0, symSize: 0x50 } + - { offsetInCU: 0x3D7E, offset: 0x8F14B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC7requestAA0a3UrlC0CSgvs', symObjAddr: 0x3060, symBinAddr: 0x37C20, symSize: 0x50 } + - { offsetInCU: 0x3D92, offset: 0x8F15F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC7requestAA0a3UrlC0CSgvM', symObjAddr: 0x30B0, symBinAddr: 0x37C70, symSize: 0x44 } + - { offsetInCU: 0x3DA6, offset: 0x8F173, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderCAEycfC', symObjAddr: 0x30F4, symBinAddr: 0x37CB4, symSize: 0x88 } + - { offsetInCU: 0x3DD9, offset: 0x8F1A6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderCAEycfc', symObjAddr: 0x317C, symBinAddr: 0x37D3C, symSize: 0x74 } + - { offsetInCU: 0x3DF8, offset: 0x8F1C5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC6setUrlyAESSKF', symObjAddr: 0x31F0, symBinAddr: 0x37DB0, symSize: 0x24 } + - { offsetInCU: 0x3E0C, offset: 0x8F1D9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC9setMethodyAESSF', symObjAddr: 0x3214, symBinAddr: 0x37DD4, symSize: 0x78 } + - { offsetInCU: 0x3E35, offset: 0x8F202, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC12setUrlParamsyAESDySSypGF', symObjAddr: 0x328C, symBinAddr: 0x37E4C, symSize: 0xA10 } + - { offsetInCU: 0x43B8, offset: 0x8F785, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF9Capacitor18PluginHeaderMethodV_SayAGGTg5', symObjAddr: 0x3C9C, symBinAddr: 0x3885C, symSize: 0xD8 } + - { offsetInCU: 0x45EC, offset: 0x8F9B9, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF10Foundation12URLQueryItemV_SayAGGTg5', symObjAddr: 0x3D74, symBinAddr: 0x38934, symSize: 0xF0 } + - { offsetInCU: 0x4841, offset: 0x8FC0E, size: 0x8, addend: 0x0, symName: '_$sSa6append10contentsOfyqd__n_t7ElementQyd__RszSTRd__lF9Capacitor7JSValue_p_SayAeF_pGTg5', symObjAddr: 0x3E64, symBinAddr: 0x38A24, symSize: 0xEC } + - { offsetInCU: 0x4A37, offset: 0x8FE04, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC14openConnectionAEyF', symObjAddr: 0x3F50, symBinAddr: 0x38B10, symSize: 0x140 } + - { offsetInCU: 0x4A9B, offset: 0x8FE68, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC5buildAA0a3UrlC0CyF', symObjAddr: 0x4090, symBinAddr: 0x38C50, symSize: 0x24 } + - { offsetInCU: 0x4AD3, offset: 0x8FEA0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderCfd', symObjAddr: 0x40B4, symBinAddr: 0x38C74, symSize: 0x60 } + - { offsetInCU: 0x4B04, offset: 0x8FED1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderCfD', symObjAddr: 0x4114, symBinAddr: 0x38CD4, symSize: 0x6C } + - { offsetInCU: 0x4B3D, offset: 0x8FF0A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC22setCookiesFromResponseyySo17NSHTTPURLResponseC_So24CAPInstanceConfigurationCSgtFZ', symObjAddr: 0x4180, symBinAddr: 0x38D40, symSize: 0x4 } + - { offsetInCU: 0x4B51, offset: 0x8FF1E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC13buildResponse__12responseTypeSDySSypG10Foundation4DataVSg_So17NSHTTPURLResponseCAA0fH0OtFZ', symObjAddr: 0x4184, symBinAddr: 0x38D44, symSize: 0x4 } + - { offsetInCU: 0x4B73, offset: 0x8FF40, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerCfd', symObjAddr: 0x44E0, symBinAddr: 0x390A0, symSize: 0x8 } + - { offsetInCU: 0x4B98, offset: 0x8FF65, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerCfD', symObjAddr: 0x44E8, symBinAddr: 0x390A8, symSize: 0x10 } + - { offsetInCU: 0x4BC3, offset: 0x8FF90, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4findys10_HashTableV6BucketV6bucket_Sb5foundtxSHRzlFSS_Tgq5', symObjAddr: 0x44F8, symBinAddr: 0x390B8, symSize: 0x64 } + - { offsetInCU: 0x4BD7, offset: 0x8FFA4, size: 0x8, addend: 0x0, symName: '_$ss22__RawDictionaryStorageC4find_9hashValues10_HashTableV6BucketV6bucket_Sb5foundtx_SitSHRzlFSS_Tgq5', symObjAddr: 0x455C, symBinAddr: 0x3911C, symSize: 0x144 } + - { offsetInCU: 0x4CB4, offset: 0x90081, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV10startIndexSD0D0Vyxq__Gvgs11AnyHashableV_ypTg5', symObjAddr: 0x4A70, symBinAddr: 0x39630, symSize: 0xB0 } + - { offsetInCU: 0x4CEB, offset: 0x900B8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18HttpRequestHandlerC0abC7BuilderC6setUrlyAESSKFTf4nn_g', symObjAddr: 0x4E88, symBinAddr: 0x39A04, symSize: 0x298 } + - { offsetInCU: 0x2B, offset: 0x90260, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6JSDateCfd', symObjAddr: 0x0, symBinAddr: 0x3B28C, symSize: 0x8 } + - { offsetInCU: 0x7C, offset: 0x902B1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6JSDateCMa', symObjAddr: 0x18, symBinAddr: 0x3B2A4, symSize: 0x20 } + - { offsetInCU: 0x16C, offset: 0x903A1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSResultVAA0B8ProtocolA2aDP11jsonPayloadSSyFTW', symObjAddr: 0x478, symBinAddr: 0x3B704, symSize: 0x38 } + - { offsetInCU: 0x19F, offset: 0x903D4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSResultVAA0B8ProtocolA2aDP10callbackIDSSvgTW', symObjAddr: 0x3F4, symBinAddr: 0x3B680, symSize: 0x2C } + - { offsetInCU: 0x1E7, offset: 0x9041C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSResultVAA0B8ProtocolA2aDP8pluginIDSSvgTW', symObjAddr: 0x420, symBinAddr: 0x3B6AC, symSize: 0x2C } + - { offsetInCU: 0x22F, offset: 0x90464, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSResultVAA0B8ProtocolA2aDP10methodNameSSvgTW', symObjAddr: 0x44C, symBinAddr: 0x3B6D8, symSize: 0x2C } + - { offsetInCU: 0x3BA, offset: 0x905EF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorVAA0B8ProtocolA2aDP11jsonPayloadSSyFTW', symObjAddr: 0xB90, symBinAddr: 0x3BE1C, symSize: 0x48 } + - { offsetInCU: 0x3ED, offset: 0x90622, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorVAA0B8ProtocolA2aDP10callbackIDSSvgTW', symObjAddr: 0xB0C, symBinAddr: 0x3BD98, symSize: 0x2C } + - { offsetInCU: 0x435, offset: 0x9066A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorVAA0B8ProtocolA2aDP8pluginIDSSvgTW', symObjAddr: 0xB38, symBinAddr: 0x3BDC4, symSize: 0x2C } + - { offsetInCU: 0x47D, offset: 0x906B2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorVAA0B8ProtocolA2aDP10methodNameSSvgTW', symObjAddr: 0xB64, symBinAddr: 0x3BDF0, symSize: 0x2C } + - { offsetInCU: 0x4AF, offset: 0x906E4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorV4call0dC0AcA6JSCallV_AA013CAPPluginCallC0CtcfCTf4ngd_n', symObjAddr: 0xBD8, symBinAddr: 0x3BE64, symSize: 0x1C4 } + - { offsetInCU: 0x513, offset: 0x90748, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultOSgWOb', symObjAddr: 0xD9C, symBinAddr: 0x3C028, symSize: 0x48 } + - { offsetInCU: 0x527, offset: 0x9075C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSResultVwxx', symObjAddr: 0xE24, symBinAddr: 0x3C070, symSize: 0x40 } + - { offsetInCU: 0x53B, offset: 0x90770, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSResultVwcp', symObjAddr: 0xE64, symBinAddr: 0x3C0B0, symSize: 0x74 } + - { offsetInCU: 0x54F, offset: 0x90784, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSResultVwca', symObjAddr: 0xED8, symBinAddr: 0x3C124, symSize: 0xBC } + - { offsetInCU: 0x563, offset: 0x90798, size: 0x8, addend: 0x0, symName: ___swift_memcpy64_8, symObjAddr: 0xF94, symBinAddr: 0x3C1E0, symSize: 0x14 } + - { offsetInCU: 0x577, offset: 0x907AC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSResultVwta', symObjAddr: 0xFA8, symBinAddr: 0x3C1F4, symSize: 0x74 } + - { offsetInCU: 0x58B, offset: 0x907C0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSResultVwet', symObjAddr: 0x101C, symBinAddr: 0x3C268, symSize: 0x48 } + - { offsetInCU: 0x59F, offset: 0x907D4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSResultVwst', symObjAddr: 0x1064, symBinAddr: 0x3C2B0, symSize: 0x50 } + - { offsetInCU: 0x5B3, offset: 0x907E8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSResultVMa', symObjAddr: 0x10B4, symBinAddr: 0x3C300, symSize: 0x10 } + - { offsetInCU: 0x5C7, offset: 0x907FC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorVwCP', symObjAddr: 0x10C4, symBinAddr: 0x3C310, symSize: 0x30 } + - { offsetInCU: 0x5DB, offset: 0x90810, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorVwxx', symObjAddr: 0x10F4, symBinAddr: 0x3C340, symSize: 0x58 } + - { offsetInCU: 0x5EF, offset: 0x90824, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorVwcp', symObjAddr: 0x114C, symBinAddr: 0x3C398, symSize: 0xAC } + - { offsetInCU: 0x603, offset: 0x90838, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorVwca', symObjAddr: 0x11F8, symBinAddr: 0x3C444, symSize: 0x11C } + - { offsetInCU: 0x617, offset: 0x9084C, size: 0x8, addend: 0x0, symName: ___swift_memcpy112_8, symObjAddr: 0x1314, symBinAddr: 0x3C560, symSize: 0x24 } + - { offsetInCU: 0x62B, offset: 0x90860, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorVwta', symObjAddr: 0x1338, symBinAddr: 0x3C584, symSize: 0xA4 } + - { offsetInCU: 0x63F, offset: 0x90874, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorVwet', symObjAddr: 0x13DC, symBinAddr: 0x3C628, symSize: 0x48 } + - { offsetInCU: 0x653, offset: 0x90888, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorVwst', symObjAddr: 0x1424, symBinAddr: 0x3C670, symSize: 0x5C } + - { offsetInCU: 0x667, offset: 0x9089C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorVMa', symObjAddr: 0x1480, symBinAddr: 0x3C6CC, symSize: 0x10 } + - { offsetInCU: 0x67B, offset: 0x908B0, size: 0x8, addend: 0x0, symName: '_$sSSWOr', symObjAddr: 0x1490, symBinAddr: 0x3C6DC, symSize: 0x28 } + - { offsetInCU: 0x68F, offset: 0x908C4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6JSCallVwxx', symObjAddr: 0x154C, symBinAddr: 0x3C728, symSize: 0x38 } + - { offsetInCU: 0x6A3, offset: 0x908D8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6JSCallVwcp', symObjAddr: 0x1584, symBinAddr: 0x3C760, symSize: 0x64 } + - { offsetInCU: 0x6B7, offset: 0x908EC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6JSCallVwca', symObjAddr: 0x15E8, symBinAddr: 0x3C7C4, symSize: 0xA4 } + - { offsetInCU: 0x6CB, offset: 0x90900, size: 0x8, addend: 0x0, symName: ___swift_memcpy56_8, symObjAddr: 0x168C, symBinAddr: 0x3C868, symSize: 0x1C } + - { offsetInCU: 0x6DF, offset: 0x90914, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6JSCallVwta', symObjAddr: 0x16A8, symBinAddr: 0x3C884, symSize: 0x64 } + - { offsetInCU: 0x6F3, offset: 0x90928, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6JSCallVwet', symObjAddr: 0x170C, symBinAddr: 0x3C8E8, symSize: 0x48 } + - { offsetInCU: 0x707, offset: 0x9093C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6JSCallVwst', symObjAddr: 0x1754, symBinAddr: 0x3C930, symSize: 0x4C } + - { offsetInCU: 0x71B, offset: 0x90950, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6JSCallVMa', symObjAddr: 0x17A0, symBinAddr: 0x3C97C, symSize: 0x10 } + - { offsetInCU: 0x97A, offset: 0x90BAF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6JSDateCfd', symObjAddr: 0x0, symBinAddr: 0x3B28C, symSize: 0x8 } + - { offsetInCU: 0x9A5, offset: 0x90BDA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6JSDateCfD', symObjAddr: 0x8, symBinAddr: 0x3B294, symSize: 0x10 } + - { offsetInCU: 0xA36, offset: 0x90C6B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSResultV11jsonPayloadSSyF', symObjAddr: 0x38, symBinAddr: 0x3B2C4, symSize: 0x3BC } + - { offsetInCU: 0xE54, offset: 0x91089, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13JSResultErrorV11jsonPayloadSSyF', symObjAddr: 0x4B0, symBinAddr: 0x3B73C, symSize: 0x65C } + - { offsetInCU: 0xEF, offset: 0x91766, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSExportC06exportA8GlobalJS21userContentController7isDebug14loggingEnabled8localUrlySo06WKUsergH0C_S2bSStKFZTf4nnnnd_n', symObjAddr: 0x1134, symBinAddr: 0x3DA48, symSize: 0x1B8 } + - { offsetInCU: 0x311, offset: 0x91988, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSExportC10injectFile7fileURL21userContentControllery10Foundation0F0V_So06WKUserhI0CtKFZTf4nnd_n', symObjAddr: 0x12EC, symBinAddr: 0x3DC00, symSize: 0x1B0 } + - { offsetInCU: 0x44B, offset: 0x91AC2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSExportC14generateMethod33_35B4C07ABE18CB14DB9A3F920E64F657LL15pluginClassName6methodS2S_So09CAPPluginD0CtFZTf4nnd_n', symObjAddr: 0x149C, symBinAddr: 0x3DDB0, symSize: 0x7B0 } + - { offsetInCU: 0xF8A, offset: 0x92601, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSExportC18createPluginHeader33_35B4C07ABE18CB14DB9A3F920E64F657LL3forAA0dE0VSgSo010CAPBridgedD0_So9CAPPluginCXc_tFZTf4nd_n', symObjAddr: 0x1C4C, symBinAddr: 0x3E560, symSize: 0x2E0 } + - { offsetInCU: 0x127D, offset: 0x928F4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSExportC8exportJS3for2inySo16CAPBridgedPlugin_So9CAPPluginCXc_So23WKUserContentControllerCtFZTf4nnd_n', symObjAddr: 0x1F2C, symBinAddr: 0x3E840, symSize: 0x65C } + - { offsetInCU: 0x196B, offset: 0x92FE2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSExportC15exportCordovaJS21userContentControllerySo06WKUsergH0C_tKFZTf4nd_n', symObjAddr: 0x2588, symBinAddr: 0x3EE9C, symSize: 0x66C } + - { offsetInCU: 0x1CA4, offset: 0x9331B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs0E3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0x86C, symBinAddr: 0x3D200, symSize: 0x30 } + - { offsetInCU: 0x1CF9, offset: 0x93370, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs0E3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0x89C, symBinAddr: 0x3D230, symSize: 0x24 } + - { offsetInCU: 0x1D2A, offset: 0x933A1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs0E3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0x8C0, symBinAddr: 0x3D254, symSize: 0xC } + - { offsetInCU: 0x1D46, offset: 0x933BD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs0E3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0x8CC, symBinAddr: 0x3D260, symSize: 0xC } + - { offsetInCU: 0x1D62, offset: 0x933D9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x3A98, symBinAddr: 0x40234, symSize: 0xD8 } + - { offsetInCU: 0x1DF0, offset: 0x93467, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0x928, symBinAddr: 0x3D2BC, symSize: 0x2C } + - { offsetInCU: 0x1E27, offset: 0x9349E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0x954, symBinAddr: 0x3D2E8, symSize: 0x1C } + - { offsetInCU: 0x1E4A, offset: 0x934C1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x346C, symBinAddr: 0x3FC38, symSize: 0x1B0 } + - { offsetInCU: 0x1ED7, offset: 0x9354E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x970, symBinAddr: 0x3D304, symSize: 0x18 } + - { offsetInCU: 0x1F34, offset: 0x935AB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x9D0, symBinAddr: 0x3D364, symSize: 0x28 } + - { offsetInCU: 0x1FC2, offset: 0x93639, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs0D3KeyAAsAGP11stringValueSSvgTW', symObjAddr: 0xA3C, symBinAddr: 0x3D3D0, symSize: 0x34 } + - { offsetInCU: 0x2017, offset: 0x9368E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs0D3KeyAAsAGP11stringValuexSgSS_tcfCTW', symObjAddr: 0xA70, symBinAddr: 0x3D404, symSize: 0x24 } + - { offsetInCU: 0x2048, offset: 0x936BF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs0D3KeyAAsAGP8intValueSiSgvgTW', symObjAddr: 0xA94, symBinAddr: 0x3D428, symSize: 0xC } + - { offsetInCU: 0x2064, offset: 0x936DB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs0D3KeyAAsAGP8intValuexSgSi_tcfCTW', symObjAddr: 0xAA0, symBinAddr: 0x3D434, symSize: 0xC } + - { offsetInCU: 0x2080, offset: 0x936F7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLO11stringValueAFSgSS_tcfCTf4nd_n', symObjAddr: 0x3B70, symBinAddr: 0x4030C, symSize: 0xE0 } + - { offsetInCU: 0x210E, offset: 0x93785, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderVSeAASe4fromxs7Decoder_p_tKcfCTW', symObjAddr: 0xAFC, symBinAddr: 0x3D490, symSize: 0x2C } + - { offsetInCU: 0x2145, offset: 0x937BC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderVSEAASE6encode2toys7Encoder_p_tKFTW', symObjAddr: 0xB28, symBinAddr: 0x3D4BC, symSize: 0x1C } + - { offsetInCU: 0x2168, offset: 0x937DF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV4fromACs7Decoder_p_tKcfCTf4nd_n', symObjAddr: 0x329C, symBinAddr: 0x3FA68, symSize: 0x1D0 } + - { offsetInCU: 0x222F, offset: 0x938A6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSExportCMa', symObjAddr: 0x1094, symBinAddr: 0x3DA28, symSize: 0x20 } + - { offsetInCU: 0x250E, offset: 0x93B85, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderVSgxSgSEsSERzlWl', symObjAddr: 0x2C74, symBinAddr: 0x3F508, symSize: 0x78 } + - { offsetInCU: 0x2522, offset: 0x93B99, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderVACSEAAWl', symObjAddr: 0x2CEC, symBinAddr: 0x3F580, symSize: 0x44 } + - { offsetInCU: 0x2536, offset: 0x93BAD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderVSgWOe', symObjAddr: 0x2D30, symBinAddr: 0x3F5C4, symSize: 0x30 } + - { offsetInCU: 0x254A, offset: 0x93BC1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodVwCP', symObjAddr: 0x2E04, symBinAddr: 0x3F5F4, symSize: 0x30 } + - { offsetInCU: 0x255E, offset: 0x93BD5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodVwxx', symObjAddr: 0x2E34, symBinAddr: 0x3F624, symSize: 0x28 } + - { offsetInCU: 0x2572, offset: 0x93BE9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodVwcp', symObjAddr: 0x2E5C, symBinAddr: 0x3F64C, symSize: 0x3C } + - { offsetInCU: 0x2586, offset: 0x93BFD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodVwca', symObjAddr: 0x2E98, symBinAddr: 0x3F688, symSize: 0x6C } + - { offsetInCU: 0x259A, offset: 0x93C11, size: 0x8, addend: 0x0, symName: ___swift_memcpy32_8, symObjAddr: 0x2F04, symBinAddr: 0x3F6F4, symSize: 0xC } + - { offsetInCU: 0x25AE, offset: 0x93C25, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodVwta', symObjAddr: 0x2F10, symBinAddr: 0x3F700, symSize: 0x44 } + - { offsetInCU: 0x25C2, offset: 0x93C39, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodVwet', symObjAddr: 0x2F54, symBinAddr: 0x3F744, symSize: 0x48 } + - { offsetInCU: 0x25D6, offset: 0x93C4D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodVwst', symObjAddr: 0x2F9C, symBinAddr: 0x3F78C, symSize: 0x40 } + - { offsetInCU: 0x25EA, offset: 0x93C61, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodVMa', symObjAddr: 0x2FDC, symBinAddr: 0x3F7CC, symSize: 0x10 } + - { offsetInCU: 0x25FE, offset: 0x93C75, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderVwxx', symObjAddr: 0x2FF0, symBinAddr: 0x3F7E0, symSize: 0x28 } + - { offsetInCU: 0x2612, offset: 0x93C89, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderVwca', symObjAddr: 0x3058, symBinAddr: 0x3F848, symSize: 0x64 } + - { offsetInCU: 0x2626, offset: 0x93C9D, size: 0x8, addend: 0x0, symName: ___swift_memcpy24_8, symObjAddr: 0x30BC, symBinAddr: 0x3F8AC, symSize: 0x14 } + - { offsetInCU: 0x263A, offset: 0x93CB1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderVwta', symObjAddr: 0x30D0, symBinAddr: 0x3F8C0, symSize: 0x44 } + - { offsetInCU: 0x264E, offset: 0x93CC5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderVwet', symObjAddr: 0x3114, symBinAddr: 0x3F904, symSize: 0x48 } + - { offsetInCU: 0x2662, offset: 0x93CD9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderVwst', symObjAddr: 0x315C, symBinAddr: 0x3F94C, symSize: 0x40 } + - { offsetInCU: 0x2676, offset: 0x93CED, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderVMa', symObjAddr: 0x319C, symBinAddr: 0x3F98C, symSize: 0x10 } + - { offsetInCU: 0x268A, offset: 0x93D01, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOAFs0D3KeyAAWl', symObjAddr: 0x31D0, symBinAddr: 0x3F99C, symSize: 0x44 } + - { offsetInCU: 0x269E, offset: 0x93D15, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodVACSEAAWl', symObjAddr: 0x3258, symBinAddr: 0x3FA24, symSize: 0x44 } + - { offsetInCU: 0x26B2, offset: 0x93D29, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOAFs0E3KeyAAWl', symObjAddr: 0x361C, symBinAddr: 0x3FDE8, symSize: 0x44 } + - { offsetInCU: 0x26C6, offset: 0x93D3D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodVACSeAAWl', symObjAddr: 0x36FC, symBinAddr: 0x3FEA8, symSize: 0x44 } + - { offsetInCU: 0x26DA, offset: 0x93D51, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOwup', symObjAddr: 0x3758, symBinAddr: 0x3FEF4, symSize: 0x4 } + - { offsetInCU: 0x26EE, offset: 0x93D65, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOMa', symObjAddr: 0x375C, symBinAddr: 0x3FEF8, symSize: 0x10 } + - { offsetInCU: 0x2702, offset: 0x93D79, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOwug', symObjAddr: 0x38C0, symBinAddr: 0x4005C, symSize: 0x8 } + - { offsetInCU: 0x2716, offset: 0x93D8D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOwup', symObjAddr: 0x38C8, symBinAddr: 0x40064, symSize: 0x4 } + - { offsetInCU: 0x272A, offset: 0x93DA1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOwui', symObjAddr: 0x38CC, symBinAddr: 0x40068, symSize: 0xC } + - { offsetInCU: 0x273E, offset: 0x93DB5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOMa', symObjAddr: 0x38D8, symBinAddr: 0x40074, symSize: 0x10 } + - { offsetInCU: 0x2752, offset: 0x93DC9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOSHAASQWb', symObjAddr: 0x38E8, symBinAddr: 0x40084, symSize: 0x4 } + - { offsetInCU: 0x2766, offset: 0x93DDD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOAFSQAAWl', symObjAddr: 0x38EC, symBinAddr: 0x40088, symSize: 0x44 } + - { offsetInCU: 0x277A, offset: 0x93DF1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOSHAASQWb', symObjAddr: 0x3930, symBinAddr: 0x400CC, symSize: 0x4 } + - { offsetInCU: 0x278E, offset: 0x93E05, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOAFSQAAWl', symObjAddr: 0x3934, symBinAddr: 0x400D0, symSize: 0x44 } + - { offsetInCU: 0x27A2, offset: 0x93E19, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs0E3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3978, symBinAddr: 0x40114, symSize: 0x4 } + - { offsetInCU: 0x27B6, offset: 0x93E2D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x397C, symBinAddr: 0x40118, symSize: 0x44 } + - { offsetInCU: 0x27CA, offset: 0x93E41, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs0E3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x39C0, symBinAddr: 0x4015C, symSize: 0x4 } + - { offsetInCU: 0x27DE, offset: 0x93E55, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x39C4, symBinAddr: 0x40160, symSize: 0x44 } + - { offsetInCU: 0x27F2, offset: 0x93E69, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs0D3KeyAAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x3A08, symBinAddr: 0x401A4, symSize: 0x4 } + - { offsetInCU: 0x2806, offset: 0x93E7D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOAFs28CustomDebugStringConvertibleAAWl', symObjAddr: 0x3A0C, symBinAddr: 0x401A8, symSize: 0x44 } + - { offsetInCU: 0x281A, offset: 0x93E91, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs0D3KeyAAs23CustomStringConvertiblePWb', symObjAddr: 0x3A50, symBinAddr: 0x401EC, symSize: 0x4 } + - { offsetInCU: 0x282E, offset: 0x93EA5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOAFs23CustomStringConvertibleAAWl', symObjAddr: 0x3A54, symBinAddr: 0x401F0, symSize: 0x44 } + - { offsetInCU: 0x2883, offset: 0x93EFA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0x8D8, symBinAddr: 0x3D26C, symSize: 0x28 } + - { offsetInCU: 0x289F, offset: 0x93F16, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0x900, symBinAddr: 0x3D294, symSize: 0x28 } + - { offsetInCU: 0x28C1, offset: 0x93F38, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs28CustomDebugStringConvertibleAAsAGP16debugDescriptionSSvgTW', symObjAddr: 0xAAC, symBinAddr: 0x3D440, symSize: 0x28 } + - { offsetInCU: 0x28DD, offset: 0x93F54, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV10CodingKeys33_35B4C07ABE18CB14DB9A3F920E64F657LLOs23CustomStringConvertibleAAsAGP11descriptionSSvgTW', symObjAddr: 0xAD4, symBinAddr: 0x3D468, symSize: 0x28 } + - { offsetInCU: 0x2E0E, offset: 0x94485, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSExportC14exportBridgeJS21userContentControllerySo06WKUsergH0C_tKFZ', symObjAddr: 0x0, symBinAddr: 0x3C994, symSize: 0x3C8 } + - { offsetInCU: 0x2FC9, offset: 0x94640, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSExportC22exportCordovaPluginsJS21userContentControllerySo06WKUserhI0C_tKFZ', symObjAddr: 0x3C8, symBinAddr: 0x3CD5C, symSize: 0x210 } + - { offsetInCU: 0x3015, offset: 0x9468C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18PluginHeaderMethodV6encode2toys7Encoder_p_tKF', symObjAddr: 0x5D8, symBinAddr: 0x3CF6C, symSize: 0x128 } + - { offsetInCU: 0x3046, offset: 0x946BD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginHeaderV6encode2toys7Encoder_p_tKF', symObjAddr: 0x700, symBinAddr: 0x3D094, symSize: 0x164 } + - { offsetInCU: 0x3164, offset: 0x947DB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSExportC20injectFilesForFolder6folder21userContentControllery10Foundation3URLV_So06WKUseriJ0CtFZ', symObjAddr: 0xB44, symBinAddr: 0x3D4D8, symSize: 0x540 } + - { offsetInCU: 0x347D, offset: 0x94AF4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor8JSExportCfD', symObjAddr: 0x1084, symBinAddr: 0x3DA18, symSize: 0x10 } + - { offsetInCU: 0x4F, offset: 0x94D3E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19dateStringFormatter33_883E0F63E6283FEB7FEBC7F75A4BFDE5LLSo013NSISO8601DateD0Cvp', symObjAddr: 0x2390, symBinAddr: 0xA2150, symSize: 0x0 } + - { offsetInCU: 0xE2, offset: 0x94DD1, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor17JSStringContainerA2cDP9getStringyS2S_SStFTW', symObjAddr: 0x280, symBinAddr: 0x4067C, symSize: 0x4 } + - { offsetInCU: 0xFE, offset: 0x94DED, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor17JSStringContainerA2cDP9getStringySSSgSSFTW', symObjAddr: 0x284, symBinAddr: 0x40680, symSize: 0xC } + - { offsetInCU: 0x11A, offset: 0x94E09, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor15JSBoolContainerA2cDP7getBoolySbSS_SbtFTW', symObjAddr: 0x290, symBinAddr: 0x4068C, symSize: 0x4 } + - { offsetInCU: 0x156, offset: 0x94E45, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor15JSBoolContainerA2cDP7getBoolySbSgSSFTW', symObjAddr: 0x2D0, symBinAddr: 0x406CC, symSize: 0xC } + - { offsetInCU: 0x172, offset: 0x94E61, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor14JSIntContainerA2cDP6getIntySiSS_SitFTW', symObjAddr: 0x2DC, symBinAddr: 0x406D8, symSize: 0x4 } + - { offsetInCU: 0x1AE, offset: 0x94E9D, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor14JSIntContainerA2cDP6getIntySiSgSSFTW', symObjAddr: 0x314, symBinAddr: 0x40710, symSize: 0x20 } + - { offsetInCU: 0x1E5, offset: 0x94ED4, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor16JSFloatContainerA2cDP8getFloatySfSS_SftFTW', symObjAddr: 0x44C, symBinAddr: 0x40848, symSize: 0x4 } + - { offsetInCU: 0x221, offset: 0x94F10, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor16JSFloatContainerA2cDP8getFloatySfSgSSFTW', symObjAddr: 0x480, symBinAddr: 0x4087C, symSize: 0x30 } + - { offsetInCU: 0x258, offset: 0x94F47, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor17JSDoubleContainerA2cDP9getDoubleySdSS_SdtFTW', symObjAddr: 0x6CC, symBinAddr: 0x40AC8, symSize: 0x4 } + - { offsetInCU: 0x294, offset: 0x94F83, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor17JSDoubleContainerA2cDP9getDoubleySdSgSSFTW', symObjAddr: 0x700, symBinAddr: 0x40AFC, symSize: 0x20 } + - { offsetInCU: 0x2CB, offset: 0x94FBA, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor15JSDateContainerA2cDP7getDatey10Foundation0G0VSS_AItFTW', symObjAddr: 0x838, symBinAddr: 0x40C34, symSize: 0x4 } + - { offsetInCU: 0x307, offset: 0x94FF6, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor15JSDateContainerA2cDP7getDatey10Foundation0G0VSgSSFTW', symObjAddr: 0x99C, symBinAddr: 0x40D98, symSize: 0xC } + - { offsetInCU: 0x33E, offset: 0x9502D, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor16JSArrayContainerA2cDP8getArrayySayAC7JSValue_pGSS_AHtFTW', symObjAddr: 0xCF0, symBinAddr: 0x410EC, symSize: 0x4 } + - { offsetInCU: 0x37A, offset: 0x95069, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor16JSArrayContainerA2cDP8getArrayySayqd__GSgSS_qd__mtlFTW', symObjAddr: 0xD34, symBinAddr: 0x41130, symSize: 0x10 } + - { offsetInCU: 0x3B7, offset: 0x950A6, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor16JSArrayContainerA2cDP8getArrayySayAC7JSValue_pGSgSSFTW', symObjAddr: 0xDA4, symBinAddr: 0x411A0, symSize: 0xC } + - { offsetInCU: 0x3D3, offset: 0x950C2, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor17JSObjectContainerA2cDP9getObjectySDySSAC7JSValue_pGSS_AHtFTW', symObjAddr: 0xDBC, symBinAddr: 0x411B8, symSize: 0x4 } + - { offsetInCU: 0x40F, offset: 0x950FE, size: 0x8, addend: 0x0, symName: '_$sSo13CAPPluginCallC9Capacitor17JSObjectContainerA2cDP9getObjectySDySSAC7JSValue_pGSgSSFTW', symObjAddr: 0xE00, symBinAddr: 0x411FC, symSize: 0xC } + - { offsetInCU: 0x4CA, offset: 0x951B9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15coerceToJSValue33_883E0F63E6283FEB7FEBC7F75A4BFDE5LL_15formattingDatesAA0D0_pSgypSg_SbtF', symObjAddr: 0x12C8, symBinAddr: 0x416C4, symSize: 0xB74 } + - { offsetInCU: 0xFA8, offset: 0x95C97, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19dateStringFormatter33_883E0F63E6283FEB7FEBC7F75A4BFDE5LL_WZ', symObjAddr: 0x1FC8, symBinAddr: 0x423C4, symSize: 0x30 } + - { offsetInCU: 0xFED, offset: 0x95CDC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7JSTypesO26coerceDictionaryToJSObject_24formattingDatesAsStringsSDySSAA7JSValue_pGSgSDys11AnyHashableVypGSg_SbtFZTf4nnd_n', symObjAddr: 0x1FF8, symBinAddr: 0x423F4, symSize: 0xD4 } + - { offsetInCU: 0x102C, offset: 0x95D1B, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DateVSgWOb', symObjAddr: 0x2150, symBinAddr: 0x424C8, symSize: 0x48 } + - { offsetInCU: 0x1040, offset: 0x95D2F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7JSTypesOMa', symObjAddr: 0x226C, symBinAddr: 0x4256C, symSize: 0x10 } + - { offsetInCU: 0x1054, offset: 0x95D43, size: 0x8, addend: 0x0, symName: '_$s10Foundation25NSFastEnumerationIteratorVACStAAWl', symObjAddr: 0x2308, symBinAddr: 0x425F8, symSize: 0x48 } + - { offsetInCU: 0x14FD, offset: 0x961EC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7JSTypesO26coerceDictionaryToJSObject_24formattingDatesAsStringsSDySSAA7JSValue_pGSgSDys11AnyHashableVypGSg_SbtFZ', symObjAddr: 0x0, symBinAddr: 0x403FC, symSize: 0x4 } + - { offsetInCU: 0x1525, offset: 0x96214, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSValueContainerPAAE9getStringySSSgSSF', symObjAddr: 0x4, symBinAddr: 0x40400, symSize: 0x114 } + - { offsetInCU: 0x158A, offset: 0x96279, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17JSStringContainerPAAE9getStringyS2S_SStF', symObjAddr: 0x118, symBinAddr: 0x40514, symSize: 0x58 } + - { offsetInCU: 0x15DD, offset: 0x962CC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSValueContainerPAAE7getBoolySbSgSSF', symObjAddr: 0x170, symBinAddr: 0x4056C, symSize: 0x110 } + - { offsetInCU: 0x1642, offset: 0x96331, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15JSBoolContainerPAAE7getBoolySbSS_SbtF', symObjAddr: 0x294, symBinAddr: 0x40690, symSize: 0x3C } + - { offsetInCU: 0x1695, offset: 0x96384, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSIntContainerPAAE6getIntySiSS_SitF', symObjAddr: 0x2E0, symBinAddr: 0x406DC, symSize: 0x34 } + - { offsetInCU: 0x16E8, offset: 0x963D7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSValueContainerPAAE6getIntySiSgSSF', symObjAddr: 0x334, symBinAddr: 0x40730, symSize: 0x118 } + - { offsetInCU: 0x174D, offset: 0x9643C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSFloatContainerPAAE8getFloatySfSS_SftF', symObjAddr: 0x450, symBinAddr: 0x4084C, symSize: 0x30 } + - { offsetInCU: 0x17AC, offset: 0x9649B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSValueContainerPAAE8getFloatySfSgSSF', symObjAddr: 0x4B0, symBinAddr: 0x408AC, symSize: 0x21C } + - { offsetInCU: 0x1848, offset: 0x96537, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17JSDoubleContainerPAAE9getDoubleySdSS_SdtF', symObjAddr: 0x6D0, symBinAddr: 0x40ACC, symSize: 0x30 } + - { offsetInCU: 0x189A, offset: 0x96589, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSValueContainerPAAE9getDoubleySdSgSSF', symObjAddr: 0x720, symBinAddr: 0x40B1C, symSize: 0x118 } + - { offsetInCU: 0x18FF, offset: 0x965EE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15JSDateContainerPAAE7getDatey10Foundation0E0VSS_AGtF', symObjAddr: 0x83C, symBinAddr: 0x40C38, symSize: 0x160 } + - { offsetInCU: 0x1952, offset: 0x96641, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSValueContainerPAAE7getDatey10Foundation0E0VSgSSF', symObjAddr: 0x9A8, symBinAddr: 0x40DA4, symSize: 0x348 } + - { offsetInCU: 0x19F0, offset: 0x966DF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSArrayContainerPAAE8getArrayySayAA7JSValue_pGSS_AFtF', symObjAddr: 0xCF4, symBinAddr: 0x410F0, symSize: 0x40 } + - { offsetInCU: 0x1A4F, offset: 0x9673E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSArrayContainerPAAE8getArrayySayqd__GSgSS_qd__mtlF', symObjAddr: 0xD44, symBinAddr: 0x41140, symSize: 0x60 } + - { offsetInCU: 0x1AAC, offset: 0x9679B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17JSObjectContainerPAAE9getObjectySDySSAA7JSValue_pGSS_AFtF', symObjAddr: 0xDC0, symBinAddr: 0x411BC, symSize: 0x40 } + - { offsetInCU: 0x1AFF, offset: 0x967EE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSValueContainerPAAE8getValueyAA0B0_pSgSSF', symObjAddr: 0xF30, symBinAddr: 0x4132C, symSize: 0xA4 } + - { offsetInCU: 0x1B64, offset: 0x96853, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSValueContainerPAAE6getAnyyypSgSSF', symObjAddr: 0xFD4, symBinAddr: 0x413D0, symSize: 0x90 } + - { offsetInCU: 0x1BAD, offset: 0x9689C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16JSValueContainerPAAE6decode_3for4withqd__qd__m_SSAA0B7DecoderCtKSeRd__lF', symObjAddr: 0x1064, symBinAddr: 0x41460, symSize: 0x184 } + - { offsetInCU: 0x1C55, offset: 0x96944, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7JSTypesO26coerceDictionaryToJSObject_24formattingDatesAsStringsSDySSAA7JSValue_pGSgSo12NSDictionaryCSg_SbtFZ', symObjAddr: 0x11E8, symBinAddr: 0x415E4, symSize: 0xE0 } + - { offsetInCU: 0x1E54, offset: 0x96B43, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7JSTypesO20coerceArrayToJSArray_24formattingDatesAsStringsSayAA7JSValue_pGSgSayypGSg_SbtFZ', symObjAddr: 0x1E3C, symBinAddr: 0x42238, symSize: 0x18C } + - { offsetInCU: 0x24E, offset: 0x9722B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC7Combine08TopLevelC0AadEP6decode_4fromqd__qd__m_5InputQztKSeRd__lFTW', symObjAddr: 0x1FC0, symBinAddr: 0x4463C, symSize: 0x20 } + - { offsetInCU: 0x304, offset: 0x972E1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueDecoder33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0C0AAsAEP10codingPathSays9CodingKey_pGvgTW', symObjAddr: 0x26A4, symBinAddr: 0x44D20, symSize: 0xC } + - { offsetInCU: 0x3E1, offset: 0x973BE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP10codingPathSays9CodingKey_pGvgTW', symObjAddr: 0x44B4, symBinAddr: 0x46B30, symSize: 0xC } + - { offsetInCU: 0x427, offset: 0x97404, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP7allKeysSay3KeyQzGvgTW', symObjAddr: 0x44C0, symBinAddr: 0x46B3C, symSize: 0xC } + - { offsetInCU: 0x530, offset: 0x9750D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP12currentIndexSivgTW', symObjAddr: 0x5F40, symBinAddr: 0x485BC, symSize: 0xC } + - { offsetInCU: 0x608, offset: 0x975E5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP10codingPathSays9CodingKey_pGvgTW', symObjAddr: 0x6E98, symBinAddr: 0x49514, symSize: 0xC } + - { offsetInCU: 0x644, offset: 0x97621, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOWOb', symObjAddr: 0x2AC, symBinAddr: 0x42928, symSize: 0x18 } + - { offsetInCU: 0x65C, offset: 0x97639, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOWOb', symObjAddr: 0x2AC, symBinAddr: 0x42928, symSize: 0x18 } + - { offsetInCU: 0x66D, offset: 0x9764A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC7Options33_DDEFC033B005E1F1FC949B68024B9ED4LLVWOc', symObjAddr: 0x2C4, symBinAddr: 0x42940, symSize: 0x44 } + - { offsetInCU: 0x800, offset: 0x977DD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueDecoder33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0C0AAsAEP9container7keyedBys22KeyedDecodingContainerVyqd__Gqd__m_tKs9CodingKeyRd__lFTW', symObjAddr: 0x26B0, symBinAddr: 0x44D2C, symSize: 0x20 } + - { offsetInCU: 0x823, offset: 0x97800, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueDecoder33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0C0AAsAEP16unkeyedContainers015UnkeyedDecodingM0_pyKFTW', symObjAddr: 0x26D0, symBinAddr: 0x44D4C, symSize: 0x20 } + - { offsetInCU: 0x846, offset: 0x97823, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueDecoder33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0C0AAsAEP20singleValueContainers06Singlem8DecodingN0_pyKFTW', symObjAddr: 0x26F0, symBinAddr: 0x44D6C, symSize: 0x20 } + - { offsetInCU: 0xA6D, offset: 0x97A4A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_GSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x3C80, symBinAddr: 0x462FC, symSize: 0x38 } + - { offsetInCU: 0xA89, offset: 0x97A66, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_GSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x3CB8, symBinAddr: 0x46334, symSize: 0x18 } + - { offsetInCU: 0xAA5, offset: 0x97A82, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_Gs06CodingM0AAsAHP11stringValueSSvgTW', symObjAddr: 0x3CD0, symBinAddr: 0x4634C, symSize: 0x14 } + - { offsetInCU: 0xAC1, offset: 0x97A9E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_Gs06CodingM0AAsAHP11stringValuexSgSS_tcfCTW', symObjAddr: 0x3CE4, symBinAddr: 0x46360, symSize: 0x30 } + - { offsetInCU: 0xADD, offset: 0x97ABA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_Gs06CodingM0AAsAHP8intValueSiSgvgTW', symObjAddr: 0x3D14, symBinAddr: 0x46390, symSize: 0xC } + - { offsetInCU: 0xB12, offset: 0x97AEF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_Gs06CodingM0AAsAHP8intValuexSgSi_tcfCTW', symObjAddr: 0x3D20, symBinAddr: 0x4639C, symSize: 0x2C } + - { offsetInCU: 0xB43, offset: 0x97B20, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyO8intValueAFyx_GSgSi_tcfCTf4dd_n', symObjAddr: 0x838C, symBinAddr: 0x4A8DC, symSize: 0x8 } + - { offsetInCU: 0xBAD, offset: 0x97B8A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP8containsySb3KeyQzFTW', symObjAddr: 0x44CC, symBinAddr: 0x46B48, symSize: 0x24 } + - { offsetInCU: 0xBC9, offset: 0x97BA6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP9decodeNil6forKeySb0Q0Qz_tKFTW', symObjAddr: 0x44F0, symBinAddr: 0x46B6C, symSize: 0x24 } + - { offsetInCU: 0xBEC, offset: 0x97BC9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP6decode_6forKeyS2bm_0P0QztKFTW', symObjAddr: 0x4514, symBinAddr: 0x46B90, symSize: 0x4C } + - { offsetInCU: 0xC0F, offset: 0x97BEC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP6decode_6forKeyS2Sm_0P0QztKFTW', symObjAddr: 0x4560, symBinAddr: 0x46BDC, symSize: 0x50 } + - { offsetInCU: 0xC32, offset: 0x97C0F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP6decode_6forKeyS2dm_0P0QztKFTW', symObjAddr: 0x45B0, symBinAddr: 0x46C2C, symSize: 0x48 } + - { offsetInCU: 0xC55, offset: 0x97C32, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP6decode_6forKeyS2fm_0P0QztKFTW', symObjAddr: 0x45F8, symBinAddr: 0x46C74, symSize: 0x48 } + - { offsetInCU: 0xC78, offset: 0x97C55, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP6decode_6forKeyqd__qd__m_0P0QztKSeRd__lFTW', symObjAddr: 0x48A8, symBinAddr: 0x46F24, symSize: 0x20 } + - { offsetInCU: 0xC9B, offset: 0x97C78, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP06nestedC07keyedBy6forKeys0blC0Vyqd__Gqd__m_0R0QztKs06CodingR0Rd__lFTW', symObjAddr: 0x4B0C, symBinAddr: 0x47188, symSize: 0x20 } + - { offsetInCU: 0xCBE, offset: 0x97C9B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP013nestedUnkeyedC06forKeys0olC0_p0Q0Qz_tKFTW', symObjAddr: 0x4B2C, symBinAddr: 0x471A8, symSize: 0x20 } + - { offsetInCU: 0xCE1, offset: 0x97CBE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP12superDecoders0O0_pyKFTW', symObjAddr: 0x4B4C, symBinAddr: 0x471C8, symSize: 0x20 } + - { offsetInCU: 0xD04, offset: 0x97CE1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP12superDecoder6forKeys0O0_p0Q0Qz_tKFTW', symObjAddr: 0x4B6C, symBinAddr: 0x471E8, symSize: 0x20 } + - { offsetInCU: 0xF60, offset: 0x97F3D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP5countSiSgvgTW', symObjAddr: 0x5F10, symBinAddr: 0x4858C, symSize: 0x14 } + - { offsetInCU: 0xFF5, offset: 0x97FD2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP7isAtEndSbvgTW', symObjAddr: 0x5F24, symBinAddr: 0x485A0, symSize: 0x1C } + - { offsetInCU: 0x1073, offset: 0x98050, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP9decodeNilSbyKFTW', symObjAddr: 0x5F4C, symBinAddr: 0x485C8, symSize: 0x24 } + - { offsetInCU: 0x1096, offset: 0x98073, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeyS2bmKFTW', symObjAddr: 0x5F70, symBinAddr: 0x485EC, symSize: 0x24 } + - { offsetInCU: 0x10B9, offset: 0x98096, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeyS2SmKFTW', symObjAddr: 0x5F94, symBinAddr: 0x48610, symSize: 0x20 } + - { offsetInCU: 0x10DC, offset: 0x980B9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeyS2dmKFTW', symObjAddr: 0x5FB4, symBinAddr: 0x48630, symSize: 0x20 } + - { offsetInCU: 0x10FF, offset: 0x980DC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeyS2fmKFTW', symObjAddr: 0x5FD4, symBinAddr: 0x48650, symSize: 0x20 } + - { offsetInCU: 0x1122, offset: 0x980FF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeyS2imKFTW', symObjAddr: 0x5FF4, symBinAddr: 0x48670, symSize: 0x28 } + - { offsetInCU: 0x1145, offset: 0x98122, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeys4Int8VAImKFTW', symObjAddr: 0x601C, symBinAddr: 0x48698, symSize: 0x28 } + - { offsetInCU: 0x1168, offset: 0x98145, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeys5Int16VAImKFTW', symObjAddr: 0x6044, symBinAddr: 0x486C0, symSize: 0x28 } + - { offsetInCU: 0x118B, offset: 0x98168, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeys5Int32VAImKFTW', symObjAddr: 0x606C, symBinAddr: 0x486E8, symSize: 0x28 } + - { offsetInCU: 0x11AE, offset: 0x9818B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeys5Int64VAImKFTW', symObjAddr: 0x6094, symBinAddr: 0x48710, symSize: 0x28 } + - { offsetInCU: 0x11D1, offset: 0x981AE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeyS2umKFTW', symObjAddr: 0x60BC, symBinAddr: 0x48738, symSize: 0x28 } + - { offsetInCU: 0x11F4, offset: 0x981D1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeys5UInt8VAImKFTW', symObjAddr: 0x60E4, symBinAddr: 0x48760, symSize: 0x28 } + - { offsetInCU: 0x1217, offset: 0x981F4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeys6UInt16VAImKFTW', symObjAddr: 0x610C, symBinAddr: 0x48788, symSize: 0x28 } + - { offsetInCU: 0x123A, offset: 0x98217, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeys6UInt32VAImKFTW', symObjAddr: 0x6134, symBinAddr: 0x487B0, symSize: 0x28 } + - { offsetInCU: 0x125D, offset: 0x9823A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeys6UInt64VAImKFTW', symObjAddr: 0x615C, symBinAddr: 0x487D8, symSize: 0x28 } + - { offsetInCU: 0x1280, offset: 0x9825D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP6decodeyqd__qd__mKSeRd__lFTW', symObjAddr: 0x6184, symBinAddr: 0x48800, symSize: 0x20 } + - { offsetInCU: 0x12A3, offset: 0x98280, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP06nestedC07keyedBys05KeyedlC0Vyqd__Gqd__m_tKs9CodingKeyRd__lFTW', symObjAddr: 0x63E8, symBinAddr: 0x48A64, symSize: 0x20 } + - { offsetInCU: 0x12C6, offset: 0x982A3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP06nestedbC0sAE_pyKFTW', symObjAddr: 0x6408, symBinAddr: 0x48A84, symSize: 0x20 } + - { offsetInCU: 0x12E9, offset: 0x982C6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP12superDecoders0N0_pyKFTW', symObjAddr: 0x6428, symBinAddr: 0x48AA4, symSize: 0x20 } + - { offsetInCU: 0x13F0, offset: 0x983CD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP9decodeNilSbyFTW', symObjAddr: 0x6EA4, symBinAddr: 0x49520, symSize: 0x84 } + - { offsetInCU: 0x144D, offset: 0x9842A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeyS2bmKFTW', symObjAddr: 0x6F28, symBinAddr: 0x495A4, symSize: 0x24 } + - { offsetInCU: 0x14A5, offset: 0x98482, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeyS2SmKFTW', symObjAddr: 0x6F4C, symBinAddr: 0x495C8, symSize: 0x20 } + - { offsetInCU: 0x1501, offset: 0x984DE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeyS2dmKFTW', symObjAddr: 0x6F6C, symBinAddr: 0x495E8, symSize: 0x20 } + - { offsetInCU: 0x156D, offset: 0x9854A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeyS2fmKFTW', symObjAddr: 0x6F8C, symBinAddr: 0x49608, symSize: 0x20 } + - { offsetInCU: 0x15D5, offset: 0x985B2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeyS2imKFTW', symObjAddr: 0x6FAC, symBinAddr: 0x49628, symSize: 0x28 } + - { offsetInCU: 0x162D, offset: 0x9860A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeys4Int8VAImKFTW', symObjAddr: 0x6FD4, symBinAddr: 0x49650, symSize: 0x28 } + - { offsetInCU: 0x1685, offset: 0x98662, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeys5Int16VAImKFTW', symObjAddr: 0x6FFC, symBinAddr: 0x49678, symSize: 0x28 } + - { offsetInCU: 0x16DD, offset: 0x986BA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeys5Int32VAImKFTW', symObjAddr: 0x7024, symBinAddr: 0x496A0, symSize: 0x28 } + - { offsetInCU: 0x1735, offset: 0x98712, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeys5Int64VAImKFTW', symObjAddr: 0x704C, symBinAddr: 0x496C8, symSize: 0x28 } + - { offsetInCU: 0x178D, offset: 0x9876A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeyS2umKFTW', symObjAddr: 0x7074, symBinAddr: 0x496F0, symSize: 0x28 } + - { offsetInCU: 0x17E5, offset: 0x987C2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeys5UInt8VAImKFTW', symObjAddr: 0x709C, symBinAddr: 0x49718, symSize: 0x28 } + - { offsetInCU: 0x183D, offset: 0x9881A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeys6UInt16VAImKFTW', symObjAddr: 0x70C4, symBinAddr: 0x49740, symSize: 0x28 } + - { offsetInCU: 0x1895, offset: 0x98872, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeys6UInt32VAImKFTW', symObjAddr: 0x70EC, symBinAddr: 0x49768, symSize: 0x28 } + - { offsetInCU: 0x18ED, offset: 0x988CA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeys6UInt64VAImKFTW', symObjAddr: 0x7114, symBinAddr: 0x49790, symSize: 0x28 } + - { offsetInCU: 0x1926, offset: 0x98903, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0bc8DecodingD0AAsAEP6decodeyqd__qd__mKSeRd__lFTW', symObjAddr: 0x713C, symBinAddr: 0x497B8, symSize: 0x20 } + - { offsetInCU: 0x197E, offset: 0x9895B, size: 0x8, addend: 0x0, symName: '_$sSa37_appendElementAssumeUniqueAndCapacity_03newB0ySi_xntFs9CodingKey_p_Tg5Tf4nen_n', symObjAddr: 0x715C, symBinAddr: 0x497D8, symSize: 0x78 } + - { offsetInCU: 0x19E2, offset: 0x989BF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC7Options33_DDEFC033B005E1F1FC949B68024B9ED4LLVWOb', symObjAddr: 0x71EC, symBinAddr: 0x49850, symSize: 0x44 } + - { offsetInCU: 0x19F6, offset: 0x989D3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOWOy', symObjAddr: 0x7230, symBinAddr: 0x49894, symSize: 0x40 } + - { offsetInCU: 0x1A0A, offset: 0x989E7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOWOe', symObjAddr: 0x7270, symBinAddr: 0x498D4, symSize: 0x40 } + - { offsetInCU: 0x1A1E, offset: 0x989FB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC7Options33_DDEFC033B005E1F1FC949B68024B9ED4LLVWOh', symObjAddr: 0x72B0, symBinAddr: 0x49914, symSize: 0x3C } + - { offsetInCU: 0x1A32, offset: 0x98A0F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderCMU', symObjAddr: 0x72EC, symBinAddr: 0x49950, symSize: 0x8 } + - { offsetInCU: 0x1A46, offset: 0x98A23, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderCMr', symObjAddr: 0x7308, symBinAddr: 0x4996C, symSize: 0x6C } + - { offsetInCU: 0x1A5A, offset: 0x98A37, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOwCP', symObjAddr: 0x7374, symBinAddr: 0x499D8, symSize: 0x30 } + - { offsetInCU: 0x1A6E, offset: 0x98A4B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOwxx', symObjAddr: 0x73A4, symBinAddr: 0x49A08, symSize: 0x48 } + - { offsetInCU: 0x1A82, offset: 0x98A5F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOwcp', symObjAddr: 0x73EC, symBinAddr: 0x49A50, symSize: 0x78 } + - { offsetInCU: 0x1A96, offset: 0x98A73, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOwca', symObjAddr: 0x7464, symBinAddr: 0x49AC8, symSize: 0x128 } + - { offsetInCU: 0x1AAA, offset: 0x98A87, size: 0x8, addend: 0x0, symName: ___swift_memcpy48_8, symObjAddr: 0x758C, symBinAddr: 0x49BF0, symSize: 0x14 } + - { offsetInCU: 0x1ABE, offset: 0x98A9B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOwta', symObjAddr: 0x75A0, symBinAddr: 0x49C04, symSize: 0x98 } + - { offsetInCU: 0x1AD2, offset: 0x98AAF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOwet', symObjAddr: 0x7638, symBinAddr: 0x49C9C, symSize: 0x54 } + - { offsetInCU: 0x1AE6, offset: 0x98AC3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOwst', symObjAddr: 0x768C, symBinAddr: 0x49CF0, symSize: 0x58 } + - { offsetInCU: 0x1AFA, offset: 0x98AD7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOwug', symObjAddr: 0x76E4, symBinAddr: 0x49D48, symSize: 0x18 } + - { offsetInCU: 0x1B0E, offset: 0x98AEB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOwup', symObjAddr: 0x76FC, symBinAddr: 0x49D60, symSize: 0x4 } + - { offsetInCU: 0x1B22, offset: 0x98AFF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOwui', symObjAddr: 0x7700, symBinAddr: 0x49D64, symSize: 0x30 } + - { offsetInCU: 0x1B36, offset: 0x98B13, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34NonConformingFloatDecodingStrategyOMa', symObjAddr: 0x7730, symBinAddr: 0x49D94, symSize: 0x10 } + - { offsetInCU: 0x1B4A, offset: 0x98B27, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueDecoder33_DDEFC033B005E1F1FC949B68024B9ED4LLCMU', symObjAddr: 0x7740, symBinAddr: 0x49DA4, symSize: 0x8 } + - { offsetInCU: 0x1B5E, offset: 0x98B3B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueDecoder33_DDEFC033B005E1F1FC949B68024B9ED4LLCMr', symObjAddr: 0x7748, symBinAddr: 0x49DAC, symSize: 0x84 } + - { offsetInCU: 0x1B72, offset: 0x98B4F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCMi', symObjAddr: 0x77CC, symBinAddr: 0x49E30, symSize: 0x4 } + - { offsetInCU: 0x1B86, offset: 0x98B63, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCMr', symObjAddr: 0x77D0, symBinAddr: 0x49E34, symSize: 0x80 } + - { offsetInCU: 0x1B9A, offset: 0x98B77, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCMa', symObjAddr: 0x7850, symBinAddr: 0x49EB4, symSize: 0xC } + - { offsetInCU: 0x1BAE, offset: 0x98B8B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCMU', symObjAddr: 0x785C, symBinAddr: 0x49EC0, symSize: 0x8 } + - { offsetInCU: 0x1BC2, offset: 0x98B9F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCMr', symObjAddr: 0x7878, symBinAddr: 0x49EDC, symSize: 0x8C } + - { offsetInCU: 0x1BD6, offset: 0x98BB3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCMU', symObjAddr: 0x7904, symBinAddr: 0x49F68, symSize: 0x8 } + - { offsetInCU: 0x1BEA, offset: 0x98BC7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCMr', symObjAddr: 0x7954, symBinAddr: 0x49FB8, symSize: 0x88 } + - { offsetInCU: 0x1BFE, offset: 0x98BDB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC7Options33_DDEFC033B005E1F1FC949B68024B9ED4LLVwCP', symObjAddr: 0x79DC, symBinAddr: 0x4A040, symSize: 0x108 } + - { offsetInCU: 0x1C12, offset: 0x98BEF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC7Options33_DDEFC033B005E1F1FC949B68024B9ED4LLVwxx', symObjAddr: 0x7AE4, symBinAddr: 0x4A148, symSize: 0x9C } + - { offsetInCU: 0x1C26, offset: 0x98C03, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC7Options33_DDEFC033B005E1F1FC949B68024B9ED4LLVwcp', symObjAddr: 0x7B80, symBinAddr: 0x4A1E4, symSize: 0xDC } + - { offsetInCU: 0x1C3A, offset: 0x98C17, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC7Options33_DDEFC033B005E1F1FC949B68024B9ED4LLVwca', symObjAddr: 0x7C5C, symBinAddr: 0x4A2C0, symSize: 0x18C } + - { offsetInCU: 0x1C4E, offset: 0x98C2B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC7Options33_DDEFC033B005E1F1FC949B68024B9ED4LLVwtk', symObjAddr: 0x7E28, symBinAddr: 0x4A44C, symSize: 0xA0 } + - { offsetInCU: 0x1C62, offset: 0x98C3F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC7Options33_DDEFC033B005E1F1FC949B68024B9ED4LLVwta', symObjAddr: 0x7EC8, symBinAddr: 0x4A4EC, symSize: 0xF8 } + - { offsetInCU: 0x1C76, offset: 0x98C53, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC7Options33_DDEFC033B005E1F1FC949B68024B9ED4LLVwet', symObjAddr: 0x7FC0, symBinAddr: 0x4A5E4, symSize: 0xC } + - { offsetInCU: 0x1C8A, offset: 0x98C67, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC7Options33_DDEFC033B005E1F1FC949B68024B9ED4LLVwst', symObjAddr: 0x8084, symBinAddr: 0x4A6A8, symSize: 0xC } + - { offsetInCU: 0x1C9E, offset: 0x98C7B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC7Options33_DDEFC033B005E1F1FC949B68024B9ED4LLVMr', symObjAddr: 0x8138, symBinAddr: 0x4A75C, symSize: 0x8C } + - { offsetInCU: 0x1CB2, offset: 0x98C8F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAA3KeysAFP_s06CodingN0PWT', symObjAddr: 0x81C4, symBinAddr: 0x4A7E8, symSize: 0x8 } + - { offsetInCU: 0x1CC6, offset: 0x98CA3, size: 0x8, addend: 0x0, symName: ___swift_allocate_boxed_opaque_existential_1, symObjAddr: 0x822C, symBinAddr: 0x4A830, symSize: 0x3C } + - { offsetInCU: 0x1CDA, offset: 0x98CB7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOMa', symObjAddr: 0x82D0, symBinAddr: 0x4A8B0, symSize: 0xC } + - { offsetInCU: 0x1CEE, offset: 0x98CCB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8containsySbxFSbxXEfU_TA', symObjAddr: 0x836C, symBinAddr: 0x4A8BC, symSize: 0x20 } + - { offsetInCU: 0x1D76, offset: 0x98D53, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC4data10codingPath8userInfo7optionsADyxGSDySSAA7JSValue_pG_Says9CodingKey_pGSDys0s4UserpT0VypGAA0R7DecoderC7OptionsACLLVtcfcxSgSScfu_TA', symObjAddr: 0x88CC, symBinAddr: 0x4AE1C, symSize: 0x60 } + - { offsetInCU: 0x1DBC, offset: 0x98D99, size: 0x8, addend: 0x0, symName: '_$sSD4KeysVySS9Capacitor7JSValue_p_GMa', symObjAddr: 0x892C, symBinAddr: 0x4AE7C, symSize: 0x64 } + - { offsetInCU: 0x1DD0, offset: 0x98DAD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7JSValue_pMa', symObjAddr: 0x8990, symBinAddr: 0x4AEE0, symSize: 0x54 } + - { offsetInCU: 0x1DE4, offset: 0x98DC1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOMi', symObjAddr: 0x8A84, symBinAddr: 0x4AFA8, symSize: 0x8 } + - { offsetInCU: 0x1DF8, offset: 0x98DD5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOwet', symObjAddr: 0x8A94, symBinAddr: 0x4AFB0, symSize: 0x50 } + - { offsetInCU: 0x1E0C, offset: 0x98DE9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOwst', symObjAddr: 0x8AE4, symBinAddr: 0x4B000, symSize: 0x8C } + - { offsetInCU: 0x1E20, offset: 0x98DFD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOwug', symObjAddr: 0x8B70, symBinAddr: 0x4B08C, symSize: 0x8 } + - { offsetInCU: 0x1E34, offset: 0x98E11, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOwup', symObjAddr: 0x8B78, symBinAddr: 0x4B094, symSize: 0x4 } + - { offsetInCU: 0x1E48, offset: 0x98E25, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOwui', symObjAddr: 0x8B7C, symBinAddr: 0x4B098, symSize: 0x4 } + - { offsetInCU: 0x1E5C, offset: 0x98E39, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_GSHAASQWb', symObjAddr: 0x8B80, symBinAddr: 0x4B09C, symSize: 0x10 } + - { offsetInCU: 0x1E70, offset: 0x98E4D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_Gs06CodingM0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0x8B90, symBinAddr: 0x4B0AC, symSize: 0x10 } + - { offsetInCU: 0x1E84, offset: 0x98E61, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_Gs06CodingM0AAs23CustomStringConvertiblePWb', symObjAddr: 0x8BA0, symBinAddr: 0x4B0BC, symSize: 0x10 } + - { offsetInCU: 0x20B4, offset: 0x99091, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_GSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3B40, symBinAddr: 0x461BC, symSize: 0x54 } + - { offsetInCU: 0x20D0, offset: 0x990AD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_GSHAASH9hashValueSivgTW', symObjAddr: 0x3B94, symBinAddr: 0x46210, symSize: 0x4C } + - { offsetInCU: 0x20EC, offset: 0x990C9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_GSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x3BE0, symBinAddr: 0x4625C, symSize: 0x50 } + - { offsetInCU: 0x2108, offset: 0x990E5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_GSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x3C30, symBinAddr: 0x462AC, symSize: 0x50 } + - { offsetInCU: 0x2124, offset: 0x99101, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_Gs28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0x3D4C, symBinAddr: 0x463C8, symSize: 0x34 } + - { offsetInCU: 0x2140, offset: 0x9911D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyOyx_Gs23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0x3D80, symBinAddr: 0x463FC, symSize: 0x34 } + - { offsetInCU: 0x2162, offset: 0x9913F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP15decodeIfPresent_6forKeySbSgSbm_0R0QztKFTW', symObjAddr: 0x48C8, symBinAddr: 0x46F44, symSize: 0x14 } + - { offsetInCU: 0x2185, offset: 0x99162, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP15decodeIfPresent_6forKeySSSgSSm_0R0QztKFTW', symObjAddr: 0x48DC, symBinAddr: 0x46F58, symSize: 0x14 } + - { offsetInCU: 0x21A8, offset: 0x99185, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP15decodeIfPresent_6forKeySdSgSdm_0R0QztKFTW', symObjAddr: 0x48F0, symBinAddr: 0x46F6C, symSize: 0x20 } + - { offsetInCU: 0x21CB, offset: 0x991A8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP15decodeIfPresent_6forKeySiSgSim_0R0QztKFTW', symObjAddr: 0x492C, symBinAddr: 0x46FA8, symSize: 0x20 } + - { offsetInCU: 0x21EE, offset: 0x991CB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP15decodeIfPresent_6forKeys5Int64VSgAKm_0R0QztKFTW', symObjAddr: 0x49A0, symBinAddr: 0x4701C, symSize: 0x20 } + - { offsetInCU: 0x2211, offset: 0x991EE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP15decodeIfPresent_6forKeySuSgSum_0R0QztKFTW', symObjAddr: 0x49C0, symBinAddr: 0x4703C, symSize: 0x20 } + - { offsetInCU: 0x2234, offset: 0x99211, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP15decodeIfPresent_6forKeys6UInt64VSgAKm_0R0QztKFTW', symObjAddr: 0x4AC4, symBinAddr: 0x47140, symSize: 0x20 } + - { offsetInCU: 0x2257, offset: 0x99234, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCyxGs0b8DecodingC8ProtocolAAsAFP15decodeIfPresent_6forKeyqd__Sgqd__m_0R0QztKSeRd__lFTW', symObjAddr: 0x4AE4, symBinAddr: 0x47160, symSize: 0x28 } + - { offsetInCU: 0x22CD, offset: 0x992AA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP15decodeIfPresentySbSgSbmKFTW', symObjAddr: 0x61A4, symBinAddr: 0x48820, symSize: 0x14 } + - { offsetInCU: 0x22F0, offset: 0x992CD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP15decodeIfPresentySSSgSSmKFTW', symObjAddr: 0x61B8, symBinAddr: 0x48834, symSize: 0x14 } + - { offsetInCU: 0x2313, offset: 0x992F0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP15decodeIfPresentySdSgSdmKFTW', symObjAddr: 0x61CC, symBinAddr: 0x48848, symSize: 0x20 } + - { offsetInCU: 0x2336, offset: 0x99313, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP15decodeIfPresentySiSgSimKFTW', symObjAddr: 0x6208, symBinAddr: 0x48884, symSize: 0x20 } + - { offsetInCU: 0x2359, offset: 0x99336, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP15decodeIfPresentys5Int64VSgAImKFTW', symObjAddr: 0x627C, symBinAddr: 0x488F8, symSize: 0x20 } + - { offsetInCU: 0x237C, offset: 0x99359, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP15decodeIfPresentySuSgSumKFTW', symObjAddr: 0x629C, symBinAddr: 0x48918, symSize: 0x20 } + - { offsetInCU: 0x239F, offset: 0x9937C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP15decodeIfPresentys6UInt64VSgAImKFTW', symObjAddr: 0x63A0, symBinAddr: 0x48A1C, symSize: 0x20 } + - { offsetInCU: 0x23C2, offset: 0x9939F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCs0b8DecodingC0AAsAEP15decodeIfPresentyqd__Sgqd__mKSeRd__lFTW', symObjAddr: 0x63C0, symBinAddr: 0x48A3C, symSize: 0x28 } + - { offsetInCU: 0x2671, offset: 0x9964E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC20dateDecodingStrategy04dataeF0018nonConformingFloateF0AC10Foundation11JSONDecoderC04DateeF0O_AI04DataeF0OAC03NonijeF0OtcfC', symObjAddr: 0x0, symBinAddr: 0x4267C, symSize: 0xBC } + - { offsetInCU: 0x272F, offset: 0x9970C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC6decode_4fromxxm_AA0B0_ptKSeRzlF', symObjAddr: 0xBC, symBinAddr: 0x42738, symSize: 0x134 } + - { offsetInCU: 0x27F3, offset: 0x997D0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC20dateDecodingStrategy04dataeF0018nonConformingFloateF0AC10Foundation11JSONDecoderC04DateeF0O_AI04DataeF0OAC03NonijeF0Otcfc', symObjAddr: 0x1F0, symBinAddr: 0x4286C, symSize: 0xA8 } + - { offsetInCU: 0x2845, offset: 0x99822, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC20dateDecodingStrategy10Foundation11JSONDecoderC04DateeF0Ovg', symObjAddr: 0x31C, symBinAddr: 0x42998, symSize: 0x74 } + - { offsetInCU: 0x286A, offset: 0x99847, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC20dateDecodingStrategy10Foundation11JSONDecoderC04DateeF0Ovs', symObjAddr: 0x390, symBinAddr: 0x42A0C, symSize: 0x7C } + - { offsetInCU: 0x28A7, offset: 0x99884, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC20dateDecodingStrategy10Foundation11JSONDecoderC04DateeF0OvM', symObjAddr: 0x40C, symBinAddr: 0x42A88, symSize: 0xCC } + - { offsetInCU: 0x28F3, offset: 0x998D0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC20dateDecodingStrategy10Foundation11JSONDecoderC04DateeF0OvM.resume.0', symObjAddr: 0x4D8, symBinAddr: 0x42B54, symSize: 0x108 } + - { offsetInCU: 0x2947, offset: 0x99924, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC20dataDecodingStrategy10Foundation11JSONDecoderC04DataeF0Ovg', symObjAddr: 0x5E0, symBinAddr: 0x42C5C, symSize: 0x64 } + - { offsetInCU: 0x2966, offset: 0x99943, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC20dataDecodingStrategy10Foundation11JSONDecoderC04DataeF0Ovs', symObjAddr: 0x644, symBinAddr: 0x42CC0, symSize: 0x6C } + - { offsetInCU: 0x29A3, offset: 0x99980, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC20dataDecodingStrategy10Foundation11JSONDecoderC04DataeF0OvM', symObjAddr: 0x6B0, symBinAddr: 0x42D2C, symSize: 0xBC } + - { offsetInCU: 0x29EF, offset: 0x999CC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC20dataDecodingStrategy10Foundation11JSONDecoderC04DataeF0OvM.resume.0', symObjAddr: 0x76C, symBinAddr: 0x42DE8, symSize: 0xFC } + - { offsetInCU: 0x2A43, offset: 0x99A20, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34nonConformingFloatDecodingStrategyAC03NonefgH0Ovg', symObjAddr: 0x868, symBinAddr: 0x42EE4, symSize: 0xA0 } + - { offsetInCU: 0x2A62, offset: 0x99A3F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34nonConformingFloatDecodingStrategyAC03NonefgH0Ovs', symObjAddr: 0x908, symBinAddr: 0x42F84, symSize: 0x9C } + - { offsetInCU: 0x2AAB, offset: 0x99A88, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34nonConformingFloatDecodingStrategyAC03NonefgH0OvM', symObjAddr: 0x9A4, symBinAddr: 0x43020, symSize: 0x94 } + - { offsetInCU: 0x2AD7, offset: 0x99AB4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderC34nonConformingFloatDecodingStrategyAC03NonefgH0OvM.resume.0', symObjAddr: 0xA38, symBinAddr: 0x430B4, symSize: 0xC4 } + - { offsetInCU: 0x2B61, offset: 0x99B3E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueDecoder33_DDEFC033B005E1F1FC949B68024B9ED4LLC10decodeData2asxxm_tKSeRzlF', symObjAddr: 0xAFC, symBinAddr: 0x43178, symSize: 0x1470 } + - { offsetInCU: 0x309F, offset: 0x9A07C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderCfd', symObjAddr: 0x1F6C, symBinAddr: 0x445E8, symSize: 0x24 } + - { offsetInCU: 0x30D0, offset: 0x9A0AD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueDecoderCfD', symObjAddr: 0x1F90, symBinAddr: 0x4460C, symSize: 0x30 } + - { offsetInCU: 0x3125, offset: 0x9A102, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueDecoder33_DDEFC033B005E1F1FC949B68024B9ED4LLCfD', symObjAddr: 0x1FE0, symBinAddr: 0x4465C, symSize: 0x50 } + - { offsetInCU: 0x316B, offset: 0x9A148, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueDecoder33_DDEFC033B005E1F1FC949B68024B9ED4LLC9container7keyedBys22KeyedDecodingContainerVyxGxm_tKs9CodingKeyRzlF', symObjAddr: 0x2030, symBinAddr: 0x446AC, symSize: 0x1EC } + - { offsetInCU: 0x31DE, offset: 0x9A1BB, size: 0x8, addend: 0x0, symName: '_$ss13DecodingErrorO9CapacitorE12typeMismatch_2on10codingPathABypXp_AC7JSValue_pSays9CodingKey_pGtFZ', symObjAddr: 0x221C, symBinAddr: 0x44898, symSize: 0x138 } + - { offsetInCU: 0x32A7, offset: 0x9A284, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC4data10codingPath8userInfo7optionsADyxGSDySSAA7JSValue_pG_Says9CodingKey_pGSDys0s4UserpT0VypGAA0R7DecoderC7OptionsACLLVtcfC', symObjAddr: 0x2354, symBinAddr: 0x449D0, symSize: 0x60 } + - { offsetInCU: 0x3326, offset: 0x9A303, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueDecoder33_DDEFC033B005E1F1FC949B68024B9ED4LLC16unkeyedContainers015UnkeyedDecodingM0_pyKF', symObjAddr: 0x23B4, symBinAddr: 0x44A30, symSize: 0x1D0 } + - { offsetInCU: 0x3414, offset: 0x9A3F1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueDecoder33_DDEFC033B005E1F1FC949B68024B9ED4LLC20singleValueContainers06Singlem8DecodingN0_pyKF', symObjAddr: 0x2584, symBinAddr: 0x44C00, symSize: 0x120 } + - { offsetInCU: 0x349A, offset: 0x9A477, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC4data10codingPath8userInfo7optionsADyxGSDySSAA7JSValue_pG_Says9CodingKey_pGSDys0s4UserpT0VypGAA0R7DecoderC7OptionsACLLVtcfc', symObjAddr: 0x2710, symBinAddr: 0x44D8C, symSize: 0xD0 } + - { offsetInCU: 0x350D, offset: 0x9A4EA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCfd', symObjAddr: 0x27E0, symBinAddr: 0x44E5C, symSize: 0x44 } + - { offsetInCU: 0x3530, offset: 0x9A50D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCfD', symObjAddr: 0x2824, symBinAddr: 0x44EA0, symSize: 0x20 } + - { offsetInCU: 0x3553, offset: 0x9A530, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8containsySbxF', symObjAddr: 0x2844, symBinAddr: 0x44EC0, symSize: 0x94 } + - { offsetInCU: 0x3595, offset: 0x9A572, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8containsySbxFSbxXEfU_', symObjAddr: 0x28D8, symBinAddr: 0x44F54, symSize: 0xBC } + - { offsetInCU: 0x3624, offset: 0x9A601, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC9decodeNil6forKeySbx_tKF', symObjAddr: 0x2994, symBinAddr: 0x45010, symSize: 0x2B4 } + - { offsetInCU: 0x370B, offset: 0x9A6E8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC6decode_6forKeyqd__qd__m_xtKSeRd__lF', symObjAddr: 0x2C48, symBinAddr: 0x452C4, symSize: 0x3D0 } + - { offsetInCU: 0x38FE, offset: 0x9A8DB, size: 0x8, addend: 0x0, symName: '_$ss13DecodingErrorO9CapacitorE11keyNotFound_2on10codingPathABs9CodingKey_p_AC7JSValue_pSaysAG_pGtFZ', symObjAddr: 0x3018, symBinAddr: 0x45694, symSize: 0x168 } + - { offsetInCU: 0x3A1B, offset: 0x9A9F8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC013nestedUnkeyedC06forKeys0m8DecodingC0_px_tKF', symObjAddr: 0x3180, symBinAddr: 0x457FC, symSize: 0x494 } + - { offsetInCU: 0x3BDB, offset: 0x9ABB8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC06nestedC07keyedBy6forKeys0b8DecodingC0Vyqd__Gqd__m_xtKs06CodingP0Rd__lF', symObjAddr: 0x3614, symBinAddr: 0x45C90, symSize: 0x4BC } + - { offsetInCU: 0x3D85, offset: 0x9AD62, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyO8rawValueAFyx_GSgSS_tcfC', symObjAddr: 0x3AD0, symBinAddr: 0x4614C, symSize: 0x58 } + - { offsetInCU: 0x3DCA, offset: 0x9ADA7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC8SuperKeyO11stringValueAFyx_GSgSS_tcfC', symObjAddr: 0x3B28, symBinAddr: 0x461A4, symSize: 0x18 } + - { offsetInCU: 0x3E02, offset: 0x9ADDF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC12superDecoders0M0_pyKF', symObjAddr: 0x3DB4, symBinAddr: 0x46430, symSize: 0x324 } + - { offsetInCU: 0x3FA3, offset: 0x9AF80, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC12superDecoder6forKeys0M0_px_tKF', symObjAddr: 0x40D8, symBinAddr: 0x46754, symSize: 0x3DC } + - { offsetInCU: 0x4176, offset: 0x9B153, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCfD', symObjAddr: 0x4B8C, symBinAddr: 0x47208, symSize: 0x48 } + - { offsetInCU: 0x41C6, offset: 0x9B1A3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC9decodeNilSbyKF', symObjAddr: 0x4BD4, symBinAddr: 0x47250, symSize: 0xC4 } + - { offsetInCU: 0x4297, offset: 0x9B274, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC6decodeyxxmKSeRzlF', symObjAddr: 0x57CC, symBinAddr: 0x47E48, symSize: 0x16C } + - { offsetInCU: 0x4413, offset: 0x9B3F0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC6decodeyxxmKSeRzlFSb_Tgm5', symObjAddr: 0x4C98, symBinAddr: 0x47314, symSize: 0x168 } + - { offsetInCU: 0x4586, offset: 0x9B563, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC6decodeyxxmKSeRzlFSS_Tgm5', symObjAddr: 0x4E00, symBinAddr: 0x4747C, symSize: 0x164 } + - { offsetInCU: 0x46F9, offset: 0x9B6D6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC6decodeyxxmKSeRzlFSd_Tgm5', symObjAddr: 0x4F64, symBinAddr: 0x475E0, symSize: 0x164 } + - { offsetInCU: 0x486C, offset: 0x9B849, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC6decodeyxxmKSeRzlFSf_Tgm5', symObjAddr: 0x50C8, symBinAddr: 0x47744, symSize: 0x164 } + - { offsetInCU: 0x49CB, offset: 0x9B9A8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC06nestedbC0s0b8DecodingC0_pyKF', symObjAddr: 0x5938, symBinAddr: 0x47FB4, symSize: 0x230 } + - { offsetInCU: 0x4B4B, offset: 0x9BB28, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC06nestedC07keyedBys013KeyedDecodingC0VyxGxm_tKs9CodingKeyRzlF', symObjAddr: 0x5B68, symBinAddr: 0x481E4, symSize: 0x258 } + - { offsetInCU: 0x4CB2, offset: 0x9BC8F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC12superDecoders0M0_pyKF', symObjAddr: 0x5DC0, symBinAddr: 0x4843C, symSize: 0x150 } + - { offsetInCU: 0x4E22, offset: 0x9BDFF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLCfD', symObjAddr: 0x6448, symBinAddr: 0x48AC4, symSize: 0x48 } + - { offsetInCU: 0x4E5D, offset: 0x9BE3A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC4cast2toxxm_tKlFSd_Tgm5', symObjAddr: 0x6490, symBinAddr: 0x48B0C, symSize: 0xE0 } + - { offsetInCU: 0x4E94, offset: 0x9BE71, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC4cast2toxxm_tKlFSf_Tgm5', symObjAddr: 0x6570, symBinAddr: 0x48BEC, symSize: 0xE0 } + - { offsetInCU: 0x4ED9, offset: 0x9BEB6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC9castFloat2toxxm_tKSFRzlFSd_Tgm5', symObjAddr: 0x6650, symBinAddr: 0x48CCC, symSize: 0x39C } + - { offsetInCU: 0x5067, offset: 0x9C044, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC9castFloat2toxxm_tKSFRzlFSf_Tgm5', symObjAddr: 0x69EC, symBinAddr: 0x49068, symSize: 0x39C } + - { offsetInCU: 0x51E7, offset: 0x9C1C4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC6decodeyxxmKSeRzlF', symObjAddr: 0x6D88, symBinAddr: 0x49404, symSize: 0x110 } + - { offsetInCU: 0x5403, offset: 0x9C3E0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC6decodeyS2bmKFTf4dn_n', symObjAddr: 0x8394, symBinAddr: 0x4A8E4, symSize: 0xE8 } + - { offsetInCU: 0x547F, offset: 0x9C45C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_DDEFC033B005E1F1FC949B68024B9ED4LLC6decodeyS2SmKFTf4dn_n', symObjAddr: 0x847C, symBinAddr: 0x4A9CC, symSize: 0xE0 } + - { offsetInCU: 0x162, offset: 0x9C769, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueEncoder33_762F18EA3FB6340CB5CC34BC6E29A243LLCAA0B17EncodingContainerACLLA2aeCLLP4dataAA0B0_pSgvgTW', symObjAddr: 0x23A8, symBinAddr: 0x4D3F0, symSize: 0x40 } + - { offsetInCU: 0x1B3, offset: 0x9C7BA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueEncoder33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0C0AAsAEP8userInfoSDys010CodingUserM3KeyVypGvgTW', symObjAddr: 0x2DF8, symBinAddr: 0x4DE40, symSize: 0x14 } + - { offsetInCU: 0x316, offset: 0x9C91D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17AnyKeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCAA015JSValueEncodingD0ACLLA2aeCLLP4dataAA0M0_pSgvgTW', symObjAddr: 0x4E98, symBinAddr: 0x4FEE0, symSize: 0x78 } + - { offsetInCU: 0x38B, offset: 0x9C992, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLOAA07JSValuebC0ACLLA2aeCLLP4dataAA0L0_pSgvgTW', symObjAddr: 0x1E6C, symBinAddr: 0x4CEB4, symSize: 0x8 } + - { offsetInCU: 0x442, offset: 0x9CA49, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0bc8EncodingD0AAsAEP10codingPathSays9CodingKey_pGvgTW', symObjAddr: 0x7244, symBinAddr: 0x5228C, symSize: 0xC } + - { offsetInCU: 0x489, offset: 0x9CA90, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCAA015JSValueEncodingD0ACLLA2aeCLLP4dataAA0M0_pSgvgTW', symObjAddr: 0x77A0, symBinAddr: 0x527E8, symSize: 0x54 } + - { offsetInCU: 0x57A, offset: 0x9CB81, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP10codingPathSays9CodingKey_pGvgTW', symObjAddr: 0x4738, symBinAddr: 0x4F780, symSize: 0xC } + - { offsetInCU: 0x663, offset: 0x9CC6A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x420, symBinAddr: 0x4B4F4, symSize: 0x18 } + - { offsetInCU: 0x6A7, offset: 0x9CCAE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyOSHAASH9hashValueSivgTW', symObjAddr: 0x438, symBinAddr: 0x4B50C, symSize: 0x44 } + - { offsetInCU: 0x78A, offset: 0x9CD91, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x47C, symBinAddr: 0x4B550, symSize: 0x28 } + - { offsetInCU: 0x827, offset: 0x9CE2E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x4E8, symBinAddr: 0x4B5BC, symSize: 0x48 } + - { offsetInCU: 0x858, offset: 0x9CE5F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyO21__derived_enum_equalsySbAE_AEtFZTf4nnd_n', symObjAddr: 0x8794, symBinAddr: 0x537DC, symSize: 0x15C } + - { offsetInCU: 0xB49, offset: 0x9D150, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC7Combine08TopLevelC0AadEP6encodey6OutputQzqd__KSERd__lFTW', symObjAddr: 0x1D68, symBinAddr: 0x4CDB0, symSize: 0x20 } + - { offsetInCU: 0xBA9, offset: 0x9D1B0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOWOb', symObjAddr: 0xF34, symBinAddr: 0x4C008, symSize: 0x18 } + - { offsetInCU: 0xBC1, offset: 0x9D1C8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOWOb', symObjAddr: 0xF34, symBinAddr: 0x4C008, symSize: 0x18 } + - { offsetInCU: 0xDF3, offset: 0x9D3FA, size: 0x8, addend: 0x0, symName: '_$sSayxG9Capacitor24JSValueEncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLA2B0cD0ADLLORszlAbcDLLP4dataAB0B0_pSgvgTW', symObjAddr: 0x2628, symBinAddr: 0x4D670, symSize: 0x8 } + - { offsetInCU: 0xF49, offset: 0x9D550, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueEncoder33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0C0AAsAEP9container7keyedBys22KeyedEncodingContainerVyqd__Gqd__m_ts9CodingKeyRd__lFTW', symObjAddr: 0x2E0C, symBinAddr: 0x4DE54, symSize: 0x20 } + - { offsetInCU: 0xF65, offset: 0x9D56C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueEncoder33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0C0AAsAEP16unkeyedContainers015UnkeyedEncodingM0_pyFTW', symObjAddr: 0x2E2C, symBinAddr: 0x4DE74, symSize: 0x20 } + - { offsetInCU: 0xF81, offset: 0x9D588, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueEncoder33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0C0AAsAEP20singleValueContainers06Singlem8EncodingN0_pyFTW', symObjAddr: 0x2E4C, symBinAddr: 0x4DE94, symSize: 0x20 } + - { offsetInCU: 0x13B8, offset: 0x9D9BF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_GSYAASY8rawValuexSg03RawO0Qz_tcfCTW', symObjAddr: 0x4320, symBinAddr: 0x4F368, symSize: 0x38 } + - { offsetInCU: 0x13D4, offset: 0x9D9DB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_GSYAASY8rawValue03RawO0QzvgTW', symObjAddr: 0x4358, symBinAddr: 0x4F3A0, symSize: 0x18 } + - { offsetInCU: 0x13F0, offset: 0x9D9F7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_Gs06CodingM0AAsAHP11stringValueSSvgTW', symObjAddr: 0x4370, symBinAddr: 0x4F3B8, symSize: 0x14 } + - { offsetInCU: 0x140C, offset: 0x9DA13, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_Gs06CodingM0AAsAHP11stringValuexSgSS_tcfCTW', symObjAddr: 0x4384, symBinAddr: 0x4F3CC, symSize: 0x30 } + - { offsetInCU: 0x1428, offset: 0x9DA2F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_Gs06CodingM0AAsAHP8intValueSiSgvgTW', symObjAddr: 0x43B4, symBinAddr: 0x4F3FC, symSize: 0xC } + - { offsetInCU: 0x145D, offset: 0x9DA64, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_Gs06CodingM0AAsAHP8intValuexSgSi_tcfCTW', symObjAddr: 0x43C0, symBinAddr: 0x4F408, symSize: 0x2C } + - { offsetInCU: 0x148E, offset: 0x9DA95, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyO8intValueAFyx_GSgSi_tcfCTf4dd_n', symObjAddr: 0xA388, symBinAddr: 0x5521C, symSize: 0x8 } + - { offsetInCU: 0x14ED, offset: 0x9DAF4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP9encodeNil6forKeyy0Q0Qz_tKFTW', symObjAddr: 0x4744, symBinAddr: 0x4F78C, symSize: 0x20 } + - { offsetInCU: 0x1510, offset: 0x9DB17, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyySb_0P0QztKFTW', symObjAddr: 0x4764, symBinAddr: 0x4F7AC, symSize: 0x38 } + - { offsetInCU: 0x1533, offset: 0x9DB3A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyySS_0P0QztKFTW', symObjAddr: 0x479C, symBinAddr: 0x4F7E4, symSize: 0x6C } + - { offsetInCU: 0x1556, offset: 0x9DB5D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyySd_0P0QztKFTW', symObjAddr: 0x4808, symBinAddr: 0x4F850, symSize: 0x3C } + - { offsetInCU: 0x1579, offset: 0x9DB80, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyySf_0P0QztKFTW', symObjAddr: 0x4844, symBinAddr: 0x4F88C, symSize: 0x3C } + - { offsetInCU: 0x159C, offset: 0x9DBA3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyySi_0P0QztKFTW', symObjAddr: 0x4880, symBinAddr: 0x4F8C8, symSize: 0x38 } + - { offsetInCU: 0x15BF, offset: 0x9DBC6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyys4Int8V_0P0QztKFTW', symObjAddr: 0x48B8, symBinAddr: 0x4F900, symSize: 0x38 } + - { offsetInCU: 0x15E2, offset: 0x9DBE9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyys5Int16V_0P0QztKFTW', symObjAddr: 0x48F0, symBinAddr: 0x4F938, symSize: 0x38 } + - { offsetInCU: 0x1605, offset: 0x9DC0C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyys5Int32V_0P0QztKFTW', symObjAddr: 0x4928, symBinAddr: 0x4F970, symSize: 0x38 } + - { offsetInCU: 0x1628, offset: 0x9DC2F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyys5Int64V_0P0QztKFTW', symObjAddr: 0x4960, symBinAddr: 0x4F9A8, symSize: 0x38 } + - { offsetInCU: 0x164B, offset: 0x9DC52, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyySu_0P0QztKFTW', symObjAddr: 0x4998, symBinAddr: 0x4F9E0, symSize: 0x38 } + - { offsetInCU: 0x166E, offset: 0x9DC75, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyys5UInt8V_0P0QztKFTW', symObjAddr: 0x49D0, symBinAddr: 0x4FA18, symSize: 0x38 } + - { offsetInCU: 0x1691, offset: 0x9DC98, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyys6UInt16V_0P0QztKFTW', symObjAddr: 0x4A08, symBinAddr: 0x4FA50, symSize: 0x38 } + - { offsetInCU: 0x16B4, offset: 0x9DCBB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyys6UInt32V_0P0QztKFTW', symObjAddr: 0x4A40, symBinAddr: 0x4FA88, symSize: 0x38 } + - { offsetInCU: 0x16D7, offset: 0x9DCDE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyys6UInt64V_0P0QztKFTW', symObjAddr: 0x4A78, symBinAddr: 0x4FAC0, symSize: 0x38 } + - { offsetInCU: 0x16FA, offset: 0x9DD01, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP6encode_6forKeyyqd___0P0QztKSERd__lFTW', symObjAddr: 0x4AB0, symBinAddr: 0x4FAF8, symSize: 0x20 } + - { offsetInCU: 0x171D, offset: 0x9DD24, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP15encodeIfPresent_6forKeyySbSg_0R0QztKFTW', symObjAddr: 0x4AF8, symBinAddr: 0x4FB40, symSize: 0x20 } + - { offsetInCU: 0x1740, offset: 0x9DD47, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP15encodeIfPresent_6forKeyySSSg_0R0QztKFTW', symObjAddr: 0x4B18, symBinAddr: 0x4FB60, symSize: 0x20 } + - { offsetInCU: 0x1763, offset: 0x9DD6A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP15encodeIfPresent_6forKeyySdSg_0R0QztKFTW', symObjAddr: 0x4B38, symBinAddr: 0x4FB80, symSize: 0x34 } + - { offsetInCU: 0x1786, offset: 0x9DD8D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP15encodeIfPresent_6forKeyySiSg_0R0QztKFTW', symObjAddr: 0x4B90, symBinAddr: 0x4FBD8, symSize: 0x34 } + - { offsetInCU: 0x17A9, offset: 0x9DDB0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP15encodeIfPresent_6forKeyys5Int64VSg_0R0QztKFTW', symObjAddr: 0x4C64, symBinAddr: 0x4FCAC, symSize: 0x34 } + - { offsetInCU: 0x17CC, offset: 0x9DDD3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP15encodeIfPresent_6forKeyySuSg_0R0QztKFTW', symObjAddr: 0x4C98, symBinAddr: 0x4FCE0, symSize: 0x34 } + - { offsetInCU: 0x17EF, offset: 0x9DDF6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP15encodeIfPresent_6forKeyys6UInt64VSg_0R0QztKFTW', symObjAddr: 0x4DA0, symBinAddr: 0x4FDE8, symSize: 0x34 } + - { offsetInCU: 0x1812, offset: 0x9DE19, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP15encodeIfPresent_6forKeyyqd__Sg_0R0QztKSERd__lFTW', symObjAddr: 0x4DD4, symBinAddr: 0x4FE1C, symSize: 0x20 } + - { offsetInCU: 0x1835, offset: 0x9DE3C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP06nestedC07keyedBy6forKeys0blC0Vyqd__Gqd__m_0R0Qzts06CodingR0Rd__lFTW', symObjAddr: 0x4DF4, symBinAddr: 0x4FE3C, symSize: 0x20 } + - { offsetInCU: 0x1851, offset: 0x9DE58, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP013nestedUnkeyedC06forKeys0olC0_p0Q0Qz_tFTW', symObjAddr: 0x4E14, symBinAddr: 0x4FE5C, symSize: 0x20 } + - { offsetInCU: 0x186D, offset: 0x9DE74, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP12superEncoders0O0_pyFTW', symObjAddr: 0x4E34, symBinAddr: 0x4FE7C, symSize: 0x20 } + - { offsetInCU: 0x1889, offset: 0x9DE90, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP12superEncoder6forKeys0O0_p0Q0Qz_tFTW', symObjAddr: 0x4E54, symBinAddr: 0x4FE9C, symSize: 0x20 } + - { offsetInCU: 0x18BC, offset: 0x9DEC3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGAA015JSValueEncodingC0ACLLA2afCLLP4dataAA0L0_pSgvgTW', symObjAddr: 0x4F64, symBinAddr: 0x4FFAC, symSize: 0x20 } + - { offsetInCU: 0x1BB3, offset: 0x9E1BA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP5countSivgTW', symObjAddr: 0x6284, symBinAddr: 0x512CC, symSize: 0x38 } + - { offsetInCU: 0x1C92, offset: 0x9E299, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP9encodeNilyyKFTW', symObjAddr: 0x62BC, symBinAddr: 0x51304, symSize: 0xB4 } + - { offsetInCU: 0x1D41, offset: 0x9E348, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyySbKFTW', symObjAddr: 0x6370, symBinAddr: 0x513B8, symSize: 0x20 } + - { offsetInCU: 0x1D64, offset: 0x9E36B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyySSKFTW', symObjAddr: 0x6390, symBinAddr: 0x513D8, symSize: 0x20 } + - { offsetInCU: 0x1D87, offset: 0x9E38E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyySdKFTW', symObjAddr: 0x63B0, symBinAddr: 0x513F8, symSize: 0x20 } + - { offsetInCU: 0x1DAA, offset: 0x9E3B1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyySfKFTW', symObjAddr: 0x63D0, symBinAddr: 0x51418, symSize: 0x20 } + - { offsetInCU: 0x1DCD, offset: 0x9E3D4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyySiKFTW', symObjAddr: 0x63F0, symBinAddr: 0x51438, symSize: 0x28 } + - { offsetInCU: 0x1DF0, offset: 0x9E3F7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyys4Int8VKFTW', symObjAddr: 0x6418, symBinAddr: 0x51460, symSize: 0x28 } + - { offsetInCU: 0x1E13, offset: 0x9E41A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyys5Int16VKFTW', symObjAddr: 0x6440, symBinAddr: 0x51488, symSize: 0x28 } + - { offsetInCU: 0x1E36, offset: 0x9E43D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyys5Int32VKFTW', symObjAddr: 0x6468, symBinAddr: 0x514B0, symSize: 0x28 } + - { offsetInCU: 0x1E59, offset: 0x9E460, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyys5Int64VKFTW', symObjAddr: 0x6490, symBinAddr: 0x514D8, symSize: 0x28 } + - { offsetInCU: 0x1E7C, offset: 0x9E483, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyySuKFTW', symObjAddr: 0x64B8, symBinAddr: 0x51500, symSize: 0x28 } + - { offsetInCU: 0x1E9F, offset: 0x9E4A6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyys5UInt8VKFTW', symObjAddr: 0x64E0, symBinAddr: 0x51528, symSize: 0x28 } + - { offsetInCU: 0x1EC2, offset: 0x9E4C9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyys6UInt16VKFTW', symObjAddr: 0x6508, symBinAddr: 0x51550, symSize: 0x28 } + - { offsetInCU: 0x1EE5, offset: 0x9E4EC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyys6UInt32VKFTW', symObjAddr: 0x6530, symBinAddr: 0x51578, symSize: 0x28 } + - { offsetInCU: 0x1F08, offset: 0x9E50F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyys6UInt64VKFTW', symObjAddr: 0x6558, symBinAddr: 0x515A0, symSize: 0x28 } + - { offsetInCU: 0x1F2B, offset: 0x9E532, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encodeyyqd__KSERd__lFTW', symObjAddr: 0x6580, symBinAddr: 0x515C8, symSize: 0x20 } + - { offsetInCU: 0x1F4E, offset: 0x9E555, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP06nestedC07keyedBys05KeyedlC0Vyqd__Gqd__m_ts9CodingKeyRd__lFTW', symObjAddr: 0x6828, symBinAddr: 0x51870, symSize: 0x20 } + - { offsetInCU: 0x1F6A, offset: 0x9E571, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP06nestedbC0sAE_pyFTW', symObjAddr: 0x6848, symBinAddr: 0x51890, symSize: 0x20 } + - { offsetInCU: 0x1F86, offset: 0x9E58D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP12superEncoders0N0_pyFTW', symObjAddr: 0x6868, symBinAddr: 0x518B0, symSize: 0x20 } + - { offsetInCU: 0x1FA2, offset: 0x9E5A9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCAA015JSValueEncodingC0ACLLA2aeCLLP4dataAA0L0_pSgvgTW', symObjAddr: 0x6888, symBinAddr: 0x518D0, symSize: 0x58 } + - { offsetInCU: 0x20CF, offset: 0x9E6D6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0bc8EncodingD0AAsAEP9encodeNilyyKFTW', symObjAddr: 0x7250, symBinAddr: 0x52298, symSize: 0xA4 } + - { offsetInCU: 0x215E, offset: 0x9E765, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0bc8EncodingD0AAsAEP6encodeyySbKFTW', symObjAddr: 0x72F4, symBinAddr: 0x5233C, symSize: 0x70 } + - { offsetInCU: 0x21C4, offset: 0x9E7CB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0bc8EncodingD0AAsAEP6encodeyySSKFTW', symObjAddr: 0x7364, symBinAddr: 0x523AC, symSize: 0x84 } + - { offsetInCU: 0x222C, offset: 0x9E833, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0bc8EncodingD0AAsAEP6encodeyySdKFTW', symObjAddr: 0x73E8, symBinAddr: 0x52430, symSize: 0x20 } + - { offsetInCU: 0x2299, offset: 0x9E8A0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0bc8EncodingD0AAsAEP6encodeyySfKFTW', symObjAddr: 0x7408, symBinAddr: 0x52450, symSize: 0x20 } + - { offsetInCU: 0x22E4, offset: 0x9E8EB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0bc8EncodingD0AAsAEP6encodeyyqd__KSERd__lFTW', symObjAddr: 0x7780, symBinAddr: 0x527C8, symSize: 0x20 } + - { offsetInCU: 0x2572, offset: 0x9EB79, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV5merge_8isUnique16uniquingKeysWithyqd__n_Sbq_q__q_tKXEtKSTRd__x_q_t7ElementRtd__lFSS_9Capacitor7JSValue_ps15LazyMapSequenceVySDySSAhI_pGSS_AhI_ptGTg505$sSa9j76AA17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLORszlE4dataACLLAA7K28_pSgvgAaF_pAaF_p_AaF_ptXEfU_Tf1nncn_n', symObjAddr: 0x8378, symBinAddr: 0x533C0, symSize: 0x3DC } + - { offsetInCU: 0x2798, offset: 0x9ED9F, size: 0x8, addend: 0x0, symName: '_$sxq_xq_Iegnnrr_x3key_q_5valuetx_q_tIegnr_SHRzr0_lTRSS_9Capacitor7JSValue_pTg5081$sSD5merge_16uniquingKeysWithySDyxq_Gn_q_q__q_tKXEtKFx_q_tx_q_tcfU_SS_9Capacitor7D5_pTG5Tf3nnpf_n', symObjAddr: 0x8754, symBinAddr: 0x5379C, symSize: 0x40 } + - { offsetInCU: 0x27E5, offset: 0x9EDEC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOWOy', symObjAddr: 0x88F0, symBinAddr: 0x53938, symSize: 0x40 } + - { offsetInCU: 0x27F9, offset: 0x9EE00, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOWOe', symObjAddr: 0x8930, symBinAddr: 0x53978, symSize: 0x40 } + - { offsetInCU: 0x280D, offset: 0x9EE14, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC7Options33_762F18EA3FB6340CB5CC34BC6E29A243LLVWOc', symObjAddr: 0x8970, symBinAddr: 0x539B8, symSize: 0x44 } + - { offsetInCU: 0x2821, offset: 0x9EE28, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC7Options33_762F18EA3FB6340CB5CC34BC6E29A243LLVWOb', symObjAddr: 0x89C8, symBinAddr: 0x53A10, symSize: 0x44 } + - { offsetInCU: 0x2835, offset: 0x9EE3C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC7Options33_762F18EA3FB6340CB5CC34BC6E29A243LLVWOh', symObjAddr: 0x8A0C, symBinAddr: 0x53A54, symSize: 0x3C } + - { offsetInCU: 0x2849, offset: 0x9EE50, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyOSHAASQWb', symObjAddr: 0x8A48, symBinAddr: 0x53A90, symSize: 0x4 } + - { offsetInCU: 0x285D, offset: 0x9EE64, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyOAESQAAWl', symObjAddr: 0x8A4C, symBinAddr: 0x53A94, symSize: 0x44 } + - { offsetInCU: 0x2871, offset: 0x9EE78, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderCMU', symObjAddr: 0x8A90, symBinAddr: 0x53AD8, symSize: 0x8 } + - { offsetInCU: 0x2885, offset: 0x9EE8C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderCMr', symObjAddr: 0x8AAC, symBinAddr: 0x53AF4, symSize: 0x6C } + - { offsetInCU: 0x2899, offset: 0x9EEA0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyOwet', symObjAddr: 0x8B28, symBinAddr: 0x53B60, symSize: 0x90 } + - { offsetInCU: 0x28AD, offset: 0x9EEB4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyOwst', symObjAddr: 0x8BB8, symBinAddr: 0x53BF0, symSize: 0xBC } + - { offsetInCU: 0x28C1, offset: 0x9EEC8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyOwug', symObjAddr: 0x8C74, symBinAddr: 0x53CAC, symSize: 0x8 } + - { offsetInCU: 0x28D5, offset: 0x9EEDC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyOwup', symObjAddr: 0x8C7C, symBinAddr: 0x53CB4, symSize: 0x4 } + - { offsetInCU: 0x28E9, offset: 0x9EEF0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyOwui', symObjAddr: 0x8C80, symBinAddr: 0x53CB8, symSize: 0xC } + - { offsetInCU: 0x28FD, offset: 0x9EF04, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyOMa', symObjAddr: 0x8C8C, symBinAddr: 0x53CC4, symSize: 0x10 } + - { offsetInCU: 0x2911, offset: 0x9EF18, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOwxx', symObjAddr: 0x8C9C, symBinAddr: 0x53CD4, symSize: 0x48 } + - { offsetInCU: 0x2925, offset: 0x9EF2C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOwcp', symObjAddr: 0x8CE4, symBinAddr: 0x53D1C, symSize: 0x78 } + - { offsetInCU: 0x2939, offset: 0x9EF40, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOwca', symObjAddr: 0x8D5C, symBinAddr: 0x53D94, symSize: 0x128 } + - { offsetInCU: 0x294D, offset: 0x9EF54, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOwta', symObjAddr: 0x8E98, symBinAddr: 0x53EBC, symSize: 0x98 } + - { offsetInCU: 0x2961, offset: 0x9EF68, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOwet', symObjAddr: 0x8F30, symBinAddr: 0x53F54, symSize: 0x54 } + - { offsetInCU: 0x2975, offset: 0x9EF7C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOwst', symObjAddr: 0x8F84, symBinAddr: 0x53FA8, symSize: 0x58 } + - { offsetInCU: 0x2989, offset: 0x9EF90, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOwug', symObjAddr: 0x8FDC, symBinAddr: 0x54000, symSize: 0x18 } + - { offsetInCU: 0x299D, offset: 0x9EFA4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOwup', symObjAddr: 0x8FF4, symBinAddr: 0x54018, symSize: 0x4 } + - { offsetInCU: 0x29B1, offset: 0x9EFB8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOwui', symObjAddr: 0x8FF8, symBinAddr: 0x5401C, symSize: 0x30 } + - { offsetInCU: 0x29C5, offset: 0x9EFCC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyOMa', symObjAddr: 0x9028, symBinAddr: 0x5404C, symSize: 0x10 } + - { offsetInCU: 0x29D9, offset: 0x9EFE0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueEncoder33_762F18EA3FB6340CB5CC34BC6E29A243LLCMU', symObjAddr: 0x9038, symBinAddr: 0x5405C, symSize: 0x8 } + - { offsetInCU: 0x29ED, offset: 0x9EFF4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueEncoder33_762F18EA3FB6340CB5CC34BC6E29A243LLCMr', symObjAddr: 0x9040, symBinAddr: 0x54064, symSize: 0x80 } + - { offsetInCU: 0x2A01, offset: 0x9F008, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCMi', symObjAddr: 0x90C0, symBinAddr: 0x540E4, symSize: 0x4 } + - { offsetInCU: 0x2A15, offset: 0x9F01C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCMr', symObjAddr: 0x90C4, symBinAddr: 0x540E8, symSize: 0x84 } + - { offsetInCU: 0x2A29, offset: 0x9F030, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCMa', symObjAddr: 0x9148, symBinAddr: 0x5416C, symSize: 0xC } + - { offsetInCU: 0x2A3D, offset: 0x9F044, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17AnyKeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCMa', symObjAddr: 0x9154, symBinAddr: 0x54178, symSize: 0x20 } + - { offsetInCU: 0x2A51, offset: 0x9F058, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCMU', symObjAddr: 0x9174, symBinAddr: 0x54198, symSize: 0x8 } + - { offsetInCU: 0x2A65, offset: 0x9F06C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCMr', symObjAddr: 0x9190, symBinAddr: 0x541B4, symSize: 0x84 } + - { offsetInCU: 0x2A79, offset: 0x9F080, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCMU', symObjAddr: 0x9214, symBinAddr: 0x54238, symSize: 0x8 } + - { offsetInCU: 0x2A8D, offset: 0x9F094, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCMr', symObjAddr: 0x9264, symBinAddr: 0x54288, symSize: 0x88 } + - { offsetInCU: 0x2AA1, offset: 0x9F0A8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOwCP', symObjAddr: 0x92EC, symBinAddr: 0x54310, symSize: 0x30 } + - { offsetInCU: 0x2AB5, offset: 0x9F0BC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOwxx', symObjAddr: 0x931C, symBinAddr: 0x54340, symSize: 0x4 } + - { offsetInCU: 0x2AC9, offset: 0x9F0D0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOwcp', symObjAddr: 0x9340, symBinAddr: 0x54344, symSize: 0x6C } + - { offsetInCU: 0x2ADD, offset: 0x9F0E4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOwca', symObjAddr: 0x93AC, symBinAddr: 0x543B0, symSize: 0x9C } + - { offsetInCU: 0x2AF1, offset: 0x9F0F8, size: 0x8, addend: 0x0, symName: ___swift_memcpy41_8, symObjAddr: 0x9448, symBinAddr: 0x5444C, symSize: 0x14 } + - { offsetInCU: 0x2B05, offset: 0x9F10C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOwta', symObjAddr: 0x945C, symBinAddr: 0x54460, symSize: 0x64 } + - { offsetInCU: 0x2B19, offset: 0x9F120, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOwet', symObjAddr: 0x94C0, symBinAddr: 0x544C4, symSize: 0x3C } + - { offsetInCU: 0x2B2D, offset: 0x9F134, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOwst', symObjAddr: 0x94FC, symBinAddr: 0x54500, symSize: 0x4C } + - { offsetInCU: 0x2B41, offset: 0x9F148, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOwug', symObjAddr: 0x9548, symBinAddr: 0x5454C, symSize: 0x1C } + - { offsetInCU: 0x2B55, offset: 0x9F15C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOwup', symObjAddr: 0x9564, symBinAddr: 0x54568, symSize: 0x4 } + - { offsetInCU: 0x2B69, offset: 0x9F170, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOwui', symObjAddr: 0x9568, symBinAddr: 0x5456C, symSize: 0x28 } + - { offsetInCU: 0x2B7D, offset: 0x9F184, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOMa', symObjAddr: 0x9590, symBinAddr: 0x54594, symSize: 0x10 } + - { offsetInCU: 0x2B91, offset: 0x9F198, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLOwCP', symObjAddr: 0x95A0, symBinAddr: 0x545A4, symSize: 0x30 } + - { offsetInCU: 0x2BA5, offset: 0x9F1AC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLOwxx', symObjAddr: 0x95D0, symBinAddr: 0x545D4, symSize: 0xC } + - { offsetInCU: 0x2BB9, offset: 0x9F1C0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLOwca', symObjAddr: 0x95DC, symBinAddr: 0x545E0, symSize: 0x40 } + - { offsetInCU: 0x2BCD, offset: 0x9F1D4, size: 0x8, addend: 0x0, symName: ___swift_memcpy8_8, symObjAddr: 0x961C, symBinAddr: 0x54620, symSize: 0xC } + - { offsetInCU: 0x2BE1, offset: 0x9F1E8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLOwta', symObjAddr: 0x9628, symBinAddr: 0x5462C, symSize: 0x34 } + - { offsetInCU: 0x2BF5, offset: 0x9F1FC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLOwet', symObjAddr: 0x965C, symBinAddr: 0x54660, symSize: 0x58 } + - { offsetInCU: 0x2C09, offset: 0x9F210, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLOwst', symObjAddr: 0x96B4, symBinAddr: 0x546B8, symSize: 0x54 } + - { offsetInCU: 0x2C1D, offset: 0x9F224, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLOwug', symObjAddr: 0x9708, symBinAddr: 0x5470C, symSize: 0xC } + - { offsetInCU: 0x2C31, offset: 0x9F238, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLOwup', symObjAddr: 0x9714, symBinAddr: 0x54718, symSize: 0x10 } + - { offsetInCU: 0x2C45, offset: 0x9F24C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLOwui', symObjAddr: 0x9724, symBinAddr: 0x54728, symSize: 0x14 } + - { offsetInCU: 0x2C59, offset: 0x9F260, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLOMa', symObjAddr: 0x9738, symBinAddr: 0x5473C, symSize: 0x10 } + - { offsetInCU: 0x2C6D, offset: 0x9F274, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC7Options33_762F18EA3FB6340CB5CC34BC6E29A243LLVwCP', symObjAddr: 0x9748, symBinAddr: 0x5474C, symSize: 0x11C } + - { offsetInCU: 0x2C81, offset: 0x9F288, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC7Options33_762F18EA3FB6340CB5CC34BC6E29A243LLVwxx', symObjAddr: 0x9864, symBinAddr: 0x54868, symSize: 0xA4 } + - { offsetInCU: 0x2C95, offset: 0x9F29C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC7Options33_762F18EA3FB6340CB5CC34BC6E29A243LLVwcp', symObjAddr: 0x9908, symBinAddr: 0x5490C, symSize: 0xF0 } + - { offsetInCU: 0x2CA9, offset: 0x9F2B0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC7Options33_762F18EA3FB6340CB5CC34BC6E29A243LLVwca', symObjAddr: 0x99F8, symBinAddr: 0x549FC, symSize: 0x1A0 } + - { offsetInCU: 0x2CBD, offset: 0x9F2C4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC7Options33_762F18EA3FB6340CB5CC34BC6E29A243LLVwtk', symObjAddr: 0x9B98, symBinAddr: 0x54B9C, symSize: 0xB4 } + - { offsetInCU: 0x2CD1, offset: 0x9F2D8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC7Options33_762F18EA3FB6340CB5CC34BC6E29A243LLVwta', symObjAddr: 0x9C4C, symBinAddr: 0x54C50, symSize: 0x10C } + - { offsetInCU: 0x2CE5, offset: 0x9F2EC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC7Options33_762F18EA3FB6340CB5CC34BC6E29A243LLVwet', symObjAddr: 0x9D58, symBinAddr: 0x54D5C, symSize: 0xC } + - { offsetInCU: 0x2CF9, offset: 0x9F300, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC7Options33_762F18EA3FB6340CB5CC34BC6E29A243LLVwst', symObjAddr: 0x9E18, symBinAddr: 0x54E1C, symSize: 0xC } + - { offsetInCU: 0x2D0D, offset: 0x9F314, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC7Options33_762F18EA3FB6340CB5CC34BC6E29A243LLVMr', symObjAddr: 0x9EC8, symBinAddr: 0x54ECC, symSize: 0x98 } + - { offsetInCU: 0x2D21, offset: 0x9F328, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAA3KeysAFP_s06CodingN0PWT', symObjAddr: 0x9F60, symBinAddr: 0x54F64, symSize: 0x8 } + - { offsetInCU: 0x2D35, offset: 0x9F33C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24JSValueEncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LL_pWOb', symObjAddr: 0x9FA8, symBinAddr: 0x54FAC, symSize: 0x18 } + - { offsetInCU: 0x2D50, offset: 0x9F357, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOWOh', symObjAddr: 0x9FC0, symBinAddr: 0x54FC4, symSize: 0x24 } + - { offsetInCU: 0x2D80, offset: 0x9F387, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOMa', symObjAddr: 0xA030, symBinAddr: 0x54FE8, symSize: 0xC } + - { offsetInCU: 0x2D94, offset: 0x9F39B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7JSValue_pSgWOd', symObjAddr: 0xA0A4, symBinAddr: 0x54FF4, symSize: 0x48 } + - { offsetInCU: 0x2DA8, offset: 0x9F3AF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17AnyKeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyAdA0cD0ACLLCyxGcs9CodingKeyRzlufcSDySSAA7JSValue_pGSgycfU_TA', symObjAddr: 0xA0EC, symBinAddr: 0x5503C, symSize: 0x4 } + - { offsetInCU: 0x2DC0, offset: 0x9F3C7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17AnyKeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyAdA0cD0ACLLCyxGcs9CodingKeyRzlufcSDySSAA7JSValue_pGSgycfU_TA', symObjAddr: 0xA0EC, symBinAddr: 0x5503C, symSize: 0x4 } + - { offsetInCU: 0x2DDA, offset: 0x9F3E1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOMi', symObjAddr: 0xA260, symBinAddr: 0x550F8, symSize: 0x8 } + - { offsetInCU: 0x2DEE, offset: 0x9F3F5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOwet', symObjAddr: 0xA26C, symBinAddr: 0x55100, symSize: 0x50 } + - { offsetInCU: 0x2E02, offset: 0x9F409, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOwst', symObjAddr: 0xA2BC, symBinAddr: 0x55150, symSize: 0x8C } + - { offsetInCU: 0x2E16, offset: 0x9F41D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOwug', symObjAddr: 0xA348, symBinAddr: 0x551DC, symSize: 0x8 } + - { offsetInCU: 0x2E2A, offset: 0x9F431, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOwup', symObjAddr: 0xA350, symBinAddr: 0x551E4, symSize: 0x4 } + - { offsetInCU: 0x2E3E, offset: 0x9F445, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOwui', symObjAddr: 0xA354, symBinAddr: 0x551E8, symSize: 0x4 } + - { offsetInCU: 0x2E52, offset: 0x9F459, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_GSHAASQWb', symObjAddr: 0xA358, symBinAddr: 0x551EC, symSize: 0x10 } + - { offsetInCU: 0x2E66, offset: 0x9F46D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_Gs06CodingM0AAs28CustomDebugStringConvertiblePWb', symObjAddr: 0xA368, symBinAddr: 0x551FC, symSize: 0x10 } + - { offsetInCU: 0x2E7A, offset: 0x9F481, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_Gs06CodingM0AAs23CustomStringConvertiblePWb', symObjAddr: 0xA378, symBinAddr: 0x5520C, symSize: 0x10 } + - { offsetInCU: 0x2F2B, offset: 0x9F532, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x4A4, symBinAddr: 0x4B578, symSize: 0x40 } + - { offsetInCU: 0x333B, offset: 0x9F942, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_GSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x41E0, symBinAddr: 0x4F228, symSize: 0x54 } + - { offsetInCU: 0x3357, offset: 0x9F95E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_GSHAASH9hashValueSivgTW', symObjAddr: 0x4234, symBinAddr: 0x4F27C, symSize: 0x4C } + - { offsetInCU: 0x3373, offset: 0x9F97A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_GSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x4280, symBinAddr: 0x4F2C8, symSize: 0x50 } + - { offsetInCU: 0x338F, offset: 0x9F996, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_GSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x42D0, symBinAddr: 0x4F318, symSize: 0x50 } + - { offsetInCU: 0x33AB, offset: 0x9F9B2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_Gs28CustomDebugStringConvertibleAAsAHP16debugDescriptionSSvgTW', symObjAddr: 0x43EC, symBinAddr: 0x4F434, symSize: 0x34 } + - { offsetInCU: 0x33C7, offset: 0x9F9CE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyOyx_Gs23CustomStringConvertibleAAsAHP11descriptionSSvgTW', symObjAddr: 0x4420, symBinAddr: 0x4F468, symSize: 0x34 } + - { offsetInCU: 0x33E3, offset: 0x9F9EA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyxGs0b8EncodingC8ProtocolAAsAFP17encodeConditional_6forKeyyqd___0Q0QztKRld__CSERd__lFTW', symObjAddr: 0x4AD0, symBinAddr: 0x4FB18, symSize: 0x28 } + - { offsetInCU: 0x3448, offset: 0x9FA4F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP17encodeConditionalyyqd__KRld__CSERd__lFTW', symObjAddr: 0x65A0, symBinAddr: 0x515E8, symSize: 0x28 } + - { offsetInCU: 0x346B, offset: 0x9FA72, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__Sb7ElementRtd__lFTW', symObjAddr: 0x65C8, symBinAddr: 0x51610, symSize: 0x28 } + - { offsetInCU: 0x348E, offset: 0x9FA95, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__SS7ElementRtd__lFTW', symObjAddr: 0x65F0, symBinAddr: 0x51638, symSize: 0x28 } + - { offsetInCU: 0x34B1, offset: 0x9FAB8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__Sd7ElementRtd__lFTW', symObjAddr: 0x6618, symBinAddr: 0x51660, symSize: 0x28 } + - { offsetInCU: 0x34D4, offset: 0x9FADB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__Sf7ElementRtd__lFTW', symObjAddr: 0x6640, symBinAddr: 0x51688, symSize: 0x28 } + - { offsetInCU: 0x34F7, offset: 0x9FAFE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__Si7ElementRtd__lFTW', symObjAddr: 0x6668, symBinAddr: 0x516B0, symSize: 0x28 } + - { offsetInCU: 0x351A, offset: 0x9FB21, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__s4Int8V7ElementRtd__lFTW', symObjAddr: 0x6690, symBinAddr: 0x516D8, symSize: 0x28 } + - { offsetInCU: 0x353D, offset: 0x9FB44, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__s5Int16V7ElementRtd__lFTW', symObjAddr: 0x66B8, symBinAddr: 0x51700, symSize: 0x28 } + - { offsetInCU: 0x3560, offset: 0x9FB67, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__s5Int32V7ElementRtd__lFTW', symObjAddr: 0x66E0, symBinAddr: 0x51728, symSize: 0x28 } + - { offsetInCU: 0x3583, offset: 0x9FB8A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__s5Int64V7ElementRtd__lFTW', symObjAddr: 0x6708, symBinAddr: 0x51750, symSize: 0x28 } + - { offsetInCU: 0x35A6, offset: 0x9FBAD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__Su7ElementRtd__lFTW', symObjAddr: 0x6730, symBinAddr: 0x51778, symSize: 0x28 } + - { offsetInCU: 0x35C9, offset: 0x9FBD0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__s5UInt8V7ElementRtd__lFTW', symObjAddr: 0x6758, symBinAddr: 0x517A0, symSize: 0x28 } + - { offsetInCU: 0x35EC, offset: 0x9FBF3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__s6UInt16V7ElementRtd__lFTW', symObjAddr: 0x6780, symBinAddr: 0x517C8, symSize: 0x28 } + - { offsetInCU: 0x360F, offset: 0x9FC16, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__s6UInt32V7ElementRtd__lFTW', symObjAddr: 0x67A8, symBinAddr: 0x517F0, symSize: 0x28 } + - { offsetInCU: 0x3632, offset: 0x9FC39, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__s6UInt64V7ElementRtd__lFTW', symObjAddr: 0x67D0, symBinAddr: 0x51818, symSize: 0x28 } + - { offsetInCU: 0x3655, offset: 0x9FC5C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCs0b8EncodingC0AAsAEP6encode10contentsOfyqd___tKSTRd__SE7ElementRpd__lFTW', symObjAddr: 0x67F8, symBinAddr: 0x51840, symSize: 0x30 } + - { offsetInCU: 0x3969, offset: 0x9FF70, size: 0x8, addend: 0x0, symName: '_$sSD11removeValue6forKeyq_Sgx_tFSS_9Capacitor07EncodedB033_762F18EA3FB6340CB5CC34BC6E29A243LLOTg5', symObjAddr: 0x0, symBinAddr: 0x4B0D4, symSize: 0xE8 } + - { offsetInCU: 0x3A78, offset: 0xA007F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24optionalEncodingStrategy04dateeF004dataeF0018nonConformingFloatE7StategyA2C08OptionaleF0O_10Foundation11JSONEncoderC04DateeF0OAL04DataeF0OAC03NonjkeF0OtcfC', symObjAddr: 0xE8, symBinAddr: 0x4B1BC, symSize: 0xD4 } + - { offsetInCU: 0x3AFD, offset: 0xA0104, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC14encodeJSObjectySDySSAA0B0_pGxKSERzlF', symObjAddr: 0x1BC, symBinAddr: 0x4B290, symSize: 0x1EC } + - { offsetInCU: 0x3B8B, offset: 0xA0192, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyO21__derived_enum_equalsySbAE_AEtFZ', symObjAddr: 0x3A8, symBinAddr: 0x4B47C, symSize: 0x10 } + - { offsetInCU: 0x3BC1, offset: 0xA01C8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyO4hash4intoys6HasherVz_tF', symObjAddr: 0x3B8, symBinAddr: 0x4B48C, symSize: 0x24 } + - { offsetInCU: 0x3C47, offset: 0xA024E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24OptionalEncodingStrategyO9hashValueSivg', symObjAddr: 0x3DC, symBinAddr: 0x4B4B0, symSize: 0x44 } + - { offsetInCU: 0x3D56, offset: 0xA035D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34NonConformingFloatEncodingStrategyO21__derived_enum_equalsySbAE_AEtFZ', symObjAddr: 0x4E4, symBinAddr: 0x4B5B8, symSize: 0x4 } + - { offsetInCU: 0x3D71, offset: 0xA0378, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24optionalEncodingStrategyAC08OptionaleF0Ovg', symObjAddr: 0x530, symBinAddr: 0x4B604, symSize: 0x44 } + - { offsetInCU: 0x3D90, offset: 0xA0397, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24optionalEncodingStrategyAC08OptionaleF0Ovs', symObjAddr: 0x574, symBinAddr: 0x4B648, symSize: 0x50 } + - { offsetInCU: 0x3DD5, offset: 0xA03DC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24optionalEncodingStrategyAC08OptionaleF0OvM', symObjAddr: 0x5C4, symBinAddr: 0x4B698, symSize: 0x6C } + - { offsetInCU: 0x3E01, offset: 0xA0408, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24optionalEncodingStrategyAC08OptionaleF0OvM.resume.0', symObjAddr: 0x630, symBinAddr: 0x4B704, symSize: 0x14 } + - { offsetInCU: 0x3E2A, offset: 0xA0431, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC20dateEncodingStrategy10Foundation11JSONEncoderC04DateeF0Ovg', symObjAddr: 0x644, symBinAddr: 0x4B718, symSize: 0x74 } + - { offsetInCU: 0x3E49, offset: 0xA0450, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC20dateEncodingStrategy10Foundation11JSONEncoderC04DateeF0Ovs', symObjAddr: 0x6B8, symBinAddr: 0x4B78C, symSize: 0x7C } + - { offsetInCU: 0x3E86, offset: 0xA048D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC20dateEncodingStrategy10Foundation11JSONEncoderC04DateeF0OvM', symObjAddr: 0x734, symBinAddr: 0x4B808, symSize: 0xCC } + - { offsetInCU: 0x3ED2, offset: 0xA04D9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC20dateEncodingStrategy10Foundation11JSONEncoderC04DateeF0OvM.resume.0', symObjAddr: 0x800, symBinAddr: 0x4B8D4, symSize: 0x108 } + - { offsetInCU: 0x3F26, offset: 0xA052D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC20dataEncodingStrategy10Foundation11JSONEncoderC04DataeF0Ovg', symObjAddr: 0x908, symBinAddr: 0x4B9DC, symSize: 0x74 } + - { offsetInCU: 0x3F45, offset: 0xA054C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC20dataEncodingStrategy10Foundation11JSONEncoderC04DataeF0Ovs', symObjAddr: 0x97C, symBinAddr: 0x4BA50, symSize: 0x7C } + - { offsetInCU: 0x3F82, offset: 0xA0589, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC20dataEncodingStrategy10Foundation11JSONEncoderC04DataeF0OvM', symObjAddr: 0x9F8, symBinAddr: 0x4BACC, symSize: 0xCC } + - { offsetInCU: 0x3FCE, offset: 0xA05D5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC20dataEncodingStrategy10Foundation11JSONEncoderC04DataeF0OvM.resume.0', symObjAddr: 0xAC4, symBinAddr: 0x4BB98, symSize: 0x108 } + - { offsetInCU: 0x4022, offset: 0xA0629, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34nonConformingFloatEncodingStrategyAC03NonefgH0Ovg', symObjAddr: 0xBCC, symBinAddr: 0x4BCA0, symSize: 0xA0 } + - { offsetInCU: 0x4041, offset: 0xA0648, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34nonConformingFloatEncodingStrategyAC03NonefgH0Ovs', symObjAddr: 0xC6C, symBinAddr: 0x4BD40, symSize: 0x9C } + - { offsetInCU: 0x408A, offset: 0xA0691, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34nonConformingFloatEncodingStrategyAC03NonefgH0OvM', symObjAddr: 0xD08, symBinAddr: 0x4BDDC, symSize: 0x94 } + - { offsetInCU: 0x40B6, offset: 0xA06BD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC34nonConformingFloatEncodingStrategyAC03NonefgH0OvM.resume.0', symObjAddr: 0xD9C, symBinAddr: 0x4BE70, symSize: 0xC4 } + - { offsetInCU: 0x40DF, offset: 0xA06E6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC24optionalEncodingStrategy04dateeF004dataeF0018nonConformingFloatE7StategyA2C08OptionaleF0O_10Foundation11JSONEncoderC04DateeF0OAL04DataeF0OAC03NonjkeF0Otcfc', symObjAddr: 0xE60, symBinAddr: 0x4BF34, symSize: 0xC0 } + - { offsetInCU: 0x4182, offset: 0xA0789, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderC6encodeyAA0B0_pxKSERzlF', symObjAddr: 0xF4C, symBinAddr: 0x4C020, symSize: 0x2DC } + - { offsetInCU: 0x4290, offset: 0xA0897, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueEncoder33_762F18EA3FB6340CB5CC34BC6E29A243LLC13encodeGenericyyxKSERzlF', symObjAddr: 0x12B4, symBinAddr: 0x4C2FC, symSize: 0xA60 } + - { offsetInCU: 0x43C6, offset: 0xA09CD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderCfd', symObjAddr: 0x1D14, symBinAddr: 0x4CD5C, symSize: 0x24 } + - { offsetInCU: 0x43F7, offset: 0xA09FE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14JSValueEncoderCfD', symObjAddr: 0x1D38, symBinAddr: 0x4CD80, symSize: 0x30 } + - { offsetInCU: 0x446C, offset: 0xA0A73, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLO4dataAA7JSValue_pSgvg', symObjAddr: 0x1D88, symBinAddr: 0x4CDD0, symSize: 0xE4 } + - { offsetInCU: 0x4605, offset: 0xA0C0C, size: 0x8, addend: 0x0, symName: '_$sSa9CapacitorAA17EncodingContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLORszlE4dataACLLAA7JSValue_pSgvg', symObjAddr: 0x1E74, symBinAddr: 0x4CEBC, symSize: 0x4DC } + - { offsetInCU: 0x48C9, offset: 0xA0ED0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueEncoder33_762F18EA3FB6340CB5CC34BC6E29A243LLCfD', symObjAddr: 0x2350, symBinAddr: 0x4D398, symSize: 0x58 } + - { offsetInCU: 0x4939, offset: 0xA0F40, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC5arraySayAA7JSValue_pGSgvg', symObjAddr: 0x23E8, symBinAddr: 0x4D430, symSize: 0x240 } + - { offsetInCU: 0x4E60, offset: 0xA1467, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueEncoder33_762F18EA3FB6340CB5CC34BC6E29A243LLC9container7keyedBys22KeyedEncodingContainerVyxGxm_ts9CodingKeyRzlF', symObjAddr: 0x2630, symBinAddr: 0x4D678, symSize: 0x2EC } + - { offsetInCU: 0x5233, offset: 0xA183A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC10codingPath8userInfo7optionsADyxGSays9CodingKey_pG_SDys0q4UseroR0VypGAA14JSValueEncoderC7OptionsACLLVtcfC', symObjAddr: 0x291C, symBinAddr: 0x4D964, symSize: 0x68 } + - { offsetInCU: 0x527E, offset: 0xA1885, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17AnyKeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCyAdA0cD0ACLLCyxGcs9CodingKeyRzlufC', symObjAddr: 0x2984, symBinAddr: 0x4D9CC, symSize: 0x38 } + - { offsetInCU: 0x5301, offset: 0xA1908, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueEncoder33_762F18EA3FB6340CB5CC34BC6E29A243LLC16unkeyedContainers015UnkeyedEncodingM0_pyF', symObjAddr: 0x29BC, symBinAddr: 0x4DA04, symSize: 0x2A0 } + - { offsetInCU: 0x56C7, offset: 0xA1CCE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor15_JSValueEncoder33_762F18EA3FB6340CB5CC34BC6E29A243LLC20singleValueContainers06Singlem8EncodingN0_pyF', symObjAddr: 0x2C5C, symBinAddr: 0x4DCA4, symSize: 0x19C } + - { offsetInCU: 0x591E, offset: 0xA1F25, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC6objectSDySSAA7JSValue_pGSgvg', symObjAddr: 0x2E6C, symBinAddr: 0x4DEB4, symSize: 0x63C } + - { offsetInCU: 0x5DD0, offset: 0xA23D7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCfd', symObjAddr: 0x34A8, symBinAddr: 0x4E4F0, symSize: 0x44 } + - { offsetInCU: 0x5DF4, offset: 0xA23FB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCfD', symObjAddr: 0x34EC, symBinAddr: 0x4E534, symSize: 0x20 } + - { offsetInCU: 0x5E18, offset: 0xA241F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC6insert_3foryAA7JSValue_p_xtF', symObjAddr: 0x350C, symBinAddr: 0x4E554, symSize: 0x54 } + - { offsetInCU: 0x5EAA, offset: 0xA24B1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC6insert_3foryAA12EncodedValueACLLO_qd__ts9CodingKeyRd__lF', symObjAddr: 0x3560, symBinAddr: 0x4E5A8, symSize: 0x1C8 } + - { offsetInCU: 0x5FE2, offset: 0xA25E9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC9encodeNil6forKeyyx_tKF', symObjAddr: 0x3728, symBinAddr: 0x4E770, symSize: 0x8C } + - { offsetInCU: 0x6042, offset: 0xA2649, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC6encode_6forKeyyqd___xtKSERd__lF', symObjAddr: 0x37B4, symBinAddr: 0x4E7FC, symSize: 0x180 } + - { offsetInCU: 0x6112, offset: 0xA2719, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC16_encodeIfPresent_6forKeyyqd__Sg_xtKSERd__lF', symObjAddr: 0x3934, symBinAddr: 0x4E97C, symSize: 0x21C } + - { offsetInCU: 0x6198, offset: 0xA279F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC15encodeIfPresent_6forKeyyqd__Sg_xtKSERd__lF', symObjAddr: 0x3B50, symBinAddr: 0x4EB98, symSize: 0x14 } + - { offsetInCU: 0x61EC, offset: 0xA27F3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC15encodeIfPresent_6forKeyySbSg_xtKF', symObjAddr: 0x3B64, symBinAddr: 0x4EBAC, symSize: 0x34 } + - { offsetInCU: 0x6232, offset: 0xA2839, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC15encodeIfPresent_6forKeyySSSg_xtKF', symObjAddr: 0x3B98, symBinAddr: 0x4EBE0, symSize: 0x3C } + - { offsetInCU: 0x62CA, offset: 0xA28D1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC06nestedC07keyedBy6forKeys0b8EncodingC0Vyqd__Gqd__m_xts06CodingP0Rd__lF', symObjAddr: 0x3C90, symBinAddr: 0x4ECD8, symSize: 0x270 } + - { offsetInCU: 0x646E, offset: 0xA2A75, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC013nestedUnkeyedC06forKeys0m8EncodingC0_px_tF', symObjAddr: 0x3F00, symBinAddr: 0x4EF48, symSize: 0x270 } + - { offsetInCU: 0x6602, offset: 0xA2C09, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyO8rawValueAFyx_GSgSS_tcfC', symObjAddr: 0x4170, symBinAddr: 0x4F1B8, symSize: 0x58 } + - { offsetInCU: 0x6647, offset: 0xA2C4E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC8SuperKeyO11stringValueAFyx_GSgSS_tcfC', symObjAddr: 0x41C8, symBinAddr: 0x4F210, symSize: 0x18 } + - { offsetInCU: 0x667F, offset: 0xA2C86, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC12superEncoders0M0_pyF', symObjAddr: 0x4454, symBinAddr: 0x4F49C, symSize: 0x17C } + - { offsetInCU: 0x671F, offset: 0xA2D26, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC12superEncoder6forKeys0M0_px_tF', symObjAddr: 0x45D0, symBinAddr: 0x4F618, symSize: 0x168 } + - { offsetInCU: 0x67EC, offset: 0xA2DF3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17AnyKeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCfD', symObjAddr: 0x4E74, symBinAddr: 0x4FEBC, symSize: 0x24 } + - { offsetInCU: 0x682F, offset: 0xA2E36, size: 0x8, addend: 0x0, symName: '_$s9Capacitor14KeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC4dataAA7JSValue_pSgvg', symObjAddr: 0x4F10, symBinAddr: 0x4FF58, symSize: 0x54 } + - { offsetInCU: 0x686A, offset: 0xA2E71, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCfD', symObjAddr: 0x4F84, symBinAddr: 0x4FFCC, symSize: 0x50 } + - { offsetInCU: 0x6905, offset: 0xA2F0C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC6appendyyAA12EncodedValueACLLOF', symObjAddr: 0x4FD4, symBinAddr: 0x5001C, symSize: 0x130 } + - { offsetInCU: 0x6AD7, offset: 0xA30DE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC6encodeyyxKSERzlFSb_Tg5', symObjAddr: 0x5104, symBinAddr: 0x5014C, symSize: 0x180 } + - { offsetInCU: 0x6BCF, offset: 0xA31D6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC6encodeyyxKSERzlFSS_Tg5', symObjAddr: 0x5284, symBinAddr: 0x502CC, symSize: 0x1BC } + - { offsetInCU: 0x6CC8, offset: 0xA32CF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC6encodeyyxKSERzlFSd_Tg5', symObjAddr: 0x5440, symBinAddr: 0x50488, symSize: 0x188 } + - { offsetInCU: 0x6DC6, offset: 0xA33CD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC6encodeyyxKSERzlFSf_Tg5', symObjAddr: 0x55C8, symBinAddr: 0x50610, symSize: 0x188 } + - { offsetInCU: 0x6E9D, offset: 0xA34A4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC6encodeyyxKSERzlF', symObjAddr: 0x5D50, symBinAddr: 0x50D98, symSize: 0x164 } + - { offsetInCU: 0x6F4E, offset: 0xA3555, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC06nestedbC0s0b8EncodingC0_pyF', symObjAddr: 0x5EB4, symBinAddr: 0x50EFC, symSize: 0x134 } + - { offsetInCU: 0x6FDC, offset: 0xA35E3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC06nestedC07keyedBys013KeyedEncodingC0VyxGxm_ts9CodingKeyRzlF', symObjAddr: 0x5FE8, symBinAddr: 0x51030, symSize: 0x154 } + - { offsetInCU: 0x7086, offset: 0xA368D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16UnkeyedContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC12superEncoders0M0_pyF', symObjAddr: 0x613C, symBinAddr: 0x51184, symSize: 0x148 } + - { offsetInCU: 0x715E, offset: 0xA3765, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLCfD', symObjAddr: 0x68E0, symBinAddr: 0x51928, symSize: 0x50 } + - { offsetInCU: 0x71AE, offset: 0xA37B5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC11encodeFloatyyxKSFRzlFSd_Tg5', symObjAddr: 0x6930, symBinAddr: 0x51978, symSize: 0x3D0 } + - { offsetInCU: 0x72E7, offset: 0xA38EE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC11encodeFloatyyxKSFRzlFSf_Tg5', symObjAddr: 0x6D00, symBinAddr: 0x51D48, symSize: 0x3D0 } + - { offsetInCU: 0x740B, offset: 0xA3A12, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20SingleValueContainer33_762F18EA3FB6340CB5CC34BC6E29A243LLC6encodeyyxKSERzlF', symObjAddr: 0x70D0, symBinAddr: 0x52118, symSize: 0x174 } + - { offsetInCU: 0x75A9, offset: 0xA3BB0, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_10Foundation4DataVTg5', symObjAddr: 0x77F4, symBinAddr: 0x5283C, symSize: 0x1DC } + - { offsetInCU: 0x765C, offset: 0xA3C63, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_So13CAPPluginCallCTg5', symObjAddr: 0x79D0, symBinAddr: 0x52A18, symSize: 0x204 } + - { offsetInCU: 0x7701, offset: 0xA3D08, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_9Capacitor7JSValue_pTg5', symObjAddr: 0x7BD4, symBinAddr: 0x52C1C, symSize: 0x1F0 } + - { offsetInCU: 0x77B4, offset: 0xA3DBB, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_ypTg5', symObjAddr: 0x7DC4, symBinAddr: 0x52E0C, symSize: 0x1DC } + - { offsetInCU: 0x7860, offset: 0xA3E67, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_SSTg5', symObjAddr: 0x7FA0, symBinAddr: 0x52FE8, symSize: 0x1DC } + - { offsetInCU: 0x790C, offset: 0xA3F13, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV7_delete2atys10_HashTableV6BucketV_tFSS_9Capacitor12EncodedValue33_762F18EA3FB6340CB5CC34BC6E29A243LLOTg5', symObjAddr: 0x817C, symBinAddr: 0x531C4, symSize: 0x1FC } + - { offsetInCU: 0x2CC, offset: 0xA44BA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7KeyPathVs26ExpressibleByStringLiteralAAs0de23ExtendedGraphemeClusterG0PWb', symObjAddr: 0x684, symBinAddr: 0x55748, symSize: 0x4 } + - { offsetInCU: 0x2E0, offset: 0xA44CE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7KeyPathVACs43ExpressibleByExtendedGraphemeClusterLiteralAAWl', symObjAddr: 0x688, symBinAddr: 0x5574C, symSize: 0x44 } + - { offsetInCU: 0x2F4, offset: 0xA44E2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7KeyPathVs26ExpressibleByStringLiteralAA0fG4TypesADP_s01_de7BuiltinfG0PWT', symObjAddr: 0x6CC, symBinAddr: 0x55790, symSize: 0xC } + - { offsetInCU: 0x308, offset: 0xA44F6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7KeyPathVs43ExpressibleByExtendedGraphemeClusterLiteralAAs0de13UnicodeScalarI0PWb', symObjAddr: 0x6D8, symBinAddr: 0x5579C, symSize: 0x4 } + - { offsetInCU: 0x31C, offset: 0xA450A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7KeyPathVACs33ExpressibleByUnicodeScalarLiteralAAWl', symObjAddr: 0x6DC, symBinAddr: 0x557A0, symSize: 0x44 } + - { offsetInCU: 0x330, offset: 0xA451E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7KeyPathVs43ExpressibleByExtendedGraphemeClusterLiteralAA0fghI4TypesADP_s01_de7BuiltinfghI0PWT', symObjAddr: 0x720, symBinAddr: 0x557E4, symSize: 0xC } + - { offsetInCU: 0x344, offset: 0xA4532, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7KeyPathVs33ExpressibleByUnicodeScalarLiteralAA0fgH4TypesADP_s01_de7BuiltinfgH0PWT', symObjAddr: 0x72C, symBinAddr: 0x557F0, symSize: 0xC } + - { offsetInCU: 0x358, offset: 0xA4546, size: 0x8, addend: 0x0, symName: '_$s9Capacitor7KeyPathVMa', symObjAddr: 0x738, symBinAddr: 0x557FC, symSize: 0x10 } + - { offsetInCU: 0x630, offset: 0xA481E, size: 0x8, addend: 0x0, symName: '_$sSD9CapacitorSSRszAA7JSValue_pRs_rlE7keyPathAaB_pSgAA03KeyD0V_tcig', symObjAddr: 0x0, symBinAddr: 0x55234, symSize: 0x294 } + - { offsetInCU: 0x9E7, offset: 0xA4BD5, size: 0x8, addend: 0x0, symName: '_$ss20_ArrayBufferProtocolPsE15replaceSubrange_4with10elementsOfySnySiG_Siqd__ntSlRd__7ElementQyd__AGRtzlFs01_aB0VySSG_s15EmptyCollectionVySSGTg5Tf4nndn_n', symObjAddr: 0x388, symBinAddr: 0x555BC, symSize: 0x18C } + - { offsetInCU: 0x2B, offset: 0xA4DD6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC8standardACvau', symObjAddr: 0x0, symBinAddr: 0x5580C, symSize: 0x40 } + - { offsetInCU: 0x4F, offset: 0xA4DFA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC8standardACvpZ', symObjAddr: 0xE290, symBinAddr: 0xA6740, symSize: 0x0 } + - { offsetInCU: 0x23C, offset: 0xA4FE7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLC9instancesAA20ConcurrentDictionaryCyADGvpZ', symObjAddr: 0x2380, symBinAddr: 0xA2CA0, symSize: 0x0 } + - { offsetInCU: 0x256, offset: 0xA5001, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC8standardACvau', symObjAddr: 0x0, symBinAddr: 0x5580C, symSize: 0x40 } + - { offsetInCU: 0x371, offset: 0xA511C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCAA08KeyValueC7BackendA2aEP3get_2asqd__SgSS_qd__mtKSeRd__lFTW', symObjAddr: 0x14FC, symBinAddr: 0x56D08, symSize: 0x20 } + - { offsetInCU: 0x394, offset: 0xA513F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCAA08KeyValueC7BackendA2aEP3set_5valueySS_qd__tKSERd__lFTW', symObjAddr: 0x151C, symBinAddr: 0x56D28, symSize: 0x20 } + - { offsetInCU: 0x3B7, offset: 0xA5162, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCAA08KeyValueC7BackendA2aEP6deleteyySSKFTW', symObjAddr: 0x153C, symBinAddr: 0x56D48, symSize: 0x20 } + - { offsetInCU: 0x3F5, offset: 0xA51A0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLC4with4nameADSS_tFZTf4nd_n', symObjAddr: 0x1998, symBinAddr: 0x57180, symSize: 0x550 } + - { offsetInCU: 0x665, offset: 0xA5410, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13InMemoryStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCAA08KeyValueD7BackendA2aEP3get_2asqd__SgSS_qd__mtKSeRd__lFTW', symObjAddr: 0x18E0, symBinAddr: 0x570EC, symSize: 0x20 } + - { offsetInCU: 0x688, offset: 0xA5433, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13InMemoryStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCAA08KeyValueD7BackendA2aEP3set_5valueySS_qd__tKSERd__lFTW', symObjAddr: 0x1900, symBinAddr: 0x5710C, symSize: 0x20 } + - { offsetInCU: 0x6AB, offset: 0xA5456, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13InMemoryStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCAA08KeyValueD7BackendA2aEP6deleteyySSKFTW', symObjAddr: 0x1920, symBinAddr: 0x5712C, symSize: 0x28 } + - { offsetInCU: 0x8B7, offset: 0xA5662, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC8standard_WZ', symObjAddr: 0x92C, symBinAddr: 0x56138, symSize: 0x68 } + - { offsetInCU: 0x934, offset: 0xA56DF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20KeyValueStoreBackend_pWOb', symObjAddr: 0x994, symBinAddr: 0x561A0, symSize: 0x18 } + - { offsetInCU: 0x98D, offset: 0xA5738, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLC9instances_WZ', symObjAddr: 0x142C, symBinAddr: 0x56C38, symSize: 0x68 } + - { offsetInCU: 0xA7A, offset: 0xA5825, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCMa', symObjAddr: 0x1EE8, symBinAddr: 0x576D0, symSize: 0x3C } + - { offsetInCU: 0xA8E, offset: 0xA5839, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13InMemoryStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCMa', symObjAddr: 0x1F24, symBinAddr: 0x5770C, symSize: 0x20 } + - { offsetInCU: 0xAA2, offset: 0xA584D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreCMa', symObjAddr: 0x1F84, symBinAddr: 0x5772C, symSize: 0x20 } + - { offsetInCU: 0xAB6, offset: 0xA5861, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC7BackendOwCP', symObjAddr: 0x1FE8, symBinAddr: 0x5774C, symSize: 0x2C } + - { offsetInCU: 0xACA, offset: 0xA5875, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC7BackendOwxx', symObjAddr: 0x2014, symBinAddr: 0x57778, symSize: 0x8 } + - { offsetInCU: 0xADE, offset: 0xA5889, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC7BackendOwca', symObjAddr: 0x201C, symBinAddr: 0x57780, symSize: 0x40 } + - { offsetInCU: 0xAF2, offset: 0xA589D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC7BackendOwta', symObjAddr: 0x2068, symBinAddr: 0x577C0, symSize: 0x30 } + - { offsetInCU: 0xB06, offset: 0xA58B1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC7BackendOwet', symObjAddr: 0x2098, symBinAddr: 0x577F0, symSize: 0x50 } + - { offsetInCU: 0xB1A, offset: 0xA58C5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC7BackendOwst', symObjAddr: 0x20E8, symBinAddr: 0x57840, symSize: 0x54 } + - { offsetInCU: 0xB2E, offset: 0xA58D9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC7BackendOwug', symObjAddr: 0x213C, symBinAddr: 0x57894, symSize: 0x18 } + - { offsetInCU: 0xB42, offset: 0xA58ED, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC7BackendOwup', symObjAddr: 0x2154, symBinAddr: 0x578AC, symSize: 0x4 } + - { offsetInCU: 0xB56, offset: 0xA5901, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC7BackendOwui', symObjAddr: 0x2158, symBinAddr: 0x578B0, symSize: 0x20 } + - { offsetInCU: 0xB6A, offset: 0xA5915, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC7BackendOMa', symObjAddr: 0x2178, symBinAddr: 0x578D0, symSize: 0x10 } + - { offsetInCU: 0xB7E, offset: 0xA5929, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCMU', symObjAddr: 0x2188, symBinAddr: 0x578E0, symSize: 0x8 } + - { offsetInCU: 0xB92, offset: 0xA593D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCMr', symObjAddr: 0x2190, symBinAddr: 0x578E8, symSize: 0x80 } + - { offsetInCU: 0xBA6, offset: 0xA5951, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20ConcurrentDictionaryCMi', symObjAddr: 0x2210, symBinAddr: 0x57968, symSize: 0x4 } + - { offsetInCU: 0xBBA, offset: 0xA5965, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20ConcurrentDictionaryCMr', symObjAddr: 0x2214, symBinAddr: 0x5796C, symSize: 0x50 } + - { offsetInCU: 0xBCE, offset: 0xA5979, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20ConcurrentDictionaryCMa', symObjAddr: 0x2264, symBinAddr: 0x579BC, symSize: 0xC } + - { offsetInCU: 0xF17, offset: 0xA5CC2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC7backendAcA0bcD7Backend_p_tcfC', symObjAddr: 0x40, symBinAddr: 0x5584C, symSize: 0x40 } + - { offsetInCU: 0xF53, offset: 0xA5CFE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC7backendAcA0bcD7Backend_p_tcfc', symObjAddr: 0x80, symBinAddr: 0x5588C, symSize: 0x1C } + - { offsetInCU: 0x1061, offset: 0xA5E0C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC4typeA2C7BackendO_tcfC', symObjAddr: 0x9C, symBinAddr: 0x558A8, symSize: 0x138 } + - { offsetInCU: 0x11B2, offset: 0xA5F5D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC4typeA2C7BackendO_tcfc', symObjAddr: 0x1D4, symBinAddr: 0x559E0, symSize: 0x11C } + - { offsetInCU: 0x12FE, offset: 0xA60A9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC9suiteNameACSS_tcfC', symObjAddr: 0x2F0, symBinAddr: 0x55AFC, symSize: 0x70 } + - { offsetInCU: 0x1389, offset: 0xA6134, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC3get_2asxSgSS_xmtKSeRzlF', symObjAddr: 0x360, symBinAddr: 0x55B6C, symSize: 0x94 } + - { offsetInCU: 0x13D2, offset: 0xA617D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC3set_5valueySS_xtKSERzlF', symObjAddr: 0x3F4, symBinAddr: 0x55C00, symSize: 0x8C } + - { offsetInCU: 0x140F, offset: 0xA61BA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC6deleteyySSKF', symObjAddr: 0x480, symBinAddr: 0x55C8C, symSize: 0x64 } + - { offsetInCU: 0x1479, offset: 0xA6224, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC_2asxSgSS_xmtcSeRzSERzluig', symObjAddr: 0x4E4, symBinAddr: 0x55CF0, symSize: 0xCC } + - { offsetInCU: 0x1578, offset: 0xA6323, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC_2asxSgSS_xmtcSeRzSERzluis', symObjAddr: 0x5B0, symBinAddr: 0x55DBC, symSize: 0x1D0 } + - { offsetInCU: 0x1653, offset: 0xA63FE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC_2asxSgSS_xmtcSeRzSERzluiM', symObjAddr: 0x780, symBinAddr: 0x55F8C, symSize: 0xD0 } + - { offsetInCU: 0x1667, offset: 0xA6412, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC_2asxSgSS_xmtcSeRzSERzluiM.resume.0', symObjAddr: 0x850, symBinAddr: 0x5605C, symSize: 0xDC } + - { offsetInCU: 0x1681, offset: 0xA642C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreC8standardACvgZ', symObjAddr: 0x9AC, symBinAddr: 0x561B8, symSize: 0x40 } + - { offsetInCU: 0x16A8, offset: 0xA6453, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreCfd', symObjAddr: 0x9EC, symBinAddr: 0x561F8, symSize: 0x1C } + - { offsetInCU: 0x16D9, offset: 0xA6484, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13KeyValueStoreCfD', symObjAddr: 0xA08, symBinAddr: 0x56214, symSize: 0x24 } + - { offsetInCU: 0x171A, offset: 0xA64C5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLC7baseUrlAD10Foundation3URLV_tcfc', symObjAddr: 0xA2C, symBinAddr: 0x56238, symSize: 0xE4 } + - { offsetInCU: 0x188D, offset: 0xA6638, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLC3get_2asxSgSS_xmtKSeRzlF', symObjAddr: 0xB10, symBinAddr: 0x5631C, symSize: 0x574 } + - { offsetInCU: 0x1A6E, offset: 0xA6819, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLC3set_5valueySS_xtKSERzlF', symObjAddr: 0x1084, symBinAddr: 0x56890, symSize: 0x1BC } + - { offsetInCU: 0x1B7F, offset: 0xA692A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLC6deleteyySSKF', symObjAddr: 0x1240, symBinAddr: 0x56A4C, symSize: 0x1EC } + - { offsetInCU: 0x1CA0, offset: 0xA6A4B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor9FileStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCfD', symObjAddr: 0x1494, symBinAddr: 0x56CA0, symSize: 0x68 } + - { offsetInCU: 0x1CDB, offset: 0xA6A86, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13InMemoryStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLC3get_2asxSgSS_xmtKSeRzlF', symObjAddr: 0x155C, symBinAddr: 0x56D68, symSize: 0x188 } + - { offsetInCU: 0x1DB7, offset: 0xA6B62, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13InMemoryStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLC3set_5valueySS_xtKSERzlF', symObjAddr: 0x16E4, symBinAddr: 0x56EF0, symSize: 0x118 } + - { offsetInCU: 0x1EA2, offset: 0xA6C4D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13InMemoryStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLC6deleteyySSF', symObjAddr: 0x17FC, symBinAddr: 0x57008, symSize: 0xB0 } + - { offsetInCU: 0x1F77, offset: 0xA6D22, size: 0x8, addend: 0x0, symName: '_$s9Capacitor13InMemoryStore33_C037C347CF1CD06D719C8EAD67CE5F9DLLCfD', symObjAddr: 0x18AC, symBinAddr: 0x570B8, symSize: 0x34 } + - { offsetInCU: 0x1FCA, offset: 0xA6D75, size: 0x8, addend: 0x0, symName: '_$s9Capacitor20ConcurrentDictionaryCfD', symObjAddr: 0x196C, symBinAddr: 0x57154, symSize: 0x2C } + - { offsetInCU: 0x138, offset: 0xA6FE0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterCACycfcTo', symObjAddr: 0x7C4, symBinAddr: 0x58150, symSize: 0x64 } + - { offsetInCU: 0x189, offset: 0xA7031, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterC04userB6Center_11willPresent21withCompletionHandlerySo06UNUserbE0C_So14UNNotificationCySo0L19PresentationOptionsVctF06$sSo33lmN16VIeyBy_ABIegy_TRALIeyBy_Tf1nncn_nTf4dnng_n', symObjAddr: 0x8EC, symBinAddr: 0x58278, symSize: 0x11C } + - { offsetInCU: 0x217, offset: 0xA70BF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterC04userB6Center_10didReceive21withCompletionHandlerySo06UNUserbE0C_So22UNNotificationResponseCyyctF13$sIeyB_Ieg_TRIeyB_Tf1nncn_nTf4dnng_n', symObjAddr: 0xA08, symBinAddr: 0x58394, symSize: 0x130 } + - { offsetInCU: 0x2A6, offset: 0xA714E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterCfETo', symObjAddr: 0x858, symBinAddr: 0x581E4, symSize: 0x38 } + - { offsetInCU: 0x2D5, offset: 0xA717D, size: 0x8, addend: 0x0, symName: '_$sSo25UNPushNotificationTriggerCMa', symObjAddr: 0x890, symBinAddr: 0x5821C, symSize: 0x3C } + - { offsetInCU: 0x2E9, offset: 0xA7191, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterCMa', symObjAddr: 0x8CC, symBinAddr: 0x58258, symSize: 0x20 } + - { offsetInCU: 0x313, offset: 0xA71BB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor27NotificationHandlerProtocol_pSgXwWOh', symObjAddr: 0xB38, symBinAddr: 0x584C4, symSize: 0x24 } + - { offsetInCU: 0x425, offset: 0xA72CD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterCACycfC', symObjAddr: 0x0, symBinAddr: 0x579CC, symSize: 0x20 } + - { offsetInCU: 0x43F, offset: 0xA72E7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterC30handleApplicationNotificationsSbvs', symObjAddr: 0x20, symBinAddr: 0x579EC, symSize: 0x94 } + - { offsetInCU: 0x489, offset: 0xA7331, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterC04pushB7HandlerAA0bE8Protocol_pSgvM', symObjAddr: 0x128, symBinAddr: 0x57AB4, symSize: 0x70 } + - { offsetInCU: 0x4AE, offset: 0xA7356, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterC05localB7HandlerAA0bE8Protocol_pSgvM', symObjAddr: 0x398, symBinAddr: 0x57D24, symSize: 0x70 } + - { offsetInCU: 0x55C, offset: 0xA7404, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterC04userB6Center_11willPresent21withCompletionHandlerySo06UNUserbE0C_So14UNNotificationCySo0L19PresentationOptionsVctF', symObjAddr: 0x468, symBinAddr: 0x57DF4, symSize: 0x11C } + - { offsetInCU: 0x5F5, offset: 0xA749D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterC04userB6Center_10didReceive21withCompletionHandlerySo06UNUserbE0C_So22UNNotificationResponseCyyctF', symObjAddr: 0x590, symBinAddr: 0x57F1C, symSize: 0x130 } + - { offsetInCU: 0x682, offset: 0xA752A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterCACycfc', symObjAddr: 0x76C, symBinAddr: 0x580F8, symSize: 0x58 } + - { offsetInCU: 0x6B3, offset: 0xA755B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18NotificationRouterCfD', symObjAddr: 0x828, symBinAddr: 0x581B4, symSize: 0x30 } + - { offsetInCU: 0x4F, offset: 0xA75EB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO9formatter031_F806BC7C3B9E74076D863322397580I0LLSo22NSISO8601DateFormatterCvpZ', symObjAddr: 0x1F00, symBinAddr: 0xA3018, symSize: 0x0 } + - { offsetInCU: 0xB5, offset: 0xA7651, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19CAPPluginCallResultCyACSDySSypGSgcfcTo', symObjAddr: 0x50C, symBinAddr: 0x589F4, symSize: 0x7C } + - { offsetInCU: 0xFD, offset: 0xA7699, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19CAPPluginCallResultCACycfcTo', symObjAddr: 0x5B4, symBinAddr: 0x58A9C, symSize: 0x2C } + - { offsetInCU: 0x1EB, offset: 0xA7787, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorC7messageSSvgTo', symObjAddr: 0x5FC, symBinAddr: 0x58AE4, symSize: 0x4C } + - { offsetInCU: 0x23C, offset: 0xA77D8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorC4codeSSSgvgTo', symObjAddr: 0x680, symBinAddr: 0x58B68, symSize: 0x5C } + - { offsetInCU: 0x285, offset: 0xA7821, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorC5errors0D0_pSgvgTo', symObjAddr: 0x714, symBinAddr: 0x58BFC, symSize: 0x50 } + - { offsetInCU: 0x2D6, offset: 0xA7872, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorC7message4code5error4dataACSS_SSSgs0D0_pSgSDySSypGSgtcfcTo', symObjAddr: 0x844, symBinAddr: 0x58D2C, symSize: 0xD4 } + - { offsetInCU: 0x334, offset: 0xA78D0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorCACycfcTo', symObjAddr: 0x964, symBinAddr: 0x58E4C, symSize: 0x2C } + - { offsetInCU: 0x462, offset: 0xA79FE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOSQAASQ2eeoiySbx_xtFZTW', symObjAddr: 0x3CC, symBinAddr: 0x588B4, symSize: 0x8 } + - { offsetInCU: 0x4BA, offset: 0xA7A56, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOSHAASH9hashValueSivgTW', symObjAddr: 0x3D4, symBinAddr: 0x588BC, symSize: 0x40 } + - { offsetInCU: 0x59D, offset: 0xA7B39, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOSHAASH4hash4intoys6HasherVz_tFTW', symObjAddr: 0x414, symBinAddr: 0x588FC, symSize: 0x24 } + - { offsetInCU: 0x6DF, offset: 0xA7C7B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO9formatter031_F806BC7C3B9E74076D863322397580I0LL_WZ', symObjAddr: 0x484, symBinAddr: 0x5896C, symSize: 0x30 } + - { offsetInCU: 0x73A, offset: 0xA7CD6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19CAPPluginCallResultCfETo', symObjAddr: 0x5EC, symBinAddr: 0x58AD4, symSize: 0x10 } + - { offsetInCU: 0x769, offset: 0xA7D05, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorCfETo', symObjAddr: 0x9CC, symBinAddr: 0x58EB4, symSize: 0x60 } + - { offsetInCU: 0x876, offset: 0xA7E12, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV5merge_8isUnique16uniquingKeysWithyqd__n_Sbq_q__q_tKXEtKSTRd__x_q_t7ElementRtd__lFSS_yps15LazyMapSequenceVySDySSypGSS_yptGTg599$s9Capacitor16PluginCallResultO18jsonRepresentation15includingFieldsSSSgSDySSypGSg_tKFypyp_yptXEfU_Tf1nncn_n', symObjAddr: 0xA2C, symBinAddr: 0x58F14, symSize: 0x264 } + - { offsetInCU: 0x9DA, offset: 0xA7F76, size: 0x8, addend: 0x0, symName: '_$sxq_xq_Iegnnrr_x3key_q_5valuetx_q_tIegnr_SHRzr0_lTRSS_ypTg575$sSD5merge_16uniquingKeysWithySDyxq_Gn_q_q__q_tKXEtKFx_q_tx_q_tcfU_SS_ypTG5Tf3nnpf_n', symObjAddr: 0xC90, symBinAddr: 0x59178, symSize: 0x40 } + - { offsetInCU: 0xAC7, offset: 0xA8063, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV9mapValuesyAByxqd__Gqd__q_KXEKlFSS_ypypTg5111$s9Capacitor16PluginCallResultO7prepare031_F806BC7C3B9E74076D863322397580I0LL10dictionarySDySSypGAG_tFypypXEfU_9Capacitor0ghI0OTf1cn_nTf4ng_n', symObjAddr: 0xEB4, symBinAddr: 0x5939C, symSize: 0x520 } + - { offsetInCU: 0xDAD, offset: 0xA8349, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19CAPPluginCallResultCMa', symObjAddr: 0x18FC, symBinAddr: 0x59DE4, symSize: 0x20 } + - { offsetInCU: 0xDC1, offset: 0xA835D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorCMa', symObjAddr: 0x191C, symBinAddr: 0x59E04, symSize: 0x20 } + - { offsetInCU: 0xDD5, offset: 0xA8371, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultOwCP', symObjAddr: 0x193C, symBinAddr: 0x59E24, symSize: 0x2C } + - { offsetInCU: 0xDE9, offset: 0xA8385, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultOwxx', symObjAddr: 0x1968, symBinAddr: 0x59E50, symSize: 0x8 } + - { offsetInCU: 0xDFD, offset: 0xA8399, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultOwca', symObjAddr: 0x1970, symBinAddr: 0x59E58, symSize: 0x38 } + - { offsetInCU: 0xE11, offset: 0xA83AD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultOwta', symObjAddr: 0x19B4, symBinAddr: 0x59E90, symSize: 0x30 } + - { offsetInCU: 0xE25, offset: 0xA83C1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultOwet', symObjAddr: 0x19E4, symBinAddr: 0x59EC0, symSize: 0x48 } + - { offsetInCU: 0xE39, offset: 0xA83D5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultOwst', symObjAddr: 0x1A2C, symBinAddr: 0x59F08, symSize: 0x3C } + - { offsetInCU: 0xE4D, offset: 0xA83E9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultOwug', symObjAddr: 0x1A68, symBinAddr: 0x59F44, symSize: 0x8 } + - { offsetInCU: 0xE61, offset: 0xA83FD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultOwup', symObjAddr: 0x1A70, symBinAddr: 0x59F4C, symSize: 0x4 } + - { offsetInCU: 0xE75, offset: 0xA8411, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultOwui', symObjAddr: 0x1A74, symBinAddr: 0x59F50, symSize: 0x4 } + - { offsetInCU: 0xE89, offset: 0xA8425, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultOMa', symObjAddr: 0x1A78, symBinAddr: 0x59F54, symSize: 0x10 } + - { offsetInCU: 0xE9D, offset: 0xA8439, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOAEs0F0AAWl', symObjAddr: 0x1A88, symBinAddr: 0x59F64, symSize: 0x44 } + - { offsetInCU: 0xEB1, offset: 0xA844D, size: 0x8, addend: 0x0, symName: '_$sSS3key_yp5valuetSgWOc', symObjAddr: 0x1BC4, symBinAddr: 0x59FA8, symSize: 0x48 } + - { offsetInCU: 0xEC5, offset: 0xA8461, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOwet', symObjAddr: 0x1C50, symBinAddr: 0x5A02C, symSize: 0x50 } + - { offsetInCU: 0xED9, offset: 0xA8475, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOwst', symObjAddr: 0x1CA0, symBinAddr: 0x5A07C, symSize: 0x8C } + - { offsetInCU: 0xEED, offset: 0xA8489, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOwug', symObjAddr: 0x1D2C, symBinAddr: 0x5A108, symSize: 0x8 } + - { offsetInCU: 0xF01, offset: 0xA849D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOwup', symObjAddr: 0x1D34, symBinAddr: 0x5A110, symSize: 0x4 } + - { offsetInCU: 0xF15, offset: 0xA84B1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOwui', symObjAddr: 0x1D38, symBinAddr: 0x5A114, symSize: 0x4 } + - { offsetInCU: 0xF29, offset: 0xA84C5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOMa', symObjAddr: 0x1D3C, symBinAddr: 0x5A118, symSize: 0x10 } + - { offsetInCU: 0xF3D, offset: 0xA84D9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOSHAASQWb', symObjAddr: 0x1D4C, symBinAddr: 0x5A128, symSize: 0x4 } + - { offsetInCU: 0xF51, offset: 0xA84ED, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOAESQAAWl', symObjAddr: 0x1D50, symBinAddr: 0x5A12C, symSize: 0x44 } + - { offsetInCU: 0xF9C, offset: 0xA8538, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSayypG_ypTg5103$s9Capacitor16PluginCallResultO7prepare031_F806BC7C3B9E74076D863322397580I0LL5arraySayypGAG_tFypypXEfU_9Capacitor0efG0OTf1cn_n', symObjAddr: 0x0, symBinAddr: 0x584E8, symSize: 0x40 } + - { offsetInCU: 0x106F, offset: 0xA860B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOSHAASH13_rawHashValue4seedS2i_tFTW', symObjAddr: 0x438, symBinAddr: 0x58920, symSize: 0x3C } + - { offsetInCU: 0x110B, offset: 0xA86A7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOs0F0AAsAFP7_domainSSvgTW', symObjAddr: 0x474, symBinAddr: 0x5895C, symSize: 0x4 } + - { offsetInCU: 0x1127, offset: 0xA86C3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOs0F0AAsAFP5_codeSivgTW', symObjAddr: 0x478, symBinAddr: 0x58960, symSize: 0x4 } + - { offsetInCU: 0x1143, offset: 0xA86DF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOs0F0AAsAFP9_userInfoyXlSgvgTW', symObjAddr: 0x47C, symBinAddr: 0x58964, symSize: 0x4 } + - { offsetInCU: 0x115F, offset: 0xA86FB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18SerializationErrorOs0F0AAsAFP19_getEmbeddedNSErroryXlSgyFTW', symObjAddr: 0x480, symBinAddr: 0x58968, symSize: 0x4 } + - { offsetInCU: 0x123E, offset: 0xA87DA, size: 0x8, addend: 0x0, symName: '_$sSlsE3mapySayqd__Gqd__7ElementQzKXEKlFSayypG_ypTg5103$s9Capacitor16PluginCallResultO7prepare031_F806BC7C3B9E74076D863322397580I0LL5arraySayypGAG_tFypypXEfU_9Capacitor0efG0OTf1cn_nTf4ng_n', symObjAddr: 0x13D4, symBinAddr: 0x598BC, symSize: 0x3E8 } + - { offsetInCU: 0x165F, offset: 0xA8BFB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19CAPPluginCallResultCyACSDySSypGSgcfC', symObjAddr: 0x40, symBinAddr: 0x58528, symSize: 0x4C } + - { offsetInCU: 0x16A9, offset: 0xA8C45, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorC7message4code5error4dataACSS_SSSgs0D0_pSgSDySSypGSgtcfC', symObjAddr: 0x8C, symBinAddr: 0x58574, symSize: 0x80 } + - { offsetInCU: 0x170D, offset: 0xA8CA9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16PluginCallResultO18jsonRepresentation15includingFieldsSSSgSDySSypGSg_tKF', symObjAddr: 0x10C, symBinAddr: 0x585F4, symSize: 0x2C0 } + - { offsetInCU: 0x1849, offset: 0xA8DE5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19CAPPluginCallResultC10resultDataAA06PlugincD0OSgvg', symObjAddr: 0x4B4, symBinAddr: 0x5899C, symSize: 0x10 } + - { offsetInCU: 0x186C, offset: 0xA8E08, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19CAPPluginCallResultCyACSDySSypGSgcfc', symObjAddr: 0x4D0, symBinAddr: 0x589B8, symSize: 0x3C } + - { offsetInCU: 0x1893, offset: 0xA8E2F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19CAPPluginCallResultCACycfc', symObjAddr: 0x588, symBinAddr: 0x58A70, symSize: 0x2C } + - { offsetInCU: 0x1905, offset: 0xA8EA1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorC7messageSSvg', symObjAddr: 0x648, symBinAddr: 0x58B30, symSize: 0x38 } + - { offsetInCU: 0x1938, offset: 0xA8ED4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorC4codeSSSgvg', symObjAddr: 0x6DC, symBinAddr: 0x58BC4, symSize: 0x38 } + - { offsetInCU: 0x196B, offset: 0xA8F07, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorC5errors0D0_pSgvg', symObjAddr: 0x764, symBinAddr: 0x58C4C, symSize: 0x30 } + - { offsetInCU: 0x198A, offset: 0xA8F26, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorC10resultDataAA06PluginC6ResultOSgvg', symObjAddr: 0x794, symBinAddr: 0x58C7C, symSize: 0x10 } + - { offsetInCU: 0x19AD, offset: 0xA8F49, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorC7message4code5error4dataACSS_SSSgs0D0_pSgSDySSypGSgtcfc', symObjAddr: 0x814, symBinAddr: 0x58CFC, symSize: 0x30 } + - { offsetInCU: 0x19C1, offset: 0xA8F5D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorCACycfC', symObjAddr: 0x918, symBinAddr: 0x58E00, symSize: 0x20 } + - { offsetInCU: 0x19D5, offset: 0xA8F71, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorCACycfc', symObjAddr: 0x938, symBinAddr: 0x58E20, symSize: 0x2C } + - { offsetInCU: 0x1AAE, offset: 0xA904A, size: 0x8, addend: 0x0, symName: '_$ss15LazyMapSequenceV8IteratorV4nextq_SgyFSDySSypG_SS_yptTg5', symObjAddr: 0xCD0, symBinAddr: 0x591B8, symSize: 0x138 } + - { offsetInCU: 0x1B83, offset: 0xA911F, size: 0x8, addend: 0x0, symName: '_$sSq3mapyqd__Sgqd__xKXEKlFSS3key_yp5valuet_SS_yptTg5', symObjAddr: 0xE08, symBinAddr: 0x592F0, symSize: 0xAC } + - { offsetInCU: 0x1C65, offset: 0xA9201, size: 0x8, addend: 0x0, symName: '_$s9Capacitor18CAPPluginCallErrorC7message4code5error4dataACSS_SSSgs0D0_pSgSDySSypGSgtcfcTf4nngnn_n', symObjAddr: 0x17BC, symBinAddr: 0x59CA4, symSize: 0x140 } + - { offsetInCU: 0x2B, offset: 0xA9364, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC9getStringySSSgSS_AEtF', symObjAddr: 0x0, symBinAddr: 0x5A180, symSize: 0xF8 } + - { offsetInCU: 0x85, offset: 0xA93BE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC9getStringySSSgSS_AEtFTo', symObjAddr: 0x1BC, symBinAddr: 0x5A278, symSize: 0xC8 } + - { offsetInCU: 0xC1, offset: 0xA93FA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC10getBooleanySbSS_SbtFTo', symObjAddr: 0x364, symBinAddr: 0x5A420, symSize: 0x6C } + - { offsetInCU: 0xFD, offset: 0xA9436, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC6getIntySiSS_SitFTo', symObjAddr: 0x4B0, symBinAddr: 0x5A56C, symSize: 0x6C } + - { offsetInCU: 0x16A, offset: 0xA94A3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC7isEmptySbyFTo', symObjAddr: 0x718, symBinAddr: 0x5A7D4, symSize: 0x1C } + - { offsetInCU: 0x18A, offset: 0xA94C3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC7isEmptySbyFTo', symObjAddr: 0x718, symBinAddr: 0x5A7D4, symSize: 0x1C } + - { offsetInCU: 0x1A7, offset: 0xA94E0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC7isEmptySbyFTo', symObjAddr: 0x718, symBinAddr: 0x5A7D4, symSize: 0x1C } + - { offsetInCU: 0x22F, offset: 0xA9568, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigCACycfcTo', symObjAddr: 0x790, symBinAddr: 0x5A84C, symSize: 0x2C } + - { offsetInCU: 0x2C3, offset: 0xA95FC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigCMa', symObjAddr: 0x7EC, symBinAddr: 0x5A8A8, symSize: 0x20 } + - { offsetInCU: 0x2D7, offset: 0xA9610, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigCfETo', symObjAddr: 0x80C, symBinAddr: 0x5A8C8, symSize: 0x10 } + - { offsetInCU: 0x4BF, offset: 0xA97F8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC9getStringySSSgSS_AEtF', symObjAddr: 0x0, symBinAddr: 0x5A180, symSize: 0xF8 } + - { offsetInCU: 0x53A, offset: 0xA9873, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC10getBooleanySbSS_SbtF', symObjAddr: 0x284, symBinAddr: 0x5A340, symSize: 0xE0 } + - { offsetInCU: 0x5B5, offset: 0xA98EE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC6getIntySiSS_SitF', symObjAddr: 0x3D0, symBinAddr: 0x5A48C, symSize: 0xE0 } + - { offsetInCU: 0x630, offset: 0xA9969, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC8getArrayySayAA7JSValue_pGSgSS_AGtF', symObjAddr: 0x51C, symBinAddr: 0x5A5D8, symSize: 0xF4 } + - { offsetInCU: 0x6AB, offset: 0xA99E4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC9getObjectySDySSAA7JSValue_pGSgSSF', symObjAddr: 0x610, symBinAddr: 0x5A6CC, symSize: 0xEC } + - { offsetInCU: 0x724, offset: 0xA9A5D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC7isEmptySbyF', symObjAddr: 0x6FC, symBinAddr: 0x5A7B8, symSize: 0x1C } + - { offsetInCU: 0x744, offset: 0xA9A7D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC7isEmptySbyF', symObjAddr: 0x6FC, symBinAddr: 0x5A7B8, symSize: 0x1C } + - { offsetInCU: 0x79D, offset: 0xA9AD6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC03getC4JSONSDySSAA7JSValue_pGyF', symObjAddr: 0x734, symBinAddr: 0x5A7F0, symSize: 0x10 } + - { offsetInCU: 0x7C3, offset: 0xA9AFC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigC03getC4JSONSDySSAA7JSValue_pGyF', symObjAddr: 0x734, symBinAddr: 0x5A7F0, symSize: 0x10 } + - { offsetInCU: 0x7E4, offset: 0xA9B1D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigCACycfC', symObjAddr: 0x744, symBinAddr: 0x5A800, symSize: 0x20 } + - { offsetInCU: 0x7FE, offset: 0xA9B37, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigCACycfc', symObjAddr: 0x764, symBinAddr: 0x5A820, symSize: 0x2C } + - { offsetInCU: 0x857, offset: 0xA9B90, size: 0x8, addend: 0x0, symName: '_$s9Capacitor12PluginConfigCfD', symObjAddr: 0x7BC, symBinAddr: 0x5A878, symSize: 0x30 } + - { offsetInCU: 0x27, offset: 0xA9BEE, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterVACycfC', symObjAddr: 0x0, symBinAddr: 0x5A8D8, symSize: 0xC } + - { offsetInCU: 0xD1, offset: 0xA9C98, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterVAA0B0A2aDP5route3forS2S_tFTW', symObjAddr: 0x1B0, symBinAddr: 0x5AA88, symSize: 0x8 } + - { offsetInCU: 0xED, offset: 0xA9CB4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterVAA0B0A2aDP8basePathSSvgTW', symObjAddr: 0x1B8, symBinAddr: 0x5AA90, symSize: 0x2C } + - { offsetInCU: 0x11F, offset: 0xA9CE6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterVAA0B0A2aDP8basePathSSvsTW', symObjAddr: 0x1E4, symBinAddr: 0x5AABC, symSize: 0x34 } + - { offsetInCU: 0x151, offset: 0xA9D18, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterVAA0B0A2aDP8basePathSSvMTW', symObjAddr: 0x218, symBinAddr: 0x5AAF0, symSize: 0x10 } + - { offsetInCU: 0x16D, offset: 0xA9D34, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterVAA0B0A2aDP8basePathSSvMTW.resume.0', symObjAddr: 0x228, symBinAddr: 0x5AB00, symSize: 0x4 } + - { offsetInCU: 0x18A, offset: 0xA9D51, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterVwCP', symObjAddr: 0x22C, symBinAddr: 0x5AB04, symSize: 0x2C } + - { offsetInCU: 0x19E, offset: 0xA9D65, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterVwxx', symObjAddr: 0x258, symBinAddr: 0x5AB30, symSize: 0x8 } + - { offsetInCU: 0x1B2, offset: 0xA9D79, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterVwca', symObjAddr: 0x260, symBinAddr: 0x5AB38, symSize: 0x40 } + - { offsetInCU: 0x1C6, offset: 0xA9D8D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterVwta', symObjAddr: 0x2AC, symBinAddr: 0x5AB78, symSize: 0x30 } + - { offsetInCU: 0x1DA, offset: 0xA9DA1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterVwet', symObjAddr: 0x2DC, symBinAddr: 0x5ABA8, symSize: 0x48 } + - { offsetInCU: 0x1EE, offset: 0xA9DB5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterVwst', symObjAddr: 0x324, symBinAddr: 0x5ABF0, symSize: 0x3C } + - { offsetInCU: 0x202, offset: 0xA9DC9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterVMa', symObjAddr: 0x360, symBinAddr: 0x5AC2C, symSize: 0x10 } + - { offsetInCU: 0x347, offset: 0xA9F0E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterVACycfC', symObjAddr: 0x0, symBinAddr: 0x5A8D8, symSize: 0xC } + - { offsetInCU: 0x35B, offset: 0xA9F22, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterV8basePathSSvg', symObjAddr: 0xC, symBinAddr: 0x5A8E4, symSize: 0x30 } + - { offsetInCU: 0x375, offset: 0xA9F3C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterV8basePathSSvs', symObjAddr: 0x3C, symBinAddr: 0x5A914, symSize: 0x34 } + - { offsetInCU: 0x389, offset: 0xA9F50, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterV8basePathSSvM', symObjAddr: 0x70, symBinAddr: 0x5A948, symSize: 0x10 } + - { offsetInCU: 0x39D, offset: 0xA9F64, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterV8basePathSSvM.resume.0', symObjAddr: 0x80, symBinAddr: 0x5A958, symSize: 0x4 } + - { offsetInCU: 0x3C5, offset: 0xA9F8C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A6RouterV5route3forS2S_tF', symObjAddr: 0x84, symBinAddr: 0x5A95C, symSize: 0x12C } + - { offsetInCU: 0x27, offset: 0xAA05B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17TmpViewControllerC13viewDidAppearyySbFTo', symObjAddr: 0x0, symBinAddr: 0x5AC40, symSize: 0xF4 } + - { offsetInCU: 0x66, offset: 0xAA09A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17TmpViewControllerC13viewDidAppearyySbFTo', symObjAddr: 0x0, symBinAddr: 0x5AC40, symSize: 0xF4 } + - { offsetInCU: 0xC8, offset: 0xAA0FC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17TmpViewControllerC7nibName6bundleACSSSg_So8NSBundleCSgtcfcTo', symObjAddr: 0xF4, symBinAddr: 0x5AD34, symSize: 0xAC } + - { offsetInCU: 0x122, offset: 0xAA156, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17TmpViewControllerC5coderACSgSo7NSCoderC_tcfcTo', symObjAddr: 0x1A0, symBinAddr: 0x5ADE0, symSize: 0x44 } + - { offsetInCU: 0x18D, offset: 0xAA1C1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17TmpViewControllerCMa', symObjAddr: 0x214, symBinAddr: 0x5AE54, symSize: 0x20 } + - { offsetInCU: 0x362, offset: 0xAA396, size: 0x8, addend: 0x0, symName: '_$s9Capacitor17TmpViewControllerCfD', symObjAddr: 0x1E4, symBinAddr: 0x5AE24, symSize: 0x30 } + - { offsetInCU: 0x27, offset: 0xAA3E0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVAASo7UIColorCRbzlE5color7fromHexAESgSS_tFZ', symObjAddr: 0x0, symBinAddr: 0x5AE74, symSize: 0x2B4 } + - { offsetInCU: 0x2C1, offset: 0xAA67A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVAASo7UIColorCRbzlE5color7fromHexAESgSS_tFZ', symObjAddr: 0x0, symBinAddr: 0x5AE74, symSize: 0x2B4 } + - { offsetInCU: 0x3D3, offset: 0xAA78C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVAASo7UIColorCRbzlE5color1r1g1b1aAESi_S3itFZ', symObjAddr: 0x2F8, symBinAddr: 0x5B128, symSize: 0x70 } + - { offsetInCU: 0x4C1, offset: 0xAA87A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVAASo7UIColorCRbzlE5color4argbAEs6UInt32V_tFZ', symObjAddr: 0x368, symBinAddr: 0x5B198, symSize: 0x64 } + - { offsetInCU: 0x27, offset: 0xAA973, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginC18setServerAssetPathyySo13CAPPluginCallCF', symObjAddr: 0x0, symBinAddr: 0x5B1FC, symSize: 0x318 } + - { offsetInCU: 0x66, offset: 0xAA9B2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginC18setServerAssetPathyySo13CAPPluginCallCFTo', symObjAddr: 0x318, symBinAddr: 0x5B514, symSize: 0x50 } + - { offsetInCU: 0x9D, offset: 0xAA9E9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginC17setServerBasePathyySo13CAPPluginCallCFTo', symObjAddr: 0x488, symBinAddr: 0x5B684, symSize: 0x50 } + - { offsetInCU: 0xD4, offset: 0xAAA20, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginC17getServerBasePathyySo13CAPPluginCallCFTo', symObjAddr: 0x698, symBinAddr: 0x5B894, symSize: 0x50 } + - { offsetInCU: 0x10B, offset: 0xAAA57, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginC21persistServerBasePathyySo13CAPPluginCallCFTo', symObjAddr: 0x8BC, symBinAddr: 0x5BAB8, symSize: 0x50 } + - { offsetInCU: 0x171, offset: 0xAAABD, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginC6bridge8pluginId0F4NameAcA17CAPBridgeProtocol_p_S2StcfcTo', symObjAddr: 0xA94, symBinAddr: 0x5BC90, symSize: 0xD8 } + - { offsetInCU: 0x1EC, offset: 0xAAB38, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginCACycfcTo', symObjAddr: 0xBBC, symBinAddr: 0x5BDB8, symSize: 0x3C } + - { offsetInCU: 0x2B4, offset: 0xAAC00, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginCMa', symObjAddr: 0xA74, symBinAddr: 0x5BC70, symSize: 0x20 } + - { offsetInCU: 0x413, offset: 0xAAD5F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginC18setServerAssetPathyySo13CAPPluginCallCF', symObjAddr: 0x0, symBinAddr: 0x5B1FC, symSize: 0x318 } + - { offsetInCU: 0x476, offset: 0xAADC2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginC17setServerBasePathyySo13CAPPluginCallCF', symObjAddr: 0x368, symBinAddr: 0x5B564, symSize: 0x120 } + - { offsetInCU: 0x507, offset: 0xAAE53, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginC17getServerBasePathyySo13CAPPluginCallCF', symObjAddr: 0x4D8, symBinAddr: 0x5B6D4, symSize: 0x1C0 } + - { offsetInCU: 0x67D, offset: 0xAAFC9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginC21persistServerBasePathyySo13CAPPluginCallCF', symObjAddr: 0x6E8, symBinAddr: 0x5B8E4, symSize: 0x1D4 } + - { offsetInCU: 0x752, offset: 0xAB09E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginC6bridge8pluginId0F4NameAcA17CAPBridgeProtocol_p_S2StcfC', symObjAddr: 0x90C, symBinAddr: 0x5BB08, symSize: 0xB4 } + - { offsetInCU: 0x766, offset: 0xAB0B2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginC6bridge8pluginId0F4NameAcA17CAPBridgeProtocol_p_S2Stcfc', symObjAddr: 0x9C0, symBinAddr: 0x5BBBC, symSize: 0xB4 } + - { offsetInCU: 0x7DF, offset: 0xAB12B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginCACycfC', symObjAddr: 0xB6C, symBinAddr: 0x5BD68, symSize: 0x20 } + - { offsetInCU: 0x7F3, offset: 0xAB13F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginCACycfc', symObjAddr: 0xB8C, symBinAddr: 0x5BD88, symSize: 0x30 } + - { offsetInCU: 0x824, offset: 0xAB170, size: 0x8, addend: 0x0, symName: '_$s9Capacitor16CAPWebViewPluginCfD', symObjAddr: 0xBF8, symBinAddr: 0x5BDF4, symSize: 0x30 } + - { offsetInCU: 0x50, offset: 0xAB1ED, size: 0x8, addend: 0x0, symName: '_$s9Capacitor10stoppedKey33_B3B54AF19006E24BF72646DA5D63F2A4LLSvSgvp', symObjAddr: 0x4FF0, symBinAddr: 0xA3148, symSize: 0x0 } + - { offsetInCU: 0x156, offset: 0xAB2F3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC03webC0_5startySo05WKWebC0C_So15WKURLSchemeTask_ptFTo', symObjAddr: 0xAE0, symBinAddr: 0x5C8C4, symSize: 0x64 } + - { offsetInCU: 0x1A8, offset: 0xAB345, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC03webC0_4stopySo05WKWebC0C_So15WKURLSchemeTask_ptFTo', symObjAddr: 0xC14, symBinAddr: 0x5C9F8, symSize: 0x78 } + - { offsetInCU: 0x225, offset: 0xAB3C2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC06handleA11HttpRequestyySo15WKURLSchemeTask_p_10Foundation3URLVSbtFyAF4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU0_', symObjAddr: 0xE74, symBinAddr: 0x5CC58, symSize: 0x2C0 } + - { offsetInCU: 0x2CA, offset: 0xAB467, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC06handleA11HttpRequestyySo15WKURLSchemeTask_p_10Foundation3URLVSbtFyAF4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU0_yyScMYccfU_', symObjAddr: 0x1134, symBinAddr: 0x5CF18, symSize: 0x708 } + - { offsetInCU: 0x596, offset: 0xAB733, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerCACycfcTo', symObjAddr: 0x1998, symBinAddr: 0x5D77C, symSize: 0x2C } + - { offsetInCU: 0x986, offset: 0xABB23, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerCfETo', symObjAddr: 0x19F8, symBinAddr: 0x5D7DC, symSize: 0x50 } + - { offsetInCU: 0x9B5, offset: 0xABB52, size: 0x8, addend: 0x0, symName: '_$s9Capacitor10stoppedKey33_B3B54AF19006E24BF72646DA5D63F2A4LL_WZ', symObjAddr: 0x1A48, symBinAddr: 0x5D82C, symSize: 0x20 } + - { offsetInCU: 0xB38, offset: 0xABCD5, size: 0x8, addend: 0x0, symName: '_$ss17_NativeDictionaryV5merge_8isUnique16uniquingKeysWithyqd__n_Sbq_q__q_tKXEtKSTRd__x_q_t7ElementRtd__lFs11AnyHashableV_yps15LazyMapSequenceVySDyAIypGAI_yptGTg5176$s9Capacitor19WebViewAssetHandlerC06handleA11HttpRequestyySo15WKURLSchemeTask_p_10Foundation3URLVSbtFyAF4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU0_yyScMYccfU_ypyp_yptXEfU_Tf1nncn_n', symObjAddr: 0x1A68, symBinAddr: 0x5D84C, symSize: 0x3DC } + - { offsetInCU: 0xD70, offset: 0xABF0D, size: 0x8, addend: 0x0, symName: '_$sxq_xq_Iegnnrr_x3key_q_5valuetx_q_tIegnr_SHRzr0_lTRs11AnyHashableV_ypTg5070$sSD5merge_16uniquingKeysWithySDyxq_Gn_q_q__q_tKXEtKFx_q_tx_q_tcfU_s11cD7V_ypTg5Tf3nnpf_n', symObjAddr: 0x1E44, symBinAddr: 0x5DC28, symSize: 0x30 } + - { offsetInCU: 0xDCA, offset: 0xABF67, size: 0x8, addend: 0x0, symName: '_$ss13_parseInteger5ascii5radixq_Sgx_SitSyRzs010FixedWidthB0R_r0_lFSS_SiTg5', symObjAddr: 0x1E74, symBinAddr: 0x5DC58, symSize: 0xE4 } + - { offsetInCU: 0xE82, offset: 0xAC01F, size: 0x8, addend: 0x0, symName: '_$ss13_parseInteger5ascii5radixq_Sgx_SitSyRzs010FixedWidthB0R_r0_lFADSRys5UInt8VGXEfU_SS_SiTg5', symObjAddr: 0x1F58, symBinAddr: 0x5DD3C, symSize: 0x284 } + - { offsetInCU: 0x102E, offset: 0xAC1CB, size: 0x8, addend: 0x0, symName: '_$ss22_ContiguousArrayBufferV19_uninitializedCount15minimumCapacityAByxGSi_SitcfCs5UInt8V_Tgmq5', symObjAddr: 0x2508, symBinAddr: 0x5E2EC, symSize: 0x64 } + - { offsetInCU: 0x108E, offset: 0xAC22B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor6Router_pWOc', symObjAddr: 0x27F8, symBinAddr: 0x5E5DC, symSize: 0x44 } + - { offsetInCU: 0x10A2, offset: 0xAC23F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerCMa', symObjAddr: 0x283C, symBinAddr: 0x5E620, symSize: 0x3C } + - { offsetInCU: 0x10B6, offset: 0xAC253, size: 0x8, addend: 0x0, symName: ___swift_mutable_project_boxed_opaque_existential_1, symObjAddr: 0x2878, symBinAddr: 0x5E65C, symSize: 0x28 } + - { offsetInCU: 0x11FE, offset: 0xAC39B, size: 0x8, addend: 0x0, symName: '_$sSh21_nonEmptyArrayLiteralShyxGSayxG_tcfCSo16NSURLResourceKeya_Tgm5Tf4g_n', symObjAddr: 0x30E0, symBinAddr: 0x5EE7C, symSize: 0x234 } + - { offsetInCU: 0x152A, offset: 0xAC6C7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerCMU', symObjAddr: 0x492C, symBinAddr: 0x606C8, symSize: 0x8 } + - { offsetInCU: 0x153E, offset: 0xAC6DB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerCMr', symObjAddr: 0x4934, symBinAddr: 0x606D0, symSize: 0x9C } + - { offsetInCU: 0x1552, offset: 0xAC6EF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC06handleA11HttpRequestyySo15WKURLSchemeTask_p_10Foundation3URLVSbtFyAF4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU0_TA', symObjAddr: 0x4B3C, symBinAddr: 0x607E8, symSize: 0x68 } + - { offsetInCU: 0x1566, offset: 0xAC703, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x4BA4, symBinAddr: 0x60850, symSize: 0x10 } + - { offsetInCU: 0x157A, offset: 0xAC717, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x4BB4, symBinAddr: 0x60860, symSize: 0x8 } + - { offsetInCU: 0x158E, offset: 0xAC72B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC06handleA11HttpRequestyySo15WKURLSchemeTask_p_10Foundation3URLVSbtFyAF4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU0_yyScMYccfU_TA', symObjAddr: 0x4CA0, symBinAddr: 0x6094C, symSize: 0x4C } + - { offsetInCU: 0x15A2, offset: 0xAC73F, size: 0x8, addend: 0x0, symName: '_$s10Foundation4DataVSgWOy', symObjAddr: 0x4CEC, symBinAddr: 0x60998, symSize: 0x14 } + - { offsetInCU: 0x15B6, offset: 0xAC753, size: 0x8, addend: 0x0, symName: '_$s8Dispatch0A13WorkItemFlagsVACs10SetAlgebraAAWl', symObjAddr: 0x4D00, symBinAddr: 0x609AC, symSize: 0x48 } + - { offsetInCU: 0x15CA, offset: 0xAC767, size: 0x8, addend: 0x0, symName: '_$sSay8Dispatch0A13WorkItemFlagsVGSayxGSTsWl', symObjAddr: 0x4D48, symBinAddr: 0x609F4, symSize: 0x60 } + - { offsetInCU: 0x15DE, offset: 0xAC77B, size: 0x8, addend: 0x0, symName: '_$sypSgWOb', symObjAddr: 0x4F20, symBinAddr: 0x60B10, symSize: 0x48 } + - { offsetInCU: 0x1656, offset: 0xAC7F3, size: 0x8, addend: 0x0, symName: '_$sSD7merging_16uniquingKeysWithSDyxq_GACn_q_q__q_tKXEtKFs11AnyHashableV_ypTg5176$s9Capacitor19WebViewAssetHandlerC06handleA11HttpRequestyySo15WKURLSchemeTask_p_10Foundation3URLVSbtFyAF4DataVSg_So13NSURLResponseCSgs5Error_pSgtYbcfU0_yyScMYccfU_ypyp_yptXEfU_Tf1ncn_n', symObjAddr: 0x30, symBinAddr: 0x5BE54, symSize: 0x7C } + - { offsetInCU: 0x173F, offset: 0xAC8DC, size: 0x8, addend: 0x0, symName: '_$ss17FixedWidthIntegerPsEyxSgSScfCSi_Tgm5', symObjAddr: 0x728, symBinAddr: 0x5C50C, symSize: 0x3B8 } + - { offsetInCU: 0x2112, offset: 0xAD2AF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC6routerAcA6Router_p_tcfC', symObjAddr: 0x0, symBinAddr: 0x5BE24, symSize: 0x30 } + - { offsetInCU: 0x216F, offset: 0xAD30C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC6routerAcA6Router_p_tcfc', symObjAddr: 0xAC, symBinAddr: 0x5BED0, symSize: 0x10C } + - { offsetInCU: 0x224A, offset: 0xAD3E7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC03setD4PathyySSF', symObjAddr: 0x1F8, symBinAddr: 0x5BFDC, symSize: 0x94 } + - { offsetInCU: 0x22BC, offset: 0xAD459, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC12setServerUrlyy10Foundation3URLVSgF', symObjAddr: 0x28C, symBinAddr: 0x5C070, symSize: 0xAC } + - { offsetInCU: 0x233A, offset: 0xAD4D7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC17isUsingLiveReload33_B3B54AF19006E24BF72646DA5D63F2A4LLySb10Foundation3URLVF', symObjAddr: 0x338, symBinAddr: 0x5C11C, symSize: 0x2C4 } + - { offsetInCU: 0x23BC, offset: 0xAD559, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC03webC0_5startySo05WKWebC0C_So15WKURLSchemeTask_ptF', symObjAddr: 0x5FC, symBinAddr: 0x5C3E0, symSize: 0x8 } + - { offsetInCU: 0x23D6, offset: 0xAD573, size: 0x8, addend: 0x0, symName: '_$sSo12NSFileHandleC14forReadingFromAB10Foundation3URLV_tKcfCTO', symObjAddr: 0x604, symBinAddr: 0x5C3E8, symSize: 0x124 } + - { offsetInCU: 0x2412, offset: 0xAD5AF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC03webC0_4stopySo05WKWebC0C_So15WKURLSchemeTask_ptF', symObjAddr: 0xB44, symBinAddr: 0x5C928, symSize: 0x30 } + - { offsetInCU: 0x2449, offset: 0xAD5E6, size: 0x8, addend: 0x0, symName: '_$sSo15WKURLSchemeTaskP9CapacitorE7stopped33_B3B54AF19006E24BF72646DA5D63F2A4LLSbvs', symObjAddr: 0xB74, symBinAddr: 0x5C958, symSize: 0xA0 } + - { offsetInCU: 0x24E7, offset: 0xAD684, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC20mimeTypeForExtension04pathI0S2S_tF', symObjAddr: 0xC8C, symBinAddr: 0x5CA70, symSize: 0x168 } + - { offsetInCU: 0x25AF, offset: 0xAD74C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC16isMediaExtension04pathH0SbSS_tF', symObjAddr: 0xDF4, symBinAddr: 0x5CBD8, symSize: 0x80 } + - { offsetInCU: 0x26A1, offset: 0xAD83E, size: 0x8, addend: 0x0, symName: '_$sSo15WKURLSchemeTaskP9CapacitorE7stopped33_B3B54AF19006E24BF72646DA5D63F2A4LLSbvg', symObjAddr: 0x183C, symBinAddr: 0x5D620, symSize: 0x100 } + - { offsetInCU: 0x26E3, offset: 0xAD880, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC9mimeTypesSDyS2SGvg', symObjAddr: 0x193C, symBinAddr: 0x5D720, symSize: 0x10 } + - { offsetInCU: 0x2706, offset: 0xAD8A3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerCACycfC', symObjAddr: 0x194C, symBinAddr: 0x5D730, symSize: 0x20 } + - { offsetInCU: 0x271A, offset: 0xAD8B7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerCACycfc', symObjAddr: 0x196C, symBinAddr: 0x5D750, symSize: 0x2C } + - { offsetInCU: 0x2773, offset: 0xAD910, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerCfD', symObjAddr: 0x19C4, symBinAddr: 0x5D7A8, symSize: 0x34 } + - { offsetInCU: 0x2836, offset: 0xAD9D3, size: 0x8, addend: 0x0, symName: '_$sSS8_copyingyS2SFZ', symObjAddr: 0x21DC, symBinAddr: 0x5DFC0, symSize: 0x8C } + - { offsetInCU: 0x284A, offset: 0xAD9E7, size: 0x8, addend: 0x0, symName: '_$sSlsEy11SubSequenceQzqd__cSXRd__5BoundQyd__5IndexRtzluigSS_s16PartialRangeFromVySSAEVGTgq5', symObjAddr: 0x2268, symBinAddr: 0x5E04C, symSize: 0x4C } + - { offsetInCU: 0x287A, offset: 0xADA17, size: 0x8, addend: 0x0, symName: '_$sSS8_copyingySSSsFZ', symObjAddr: 0x22B4, symBinAddr: 0x5E098, symSize: 0x164 } + - { offsetInCU: 0x28D7, offset: 0xADA74, size: 0x8, addend: 0x0, symName: '_$sSlsE5countSivgSs8UTF8ViewV_Tgq5', symObjAddr: 0x2418, symBinAddr: 0x5E1FC, symSize: 0xF0 } + - { offsetInCU: 0x28FE, offset: 0xADA9B, size: 0x8, addend: 0x0, symName: '_$sSTsE21_copySequenceContents12initializing8IteratorQz_SitSry7ElementQzG_tFSs8UTF8ViewV_Tgq5', symObjAddr: 0x256C, symBinAddr: 0x5E350, symSize: 0x214 } + - { offsetInCU: 0x2933, offset: 0xADAD0, size: 0x8, addend: 0x0, symName: '_$ss11_StringGutsV27_slowEnsureMatchingEncodingySS5IndexVAEF', symObjAddr: 0x2780, symBinAddr: 0x5E564, symSize: 0x78 } + - { offsetInCU: 0x2983, offset: 0xADB20, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC06handleA11HttpRequestyySo15WKURLSchemeTask_p_10Foundation3URLVSbtFTf4nndn_n', symObjAddr: 0x28E8, symBinAddr: 0x5E684, symSize: 0x7F8 } + - { offsetInCU: 0x2CC0, offset: 0xADE5D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor19WebViewAssetHandlerC03webC0_5startySo05WKWebC0C_So15WKURLSchemeTask_ptFTf4dnn_n', symObjAddr: 0x3314, symBinAddr: 0x5F0B0, symSize: 0x15F8 } + - { offsetInCU: 0x43, offset: 0xAE82C, size: 0x8, addend: 0x0, symName: '_$sIeyB_Ieg_TR', symObjAddr: 0x4, symBinAddr: 0x60BA0, symSize: 0x8 } + - { offsetInCU: 0xD6, offset: 0xAE8BF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerCACycfcTo', symObjAddr: 0x2A4, symBinAddr: 0x60E40, symSize: 0x20 } + - { offsetInCU: 0x17E, offset: 0xAE967, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_29didStartProvisionalNavigationySo05WKWebC0C_So12WKNavigationCSgtFTo', symObjAddr: 0x3A4, symBinAddr: 0x60F40, symSize: 0x64 } + - { offsetInCU: 0x1DF, offset: 0xAE9C8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_32requestMediaCapturePermissionFor16initiatedByFrame4type08decisionE0ySo05WKWebC0C_So16WKSecurityOriginCSo11WKFrameInfoCSo07WKMediaI4TypeVySo20WKPermissionDecisionVctFTo', symObjAddr: 0x42C, symBinAddr: 0x60FC8, symSize: 0xA8 } + - { offsetInCU: 0x269, offset: 0xAEA52, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_46requestDeviceOrientationAndMotionPermissionFor16initiatedByFrame08decisionE0ySo05WKWebC0C_So16WKSecurityOriginCSo11WKFrameInfoCySo20WKPermissionDecisionVctFTo', symObjAddr: 0x4F8, symBinAddr: 0x61094, symSize: 0xA8 } + - { offsetInCU: 0x2FD, offset: 0xAEAE6, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_15decidePolicyFor08decisionE0ySo05WKWebC0C_So18WKNavigationActionCySo0lmH0VctFTo', symObjAddr: 0xF4C, symBinAddr: 0x61AE8, symSize: 0x94 } + - { offsetInCU: 0x34D, offset: 0xAEB36, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_9didFinishySo05WKWebC0C_So12WKNavigationCSgtFTo', symObjAddr: 0xFE4, symBinAddr: 0x61B80, symSize: 0x68 } + - { offsetInCU: 0x3A2, offset: 0xAEB8B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_7didFail9withErrorySo05WKWebC0C_So12WKNavigationCSgs0J0_ptFTo', symObjAddr: 0x1054, symBinAddr: 0x61BF0, symSize: 0x8C } + - { offsetInCU: 0x3F7, offset: 0xAEBE0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_28didFailProvisionalNavigation9withErrorySo05WKWebC0C_So12WKNavigationCSgs0L0_ptFTo', symObjAddr: 0x10E8, symBinAddr: 0x61C84, symSize: 0x8C } + - { offsetInCU: 0x444, offset: 0xAEC2D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webcB26ContentProcessDidTerminateyySo05WKWebC0CFTo', symObjAddr: 0x1198, symBinAddr: 0x61D34, symSize: 0x6C } + - { offsetInCU: 0x494, offset: 0xAEC7D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC21userContentController_10didReceiveySo06WKUsergH0C_So15WKScriptMessageCtFTo', symObjAddr: 0x120C, symBinAddr: 0x61DA8, symSize: 0x68 } + - { offsetInCU: 0x4FF, offset: 0xAECE8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_34runJavaScriptAlertPanelWithMessage16initiatedByFrame010completionE0ySo05WKWebC0C_SSSo11WKFrameInfoCyyctFTo', symObjAddr: 0x14FC, symBinAddr: 0x62098, symSize: 0xC0 } + - { offsetInCU: 0x559, offset: 0xAED42, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_36runJavaScriptConfirmPanelWithMessage16initiatedByFrame010completionE0ySo05WKWebC0C_SSSo11WKFrameInfoCySbctFTo', symObjAddr: 0x15D0, symBinAddr: 0x6216C, symSize: 0xDC } + - { offsetInCU: 0x5C9, offset: 0xAEDB2, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_37runJavaScriptTextInputPanelWithPrompt07defaultJ016initiatedByFrame010completionE0ySo05WKWebC0C_S2SSgSo11WKFrameInfoCyAKctFTo', symObjAddr: 0x268C, symBinAddr: 0x63228, symSize: 0xF8 } + - { offsetInCU: 0x623, offset: 0xAEE0C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_06createbC4With3for14windowFeaturesSo05WKWebC0CSgAI_So0lC13ConfigurationCSo18WKNavigationActionCSo08WKWindowK0CtFTo', symObjAddr: 0x27D0, symBinAddr: 0x6336C, symSize: 0xAC } + - { offsetInCU: 0x677, offset: 0xAEE60, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC06scrollC16WillBeginZooming_4withySo08UIScrollC0C_So6UIViewCSgtFTo', symObjAddr: 0x28D0, symBinAddr: 0x6346C, symSize: 0xA0 } + - { offsetInCU: 0x6D6, offset: 0xAEEBF, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_15decidePolicyFor08decisionE0ySo05WKWebC0C_So18WKNavigationActionCySo0lmH0VctF06$sSo24lmH16VIeyBy_ABIegy_TRALIeyBy_Tf1nncn_nTf4dnng_n', symObjAddr: 0x2B8C, symBinAddr: 0x636E8, symSize: 0x980 } + - { offsetInCU: 0x9B8, offset: 0xAF1A1, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC10logJSError33_F9163AD9166938F8B4F54F28D02AA29FLLyySDySSypGFTf4nd_n', symObjAddr: 0x3FE4, symBinAddr: 0x64B40, symSize: 0x7A4 } + - { offsetInCU: 0x1066, offset: 0xAF84F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_34runJavaScriptAlertPanelWithMessage16initiatedByFrame010completionE0ySo05WKWebC0C_SSSo11WKFrameInfoCyyctF13$sIeyB_Ieg_TRIeyB_Tf1nnncn_nTf4dndng_n', symObjAddr: 0x5444, symBinAddr: 0x65FA0, symSize: 0x2F0 } + - { offsetInCU: 0x11A5, offset: 0xAF98E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_37runJavaScriptTextInputPanelWithPrompt07defaultJ016initiatedByFrame010completionE0ySo05WKWebC0C_S2SSgSo11WKFrameInfoCyAKctF019$sSo8NSStringCSgIeyQ12_SSSgIegg_TRSo0Y0CSgIeyBy_Tf1nnnncn_nTf4dnndng_n', symObjAddr: 0x5B3C, symBinAddr: 0x665FC, symSize: 0xE8C } + - { offsetInCU: 0x1623, offset: 0xAFE0C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_06createbC4With3for14windowFeaturesSo05WKWebC0CSgAI_So0lC13ConfigurationCSo18WKNavigationActionCSo08WKWindowK0CtFTf4ddndd_n', symObjAddr: 0x69C8, symBinAddr: 0x67488, symSize: 0x22C } + - { offsetInCU: 0x169E, offset: 0xAFE87, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC17contentControllerSo013WKUserContentG0CvpACTk', symObjAddr: 0x74, symBinAddr: 0x60C10, symSize: 0x68 } + - { offsetInCU: 0x16DE, offset: 0xAFEC7, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerCMa', symObjAddr: 0x284, symBinAddr: 0x60E20, symSize: 0x20 } + - { offsetInCU: 0x18DB, offset: 0xB00C4, size: 0x8, addend: 0x0, symName: '_$sSo8NSStringCSgIeyBy_SSSgIegg_TR', symObjAddr: 0x2784, symBinAddr: 0x63320, symSize: 0x44 } + - { offsetInCU: 0x1936, offset: 0xB011F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerCfETo', symObjAddr: 0x29EC, symBinAddr: 0x63588, symSize: 0x4C } + - { offsetInCU: 0x19CB, offset: 0xB01B4, size: 0x8, addend: 0x0, symName: '_$sSo38UIApplicationOpenExternalURLOptionsKeyaABSHSCWl', symObjAddr: 0x2B44, symBinAddr: 0x636A0, symSize: 0x48 } + - { offsetInCU: 0x1B19, offset: 0xB0302, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_34runJavaScriptAlertPanelWithMessage16initiatedByFrame010completionE0ySo05WKWebC0C_SSSo11WKFrameInfoCyyctFySo13UIAlertActionCcfU_TA', symObjAddr: 0x540C, symBinAddr: 0x65F68, symSize: 0x20 } + - { offsetInCU: 0x1B4D, offset: 0xB0336, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x542C, symBinAddr: 0x65F88, symSize: 0x10 } + - { offsetInCU: 0x1B61, offset: 0xB034A, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x543C, symBinAddr: 0x65F98, symSize: 0x8 } + - { offsetInCU: 0x1B80, offset: 0xB0369, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_37runJavaScriptTextInputPanelWithPrompt07defaultJ016initiatedByFrame010completionE0ySo05WKWebC0C_S2SSgSo11WKFrameInfoCyAKctFySo11UITextFieldCcfU_TA', symObjAddr: 0x5AAC, symBinAddr: 0x665C4, symSize: 0x8 } + - { offsetInCU: 0x1B94, offset: 0xB037D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_37runJavaScriptTextInputPanelWithPrompt07defaultJ016initiatedByFrame010completionE0ySo05WKWebC0C_S2SSgSo11WKFrameInfoCyAKctFySo13UIAlertActionCcfU0_TA', symObjAddr: 0x5AB4, symBinAddr: 0x665CC, symSize: 0x28 } + - { offsetInCU: 0x1BD3, offset: 0xB03BC, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC0bC12LoadingStateOwet', symObjAddr: 0x6CF0, symBinAddr: 0x677A0, symSize: 0xA8 } + - { offsetInCU: 0x1BE7, offset: 0xB03D0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC0bC12LoadingStateOwst', symObjAddr: 0x6D98, symBinAddr: 0x67848, symSize: 0xC4 } + - { offsetInCU: 0x1BFB, offset: 0xB03E4, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC0bC12LoadingStateOwug', symObjAddr: 0x6E5C, symBinAddr: 0x6790C, symSize: 0x1C } + - { offsetInCU: 0x1C0F, offset: 0xB03F8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC0bC12LoadingStateOwup', symObjAddr: 0x6E78, symBinAddr: 0x67928, symSize: 0x4 } + - { offsetInCU: 0x1C23, offset: 0xB040C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC0bC12LoadingStateOwui', symObjAddr: 0x6E7C, symBinAddr: 0x6792C, symSize: 0x18 } + - { offsetInCU: 0x1C37, offset: 0xB0420, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC0bC12LoadingStateOMa', symObjAddr: 0x6E94, symBinAddr: 0x67944, symSize: 0x10 } + - { offsetInCU: 0x1C4B, offset: 0xB0434, size: 0x8, addend: 0x0, symName: '_$sSo8NSStringCSgIeyBy_SSSgIegg_TRTA', symObjAddr: 0x6EC8, symBinAddr: 0x67978, symSize: 0x8 } + - { offsetInCU: 0x1C6A, offset: 0xB0453, size: 0x8, addend: 0x0, symName: '_$s10ObjectiveC8ObjCBoolVIeyBy_SbIegy_TRTA', symObjAddr: 0x6F1C, symBinAddr: 0x679CC, symSize: 0x14 } + - { offsetInCU: 0x1C93, offset: 0xB047C, size: 0x8, addend: 0x0, symName: '_$sIeyB_Ieg_TRTA', symObjAddr: 0x6F30, symBinAddr: 0x679E0, symSize: 0xC } + - { offsetInCU: 0x1CBC, offset: 0xB04A5, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_36runJavaScriptConfirmPanelWithMessage16initiatedByFrame010completionE0ySo05WKWebC0C_SSSo11WKFrameInfoCySbctFySo13UIAlertActionCcfU_TA', symObjAddr: 0x6F74, symBinAddr: 0x67A24, symSize: 0x24 } + - { offsetInCU: 0x1CF0, offset: 0xB04D9, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_36runJavaScriptConfirmPanelWithMessage16initiatedByFrame010completionE0ySo05WKWebC0C_SSSo11WKFrameInfoCySbctFySo13UIAlertActionCcfU0_TA', symObjAddr: 0x6F98, symBinAddr: 0x67A48, symSize: 0x24 } + - { offsetInCU: 0x1D24, offset: 0xB050D, size: 0x8, addend: 0x0, symName: '_$sypSgWOc', symObjAddr: 0x7018, symBinAddr: 0x67A6C, symSize: 0x48 } + - { offsetInCU: 0x2384, offset: 0xB0B6D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerCACycfC', symObjAddr: 0xC, symBinAddr: 0x60BA8, symSize: 0x20 } + - { offsetInCU: 0x2398, offset: 0xB0B81, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC6bridgeAA0A6BridgeCSgvg', symObjAddr: 0x2C, symBinAddr: 0x60BC8, symSize: 0x48 } + - { offsetInCU: 0x23E7, offset: 0xB0BD0, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC17contentControllerSo013WKUserContentG0Cvg', symObjAddr: 0xDC, symBinAddr: 0x60C78, symSize: 0x44 } + - { offsetInCU: 0x241A, offset: 0xB0C03, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerCACycfc', symObjAddr: 0x120, symBinAddr: 0x60CBC, symSize: 0x164 } + - { offsetInCU: 0x2471, offset: 0xB0C5A, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC7cleanUpyyF', symObjAddr: 0x2C4, symBinAddr: 0x60E60, symSize: 0x70 } + - { offsetInCU: 0x24CF, offset: 0xB0CB8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC15willLoadWebviewyySo05WKWebC0CSgF', symObjAddr: 0x334, symBinAddr: 0x60ED0, symSize: 0x6C } + - { offsetInCU: 0x255F, offset: 0xB0D48, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_29didStartProvisionalNavigationySo05WKWebC0C_So12WKNavigationCSgtF', symObjAddr: 0x3A0, symBinAddr: 0x60F3C, symSize: 0x4 } + - { offsetInCU: 0x2586, offset: 0xB0D6F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_32requestMediaCapturePermissionFor16initiatedByFrame4type08decisionE0ySo05WKWebC0C_So16WKSecurityOriginCSo11WKFrameInfoCSo07WKMediaI4TypeVySo20WKPermissionDecisionVctF', symObjAddr: 0x408, symBinAddr: 0x60FA4, symSize: 0x24 } + - { offsetInCU: 0x262C, offset: 0xB0E15, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_46requestDeviceOrientationAndMotionPermissionFor16initiatedByFrame08decisionE0ySo05WKWebC0C_So16WKSecurityOriginCSo11WKFrameInfoCySo20WKPermissionDecisionVctF', symObjAddr: 0x4D4, symBinAddr: 0x61070, symSize: 0x24 } + - { offsetInCU: 0x2724, offset: 0xB0F0D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_15decidePolicyFor08decisionE0ySo05WKWebC0C_So18WKNavigationActionCySo0lmH0VctF', symObjAddr: 0x5A0, symBinAddr: 0x6113C, symSize: 0x9AC } + - { offsetInCU: 0x2939, offset: 0xB1122, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_9didFinishySo05WKWebC0C_So12WKNavigationCSgtF', symObjAddr: 0xFE0, symBinAddr: 0x61B7C, symSize: 0x4 } + - { offsetInCU: 0x2954, offset: 0xB113D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_7didFail9withErrorySo05WKWebC0C_So12WKNavigationCSgs0J0_ptF', symObjAddr: 0x104C, symBinAddr: 0x61BE8, symSize: 0x8 } + - { offsetInCU: 0x296F, offset: 0xB1158, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_28didFailProvisionalNavigation9withErrorySo05WKWebC0C_So12WKNavigationCSgs0L0_ptF', symObjAddr: 0x10E0, symBinAddr: 0x61C7C, symSize: 0x8 } + - { offsetInCU: 0x298A, offset: 0xB1173, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webcB26ContentProcessDidTerminateyySo05WKWebC0CF', symObjAddr: 0x1174, symBinAddr: 0x61D10, symSize: 0x24 } + - { offsetInCU: 0x29CF, offset: 0xB11B8, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC21userContentController_10didReceiveySo06WKUsergH0C_So15WKScriptMessageCtF', symObjAddr: 0x1204, symBinAddr: 0x61DA0, symSize: 0x8 } + - { offsetInCU: 0x2A32, offset: 0xB121B, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_34runJavaScriptAlertPanelWithMessage16initiatedByFrame010completionE0ySo05WKWebC0C_SSSo11WKFrameInfoCyyctF', symObjAddr: 0x1274, symBinAddr: 0x61E10, symSize: 0x288 } + - { offsetInCU: 0x2B84, offset: 0xB136D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_36runJavaScriptConfirmPanelWithMessage16initiatedByFrame010completionE0ySo05WKWebC0C_SSSo11WKFrameInfoCySbctF', symObjAddr: 0x15BC, symBinAddr: 0x62158, symSize: 0x14 } + - { offsetInCU: 0x2C4B, offset: 0xB1434, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_37runJavaScriptTextInputPanelWithPrompt07defaultJ016initiatedByFrame010completionE0ySo05WKWebC0C_S2SSgSo11WKFrameInfoCyAKctF', symObjAddr: 0x16AC, symBinAddr: 0x62248, symSize: 0xDC4 } + - { offsetInCU: 0x30AD, offset: 0xB1896, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_37runJavaScriptTextInputPanelWithPrompt07defaultJ016initiatedByFrame010completionE0ySo05WKWebC0C_S2SSgSo11WKFrameInfoCyAKctFySo11UITextFieldCcfU_', symObjAddr: 0x2470, symBinAddr: 0x6300C, symSize: 0x50 } + - { offsetInCU: 0x30EA, offset: 0xB18D3, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_37runJavaScriptTextInputPanelWithPrompt07defaultJ016initiatedByFrame010completionE0ySo05WKWebC0C_S2SSgSo11WKFrameInfoCyAKctFySo13UIAlertActionCcfU1_', symObjAddr: 0x2510, symBinAddr: 0x630AC, symSize: 0x17C } + - { offsetInCU: 0x3304, offset: 0xB1AED, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_06createbC4With3for14windowFeaturesSo05WKWebC0CSgAI_So0lC13ConfigurationCSo18WKNavigationActionCSo08WKWindowK0CtF', symObjAddr: 0x27C8, symBinAddr: 0x63364, symSize: 0x8 } + - { offsetInCU: 0x331F, offset: 0xB1B08, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC06scrollC16WillBeginZooming_4withySo08UIScrollC0C_So6UIViewCSgtF', symObjAddr: 0x287C, symBinAddr: 0x63418, symSize: 0x54 } + - { offsetInCU: 0x3391, offset: 0xB1B7A, size: 0x8, addend: 0x0, symName: '_$sSlsEy11SubSequenceQzqd__cSXRd__5BoundQyd__5IndexRtzluigSS_s16PartialRangeFromVySSAEVGTg5', symObjAddr: 0x2970, symBinAddr: 0x6350C, symSize: 0x4C } + - { offsetInCU: 0x3425, offset: 0xB1C0E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerCfD', symObjAddr: 0x29BC, symBinAddr: 0x63558, symSize: 0x30 } + - { offsetInCU: 0x34AC, offset: 0xB1C95, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_29didStartProvisionalNavigationySo05WKWebC0C_So12WKNavigationCSgtFTf4ddn_n', symObjAddr: 0x2A38, symBinAddr: 0x635D4, symSize: 0xCC } + - { offsetInCU: 0x35F2, offset: 0xB1DDB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_9didFinishySo05WKWebC0C_So12WKNavigationCSgtFTf4ndn_n', symObjAddr: 0x350C, symBinAddr: 0x64068, symSize: 0xD8 } + - { offsetInCU: 0x3733, offset: 0xB1F1C, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_7didFail9withErrorySo05WKWebC0C_So12WKNavigationCSgs0J0_ptFTf4ndnn_n', symObjAddr: 0x35E4, symBinAddr: 0x64140, symSize: 0x514 } + - { offsetInCU: 0x3986, offset: 0xB216F, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_28didFailProvisionalNavigation9withErrorySo05WKWebC0C_So12WKNavigationCSgs0L0_ptFTf4ndnn_n', symObjAddr: 0x3AF8, symBinAddr: 0x64654, symSize: 0x4EC } + - { offsetInCU: 0x3C02, offset: 0xB23EB, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC21userContentController_10didReceiveySo06WKUsergH0C_So15WKScriptMessageCtFTf4dnn_n', symObjAddr: 0x4788, symBinAddr: 0x652E4, symSize: 0xC60 } + - { offsetInCU: 0x417B, offset: 0xB2964, size: 0x8, addend: 0x0, symName: '_$s9Capacitor24WebViewDelegationHandlerC03webC0_36runJavaScriptConfirmPanelWithMessage16initiatedByFrame010completionE0ySo05WKWebC0C_SSSo11WKFrameInfoCySbctFTf4dndnn_n', symObjAddr: 0x5734, symBinAddr: 0x66290, symSize: 0x310 } + - { offsetInCU: 0x2B, offset: 0xB2AFA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVAASo9WKWebViewCRszlE39setKeyboardShouldRequireUserInteractionyySbSgF', symObjAddr: 0x0, symBinAddr: 0x67B64, symSize: 0x90 } + - { offsetInCU: 0x4F, offset: 0xB2B1E, size: 0x8, addend: 0x0, symName: '_$s9Capacitor28associatedKeyboardFlagHandle33_3E0898892F6945378FAE8ABD0FA44A3BLLs5UInt8Vvp', symObjAddr: 0xAB8, symBinAddr: 0xA3230, symSize: 0x0 } + - { offsetInCU: 0xF9, offset: 0xB2BC8, size: 0x8, addend: 0x0, symName: '_$sSo9WKWebViewC9CapacitorE23_swizzleKeyboardMethodsyyFZTo', symObjAddr: 0x378, symBinAddr: 0x67E14, symSize: 0x28 } + - { offsetInCU: 0x131, offset: 0xB2C00, size: 0x8, addend: 0x0, symName: '_$sSo9WKWebViewC9CapacitorE18oneTimeOnlySwizzle_WZ', symObjAddr: 0x3A0, symBinAddr: 0x67E3C, symSize: 0x4 } + - { offsetInCU: 0x1B9, offset: 0xB2C88, size: 0x8, addend: 0x0, symName: '_$sSo9WKWebViewC9CapacitorE18oneTimeOnlySwizzleytvpZfiyyXEfU_', symObjAddr: 0x3A4, symBinAddr: 0x67E40, symSize: 0x11C } + - { offsetInCU: 0x287, offset: 0xB2D56, size: 0x8, addend: 0x0, symName: '_$sSo9WKWebViewC9CapacitorE18oneTimeOnlySwizzleytvpZfiyyXEfU_ABSgypSgcfU_', symObjAddr: 0x4C0, symBinAddr: 0x67F5C, symSize: 0xDC } + - { offsetInCU: 0x2C8, offset: 0xB2D97, size: 0x8, addend: 0x0, symName: '_$sSo9WKWebViewC9CapacitorE18oneTimeOnlySwizzleytvpZfiyyXEfU_ys13OpaquePointerV_10ObjectiveC8SelectorVtcfU0_yyp_SVS3bypSgtcfU_', symObjAddr: 0x59C, symBinAddr: 0x68038, symSize: 0x2D8 } + - { offsetInCU: 0x39B, offset: 0xB2E6A, size: 0x8, addend: 0x0, symName: '_$sSo9WKWebViewC9CapacitorE18oneTimeOnlySwizzleytvpZfiyyXEfU_ys13OpaquePointerV_10ObjectiveC8SelectorVtcfU0_yyp_SVS3bypSgtcfU_TA', symObjAddr: 0x898, symBinAddr: 0x68334, symSize: 0x28 } + - { offsetInCU: 0x3AF, offset: 0xB2E7E, size: 0x8, addend: 0x0, symName: '_$sypSVS3bypSgIegnyyyyn_yXlSVS3byXlSgIeyByyyyyy_TR', symObjAddr: 0x8C0, symBinAddr: 0x6835C, symSize: 0xD4 } + - { offsetInCU: 0x3C7, offset: 0xB2E96, size: 0x8, addend: 0x0, symName: _block_copy_helper, symObjAddr: 0x994, symBinAddr: 0x68430, symSize: 0x10 } + - { offsetInCU: 0x3DB, offset: 0xB2EAA, size: 0x8, addend: 0x0, symName: _block_destroy_helper, symObjAddr: 0x9A4, symBinAddr: 0x68440, symSize: 0x8 } + - { offsetInCU: 0x3EF, offset: 0xB2EBE, size: 0x8, addend: 0x0, symName: ___swift_project_boxed_opaque_existential_0, symObjAddr: 0xA08, symBinAddr: 0x68448, symSize: 0x24 } + - { offsetInCU: 0x61B, offset: 0xB30EA, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVAASo9WKWebViewCRszlE39setKeyboardShouldRequireUserInteractionyySbSgF', symObjAddr: 0x0, symBinAddr: 0x67B64, symSize: 0x90 } + - { offsetInCU: 0x6AE, offset: 0xB317D, size: 0x8, addend: 0x0, symName: '_$s9Capacitor0A20ExtensionTypeWrapperVAASo9WKWebViewCRszlE36keyboardShouldRequireUserInteractionSbSgvg', symObjAddr: 0x90, symBinAddr: 0x67BF4, symSize: 0x108 } + - { offsetInCU: 0x6EB, offset: 0xB31BA, size: 0x8, addend: 0x0, symName: '_$sSo9WKWebViewC9CapacitorE27associatedKeyboardFlagValueypSgvs', symObjAddr: 0x198, symBinAddr: 0x67CFC, symSize: 0x118 } +... diff --git a/ios/App/unsigned.xcarchive/dSYMs/Cordova.framework.dSYM/Contents/Info.plist b/ios/App/unsigned.xcarchive/dSYMs/Cordova.framework.dSYM/Contents/Info.plist new file mode 100644 index 0000000..a9aae36 --- /dev/null +++ b/ios/App/unsigned.xcarchive/dSYMs/Cordova.framework.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.apple.xcode.dsym.org.cocoapods.Cordova + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + 6.2.0 + CFBundleVersion + 1 + + diff --git a/ios/App/unsigned.xcarchive/dSYMs/Cordova.framework.dSYM/Contents/Resources/DWARF/Cordova b/ios/App/unsigned.xcarchive/dSYMs/Cordova.framework.dSYM/Contents/Resources/DWARF/Cordova new file mode 100644 index 0000000..b54bbee Binary files /dev/null and b/ios/App/unsigned.xcarchive/dSYMs/Cordova.framework.dSYM/Contents/Resources/DWARF/Cordova differ diff --git a/ios/App/unsigned.xcarchive/dSYMs/Cordova.framework.dSYM/Contents/Resources/Relocations/aarch64/Cordova.yml b/ios/App/unsigned.xcarchive/dSYMs/Cordova.framework.dSYM/Contents/Resources/Relocations/aarch64/Cordova.yml new file mode 100644 index 0000000..7351a94 --- /dev/null +++ b/ios/App/unsigned.xcarchive/dSYMs/Cordova.framework.dSYM/Contents/Resources/Relocations/aarch64/Cordova.yml @@ -0,0 +1,189 @@ +--- +triple: 'arm64-apple-darwin' +binary-path: '/Users/quyilin/Library/Developer/Xcode/DerivedData/App-cahnbiefphmvwmeanmfamzecfuyo/Build/Intermediates.noindex/ArchiveIntermediates/App/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Cordova.framework/Cordova' +relocations: + - { offsetInCU: 0x34, offset: 0x572C1, size: 0x8, addend: 0x0, symName: _CordovaVersionString, symObjAddr: 0x0, symBinAddr: 0x7C40, symSize: 0x0 } + - { offsetInCU: 0x69, offset: 0x572F6, size: 0x8, addend: 0x0, symName: _CordovaVersionNumber, symObjAddr: 0x28, symBinAddr: 0x7C68, symSize: 0x0 } + - { offsetInCU: 0x27, offset: 0x57333, size: 0x8, addend: 0x0, symName: '-[AppDelegate viewController]', symObjAddr: 0x0, symBinAddr: 0x4000, symSize: 0x8 } + - { offsetInCU: 0xB4, offset: 0x573C0, size: 0x8, addend: 0x0, symName: '-[AppDelegate viewController]', symObjAddr: 0x0, symBinAddr: 0x4000, symSize: 0x8 } + - { offsetInCU: 0xEB, offset: 0x573F7, size: 0x8, addend: 0x0, symName: '-[AppDelegate setViewController:]', symObjAddr: 0x8, symBinAddr: 0x4008, symSize: 0xC } + - { offsetInCU: 0x12C, offset: 0x57438, size: 0x8, addend: 0x0, symName: '-[AppDelegate .cxx_destruct]', symObjAddr: 0x14, symBinAddr: 0x4014, symSize: 0xC } + - { offsetInCU: 0x27, offset: 0x574AF, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl initWithWebView:pluginManager:]', symObjAddr: 0x0, symBinAddr: 0x4020, symSize: 0x108 } + - { offsetInCU: 0x1E6, offset: 0x5766E, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl initWithWebView:pluginManager:]', symObjAddr: 0x0, symBinAddr: 0x4020, symSize: 0x108 } + - { offsetInCU: 0x25C, offset: 0x576E4, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl pathForResource:]', symObjAddr: 0x108, symBinAddr: 0x4128, symSize: 0x190 } + - { offsetInCU: 0x2FF, offset: 0x57787, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl flushCommandQueueWithDelayedJs]', symObjAddr: 0x298, symBinAddr: 0x42B8, symSize: 0x8 } + - { offsetInCU: 0x330, offset: 0x577B8, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl evalJsHelper2:]', symObjAddr: 0x2A0, symBinAddr: 0x42C0, symSize: 0x84 } + - { offsetInCU: 0x3FD, offset: 0x57885, size: 0x8, addend: 0x0, symName: '___40-[CDVCommandDelegateImpl evalJsHelper2:]_block_invoke', symObjAddr: 0x324, symBinAddr: 0x4344, symSize: 0x40 } + - { offsetInCU: 0x44C, offset: 0x578D4, size: 0x8, addend: 0x0, symName: '___40-[CDVCommandDelegateImpl evalJsHelper2:]_block_invoke_2', symObjAddr: 0x364, symBinAddr: 0x4384, symSize: 0x5C } + - { offsetInCU: 0x4AA, offset: 0x57932, size: 0x8, addend: 0x0, symName: ___copy_helper_block_e8_32s40s, symObjAddr: 0x3C0, symBinAddr: 0x43E0, symSize: 0x28 } + - { offsetInCU: 0x4D3, offset: 0x5795B, size: 0x8, addend: 0x0, symName: ___destroy_helper_block_e8_32s40s, symObjAddr: 0x3E8, symBinAddr: 0x4408, symSize: 0x28 } + - { offsetInCU: 0x4F2, offset: 0x5797A, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl isValidCallbackId:]', symObjAddr: 0x410, symBinAddr: 0x4430, symSize: 0x94 } + - { offsetInCU: 0x539, offset: 0x579C1, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl sendPluginResult:callbackId:]', symObjAddr: 0x4A4, symBinAddr: 0x44C4, symSize: 0x138 } + - { offsetInCU: 0x5D8, offset: 0x57A60, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl evalJs:]', symObjAddr: 0x5DC, symBinAddr: 0x45FC, symSize: 0x8 } + - { offsetInCU: 0x617, offset: 0x57A9F, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl evalJs:scheduledOnRunLoop:]', symObjAddr: 0x5E4, symBinAddr: 0x4604, symSize: 0x58 } + - { offsetInCU: 0x666, offset: 0x57AEE, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl getCommandInstance:]', symObjAddr: 0x63C, symBinAddr: 0x465C, symSize: 0x64 } + - { offsetInCU: 0x6AD, offset: 0x57B35, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl runInBackground:]', symObjAddr: 0x6A0, symBinAddr: 0x46C0, symSize: 0x40 } + - { offsetInCU: 0x73C, offset: 0x57BC4, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl settings]', symObjAddr: 0x6E0, symBinAddr: 0x4700, symSize: 0x40 } + - { offsetInCU: 0x773, offset: 0x57BFB, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl urlTransformer]', symObjAddr: 0x720, symBinAddr: 0x4740, symSize: 0x8 } + - { offsetInCU: 0x7AA, offset: 0x57C32, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl setUrlTransformer:]', symObjAddr: 0x728, symBinAddr: 0x4748, symSize: 0x8 } + - { offsetInCU: 0x7E9, offset: 0x57C71, size: 0x8, addend: 0x0, symName: '-[CDVCommandDelegateImpl .cxx_destruct]', symObjAddr: 0x730, symBinAddr: 0x4750, symSize: 0x48 } + - { offsetInCU: 0x27, offset: 0x57E82, size: 0x8, addend: 0x0, symName: '-[CDVConfigParser init]', symObjAddr: 0x0, symBinAddr: 0x4798, symSize: 0xDC } + - { offsetInCU: 0xD8, offset: 0x57F33, size: 0x8, addend: 0x0, symName: '-[CDVConfigParser init]', symObjAddr: 0x0, symBinAddr: 0x4798, symSize: 0xDC } + - { offsetInCU: 0x10F, offset: 0x57F6A, size: 0x8, addend: 0x0, symName: '-[CDVConfigParser parser:didStartElement:namespaceURI:qualifiedName:attributes:]', symObjAddr: 0xDC, symBinAddr: 0x4874, symSize: 0x2AC } + - { offsetInCU: 0x1CD, offset: 0x58028, size: 0x8, addend: 0x0, symName: '-[CDVConfigParser parser:didEndElement:namespaceURI:qualifiedName:]', symObjAddr: 0x388, symBinAddr: 0x4B20, symSize: 0x44 } + - { offsetInCU: 0x234, offset: 0x5808F, size: 0x8, addend: 0x0, symName: '-[CDVConfigParser parser:parseErrorOccurred:]', symObjAddr: 0x3CC, symBinAddr: 0x4B64, symSize: 0x4 } + - { offsetInCU: 0x27B, offset: 0x580D6, size: 0x8, addend: 0x0, symName: '-[CDVConfigParser pluginsDict]', symObjAddr: 0x3D0, symBinAddr: 0x4B68, symSize: 0x8 } + - { offsetInCU: 0x2B2, offset: 0x5810D, size: 0x8, addend: 0x0, symName: '-[CDVConfigParser setPluginsDict:]', symObjAddr: 0x3D8, symBinAddr: 0x4B70, symSize: 0xC } + - { offsetInCU: 0x2F3, offset: 0x5814E, size: 0x8, addend: 0x0, symName: '-[CDVConfigParser settings]', symObjAddr: 0x3E4, symBinAddr: 0x4B7C, symSize: 0x8 } + - { offsetInCU: 0x32A, offset: 0x58185, size: 0x8, addend: 0x0, symName: '-[CDVConfigParser setSettings:]', symObjAddr: 0x3EC, symBinAddr: 0x4B84, symSize: 0xC } + - { offsetInCU: 0x36B, offset: 0x581C6, size: 0x8, addend: 0x0, symName: '-[CDVConfigParser startPage]', symObjAddr: 0x3F8, symBinAddr: 0x4B90, symSize: 0x8 } + - { offsetInCU: 0x3A2, offset: 0x581FD, size: 0x8, addend: 0x0, symName: '-[CDVConfigParser setStartPage:]', symObjAddr: 0x400, symBinAddr: 0x4B98, symSize: 0xC } + - { offsetInCU: 0x3E3, offset: 0x5823E, size: 0x8, addend: 0x0, symName: '-[CDVConfigParser startupPluginNames]', symObjAddr: 0x40C, symBinAddr: 0x4BA4, symSize: 0x8 } + - { offsetInCU: 0x41A, offset: 0x58275, size: 0x8, addend: 0x0, symName: '-[CDVConfigParser setStartupPluginNames:]', symObjAddr: 0x414, symBinAddr: 0x4BAC, symSize: 0xC } + - { offsetInCU: 0x45B, offset: 0x582B6, size: 0x8, addend: 0x0, symName: '-[CDVConfigParser .cxx_destruct]', symObjAddr: 0x420, symBinAddr: 0x4BB8, symSize: 0x54 } + - { offsetInCU: 0x27, offset: 0x5836C, size: 0x8, addend: 0x0, symName: '+[CDVInvokedUrlCommand commandFromJson:]', symObjAddr: 0x0, symBinAddr: 0x4C0C, symSize: 0x4C } + - { offsetInCU: 0xC6, offset: 0x5840B, size: 0x8, addend: 0x0, symName: '+[CDVInvokedUrlCommand commandFromJson:]', symObjAddr: 0x0, symBinAddr: 0x4C0C, symSize: 0x4C } + - { offsetInCU: 0x109, offset: 0x5844E, size: 0x8, addend: 0x0, symName: '-[CDVInvokedUrlCommand initFromJson:]', symObjAddr: 0x4C, symBinAddr: 0x4C58, symSize: 0x11C } + - { offsetInCU: 0x1A0, offset: 0x584E5, size: 0x8, addend: 0x0, symName: '-[CDVInvokedUrlCommand initWithArguments:callbackId:className:methodName:]', symObjAddr: 0x168, symBinAddr: 0x4D74, symSize: 0x104 } + - { offsetInCU: 0x217, offset: 0x5855C, size: 0x8, addend: 0x0, symName: '-[CDVInvokedUrlCommand massageArguments]', symObjAddr: 0x26C, symBinAddr: 0x4E78, symSize: 0x1C0 } + - { offsetInCU: 0x2D8, offset: 0x5861D, size: 0x8, addend: 0x0, symName: '-[CDVInvokedUrlCommand argumentAtIndex:]', symObjAddr: 0x42C, symBinAddr: 0x5038, symSize: 0x8 } + - { offsetInCU: 0x31B, offset: 0x58660, size: 0x8, addend: 0x0, symName: '-[CDVInvokedUrlCommand argumentAtIndex:withDefault:]', symObjAddr: 0x434, symBinAddr: 0x5040, symSize: 0x8 } + - { offsetInCU: 0x36C, offset: 0x586B1, size: 0x8, addend: 0x0, symName: '-[CDVInvokedUrlCommand argumentAtIndex:withDefault:andClass:]', symObjAddr: 0x43C, symBinAddr: 0x5048, symSize: 0xE4 } + - { offsetInCU: 0x3E3, offset: 0x58728, size: 0x8, addend: 0x0, symName: '-[CDVInvokedUrlCommand arguments]', symObjAddr: 0x520, symBinAddr: 0x512C, symSize: 0x8 } + - { offsetInCU: 0x41A, offset: 0x5875F, size: 0x8, addend: 0x0, symName: '-[CDVInvokedUrlCommand callbackId]', symObjAddr: 0x528, symBinAddr: 0x5134, symSize: 0x8 } + - { offsetInCU: 0x451, offset: 0x58796, size: 0x8, addend: 0x0, symName: '-[CDVInvokedUrlCommand className]', symObjAddr: 0x530, symBinAddr: 0x513C, symSize: 0x8 } + - { offsetInCU: 0x488, offset: 0x587CD, size: 0x8, addend: 0x0, symName: '-[CDVInvokedUrlCommand methodName]', symObjAddr: 0x538, symBinAddr: 0x5144, symSize: 0x8 } + - { offsetInCU: 0x4BF, offset: 0x58804, size: 0x8, addend: 0x0, symName: '-[CDVInvokedUrlCommand .cxx_destruct]', symObjAddr: 0x540, symBinAddr: 0x514C, symSize: 0x48 } + - { offsetInCU: 0x27, offset: 0x588C3, size: 0x8, addend: 0x0, symName: '-[UIView(org_apache_cordova_UIView_Extension) scrollView]', symObjAddr: 0x0, symBinAddr: 0x5194, symSize: 0x58 } + - { offsetInCU: 0x41, offset: 0x588DD, size: 0x8, addend: 0x0, symName: _CDVPageDidLoadNotification, symObjAddr: 0xF30, symBinAddr: 0xC0B8, symSize: 0x0 } + - { offsetInCU: 0x61, offset: 0x588FD, size: 0x8, addend: 0x0, symName: _CDVPluginHandleOpenURLNotification, symObjAddr: 0xF38, symBinAddr: 0xC0C0, symSize: 0x0 } + - { offsetInCU: 0x77, offset: 0x58913, size: 0x8, addend: 0x0, symName: _CDVPluginHandleOpenURLWithAppSourceAndAnnotationNotification, symObjAddr: 0xF40, symBinAddr: 0xC0C8, symSize: 0x0 } + - { offsetInCU: 0x8D, offset: 0x58929, size: 0x8, addend: 0x0, symName: _CDVPluginResetNotification, symObjAddr: 0xF48, symBinAddr: 0xC0D0, symSize: 0x0 } + - { offsetInCU: 0xA3, offset: 0x5893F, size: 0x8, addend: 0x0, symName: _CDVLocalNotification, symObjAddr: 0xF50, symBinAddr: 0xC0D8, symSize: 0x0 } + - { offsetInCU: 0xB9, offset: 0x58955, size: 0x8, addend: 0x0, symName: _CDVRemoteNotification, symObjAddr: 0xF58, symBinAddr: 0xC0E0, symSize: 0x0 } + - { offsetInCU: 0xCF, offset: 0x5896B, size: 0x8, addend: 0x0, symName: _CDVRemoteNotificationError, symObjAddr: 0xF60, symBinAddr: 0xC0E8, symSize: 0x0 } + - { offsetInCU: 0xE5, offset: 0x58981, size: 0x8, addend: 0x0, symName: _CDVViewWillAppearNotification, symObjAddr: 0xF68, symBinAddr: 0xC0F0, symSize: 0x0 } + - { offsetInCU: 0xFB, offset: 0x58997, size: 0x8, addend: 0x0, symName: _CDVViewDidAppearNotification, symObjAddr: 0xF70, symBinAddr: 0xC0F8, symSize: 0x0 } + - { offsetInCU: 0x111, offset: 0x589AD, size: 0x8, addend: 0x0, symName: _CDVViewWillDisappearNotification, symObjAddr: 0xF78, symBinAddr: 0xC100, symSize: 0x0 } + - { offsetInCU: 0x127, offset: 0x589C3, size: 0x8, addend: 0x0, symName: _CDVViewDidDisappearNotification, symObjAddr: 0xF80, symBinAddr: 0xC108, symSize: 0x0 } + - { offsetInCU: 0x13D, offset: 0x589D9, size: 0x8, addend: 0x0, symName: _CDVViewWillLayoutSubviewsNotification, symObjAddr: 0xF88, symBinAddr: 0xC110, symSize: 0x0 } + - { offsetInCU: 0x153, offset: 0x589EF, size: 0x8, addend: 0x0, symName: _CDVViewDidLayoutSubviewsNotification, symObjAddr: 0xF90, symBinAddr: 0xC118, symSize: 0x0 } + - { offsetInCU: 0x169, offset: 0x58A05, size: 0x8, addend: 0x0, symName: _CDVViewWillTransitionToSizeNotification, symObjAddr: 0xF98, symBinAddr: 0xC120, symSize: 0x0 } + - { offsetInCU: 0x290, offset: 0x58B2C, size: 0x8, addend: 0x0, symName: '-[UIView(org_apache_cordova_UIView_Extension) scrollView]', symObjAddr: 0x0, symBinAddr: 0x5194, symSize: 0x58 } + - { offsetInCU: 0x2F8, offset: 0x58B94, size: 0x8, addend: 0x0, symName: '-[CDVPlugin initWithWebViewEngine:]', symObjAddr: 0x58, symBinAddr: 0x51EC, symSize: 0x6C } + - { offsetInCU: 0x33F, offset: 0x58BDB, size: 0x8, addend: 0x0, symName: '-[CDVPlugin pluginInitialize]', symObjAddr: 0xC4, symBinAddr: 0x5258, symSize: 0xD4 } + - { offsetInCU: 0x372, offset: 0x58C0E, size: 0x8, addend: 0x0, symName: '-[CDVPlugin dispose]', symObjAddr: 0x198, symBinAddr: 0x532C, symSize: 0x30 } + - { offsetInCU: 0x3A5, offset: 0x58C41, size: 0x8, addend: 0x0, symName: '-[CDVPlugin handleOpenURL:]', symObjAddr: 0x1C8, symBinAddr: 0x535C, symSize: 0x48 } + - { offsetInCU: 0x3F4, offset: 0x58C90, size: 0x8, addend: 0x0, symName: '-[CDVPlugin onAppTerminate]', symObjAddr: 0x210, symBinAddr: 0x53A4, symSize: 0x4 } + - { offsetInCU: 0x423, offset: 0x58CBF, size: 0x8, addend: 0x0, symName: '-[CDVPlugin onMemoryWarning]', symObjAddr: 0x214, symBinAddr: 0x53A8, symSize: 0x4 } + - { offsetInCU: 0x452, offset: 0x58CEE, size: 0x8, addend: 0x0, symName: '-[CDVPlugin onReset]', symObjAddr: 0x218, symBinAddr: 0x53AC, symSize: 0x4 } + - { offsetInCU: 0x481, offset: 0x58D1D, size: 0x8, addend: 0x0, symName: '-[CDVPlugin dealloc]', symObjAddr: 0x21C, symBinAddr: 0x53B0, symSize: 0x68 } + - { offsetInCU: 0x4B4, offset: 0x58D50, size: 0x8, addend: 0x0, symName: '-[CDVPlugin appDelegate]', symObjAddr: 0x284, symBinAddr: 0x5418, symSize: 0x4C } + - { offsetInCU: 0x4E7, offset: 0x58D83, size: 0x8, addend: 0x0, symName: '-[CDVPlugin webViewEngine]', symObjAddr: 0x2D0, symBinAddr: 0x5464, symSize: 0x18 } + - { offsetInCU: 0x51E, offset: 0x58DBA, size: 0x8, addend: 0x0, symName: '-[CDVPlugin setWebViewEngine:]', symObjAddr: 0x2E8, symBinAddr: 0x547C, symSize: 0xC } + - { offsetInCU: 0x55F, offset: 0x58DFB, size: 0x8, addend: 0x0, symName: '-[CDVPlugin viewController]', symObjAddr: 0x2F4, symBinAddr: 0x5488, symSize: 0x18 } + - { offsetInCU: 0x596, offset: 0x58E32, size: 0x8, addend: 0x0, symName: '-[CDVPlugin setViewController:]', symObjAddr: 0x30C, symBinAddr: 0x54A0, symSize: 0xC } + - { offsetInCU: 0x5D7, offset: 0x58E73, size: 0x8, addend: 0x0, symName: '-[CDVPlugin commandDelegate]', symObjAddr: 0x318, symBinAddr: 0x54AC, symSize: 0x18 } + - { offsetInCU: 0x60E, offset: 0x58EAA, size: 0x8, addend: 0x0, symName: '-[CDVPlugin setCommandDelegate:]', symObjAddr: 0x330, symBinAddr: 0x54C4, symSize: 0xC } + - { offsetInCU: 0x64F, offset: 0x58EEB, size: 0x8, addend: 0x0, symName: '-[CDVPlugin hasPendingOperation]', symObjAddr: 0x33C, symBinAddr: 0x54D0, symSize: 0xC } + - { offsetInCU: 0x686, offset: 0x58F22, size: 0x8, addend: 0x0, symName: '-[CDVPlugin setHasPendingOperation:]', symObjAddr: 0x348, symBinAddr: 0x54DC, symSize: 0x8 } + - { offsetInCU: 0x6C3, offset: 0x58F5F, size: 0x8, addend: 0x0, symName: '-[CDVPlugin webView]', symObjAddr: 0x350, symBinAddr: 0x54E4, symSize: 0x18 } + - { offsetInCU: 0x6FA, offset: 0x58F96, size: 0x8, addend: 0x0, symName: '-[CDVPlugin setWebView:]', symObjAddr: 0x368, symBinAddr: 0x54FC, symSize: 0xC } + - { offsetInCU: 0x73B, offset: 0x58FD7, size: 0x8, addend: 0x0, symName: '-[CDVPlugin className]', symObjAddr: 0x374, symBinAddr: 0x5508, symSize: 0x8 } + - { offsetInCU: 0x772, offset: 0x5900E, size: 0x8, addend: 0x0, symName: '-[CDVPlugin setClassName:]', symObjAddr: 0x37C, symBinAddr: 0x5510, symSize: 0xC } + - { offsetInCU: 0x7B3, offset: 0x5904F, size: 0x8, addend: 0x0, symName: '-[CDVPlugin .cxx_destruct]', symObjAddr: 0x388, symBinAddr: 0x551C, symSize: 0x44 } + - { offsetInCU: 0x27, offset: 0x590C7, size: 0x8, addend: 0x0, symName: '-[CDVPlugin(CDVPluginResources) pluginLocalizedString:]', symObjAddr: 0x0, symBinAddr: 0x5560, symSize: 0xF0 } + - { offsetInCU: 0x4A, offset: 0x590EA, size: 0x8, addend: 0x0, symName: '-[CDVPlugin(CDVPluginResources) pluginLocalizedString:]', symObjAddr: 0x0, symBinAddr: 0x5560, symSize: 0xF0 } + - { offsetInCU: 0xDA, offset: 0x5917A, size: 0x8, addend: 0x0, symName: '-[CDVPlugin(CDVPluginResources) pluginImageResource:]', symObjAddr: 0xF0, symBinAddr: 0x5650, symSize: 0xB0 } + - { offsetInCU: 0x27, offset: 0x592AC, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager initWithParser:viewController:webView:]', symObjAddr: 0x0, symBinAddr: 0x5700, symSize: 0x1D8 } + - { offsetInCU: 0x12F, offset: 0x593B4, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager initWithParser:viewController:webView:]', symObjAddr: 0x0, symBinAddr: 0x5700, symSize: 0x1D8 } + - { offsetInCU: 0x196, offset: 0x5941B, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager getCommandInstance:]', symObjAddr: 0x1D8, symBinAddr: 0x58D8, symSize: 0x224 } + - { offsetInCU: 0x269, offset: 0x594EE, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager registerPlugin:withClassName:]', symObjAddr: 0x3FC, symBinAddr: 0x5AFC, symSize: 0xF4 } + - { offsetInCU: 0x2BC, offset: 0x59541, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager onAppDidEnterBackground:]', symObjAddr: 0x4F0, symBinAddr: 0x5BF0, symSize: 0x38 } + - { offsetInCU: 0x2FB, offset: 0x59580, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager onAppWillEnterForeground:]', symObjAddr: 0x528, symBinAddr: 0x5C28, symSize: 0x38 } + - { offsetInCU: 0x33A, offset: 0x595BF, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager pluginsMap]', symObjAddr: 0x560, symBinAddr: 0x5C60, symSize: 0x8 } + - { offsetInCU: 0x371, offset: 0x595F6, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager setPluginsMap:]', symObjAddr: 0x568, symBinAddr: 0x5C68, symSize: 0xC } + - { offsetInCU: 0x3B2, offset: 0x59637, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager pluginObjects]', symObjAddr: 0x574, symBinAddr: 0x5C74, symSize: 0x8 } + - { offsetInCU: 0x3E9, offset: 0x5966E, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager setPluginObjects:]', symObjAddr: 0x57C, symBinAddr: 0x5C7C, symSize: 0xC } + - { offsetInCU: 0x42A, offset: 0x596AF, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager settings]', symObjAddr: 0x588, symBinAddr: 0x5C88, symSize: 0x8 } + - { offsetInCU: 0x461, offset: 0x596E6, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager setSettings:]', symObjAddr: 0x590, symBinAddr: 0x5C90, symSize: 0xC } + - { offsetInCU: 0x4A2, offset: 0x59727, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager viewController]', symObjAddr: 0x59C, symBinAddr: 0x5C9C, symSize: 0x18 } + - { offsetInCU: 0x4D9, offset: 0x5975E, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager setViewController:]', symObjAddr: 0x5B4, symBinAddr: 0x5CB4, symSize: 0xC } + - { offsetInCU: 0x51A, offset: 0x5979F, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager webView]', symObjAddr: 0x5C0, symBinAddr: 0x5CC0, symSize: 0x18 } + - { offsetInCU: 0x551, offset: 0x597D6, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager setWebView:]', symObjAddr: 0x5D8, symBinAddr: 0x5CD8, symSize: 0xC } + - { offsetInCU: 0x592, offset: 0x59817, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager commandDelegate]', symObjAddr: 0x5E4, symBinAddr: 0x5CE4, symSize: 0x8 } + - { offsetInCU: 0x5C9, offset: 0x5984E, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager setCommandDelegate:]', symObjAddr: 0x5EC, symBinAddr: 0x5CEC, symSize: 0xC } + - { offsetInCU: 0x60A, offset: 0x5988F, size: 0x8, addend: 0x0, symName: '-[CDVPluginManager .cxx_destruct]', symObjAddr: 0x5F8, symBinAddr: 0x5CF8, symSize: 0x58 } + - { offsetInCU: 0x27, offset: 0x599C1, size: 0x8, addend: 0x0, symName: _messageFromArrayBuffer, symObjAddr: 0x0, symBinAddr: 0x5D50, symSize: 0xB4 } + - { offsetInCU: 0x41, offset: 0x599DB, size: 0x8, addend: 0x0, symName: _SWIFT_CDVCommandStatus_NO_RESULT, symObjAddr: 0xB60, symBinAddr: 0x7C78, symSize: 0x0 } + - { offsetInCU: 0xB7, offset: 0x59A51, size: 0x8, addend: 0x0, symName: _SWIFT_CDVCommandStatus_OK, symObjAddr: 0xB68, symBinAddr: 0x7C80, symSize: 0x0 } + - { offsetInCU: 0xCD, offset: 0x59A67, size: 0x8, addend: 0x0, symName: _SWIFT_CDVCommandStatus_CLASS_NOT_FOUND_EXCEPTION, symObjAddr: 0xB70, symBinAddr: 0x7C88, symSize: 0x0 } + - { offsetInCU: 0xE3, offset: 0x59A7D, size: 0x8, addend: 0x0, symName: _SWIFT_CDVCommandStatus_ILLEGAL_ACCESS_EXCEPTION, symObjAddr: 0xB78, symBinAddr: 0x7C90, symSize: 0x0 } + - { offsetInCU: 0xF9, offset: 0x59A93, size: 0x8, addend: 0x0, symName: _SWIFT_CDVCommandStatus_INSTANTIATION_EXCEPTION, symObjAddr: 0xB80, symBinAddr: 0x7C98, symSize: 0x0 } + - { offsetInCU: 0x10F, offset: 0x59AA9, size: 0x8, addend: 0x0, symName: _SWIFT_CDVCommandStatus_MALFORMED_URL_EXCEPTION, symObjAddr: 0xB88, symBinAddr: 0x7CA0, symSize: 0x0 } + - { offsetInCU: 0x125, offset: 0x59ABF, size: 0x8, addend: 0x0, symName: _SWIFT_CDVCommandStatus_IO_EXCEPTION, symObjAddr: 0xB90, symBinAddr: 0x7CA8, symSize: 0x0 } + - { offsetInCU: 0x13B, offset: 0x59AD5, size: 0x8, addend: 0x0, symName: _SWIFT_CDVCommandStatus_INVALID_ACTION, symObjAddr: 0xB98, symBinAddr: 0x7CB0, symSize: 0x0 } + - { offsetInCU: 0x151, offset: 0x59AEB, size: 0x8, addend: 0x0, symName: _SWIFT_CDVCommandStatus_JSON_EXCEPTION, symObjAddr: 0xBA0, symBinAddr: 0x7CB8, symSize: 0x0 } + - { offsetInCU: 0x167, offset: 0x59B01, size: 0x8, addend: 0x0, symName: _SWIFT_CDVCommandStatus_ERROR, symObjAddr: 0xBA8, symBinAddr: 0x7CC0, symSize: 0x0 } + - { offsetInCU: 0x17D, offset: 0x59B17, size: 0x8, addend: 0x0, symName: _org_apache_cordova_CommandStatusMsgs, symObjAddr: 0x5960, symBinAddr: 0x12CC8, symSize: 0x0 } + - { offsetInCU: 0x198, offset: 0x59B32, size: 0x8, addend: 0x0, symName: _gIsVerbose, symObjAddr: 0x5968, symBinAddr: 0x12CD0, symSize: 0x0 } + - { offsetInCU: 0x25E, offset: 0x59BF8, size: 0x8, addend: 0x0, symName: _messageFromArrayBuffer, symObjAddr: 0x0, symBinAddr: 0x5D50, symSize: 0xB4 } + - { offsetInCU: 0x289, offset: 0x59C23, size: 0x8, addend: 0x0, symName: _massageMessage, symObjAddr: 0xB4, symBinAddr: 0x5E04, symSize: 0x68 } + - { offsetInCU: 0x2CA, offset: 0x59C64, size: 0x8, addend: 0x0, symName: _messageFromMultipart, symObjAddr: 0x11C, symBinAddr: 0x5E6C, symSize: 0x128 } + - { offsetInCU: 0x332, offset: 0x59CCC, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult initialize]', symObjAddr: 0x244, symBinAddr: 0x5F94, symSize: 0x9C } + - { offsetInCU: 0x361, offset: 0x59CFB, size: 0x8, addend: 0x0, symName: '-[CDVPluginResult init]', symObjAddr: 0x2E0, symBinAddr: 0x6030, symSize: 0xC } + - { offsetInCU: 0x396, offset: 0x59D30, size: 0x8, addend: 0x0, symName: '-[CDVPluginResult initWithStatus:message:]', symObjAddr: 0x2EC, symBinAddr: 0x603C, symSize: 0xD0 } + - { offsetInCU: 0x3ED, offset: 0x59D87, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult resultWithStatus:]', symObjAddr: 0x3BC, symBinAddr: 0x610C, symSize: 0x2C } + - { offsetInCU: 0x434, offset: 0x59DCE, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult resultWithStatus:messageAsString:]', symObjAddr: 0x3E8, symBinAddr: 0x6138, symSize: 0x58 } + - { offsetInCU: 0x48B, offset: 0x59E25, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult resultWithStatus:messageAsArray:]', symObjAddr: 0x440, symBinAddr: 0x6190, symSize: 0x58 } + - { offsetInCU: 0x4E2, offset: 0x59E7C, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult resultWithStatus:messageAsInt:]', symObjAddr: 0x498, symBinAddr: 0x61E8, symSize: 0x6C } + - { offsetInCU: 0x539, offset: 0x59ED3, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult resultWithStatus:messageAsNSInteger:]', symObjAddr: 0x504, symBinAddr: 0x6254, symSize: 0x6C } + - { offsetInCU: 0x590, offset: 0x59F2A, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult resultWithStatus:messageAsNSUInteger:]', symObjAddr: 0x570, symBinAddr: 0x62C0, symSize: 0x6C } + - { offsetInCU: 0x5E7, offset: 0x59F81, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult resultWithStatus:messageAsDouble:]', symObjAddr: 0x5DC, symBinAddr: 0x632C, symSize: 0x74 } + - { offsetInCU: 0x63E, offset: 0x59FD8, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult resultWithStatus:messageAsBool:]', symObjAddr: 0x650, symBinAddr: 0x63A0, symSize: 0x6C } + - { offsetInCU: 0x695, offset: 0x5A02F, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult resultWithStatus:messageAsDictionary:]', symObjAddr: 0x6BC, symBinAddr: 0x640C, symSize: 0x58 } + - { offsetInCU: 0x6EC, offset: 0x5A086, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult resultWithStatus:messageAsArrayBuffer:]', symObjAddr: 0x714, symBinAddr: 0x6464, symSize: 0x7C } + - { offsetInCU: 0x759, offset: 0x5A0F3, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult resultWithStatus:messageAsMultipart:]', symObjAddr: 0x790, symBinAddr: 0x64E0, symSize: 0x7C } + - { offsetInCU: 0x7C6, offset: 0x5A160, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult resultWithStatus:messageToErrorObject:]', symObjAddr: 0x80C, symBinAddr: 0x655C, symSize: 0xD8 } + - { offsetInCU: 0x82D, offset: 0x5A1C7, size: 0x8, addend: 0x0, symName: '-[CDVPluginResult setKeepCallbackAsBool:]', symObjAddr: 0x8E4, symBinAddr: 0x6634, symSize: 0x44 } + - { offsetInCU: 0x870, offset: 0x5A20A, size: 0x8, addend: 0x0, symName: '-[CDVPluginResult argumentsAsJSON]', symObjAddr: 0x928, symBinAddr: 0x6678, symSize: 0xDC } + - { offsetInCU: 0x8D3, offset: 0x5A26D, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult setVerbose:]', symObjAddr: 0xA04, symBinAddr: 0x6754, symSize: 0xC } + - { offsetInCU: 0x90E, offset: 0x5A2A8, size: 0x8, addend: 0x0, symName: '+[CDVPluginResult isVerbose]', symObjAddr: 0xA10, symBinAddr: 0x6760, symSize: 0xC } + - { offsetInCU: 0x941, offset: 0x5A2DB, size: 0x8, addend: 0x0, symName: '-[CDVPluginResult JSONStringFromArray:]', symObjAddr: 0xA1C, symBinAddr: 0x676C, symSize: 0xC0 } + - { offsetInCU: 0x9A4, offset: 0x5A33E, size: 0x8, addend: 0x0, symName: '-[CDVPluginResult status]', symObjAddr: 0xADC, symBinAddr: 0x682C, symSize: 0x8 } + - { offsetInCU: 0x9DB, offset: 0x5A375, size: 0x8, addend: 0x0, symName: '-[CDVPluginResult message]', symObjAddr: 0xAE4, symBinAddr: 0x6834, symSize: 0x8 } + - { offsetInCU: 0xA12, offset: 0x5A3AC, size: 0x8, addend: 0x0, symName: '-[CDVPluginResult keepCallback]', symObjAddr: 0xAEC, symBinAddr: 0x683C, symSize: 0x8 } + - { offsetInCU: 0xA49, offset: 0x5A3E3, size: 0x8, addend: 0x0, symName: '-[CDVPluginResult setKeepCallback:]', symObjAddr: 0xAF4, symBinAddr: 0x6844, symSize: 0xC } + - { offsetInCU: 0xA8A, offset: 0x5A424, size: 0x8, addend: 0x0, symName: '-[CDVPluginResult associatedObject]', symObjAddr: 0xB00, symBinAddr: 0x6850, symSize: 0x8 } + - { offsetInCU: 0xAC1, offset: 0x5A45B, size: 0x8, addend: 0x0, symName: '-[CDVPluginResult setAssociatedObject:]', symObjAddr: 0xB08, symBinAddr: 0x6858, symSize: 0xC } + - { offsetInCU: 0xB02, offset: 0x5A49C, size: 0x8, addend: 0x0, symName: '-[CDVPluginResult .cxx_destruct]', symObjAddr: 0xB14, symBinAddr: 0x6864, symSize: 0x48 } + - { offsetInCU: 0x27, offset: 0x5A54F, size: 0x8, addend: 0x0, symName: '+[CDVURLProtocol canInitWithRequest:]', symObjAddr: 0x0, symBinAddr: 0x68AC, symSize: 0x8 } + - { offsetInCU: 0x41, offset: 0x5A569, size: 0x8, addend: 0x0, symName: _kCDVAssetsLibraryPrefixes, symObjAddr: 0x2A8, symBinAddr: 0xC128, symSize: 0x0 } + - { offsetInCU: 0x7B, offset: 0x5A5A3, size: 0x8, addend: 0x0, symName: '+[CDVURLProtocol canInitWithRequest:]', symObjAddr: 0x0, symBinAddr: 0x68AC, symSize: 0x8 } + - { offsetInCU: 0xBA, offset: 0x5A5E2, size: 0x8, addend: 0x0, symName: '+[CDVURLProtocol canonicalRequestForRequest:]', symObjAddr: 0x8, symBinAddr: 0x68B4, symSize: 0x18 } + - { offsetInCU: 0xFD, offset: 0x5A625, size: 0x8, addend: 0x0, symName: '-[CDVURLProtocol startLoading]', symObjAddr: 0x20, symBinAddr: 0x68CC, symSize: 0x4 } + - { offsetInCU: 0x12C, offset: 0x5A654, size: 0x8, addend: 0x0, symName: '-[CDVURLProtocol stopLoading]', symObjAddr: 0x24, symBinAddr: 0x68D0, symSize: 0x4 } + - { offsetInCU: 0x15B, offset: 0x5A683, size: 0x8, addend: 0x0, symName: '+[CDVURLProtocol requestIsCacheEquivalent:toRequest:]', symObjAddr: 0x28, symBinAddr: 0x68D4, symSize: 0x8 } + - { offsetInCU: 0x1A6, offset: 0x5A6CE, size: 0x8, addend: 0x0, symName: '-[CDVURLProtocol sendResponseWithResponseCode:data:mimeType:]', symObjAddr: 0x30, symBinAddr: 0x68DC, symSize: 0x1C4 } + - { offsetInCU: 0x27, offset: 0x5A7BA, size: 0x8, addend: 0x0, symName: '-[CDVViewController pluginObjects]', symObjAddr: 0x0, symBinAddr: 0x6AA0, symSize: 0x10 } + - { offsetInCU: 0xA5, offset: 0x5A838, size: 0x8, addend: 0x0, symName: '-[CDVViewController pluginObjects]', symObjAddr: 0x0, symBinAddr: 0x6AA0, symSize: 0x10 } + - { offsetInCU: 0xDC, offset: 0x5A86F, size: 0x8, addend: 0x0, symName: '-[CDVViewController setPluginObjects:]', symObjAddr: 0x10, symBinAddr: 0x6AB0, symSize: 0x14 } + - { offsetInCU: 0x11D, offset: 0x5A8B0, size: 0x8, addend: 0x0, symName: '-[CDVViewController settings]', symObjAddr: 0x24, symBinAddr: 0x6AC4, symSize: 0x10 } + - { offsetInCU: 0x154, offset: 0x5A8E7, size: 0x8, addend: 0x0, symName: '-[CDVViewController webView]', symObjAddr: 0x34, symBinAddr: 0x6AD4, symSize: 0x20 } + - { offsetInCU: 0x18B, offset: 0x5A91E, size: 0x8, addend: 0x0, symName: '-[CDVViewController .cxx_destruct]', symObjAddr: 0x54, symBinAddr: 0x6AF4, symSize: 0x50 } + - { offsetInCU: 0x27, offset: 0x5A995, size: 0x8, addend: 0x0, symName: '+[CDVWebViewProcessPoolFactory sharedFactory]', symObjAddr: 0x0, symBinAddr: 0x6B44, symSize: 0x40 } + - { offsetInCU: 0x41, offset: 0x5A9AF, size: 0x8, addend: 0x0, symName: _factory, symObjAddr: 0x2348, symBinAddr: 0x12CD8, symSize: 0x0 } + - { offsetInCU: 0x80, offset: 0x5A9EE, size: 0x8, addend: 0x0, symName: '+[CDVWebViewProcessPoolFactory sharedFactory]', symObjAddr: 0x0, symBinAddr: 0x6B44, symSize: 0x40 } + - { offsetInCU: 0xAA, offset: 0x5AA18, size: 0x8, addend: 0x0, symName: _sharedFactory.onceToken, symObjAddr: 0x2350, symBinAddr: 0x12CE0, symSize: 0x0 } + - { offsetInCU: 0x16E, offset: 0x5AADC, size: 0x8, addend: 0x0, symName: '___45+[CDVWebViewProcessPoolFactory sharedFactory]_block_invoke', symObjAddr: 0x40, symBinAddr: 0x6B84, symSize: 0x2C } + - { offsetInCU: 0x195, offset: 0x5AB03, size: 0x8, addend: 0x0, symName: '-[CDVWebViewProcessPoolFactory init]', symObjAddr: 0x6C, symBinAddr: 0x6BB0, symSize: 0x64 } + - { offsetInCU: 0x1CC, offset: 0x5AB3A, size: 0x8, addend: 0x0, symName: '-[CDVWebViewProcessPoolFactory sharedProcessPool]', symObjAddr: 0xD0, symBinAddr: 0x6C14, symSize: 0x8 } + - { offsetInCU: 0x203, offset: 0x5AB71, size: 0x8, addend: 0x0, symName: '-[CDVWebViewProcessPoolFactory sharedPool]', symObjAddr: 0xD8, symBinAddr: 0x6C1C, symSize: 0x8 } + - { offsetInCU: 0x23A, offset: 0x5ABA8, size: 0x8, addend: 0x0, symName: '-[CDVWebViewProcessPoolFactory setSharedPool:]', symObjAddr: 0xE0, symBinAddr: 0x6C24, symSize: 0xC } + - { offsetInCU: 0x27B, offset: 0x5ABE9, size: 0x8, addend: 0x0, symName: '-[CDVWebViewProcessPoolFactory .cxx_destruct]', symObjAddr: 0xEC, symBinAddr: 0x6C30, symSize: 0xC } + - { offsetInCU: 0x27, offset: 0x5ACE6, size: 0x8, addend: 0x0, symName: '-[NSDictionary(CordovaPreferences) cordovaSettingForKey:]', symObjAddr: 0x0, symBinAddr: 0x6C3C, symSize: 0x54 } + - { offsetInCU: 0x43, offset: 0x5AD02, size: 0x8, addend: 0x0, symName: '-[NSDictionary(CordovaPreferences) cordovaSettingForKey:]', symObjAddr: 0x0, symBinAddr: 0x6C3C, symSize: 0x54 } + - { offsetInCU: 0x8A, offset: 0x5AD49, size: 0x8, addend: 0x0, symName: '-[NSDictionary(CordovaPreferences) cordovaBoolSettingForKey:defaultValue:]', symObjAddr: 0x54, symBinAddr: 0x6C90, symSize: 0x48 } + - { offsetInCU: 0x101, offset: 0x5ADC0, size: 0x8, addend: 0x0, symName: '-[NSDictionary(CordovaPreferences) cordovaFloatSettingForKey:defaultValue:]', symObjAddr: 0x9C, symBinAddr: 0x6CD8, symSize: 0x50 } + - { offsetInCU: 0x178, offset: 0x5AE37, size: 0x8, addend: 0x0, symName: '-[NSMutableDictionary(CordovaPreferences) setCordovaSetting:forKey:]', symObjAddr: 0xEC, symBinAddr: 0x6D28, symSize: 0x64 } +... diff --git a/package.json b/package.json new file mode 100644 index 0000000..3755df7 --- /dev/null +++ b/package.json @@ -0,0 +1,70 @@ +{ + "name": "examaware-mobile", + "version": "0.0.0", + "private": true, + "type": "module", + "scripts": { + "dev": "vite", + "build": "pnpm run type-check \"build-only {@}\" --", + "preview": "vite preview", + "build-only": "vite build", + "type-check": "vue-tsc --build", + "lint:oxlint": "oxlint . --fix -D correctness --ignore-path .gitignore", + "lint:eslint": "eslint . --fix", + "lint": "run-s lint:*", + "format": "prettier --write src/" + }, + "dependencies": { + "@capacitor/android": "^6.2.0", + "@capacitor/cli": "^6.2.0", + "@capacitor/core": "^6.2.0", + "@capacitor/ios": "^6.2.0", + "@mdi/font": "7.0.96", + "@sentry/vue": "^8.20.0", + "@tsconfig/node22": "^22.0.0", + "@vue/tsconfig": "^0.7.0", + "@vueuse/core": "^10.11.0", + "core-js": "^3.34.0", + "date-fns": "^3.6.0", + "github-markdown-css": "^5.5.1", + "moment": "^2.30.1", + "pinia-plugin-persistedstate": "^3.2.1", + "roboto-fontface": "*", + "uuid": "^9.0.1", + "vite-plugin-svg-icons": "^2.0.1", + "vite-plugin-vue-layouts": "^0.11.0", + "vue": "^3.4.34", + "vue-showdown": "^4.2.0", + "vuetify": "^3.5.8" + }, + "devDependencies": { + "@commitlint/config-conventional": "^19.2.2", + "@rushstack/eslint-patch": "^1.6.1", + "@types/vue": "^2.0.0", + "@vitejs/plugin-vue": "^5.0.3", + "@vue/eslint-config-prettier": "^9.0.0", + "@vue/eslint-config-typescript": "^13.0.0", + "commitlint": "^19.3.0", + "core-js": "^3.34.0", + "eslint": "^8.56.0", + "eslint-plugin-vue": "^9.32.0", + "husky": "^9.1.7", + "lint-staged": "^15.2.9", + "pinia": "^2.1.7", + "prettier": "^3.4.2", + "raw-loader": "^4.0.2", + "roboto-fontface": "*", + "sass": "^1.71.1", + "unplugin-auto-import": "^0.18.2", + "unplugin-fonts": "^1.1.1", + "unplugin-vue-components": "^0.27.3", + "unplugin-vue-router": "^0.8.4", + "vite": "^5.3.6", + "vite-plugin-optimizer": "^1.4.3", + "vite-plugin-svg-icons": "^2.0.1", + "vite-plugin-vue-layouts": "^0.11.0", + "vite-plugin-vuetify": "^2.0.4", + "vue-router": "^4.3.0", + "vue-tsc": "^1.8.27" + } +} \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml new file mode 100644 index 0000000..d847f20 --- /dev/null +++ b/pnpm-lock.yaml @@ -0,0 +1,7484 @@ +lockfileVersion: '9.0' + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + +importers: + + .: + dependencies: + '@capacitor/android': + specifier: ^6.2.0 + version: 6.2.0(@capacitor/core@6.2.0) + '@capacitor/cli': + specifier: ^6.2.0 + version: 6.2.0 + '@capacitor/core': + specifier: ^6.2.0 + version: 6.2.0 + '@capacitor/ios': + specifier: ^6.2.0 + version: 6.2.0(@capacitor/core@6.2.0) + '@mdi/font': + specifier: 7.0.96 + version: 7.0.96 + '@sentry/vue': + specifier: ^8.20.0 + version: 8.48.0(pinia@2.3.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3)) + '@tsconfig/node22': + specifier: ^22.0.0 + version: 22.0.0 + '@vue/tsconfig': + specifier: ^0.7.0 + version: 0.7.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) + '@vueuse/core': + specifier: ^10.11.0 + version: 10.11.1(vue@3.5.13(typescript@5.6.3)) + core-js: + specifier: ^3.34.0 + version: 3.40.0 + date-fns: + specifier: ^3.6.0 + version: 3.6.0 + github-markdown-css: + specifier: ^5.5.1 + version: 5.8.1 + moment: + specifier: ^2.30.1 + version: 2.30.1 + pinia-plugin-persistedstate: + specifier: ^3.2.1 + version: 3.2.3(pinia@2.3.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3))) + roboto-fontface: + specifier: '*' + version: 0.10.0 + uuid: + specifier: ^9.0.1 + version: 9.0.1 + vite-plugin-svg-icons: + specifier: ^2.0.1 + version: 2.0.1(vite@5.4.11(@types/node@22.10.6)(sass-embedded@1.83.4)(sass@1.83.4)(terser@5.37.0)) + vite-plugin-vue-layouts: + specifier: ^0.11.0 + version: 0.11.0(vite@5.4.11(@types/node@22.10.6)(sass-embedded@1.83.4)(sass@1.83.4)(terser@5.37.0))(vue-router@4.5.0(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3)) + vue: + specifier: ^3.4.34 + version: 3.5.13(typescript@5.6.3) + vue-showdown: + specifier: ^4.2.0 + version: 4.2.0(typescript@5.6.3) + vuetify: + specifier: ^3.5.8 + version: 3.7.6(typescript@5.6.3)(vite-plugin-vuetify@2.0.4)(vue@3.5.13(typescript@5.6.3)) + devDependencies: + '@commitlint/config-conventional': + specifier: ^19.2.2 + version: 19.6.0 + '@rushstack/eslint-patch': + specifier: ^1.6.1 + version: 1.10.5 + '@types/vue': + specifier: ^2.0.0 + version: 2.0.0(typescript@5.6.3) + '@vitejs/plugin-vue': + specifier: ^5.0.3 + version: 5.2.1(vite@5.4.11(@types/node@22.10.6)(sass-embedded@1.83.4)(sass@1.83.4)(terser@5.37.0))(vue@3.5.13(typescript@5.6.3)) + '@vue/eslint-config-prettier': + specifier: ^9.0.0 + version: 9.0.0(@types/eslint@9.6.1)(eslint@8.57.1)(prettier@3.4.2) + '@vue/eslint-config-typescript': + specifier: ^13.0.0 + version: 13.0.0(eslint-plugin-vue@9.32.0(eslint@8.57.1))(eslint@8.57.1)(typescript@5.6.3) + commitlint: + specifier: ^19.3.0 + version: 19.6.1(@types/node@22.10.6)(typescript@5.6.3) + eslint: + specifier: ^8.56.0 + version: 8.57.1 + eslint-plugin-vue: + specifier: ^9.32.0 + version: 9.32.0(eslint@8.57.1) + husky: + specifier: ^9.1.7 + version: 9.1.7 + lint-staged: + specifier: ^15.2.9 + version: 15.3.0 + pinia: + specifier: ^2.1.7 + version: 2.3.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) + prettier: + specifier: ^3.4.2 + version: 3.4.2 + raw-loader: + specifier: ^4.0.2 + version: 4.0.2(webpack@5.97.1) + sass: + specifier: ^1.71.1 + version: 1.83.4 + unplugin-auto-import: + specifier: ^0.18.2 + version: 0.18.6(@vueuse/core@10.11.1(vue@3.5.13(typescript@5.6.3)))(rollup@4.30.1) + unplugin-fonts: + specifier: ^1.1.1 + version: 1.3.1(vite@5.4.11(@types/node@22.10.6)(sass-embedded@1.83.4)(sass@1.83.4)(terser@5.37.0)) + unplugin-vue-components: + specifier: ^0.27.3 + version: 0.27.5(@babel/parser@7.26.5)(rollup@4.30.1)(vue@3.5.13(typescript@5.6.3)) + unplugin-vue-router: + specifier: ^0.8.4 + version: 0.8.8(rollup@4.30.1)(vue-router@4.5.0(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3)) + vite: + specifier: ^5.3.6 + version: 5.4.11(@types/node@22.10.6)(sass-embedded@1.83.4)(sass@1.83.4)(terser@5.37.0) + vite-plugin-optimizer: + specifier: ^1.4.3 + version: 1.4.3 + vite-plugin-vuetify: + specifier: ^2.0.4 + version: 2.0.4(vite@5.4.11(@types/node@22.10.6)(sass-embedded@1.83.4)(sass@1.83.4)(terser@5.37.0))(vue@3.5.13(typescript@5.6.3))(vuetify@3.7.6) + vue-router: + specifier: ^4.3.0 + version: 4.5.0(vue@3.5.13(typescript@5.6.3)) + vue-tsc: + specifier: ^1.8.27 + version: 1.8.27(typescript@5.6.3) + +packages: + + '@antfu/utils@0.7.10': + resolution: {integrity: sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==} + + '@babel/code-frame@7.26.2': + resolution: {integrity: sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==} + engines: {node: '>=6.9.0'} + + '@babel/helper-string-parser@7.25.9': + resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==} + engines: {node: '>=6.9.0'} + + '@babel/helper-validator-identifier@7.25.9': + resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==} + engines: {node: '>=6.9.0'} + + '@babel/parser@7.26.5': + resolution: {integrity: sha512-SRJ4jYmXRqV1/Xc+TIVG84WjHBXKlxO9sHQnA2Pf12QQEAp1LOh6kDzNHXcUnbH1QI0FDoPPVOt+vyUDucxpaw==} + engines: {node: '>=6.0.0'} + hasBin: true + + '@babel/types@7.26.5': + resolution: {integrity: sha512-L6mZmwFDK6Cjh1nRCLXpa6no13ZIioJDz7mdkzHv399pThrTa/k0nUlNaenOeh2kWu/iaOQYElEpKPUswUa9Vg==} + engines: {node: '>=6.9.0'} + + '@bufbuild/protobuf@2.2.3': + resolution: {integrity: sha512-tFQoXHJdkEOSwj5tRIZSPNUuXK3RaR7T1nUrPgbYX1pUbvqqaaZAsfo+NXBPsz5rZMSKVFrgK1WL8Q/MSLvprg==} + + '@capacitor/android@6.2.0': + resolution: {integrity: sha512-3YIDPylV0Q2adEQ/H568p496QdYG0jK/XGMdx7OGSqdBZen92ciAsYdyhLtyl91UVsN1lBhDi5H6j3T2KS6aJg==} + peerDependencies: + '@capacitor/core': ^6.2.0 + + '@capacitor/cli@6.2.0': + resolution: {integrity: sha512-EWcXG39mZh35zrHhOqzN1ILeSyMRyEqWVtQDXqMGjCXYRH6b6p5TvyvLDN8ZNy26tbhI3i79gfrgirt+mNwuuw==} + engines: {node: '>=18.0.0'} + hasBin: true + + '@capacitor/core@6.2.0': + resolution: {integrity: sha512-B9IlJtDpUqhhYb+T8+cp2Db/3RETX36STgjeU2kQZBs/SLAcFiMama227o+msRjLeo3DO+7HJjWVA1+XlyyPEg==} + + '@capacitor/ios@6.2.0': + resolution: {integrity: sha512-gisvZBIrKT1siiumgpLPY63HmJe69Ed/dOmfQQ+U1MIJmOR5gWGWvfO7QSj/FMatVZS4Xt/8jCoUgzDD1U6kSw==} + peerDependencies: + '@capacitor/core': ^6.2.0 + + '@commitlint/cli@19.6.1': + resolution: {integrity: sha512-8hcyA6ZoHwWXC76BoC8qVOSr8xHy00LZhZpauiD0iO0VYbVhMnED0da85lTfIULxl7Lj4c6vZgF0Wu/ed1+jlQ==} + engines: {node: '>=v18'} + hasBin: true + + '@commitlint/config-conventional@19.6.0': + resolution: {integrity: sha512-DJT40iMnTYtBtUfw9ApbsLZFke1zKh6llITVJ+x9mtpHD08gsNXaIRqHTmwTZL3dNX5+WoyK7pCN/5zswvkBCQ==} + engines: {node: '>=v18'} + + '@commitlint/config-validator@19.5.0': + resolution: {integrity: sha512-CHtj92H5rdhKt17RmgALhfQt95VayrUo2tSqY9g2w+laAXyk7K/Ef6uPm9tn5qSIwSmrLjKaXK9eiNuxmQrDBw==} + engines: {node: '>=v18'} + + '@commitlint/ensure@19.5.0': + resolution: {integrity: sha512-Kv0pYZeMrdg48bHFEU5KKcccRfKmISSm9MvgIgkpI6m+ohFTB55qZlBW6eYqh/XDfRuIO0x4zSmvBjmOwWTwkg==} + engines: {node: '>=v18'} + + '@commitlint/execute-rule@19.5.0': + resolution: {integrity: sha512-aqyGgytXhl2ejlk+/rfgtwpPexYyri4t8/n4ku6rRJoRhGZpLFMqrZ+YaubeGysCP6oz4mMA34YSTaSOKEeNrg==} + engines: {node: '>=v18'} + + '@commitlint/format@19.5.0': + resolution: {integrity: sha512-yNy088miE52stCI3dhG/vvxFo9e4jFkU1Mj3xECfzp/bIS/JUay4491huAlVcffOoMK1cd296q0W92NlER6r3A==} + engines: {node: '>=v18'} + + '@commitlint/is-ignored@19.6.0': + resolution: {integrity: sha512-Ov6iBgxJQFR9koOupDPHvcHU9keFupDgtB3lObdEZDroiG4jj1rzky60fbQozFKVYRTUdrBGICHG0YVmRuAJmw==} + engines: {node: '>=v18'} + + '@commitlint/lint@19.6.0': + resolution: {integrity: sha512-LRo7zDkXtcIrpco9RnfhOKeg8PAnE3oDDoalnrVU/EVaKHYBWYL1DlRR7+3AWn0JiBqD8yKOfetVxJGdEtZ0tg==} + engines: {node: '>=v18'} + + '@commitlint/load@19.6.1': + resolution: {integrity: sha512-kE4mRKWWNju2QpsCWt428XBvUH55OET2N4QKQ0bF85qS/XbsRGG1MiTByDNlEVpEPceMkDr46LNH95DtRwcsfA==} + engines: {node: '>=v18'} + + '@commitlint/message@19.5.0': + resolution: {integrity: sha512-R7AM4YnbxN1Joj1tMfCyBryOC5aNJBdxadTZkuqtWi3Xj0kMdutq16XQwuoGbIzL2Pk62TALV1fZDCv36+JhTQ==} + engines: {node: '>=v18'} + + '@commitlint/parse@19.5.0': + resolution: {integrity: sha512-cZ/IxfAlfWYhAQV0TwcbdR1Oc0/r0Ik1GEessDJ3Lbuma/MRO8FRQX76eurcXtmhJC//rj52ZSZuXUg0oIX0Fw==} + engines: {node: '>=v18'} + + '@commitlint/read@19.5.0': + resolution: {integrity: sha512-TjS3HLPsLsxFPQj6jou8/CZFAmOP2y+6V4PGYt3ihbQKTY1Jnv0QG28WRKl/d1ha6zLODPZqsxLEov52dhR9BQ==} + engines: {node: '>=v18'} + + '@commitlint/resolve-extends@19.5.0': + resolution: {integrity: sha512-CU/GscZhCUsJwcKTJS9Ndh3AKGZTNFIOoQB2n8CmFnizE0VnEuJoum+COW+C1lNABEeqk6ssfc1Kkalm4bDklA==} + engines: {node: '>=v18'} + + '@commitlint/rules@19.6.0': + resolution: {integrity: sha512-1f2reW7lbrI0X0ozZMesS/WZxgPa4/wi56vFuJENBmed6mWq5KsheN/nxqnl/C23ioxpPO/PL6tXpiiFy5Bhjw==} + engines: {node: '>=v18'} + + '@commitlint/to-lines@19.5.0': + resolution: {integrity: sha512-R772oj3NHPkodOSRZ9bBVNq224DOxQtNef5Pl8l2M8ZnkkzQfeSTr4uxawV2Sd3ui05dUVzvLNnzenDBO1KBeQ==} + engines: {node: '>=v18'} + + '@commitlint/top-level@19.5.0': + resolution: {integrity: sha512-IP1YLmGAk0yWrImPRRc578I3dDUI5A2UBJx9FbSOjxe9sTlzFiwVJ+zeMLgAtHMtGZsC8LUnzmW1qRemkFU4ng==} + engines: {node: '>=v18'} + + '@commitlint/types@19.5.0': + resolution: {integrity: sha512-DSHae2obMSMkAtTBSOulg5X7/z+rGLxcXQIkg3OmWvY6wifojge5uVMydfhUvs7yQj+V7jNmRZ2Xzl8GJyqRgg==} + engines: {node: '>=v18'} + + '@esbuild/aix-ppc64@0.21.5': + resolution: {integrity: sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [aix] + + '@esbuild/android-arm64@0.21.5': + resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==} + engines: {node: '>=12'} + cpu: [arm64] + os: [android] + + '@esbuild/android-arm@0.21.5': + resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==} + engines: {node: '>=12'} + cpu: [arm] + os: [android] + + '@esbuild/android-x64@0.21.5': + resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==} + engines: {node: '>=12'} + cpu: [x64] + os: [android] + + '@esbuild/darwin-arm64@0.21.5': + resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==} + engines: {node: '>=12'} + cpu: [arm64] + os: [darwin] + + '@esbuild/darwin-x64@0.21.5': + resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==} + engines: {node: '>=12'} + cpu: [x64] + os: [darwin] + + '@esbuild/freebsd-arm64@0.21.5': + resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==} + engines: {node: '>=12'} + cpu: [arm64] + os: [freebsd] + + '@esbuild/freebsd-x64@0.21.5': + resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [freebsd] + + '@esbuild/linux-arm64@0.21.5': + resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==} + engines: {node: '>=12'} + cpu: [arm64] + os: [linux] + + '@esbuild/linux-arm@0.21.5': + resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==} + engines: {node: '>=12'} + cpu: [arm] + os: [linux] + + '@esbuild/linux-ia32@0.21.5': + resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==} + engines: {node: '>=12'} + cpu: [ia32] + os: [linux] + + '@esbuild/linux-loong64@0.21.5': + resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==} + engines: {node: '>=12'} + cpu: [loong64] + os: [linux] + + '@esbuild/linux-mips64el@0.21.5': + resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==} + engines: {node: '>=12'} + cpu: [mips64el] + os: [linux] + + '@esbuild/linux-ppc64@0.21.5': + resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [linux] + + '@esbuild/linux-riscv64@0.21.5': + resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==} + engines: {node: '>=12'} + cpu: [riscv64] + os: [linux] + + '@esbuild/linux-s390x@0.21.5': + resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==} + engines: {node: '>=12'} + cpu: [s390x] + os: [linux] + + '@esbuild/linux-x64@0.21.5': + resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [linux] + + '@esbuild/netbsd-x64@0.21.5': + resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==} + engines: {node: '>=12'} + cpu: [x64] + os: [netbsd] + + '@esbuild/openbsd-x64@0.21.5': + resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==} + engines: {node: '>=12'} + cpu: [x64] + os: [openbsd] + + '@esbuild/sunos-x64@0.21.5': + resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==} + engines: {node: '>=12'} + cpu: [x64] + os: [sunos] + + '@esbuild/win32-arm64@0.21.5': + resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==} + engines: {node: '>=12'} + cpu: [arm64] + os: [win32] + + '@esbuild/win32-ia32@0.21.5': + resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==} + engines: {node: '>=12'} + cpu: [ia32] + os: [win32] + + '@esbuild/win32-x64@0.21.5': + resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==} + engines: {node: '>=12'} + cpu: [x64] + os: [win32] + + '@eslint-community/eslint-utils@4.4.1': + resolution: {integrity: sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + + '@eslint-community/regexpp@4.12.1': + resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==} + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + + '@eslint/eslintrc@2.1.4': + resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + '@eslint/js@8.57.1': + resolution: {integrity: sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + '@humanwhocodes/config-array@0.13.0': + resolution: {integrity: sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==} + engines: {node: '>=10.10.0'} + deprecated: Use @eslint/config-array instead + + '@humanwhocodes/module-importer@1.0.1': + resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} + engines: {node: '>=12.22'} + + '@humanwhocodes/object-schema@2.0.3': + resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} + deprecated: Use @eslint/object-schema instead + + '@ionic/cli-framework-output@2.2.8': + resolution: {integrity: sha512-TshtaFQsovB4NWRBydbNFawql6yul7d5bMiW1WYYf17hd99V6xdDdk3vtF51bw6sLkxON3bDQpWsnUc9/hVo3g==} + engines: {node: '>=16.0.0'} + + '@ionic/utils-array@2.1.5': + resolution: {integrity: sha512-HD72a71IQVBmQckDwmA8RxNVMTbxnaLbgFOl+dO5tbvW9CkkSFCv41h6fUuNsSEVgngfkn0i98HDuZC8mk+lTA==} + engines: {node: '>=10.3.0'} + + '@ionic/utils-fs@3.1.6': + resolution: {integrity: sha512-eikrNkK89CfGPmexjTfSWl4EYqsPSBh0Ka7by4F0PLc1hJZYtJxUZV3X4r5ecA8ikjicUmcbU7zJmAjmqutG/w==} + engines: {node: '>=10.3.0'} + + '@ionic/utils-fs@3.1.7': + resolution: {integrity: sha512-2EknRvMVfhnyhL1VhFkSLa5gOcycK91VnjfrTB0kbqkTFCOXyXgVLI5whzq7SLrgD9t1aqos3lMMQyVzaQ5gVA==} + engines: {node: '>=16.0.0'} + + '@ionic/utils-object@2.1.5': + resolution: {integrity: sha512-XnYNSwfewUqxq+yjER1hxTKggftpNjFLJH0s37jcrNDwbzmbpFTQTVAp4ikNK4rd9DOebX/jbeZb8jfD86IYxw==} + engines: {node: '>=10.3.0'} + + '@ionic/utils-process@2.1.10': + resolution: {integrity: sha512-mZ7JEowcuGQK+SKsJXi0liYTcXd2bNMR3nE0CyTROpMECUpJeAvvaBaPGZf5ERQUPeWBVuwqAqjUmIdxhz5bxw==} + engines: {node: '>=10.3.0'} + + '@ionic/utils-stream@3.1.5': + resolution: {integrity: sha512-hkm46uHvEC05X/8PHgdJi4l4zv9VQDELZTM+Kz69odtO9zZYfnt8DkfXHJqJ+PxmtiE5mk/ehJWLnn/XAczTUw==} + engines: {node: '>=10.3.0'} + + '@ionic/utils-subprocess@2.1.11': + resolution: {integrity: sha512-6zCDixNmZCbMCy5np8klSxOZF85kuDyzZSTTQKQP90ZtYNCcPYmuFSzaqDwApJT4r5L3MY3JrqK1gLkc6xiUPw==} + engines: {node: '>=10.3.0'} + + '@ionic/utils-terminal@2.3.3': + resolution: {integrity: sha512-RnuSfNZ5fLEyX3R5mtcMY97cGD1A0NVBbarsSQ6yMMfRJ5YHU7hHVyUfvZeClbqkBC/pAqI/rYJuXKCT9YeMCQ==} + engines: {node: '>=10.3.0'} + + '@ionic/utils-terminal@2.3.5': + resolution: {integrity: sha512-3cKScz9Jx2/Pr9ijj1OzGlBDfcmx7OMVBt4+P1uRR0SSW4cm1/y3Mo4OY3lfkuaYifMNBW8Wz6lQHbs1bihr7A==} + engines: {node: '>=16.0.0'} + + '@jridgewell/gen-mapping@0.3.8': + resolution: {integrity: sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==} + engines: {node: '>=6.0.0'} + + '@jridgewell/resolve-uri@3.1.2': + resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} + engines: {node: '>=6.0.0'} + + '@jridgewell/set-array@1.2.1': + resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} + engines: {node: '>=6.0.0'} + + '@jridgewell/source-map@0.3.6': + resolution: {integrity: sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==} + + '@jridgewell/sourcemap-codec@1.5.0': + resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==} + + '@jridgewell/trace-mapping@0.3.25': + resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} + + '@mdi/font@7.0.96': + resolution: {integrity: sha512-rzlxTfR64hqY8yiBzDjmANfcd8rv+T5C0Yedv/TWk2QyAQYdc66e0kaN1ipmnYU3RukHRTRcBARHzzm+tIhL7w==} + + '@nodelib/fs.scandir@2.1.5': + resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} + engines: {node: '>= 8'} + + '@nodelib/fs.stat@2.0.5': + resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} + engines: {node: '>= 8'} + + '@nodelib/fs.walk@1.2.8': + resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} + engines: {node: '>= 8'} + + '@parcel/watcher-android-arm64@2.5.0': + resolution: {integrity: sha512-qlX4eS28bUcQCdribHkg/herLe+0A9RyYC+mm2PXpncit8z5b3nSqGVzMNR3CmtAOgRutiZ02eIJJgP/b1iEFQ==} + engines: {node: '>= 10.0.0'} + cpu: [arm64] + os: [android] + + '@parcel/watcher-darwin-arm64@2.5.0': + resolution: {integrity: sha512-hyZ3TANnzGfLpRA2s/4U1kbw2ZI4qGxaRJbBH2DCSREFfubMswheh8TeiC1sGZ3z2jUf3s37P0BBlrD3sjVTUw==} + engines: {node: '>= 10.0.0'} + cpu: [arm64] + os: [darwin] + + '@parcel/watcher-darwin-x64@2.5.0': + resolution: {integrity: sha512-9rhlwd78saKf18fT869/poydQK8YqlU26TMiNg7AIu7eBp9adqbJZqmdFOsbZ5cnLp5XvRo9wcFmNHgHdWaGYA==} + engines: {node: '>= 10.0.0'} + cpu: [x64] + os: [darwin] + + '@parcel/watcher-freebsd-x64@2.5.0': + resolution: {integrity: sha512-syvfhZzyM8kErg3VF0xpV8dixJ+RzbUaaGaeb7uDuz0D3FK97/mZ5AJQ3XNnDsXX7KkFNtyQyFrXZzQIcN49Tw==} + engines: {node: '>= 10.0.0'} + cpu: [x64] + os: [freebsd] + + '@parcel/watcher-linux-arm-glibc@2.5.0': + resolution: {integrity: sha512-0VQY1K35DQET3dVYWpOaPFecqOT9dbuCfzjxoQyif1Wc574t3kOSkKevULddcR9znz1TcklCE7Ht6NIxjvTqLA==} + engines: {node: '>= 10.0.0'} + cpu: [arm] + os: [linux] + libc: [glibc] + + '@parcel/watcher-linux-arm-musl@2.5.0': + resolution: {integrity: sha512-6uHywSIzz8+vi2lAzFeltnYbdHsDm3iIB57d4g5oaB9vKwjb6N6dRIgZMujw4nm5r6v9/BQH0noq6DzHrqr2pA==} + engines: {node: '>= 10.0.0'} + cpu: [arm] + os: [linux] + libc: [musl] + + '@parcel/watcher-linux-arm64-glibc@2.5.0': + resolution: {integrity: sha512-BfNjXwZKxBy4WibDb/LDCriWSKLz+jJRL3cM/DllnHH5QUyoiUNEp3GmL80ZqxeumoADfCCP19+qiYiC8gUBjA==} + engines: {node: '>= 10.0.0'} + cpu: [arm64] + os: [linux] + libc: [glibc] + + '@parcel/watcher-linux-arm64-musl@2.5.0': + resolution: {integrity: sha512-S1qARKOphxfiBEkwLUbHjCY9BWPdWnW9j7f7Hb2jPplu8UZ3nes7zpPOW9bkLbHRvWM0WDTsjdOTUgW0xLBN1Q==} + engines: {node: '>= 10.0.0'} + cpu: [arm64] + os: [linux] + libc: [musl] + + '@parcel/watcher-linux-x64-glibc@2.5.0': + resolution: {integrity: sha512-d9AOkusyXARkFD66S6zlGXyzx5RvY+chTP9Jp0ypSTC9d4lzyRs9ovGf/80VCxjKddcUvnsGwCHWuF2EoPgWjw==} + engines: {node: '>= 10.0.0'} + cpu: [x64] + os: [linux] + libc: [glibc] + + '@parcel/watcher-linux-x64-musl@2.5.0': + resolution: {integrity: sha512-iqOC+GoTDoFyk/VYSFHwjHhYrk8bljW6zOhPuhi5t9ulqiYq1togGJB5e3PwYVFFfeVgc6pbz3JdQyDoBszVaA==} + engines: {node: '>= 10.0.0'} + cpu: [x64] + os: [linux] + libc: [musl] + + '@parcel/watcher-win32-arm64@2.5.0': + resolution: {integrity: sha512-twtft1d+JRNkM5YbmexfcH/N4znDtjgysFaV9zvZmmJezQsKpkfLYJ+JFV3uygugK6AtIM2oADPkB2AdhBrNig==} + engines: {node: '>= 10.0.0'} + cpu: [arm64] + os: [win32] + + '@parcel/watcher-win32-ia32@2.5.0': + resolution: {integrity: sha512-+rgpsNRKwo8A53elqbbHXdOMtY/tAtTzManTWShB5Kk54N8Q9mzNWV7tV+IbGueCbcj826MfWGU3mprWtuf1TA==} + engines: {node: '>= 10.0.0'} + cpu: [ia32] + os: [win32] + + '@parcel/watcher-win32-x64@2.5.0': + resolution: {integrity: sha512-lPrxve92zEHdgeff3aiu4gDOIt4u7sJYha6wbdEZDCDUhtjTsOMiaJzG5lMY4GkWH8p0fMmO2Ppq5G5XXG+DQw==} + engines: {node: '>= 10.0.0'} + cpu: [x64] + os: [win32] + + '@parcel/watcher@2.5.0': + resolution: {integrity: sha512-i0GV1yJnm2n3Yq1qw6QrUrd/LI9bE8WEBOTtOkpCXHHdyN3TAGgqAK/DAT05z4fq2x04cARXt2pDmjWjL92iTQ==} + engines: {node: '>= 10.0.0'} + + '@pkgr/core@0.1.1': + resolution: {integrity: sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==} + engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} + + '@rollup/pluginutils@5.1.4': + resolution: {integrity: sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + + '@rollup/rollup-android-arm-eabi@4.30.1': + resolution: {integrity: sha512-pSWY+EVt3rJ9fQ3IqlrEUtXh3cGqGtPDH1FQlNZehO2yYxCHEX1SPsz1M//NXwYfbTlcKr9WObLnJX9FsS9K1Q==} + cpu: [arm] + os: [android] + + '@rollup/rollup-android-arm64@4.30.1': + resolution: {integrity: sha512-/NA2qXxE3D/BRjOJM8wQblmArQq1YoBVJjrjoTSBS09jgUisq7bqxNHJ8kjCHeV21W/9WDGwJEWSN0KQ2mtD/w==} + cpu: [arm64] + os: [android] + + '@rollup/rollup-darwin-arm64@4.30.1': + resolution: {integrity: sha512-r7FQIXD7gB0WJ5mokTUgUWPl0eYIH0wnxqeSAhuIwvnnpjdVB8cRRClyKLQr7lgzjctkbp5KmswWszlwYln03Q==} + cpu: [arm64] + os: [darwin] + + '@rollup/rollup-darwin-x64@4.30.1': + resolution: {integrity: sha512-x78BavIwSH6sqfP2xeI1hd1GpHL8J4W2BXcVM/5KYKoAD3nNsfitQhvWSw+TFtQTLZ9OmlF+FEInEHyubut2OA==} + cpu: [x64] + os: [darwin] + + '@rollup/rollup-freebsd-arm64@4.30.1': + resolution: {integrity: sha512-HYTlUAjbO1z8ywxsDFWADfTRfTIIy/oUlfIDmlHYmjUP2QRDTzBuWXc9O4CXM+bo9qfiCclmHk1x4ogBjOUpUQ==} + cpu: [arm64] + os: [freebsd] + + '@rollup/rollup-freebsd-x64@4.30.1': + resolution: {integrity: sha512-1MEdGqogQLccphhX5myCJqeGNYTNcmTyaic9S7CG3JhwuIByJ7J05vGbZxsizQthP1xpVx7kd3o31eOogfEirw==} + cpu: [x64] + os: [freebsd] + + '@rollup/rollup-linux-arm-gnueabihf@4.30.1': + resolution: {integrity: sha512-PaMRNBSqCx7K3Wc9QZkFx5+CX27WFpAMxJNiYGAXfmMIKC7jstlr32UhTgK6T07OtqR+wYlWm9IxzennjnvdJg==} + cpu: [arm] + os: [linux] + libc: [glibc] + + '@rollup/rollup-linux-arm-musleabihf@4.30.1': + resolution: {integrity: sha512-B8Rcyj9AV7ZlEFqvB5BubG5iO6ANDsRKlhIxySXcF1axXYUyqwBok+XZPgIYGBgs7LDXfWfifxhw0Ik57T0Yug==} + cpu: [arm] + os: [linux] + libc: [musl] + + '@rollup/rollup-linux-arm64-gnu@4.30.1': + resolution: {integrity: sha512-hqVyueGxAj3cBKrAI4aFHLV+h0Lv5VgWZs9CUGqr1z0fZtlADVV1YPOij6AhcK5An33EXaxnDLmJdQikcn5NEw==} + cpu: [arm64] + os: [linux] + libc: [glibc] + + '@rollup/rollup-linux-arm64-musl@4.30.1': + resolution: {integrity: sha512-i4Ab2vnvS1AE1PyOIGp2kXni69gU2DAUVt6FSXeIqUCPIR3ZlheMW3oP2JkukDfu3PsexYRbOiJrY+yVNSk9oA==} + cpu: [arm64] + os: [linux] + libc: [musl] + + '@rollup/rollup-linux-loongarch64-gnu@4.30.1': + resolution: {integrity: sha512-fARcF5g296snX0oLGkVxPmysetwUk2zmHcca+e9ObOovBR++9ZPOhqFUM61UUZ2EYpXVPN1redgqVoBB34nTpQ==} + cpu: [loong64] + os: [linux] + libc: [glibc] + + '@rollup/rollup-linux-powerpc64le-gnu@4.30.1': + resolution: {integrity: sha512-GLrZraoO3wVT4uFXh67ElpwQY0DIygxdv0BNW9Hkm3X34wu+BkqrDrkcsIapAY+N2ATEbvak0XQ9gxZtCIA5Rw==} + cpu: [ppc64] + os: [linux] + libc: [glibc] + + '@rollup/rollup-linux-riscv64-gnu@4.30.1': + resolution: {integrity: sha512-0WKLaAUUHKBtll0wvOmh6yh3S0wSU9+yas923JIChfxOaaBarmb/lBKPF0w/+jTVozFnOXJeRGZ8NvOxvk/jcw==} + cpu: [riscv64] + os: [linux] + libc: [glibc] + + '@rollup/rollup-linux-s390x-gnu@4.30.1': + resolution: {integrity: sha512-GWFs97Ruxo5Bt+cvVTQkOJ6TIx0xJDD/bMAOXWJg8TCSTEK8RnFeOeiFTxKniTc4vMIaWvCplMAFBt9miGxgkA==} + cpu: [s390x] + os: [linux] + libc: [glibc] + + '@rollup/rollup-linux-x64-gnu@4.30.1': + resolution: {integrity: sha512-UtgGb7QGgXDIO+tqqJ5oZRGHsDLO8SlpE4MhqpY9Llpzi5rJMvrK6ZGhsRCST2abZdBqIBeXW6WPD5fGK5SDwg==} + cpu: [x64] + os: [linux] + libc: [glibc] + + '@rollup/rollup-linux-x64-musl@4.30.1': + resolution: {integrity: sha512-V9U8Ey2UqmQsBT+xTOeMzPzwDzyXmnAoO4edZhL7INkwQcaW1Ckv3WJX3qrrp/VHaDkEWIBWhRwP47r8cdrOow==} + cpu: [x64] + os: [linux] + libc: [musl] + + '@rollup/rollup-win32-arm64-msvc@4.30.1': + resolution: {integrity: sha512-WabtHWiPaFF47W3PkHnjbmWawnX/aE57K47ZDT1BXTS5GgrBUEpvOzq0FI0V/UYzQJgdb8XlhVNH8/fwV8xDjw==} + cpu: [arm64] + os: [win32] + + '@rollup/rollup-win32-ia32-msvc@4.30.1': + resolution: {integrity: sha512-pxHAU+Zv39hLUTdQQHUVHf4P+0C47y/ZloorHpzs2SXMRqeAWmGghzAhfOlzFHHwjvgokdFAhC4V+6kC1lRRfw==} + cpu: [ia32] + os: [win32] + + '@rollup/rollup-win32-x64-msvc@4.30.1': + resolution: {integrity: sha512-D6qjsXGcvhTjv0kI4fU8tUuBDF/Ueee4SVX79VfNDXZa64TfCW1Slkb6Z7O1p7vflqZjcmOVdZlqf8gvJxc6og==} + cpu: [x64] + os: [win32] + + '@rushstack/eslint-patch@1.10.5': + resolution: {integrity: sha512-kkKUDVlII2DQiKy7UstOR1ErJP8kUKAQ4oa+SQtM0K+lPdmmjj0YnnxBgtTVYH7mUKtbsxeFC9y0AmK7Yb78/A==} + + '@sentry-internal/browser-utils@8.48.0': + resolution: {integrity: sha512-pLtu0Fa1Ou0v3M1OEO1MB1EONJVmXEGtoTwFRCO1RPQI2ulmkG6BikINClFG5IBpoYKZ33WkEXuM6U5xh+pdZg==} + engines: {node: '>=14.18'} + + '@sentry-internal/feedback@8.48.0': + resolution: {integrity: sha512-6PwcJNHVPg0EfZxmN+XxVOClfQpv7MBAweV8t9i5l7VFr8sM/7wPNSeU/cG7iK19Ug9ZEkBpzMOe3G4GXJ5bpw==} + engines: {node: '>=14.18'} + + '@sentry-internal/replay-canvas@8.48.0': + resolution: {integrity: sha512-LdivLfBXXB9us1aAc6XaL7/L2Ob4vi3C/fEOXElehg3qHjX6q6pewiv5wBvVXGX1NfZTRvu+X11k6TZoxKsezw==} + engines: {node: '>=14.18'} + + '@sentry-internal/replay@8.48.0': + resolution: {integrity: sha512-csILVupc5RkrsTrncuUTGmlB56FQSFjXPYWG8I8yBTGlXEJ+o8oTuF6+55R4vbw3EIzBveXWi4kEBbnQlXW/eg==} + engines: {node: '>=14.18'} + + '@sentry/browser@8.48.0': + resolution: {integrity: sha512-fuuVULB5/1vI8NoIwXwR3xwhJJqk+y4RdSdajExGF7nnUDBpwUJyXsmYJnOkBO+oLeEs58xaCpotCKiPUNnE3g==} + engines: {node: '>=14.18'} + + '@sentry/core@8.48.0': + resolution: {integrity: sha512-VGwYgTfLpvJ5LRO5A+qWo1gpo6SfqaGXL9TOzVgBucAdpzbrYHpZ87sEarDVq/4275uk1b0S293/mfsskFczyw==} + engines: {node: '>=14.18'} + + '@sentry/vue@8.48.0': + resolution: {integrity: sha512-hqm9X7hz1vMQQB1HBYezrDBQihZk6e/MxWIG1wMJoClcBnD1Sh7y+D36UwaQlR4Gr/Ftiz+Bb0DxuAYHoUS4ow==} + engines: {node: '>=14.18'} + peerDependencies: + pinia: 2.x + vue: 2.x || 3.x + peerDependenciesMeta: + pinia: + optional: true + + '@trysound/sax@0.2.0': + resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==} + engines: {node: '>=10.13.0'} + + '@tsconfig/node22@22.0.0': + resolution: {integrity: sha512-twLQ77zevtxobBOD4ToAtVmuYrpeYUh3qh+TEp+08IWhpsrIflVHqQ1F1CiPxQGL7doCdBIOOCF+1Tm833faNg==} + + '@types/conventional-commits-parser@5.0.1': + resolution: {integrity: sha512-7uz5EHdzz2TqoMfV7ee61Egf5y6NkcO4FB/1iCCQnbeiI1F3xzv3vK5dBCXUCLQgGYS+mUeigK1iKQzvED+QnQ==} + + '@types/eslint-scope@3.7.7': + resolution: {integrity: sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==} + + '@types/eslint@9.6.1': + resolution: {integrity: sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==} + + '@types/estree@1.0.6': + resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} + + '@types/fs-extra@8.1.5': + resolution: {integrity: sha512-0dzKcwO+S8s2kuF5Z9oUWatQJj5Uq/iqphEtE3GQJVRRYm/tD1LglU2UnXi2A8jLq5umkGouOXOR9y0n613ZwQ==} + + '@types/json-schema@7.0.15': + resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} + + '@types/node@22.10.6': + resolution: {integrity: sha512-qNiuwC4ZDAUNcY47xgaSuS92cjf8JbSUoaKS77bmLG1rU7MlATVSiw/IlrjtIyyskXBZ8KkNfjK/P5na7rgXbQ==} + + '@types/showdown@2.0.6': + resolution: {integrity: sha512-pTvD/0CIeqe4x23+YJWlX2gArHa8G0J0Oh6GKaVXV7TAeickpkkZiNOgFcFcmLQ5lB/K0qBJL1FtRYltBfbGCQ==} + + '@types/slice-ansi@4.0.0': + resolution: {integrity: sha512-+OpjSaq85gvlZAYINyzKpLeiFkSC4EsC6IIiT6v6TLSU5k5U83fHGj9Lel8oKEXM0HqgrMVCjXPDPVICtxF7EQ==} + + '@types/svgo@2.6.4': + resolution: {integrity: sha512-l4cmyPEckf8moNYHdJ+4wkHvFxjyW6ulm9l4YGaOxeyBWPhBOT0gvni1InpFPdzx1dKf/2s62qGITwxNWnPQng==} + + '@types/vue@2.0.0': + resolution: {integrity: sha512-WDElkBv/o4lVwu6wYHB06AXs4Xo2fwDjJUpvPRc1QQdzkUSiGFjrYuSCy8raxLE5FObgKq8ND7R5gSZTFLK60w==} + deprecated: This is a stub types definition for vuejs (https://github.com/vuejs/vue). vuejs provides its own type definitions, so you don't need @types/vue installed! + + '@types/web-bluetooth@0.0.20': + resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==} + + '@typescript-eslint/eslint-plugin@7.18.0': + resolution: {integrity: sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==} + engines: {node: ^18.18.0 || >=20.0.0} + peerDependencies: + '@typescript-eslint/parser': ^7.0.0 + eslint: ^8.56.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/parser@7.18.0': + resolution: {integrity: sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==} + engines: {node: ^18.18.0 || >=20.0.0} + peerDependencies: + eslint: ^8.56.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/scope-manager@7.18.0': + resolution: {integrity: sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==} + engines: {node: ^18.18.0 || >=20.0.0} + + '@typescript-eslint/type-utils@7.18.0': + resolution: {integrity: sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==} + engines: {node: ^18.18.0 || >=20.0.0} + peerDependencies: + eslint: ^8.56.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/types@7.18.0': + resolution: {integrity: sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==} + engines: {node: ^18.18.0 || >=20.0.0} + + '@typescript-eslint/typescript-estree@7.18.0': + resolution: {integrity: sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==} + engines: {node: ^18.18.0 || >=20.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/utils@7.18.0': + resolution: {integrity: sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==} + engines: {node: ^18.18.0 || >=20.0.0} + peerDependencies: + eslint: ^8.56.0 + + '@typescript-eslint/visitor-keys@7.18.0': + resolution: {integrity: sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==} + engines: {node: ^18.18.0 || >=20.0.0} + + '@ungap/structured-clone@1.2.1': + resolution: {integrity: sha512-fEzPV3hSkSMltkw152tJKNARhOupqbH96MZWyRjNaYZOMIzbrTeQDG+MTc6Mr2pgzFQzFxAfmhGDNP5QK++2ZA==} + + '@vitejs/plugin-vue@5.2.1': + resolution: {integrity: sha512-cxh314tzaWwOLqVes2gnnCtvBDcM1UMdn+iFR+UjAn411dPT3tOmqrJjbMd7koZpMAmBM/GqeV4n9ge7JSiJJQ==} + engines: {node: ^18.0.0 || >=20.0.0} + peerDependencies: + vite: ^5.0.0 || ^6.0.0 + vue: ^3.2.25 + + '@volar/language-core@1.11.1': + resolution: {integrity: sha512-dOcNn3i9GgZAcJt43wuaEykSluAuOkQgzni1cuxLxTV0nJKanQztp7FxyswdRILaKH+P2XZMPRp2S4MV/pElCw==} + + '@volar/source-map@1.11.1': + resolution: {integrity: sha512-hJnOnwZ4+WT5iupLRnuzbULZ42L7BWWPMmruzwtLhJfpDVoZLjNBxHDi2sY2bgZXCKlpU5XcsMFoYrsQmPhfZg==} + + '@volar/typescript@1.11.1': + resolution: {integrity: sha512-iU+t2mas/4lYierSnoFOeRFQUhAEMgsFuQxoxvwn5EdQopw43j+J27a4lt9LMInx1gLJBC6qL14WYGlgymaSMQ==} + + '@vue-macros/common@1.15.1': + resolution: {integrity: sha512-O0ZXaladWXwHplQnSjxLbB/G1KpdWCUNJPNYVHIxHonGex1BGpoB4fBZZLgddHgAiy18VZG/Iu5L0kwG+SV7JQ==} + engines: {node: '>=16.14.0'} + peerDependencies: + vue: ^2.7.0 || ^3.2.25 + peerDependenciesMeta: + vue: + optional: true + + '@vue/compiler-core@3.5.13': + resolution: {integrity: sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q==} + + '@vue/compiler-dom@3.5.13': + resolution: {integrity: sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA==} + + '@vue/compiler-sfc@3.5.13': + resolution: {integrity: sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ==} + + '@vue/compiler-ssr@3.5.13': + resolution: {integrity: sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA==} + + '@vue/devtools-api@6.6.4': + resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==} + + '@vue/eslint-config-prettier@9.0.0': + resolution: {integrity: sha512-z1ZIAAUS9pKzo/ANEfd2sO+v2IUalz7cM/cTLOZ7vRFOPk5/xuRKQteOu1DErFLAh/lYGXMVZ0IfYKlyInuDVg==} + peerDependencies: + eslint: '>= 8.0.0' + prettier: '>= 3.0.0' + + '@vue/eslint-config-typescript@13.0.0': + resolution: {integrity: sha512-MHh9SncG/sfqjVqjcuFLOLD6Ed4dRAis4HNt0dXASeAuLqIAx4YMB1/m2o4pUKK1vCt8fUvYG8KKX2Ot3BVZTg==} + engines: {node: ^18.18.0 || >=20.0.0} + peerDependencies: + eslint: ^8.56.0 + eslint-plugin-vue: ^9.0.0 + typescript: '>=4.7.4' + peerDependenciesMeta: + typescript: + optional: true + + '@vue/language-core@1.8.27': + resolution: {integrity: sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@vue/reactivity@3.5.13': + resolution: {integrity: sha512-NaCwtw8o48B9I6L1zl2p41OHo/2Z4wqYGGIK1Khu5T7yxrn+ATOixn/Udn2m+6kZKB/J7cuT9DbWWhRxqixACg==} + + '@vue/runtime-core@3.5.13': + resolution: {integrity: sha512-Fj4YRQ3Az0WTZw1sFe+QDb0aXCerigEpw418pw1HBUKFtnQHWzwojaukAs2X/c9DQz4MQ4bsXTGlcpGxU/RCIw==} + + '@vue/runtime-dom@3.5.13': + resolution: {integrity: sha512-dLaj94s93NYLqjLiyFzVs9X6dWhTdAlEAciC3Moq7gzAc13VJUdCnjjRurNM6uTLFATRHexHCTu/Xp3eW6yoog==} + + '@vue/server-renderer@3.5.13': + resolution: {integrity: sha512-wAi4IRJV/2SAW3htkTlB+dHeRmpTiVIK1OGLWV1yeStVSebSQQOwGwIq0D3ZIoBj2C2qpgz5+vX9iEBkTdk5YA==} + peerDependencies: + vue: 3.5.13 + + '@vue/shared@3.5.13': + resolution: {integrity: sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ==} + + '@vue/tsconfig@0.7.0': + resolution: {integrity: sha512-ku2uNz5MaZ9IerPPUyOHzyjhXoX2kVJaVf7hL315DC17vS6IiZRmmCPfggNbU16QTvM80+uYYy3eYJB59WCtvg==} + peerDependencies: + typescript: 5.x + vue: ^3.4.0 + peerDependenciesMeta: + typescript: + optional: true + vue: + optional: true + + '@vuetify/loader-shared@2.0.3': + resolution: {integrity: sha512-Ss3GC7eJYkp2SF6xVzsT7FAruEmdihmn4OCk2+UocREerlXKWgOKKzTN5PN3ZVN5q05jHHrsNhTuWbhN61Bpdg==} + peerDependencies: + vue: ^3.0.0 + vuetify: ^3.0.0 + + '@vueuse/core@10.11.1': + resolution: {integrity: sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww==} + + '@vueuse/metadata@10.11.1': + resolution: {integrity: sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw==} + + '@vueuse/shared@10.11.1': + resolution: {integrity: sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA==} + + '@webassemblyjs/ast@1.14.1': + resolution: {integrity: sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==} + + '@webassemblyjs/floating-point-hex-parser@1.13.2': + resolution: {integrity: sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==} + + '@webassemblyjs/helper-api-error@1.13.2': + resolution: {integrity: sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==} + + '@webassemblyjs/helper-buffer@1.14.1': + resolution: {integrity: sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==} + + '@webassemblyjs/helper-numbers@1.13.2': + resolution: {integrity: sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==} + + '@webassemblyjs/helper-wasm-bytecode@1.13.2': + resolution: {integrity: sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==} + + '@webassemblyjs/helper-wasm-section@1.14.1': + resolution: {integrity: sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==} + + '@webassemblyjs/ieee754@1.13.2': + resolution: {integrity: sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==} + + '@webassemblyjs/leb128@1.13.2': + resolution: {integrity: sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==} + + '@webassemblyjs/utf8@1.13.2': + resolution: {integrity: sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==} + + '@webassemblyjs/wasm-edit@1.14.1': + resolution: {integrity: sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==} + + '@webassemblyjs/wasm-gen@1.14.1': + resolution: {integrity: sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==} + + '@webassemblyjs/wasm-opt@1.14.1': + resolution: {integrity: sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==} + + '@webassemblyjs/wasm-parser@1.14.1': + resolution: {integrity: sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==} + + '@webassemblyjs/wast-printer@1.14.1': + resolution: {integrity: sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==} + + '@xmldom/xmldom@0.8.10': + resolution: {integrity: sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==} + engines: {node: '>=10.0.0'} + + '@xtuc/ieee754@1.2.0': + resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==} + + '@xtuc/long@4.2.2': + resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==} + + JSONStream@1.3.5: + resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} + hasBin: true + + acorn-jsx@5.3.2: + resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} + peerDependencies: + acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 + + acorn@8.14.0: + resolution: {integrity: sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==} + engines: {node: '>=0.4.0'} + hasBin: true + + ajv-formats@2.1.1: + resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==} + peerDependencies: + ajv: ^8.0.0 + peerDependenciesMeta: + ajv: + optional: true + + ajv-keywords@3.5.2: + resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==} + peerDependencies: + ajv: ^6.9.1 + + ajv-keywords@5.1.0: + resolution: {integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==} + peerDependencies: + ajv: ^8.8.2 + + ajv@6.12.6: + resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} + + ajv@8.17.1: + resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} + + ansi-escapes@7.0.0: + resolution: {integrity: sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==} + engines: {node: '>=18'} + + ansi-regex@2.1.1: + resolution: {integrity: sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==} + engines: {node: '>=0.10.0'} + + ansi-regex@5.0.1: + resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} + engines: {node: '>=8'} + + ansi-regex@6.1.0: + resolution: {integrity: sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==} + engines: {node: '>=12'} + + ansi-styles@2.2.1: + resolution: {integrity: sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==} + engines: {node: '>=0.10.0'} + + ansi-styles@4.3.0: + resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} + engines: {node: '>=8'} + + ansi-styles@6.2.1: + resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} + engines: {node: '>=12'} + + anymatch@3.1.3: + resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} + engines: {node: '>= 8'} + + argparse@2.0.1: + resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} + + arr-diff@4.0.0: + resolution: {integrity: sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==} + engines: {node: '>=0.10.0'} + + arr-flatten@1.1.0: + resolution: {integrity: sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==} + engines: {node: '>=0.10.0'} + + arr-union@3.1.0: + resolution: {integrity: sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==} + engines: {node: '>=0.10.0'} + + array-buffer-byte-length@1.0.2: + resolution: {integrity: sha512-LHE+8BuR7RYGDKvnrmcuSq3tDcKv9OFEXQt/HpbZhY7V6h0zlUXutnAD82GiFx9rdieCMjkvtcsPqBwgUl1Iiw==} + engines: {node: '>= 0.4'} + + array-ify@1.0.0: + resolution: {integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==} + + array-union@2.1.0: + resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} + engines: {node: '>=8'} + + array-unique@0.3.2: + resolution: {integrity: sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==} + engines: {node: '>=0.10.0'} + + arraybuffer.prototype.slice@1.0.4: + resolution: {integrity: sha512-BNoCY6SXXPQ7gF2opIP4GBE+Xw7U+pHMYKuzjgCN3GwiaIR09UUeKfheyIry77QtrCBlC0KK0q5/TER/tYh3PQ==} + engines: {node: '>= 0.4'} + + assign-symbols@1.0.0: + resolution: {integrity: sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==} + engines: {node: '>=0.10.0'} + + ast-kit@1.3.2: + resolution: {integrity: sha512-gdvX700WVC6sHCJQ7bJGfDvtuKAh6Sa6weIZROxfzUZKP7BjvB8y0SMlM/o4omSQ3L60PQSJROBJsb0vEViVnA==} + engines: {node: '>=16.14.0'} + + ast-walker-scope@0.6.2: + resolution: {integrity: sha512-1UWOyC50xI3QZkRuDj6PqDtpm1oHWtYs+NQGwqL/2R11eN3Q81PHAHPM0SWW3BNQm53UDwS//Jv8L4CCVLM1bQ==} + engines: {node: '>=16.14.0'} + + astral-regex@2.0.0: + resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} + engines: {node: '>=8'} + + at-least-node@1.0.0: + resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==} + engines: {node: '>= 4.0.0'} + + atob@2.1.2: + resolution: {integrity: sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==} + engines: {node: '>= 4.5.0'} + hasBin: true + + available-typed-arrays@1.0.7: + resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} + engines: {node: '>= 0.4'} + + balanced-match@1.0.2: + resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + + base64-js@1.5.1: + resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} + + base@0.11.2: + resolution: {integrity: sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==} + engines: {node: '>=0.10.0'} + + big-integer@1.6.52: + resolution: {integrity: sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==} + engines: {node: '>=0.6'} + + big.js@5.2.2: + resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==} + + binary-extensions@2.3.0: + resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} + engines: {node: '>=8'} + + bluebird@3.7.2: + resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==} + + boolbase@1.0.0: + resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} + + bplist-parser@0.3.2: + resolution: {integrity: sha512-apC2+fspHGI3mMKj+dGevkGo/tCqVB8jMb6i+OX+E29p0Iposz07fABkRIfVUPNd5A5VbuOz1bZbnmkKLYF+wQ==} + engines: {node: '>= 5.10.0'} + + brace-expansion@1.1.11: + resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} + + brace-expansion@2.0.1: + resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} + + braces@2.3.2: + resolution: {integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==} + engines: {node: '>=0.10.0'} + + braces@3.0.3: + resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} + engines: {node: '>=8'} + + browserslist@4.24.4: + resolution: {integrity: sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + + buffer-builder@0.2.0: + resolution: {integrity: sha512-7VPMEPuYznPSoR21NE1zvd2Xna6c/CloiZCfcMXR1Jny6PjX0N4Nsa38zcBFo/FMK+BlA+FLKbJCQ0i2yxp+Xg==} + + buffer-crc32@0.2.13: + resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==} + + buffer-from@1.1.2: + resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} + + cache-base@1.0.1: + resolution: {integrity: sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==} + engines: {node: '>=0.10.0'} + + call-bind-apply-helpers@1.0.1: + resolution: {integrity: sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g==} + engines: {node: '>= 0.4'} + + call-bind@1.0.8: + resolution: {integrity: sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==} + engines: {node: '>= 0.4'} + + call-bound@1.0.3: + resolution: {integrity: sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==} + engines: {node: '>= 0.4'} + + callsites@3.1.0: + resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} + engines: {node: '>=6'} + + caniuse-lite@1.0.30001692: + resolution: {integrity: sha512-A95VKan0kdtrsnMubMKxEKUKImOPSuCpYgxSQBo036P5YYgVIcOYJEgt/txJWqObiRQeISNCfef9nvlQ0vbV7A==} + + chalk@1.1.3: + resolution: {integrity: sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==} + engines: {node: '>=0.10.0'} + + chalk@4.1.2: + resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} + engines: {node: '>=10'} + + chalk@5.4.1: + resolution: {integrity: sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==} + engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} + + chokidar@3.6.0: + resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} + engines: {node: '>= 8.10.0'} + + chokidar@4.0.3: + resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==} + engines: {node: '>= 14.16.0'} + + chownr@2.0.0: + resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} + engines: {node: '>=10'} + + chrome-trace-event@1.0.4: + resolution: {integrity: sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==} + engines: {node: '>=6.0'} + + class-utils@0.3.6: + resolution: {integrity: sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==} + engines: {node: '>=0.10.0'} + + cli-cursor@5.0.0: + resolution: {integrity: sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==} + engines: {node: '>=18'} + + cli-truncate@4.0.0: + resolution: {integrity: sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==} + engines: {node: '>=18'} + + cliui@8.0.1: + resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} + engines: {node: '>=12'} + + clone@2.1.2: + resolution: {integrity: sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==} + engines: {node: '>=0.8'} + + collection-visit@1.0.0: + resolution: {integrity: sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==} + engines: {node: '>=0.10.0'} + + color-convert@2.0.1: + resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} + engines: {node: '>=7.0.0'} + + color-name@1.1.4: + resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} + + colorette@2.0.20: + resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} + + colorjs.io@0.5.2: + resolution: {integrity: sha512-twmVoizEW7ylZSN32OgKdXRmo1qg+wT5/6C3xu5b9QsWzSFAhHLn2xd8ro0diCsKfCj1RdaTP/nrcW+vAoQPIw==} + + commander@12.1.0: + resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==} + engines: {node: '>=18'} + + commander@2.20.3: + resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} + + commander@7.2.0: + resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} + engines: {node: '>= 10'} + + commander@9.5.0: + resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==} + engines: {node: ^12.20.0 || >=14} + + commitlint@19.6.1: + resolution: {integrity: sha512-tU4or+Y2fDXepCZ44o8guEB9uwrRp4if4VupGH1CR+bsVS2zX6Gia4dndA7UPx8cWWw1tvRRJu5keA7RqfXf3w==} + engines: {node: '>=v18'} + hasBin: true + + compare-func@2.0.0: + resolution: {integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==} + + component-emitter@1.3.1: + resolution: {integrity: sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==} + + computeds@0.0.1: + resolution: {integrity: sha512-7CEBgcMjVmitjYo5q8JTJVra6X5mQ20uTThdK+0kR7UEaDrAWEQcRiBtWJzga4eRpP6afNwwLsX2SET2JhVB1Q==} + + concat-map@0.0.1: + resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + + confbox@0.1.8: + resolution: {integrity: sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==} + + conventional-changelog-angular@7.0.0: + resolution: {integrity: sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==} + engines: {node: '>=16'} + + conventional-changelog-conventionalcommits@7.0.2: + resolution: {integrity: sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==} + engines: {node: '>=16'} + + conventional-commits-parser@5.0.0: + resolution: {integrity: sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==} + engines: {node: '>=16'} + hasBin: true + + copy-descriptor@0.1.1: + resolution: {integrity: sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==} + engines: {node: '>=0.10.0'} + + core-js@3.40.0: + resolution: {integrity: sha512-7vsMc/Lty6AGnn7uFpYT56QesI5D2Y/UkgKounk87OP9Z2H9Z8kj6jzcSGAxFmUtDOS0ntK6lbQz+Nsa0Jj6mQ==} + + cors@2.8.5: + resolution: {integrity: sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==} + engines: {node: '>= 0.10'} + + cosmiconfig-typescript-loader@6.1.0: + resolution: {integrity: sha512-tJ1w35ZRUiM5FeTzT7DtYWAFFv37ZLqSRkGi2oeCK1gPhvaWjkAtfXvLmvE1pRfxxp9aQo6ba/Pvg1dKj05D4g==} + engines: {node: '>=v18'} + peerDependencies: + '@types/node': '*' + cosmiconfig: '>=9' + typescript: '>=5' + + cosmiconfig@9.0.0: + resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==} + engines: {node: '>=14'} + peerDependencies: + typescript: '>=4.9.5' + peerDependenciesMeta: + typescript: + optional: true + + cross-spawn@7.0.6: + resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} + engines: {node: '>= 8'} + + css-select@4.3.0: + resolution: {integrity: sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==} + + css-tree@1.1.3: + resolution: {integrity: sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==} + engines: {node: '>=8.0.0'} + + css-what@6.1.0: + resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} + engines: {node: '>= 6'} + + cssesc@3.0.0: + resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} + engines: {node: '>=4'} + hasBin: true + + csso@4.2.0: + resolution: {integrity: sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==} + engines: {node: '>=8.0.0'} + + csstype@3.1.3: + resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} + + dargs@8.1.0: + resolution: {integrity: sha512-wAV9QHOsNbwnWdNW2FYvE1P56wtgSbM+3SZcdGiWQILwVjACCXDCI3Ai8QlCjMDB8YK5zySiXZYBiwGmNY3lnw==} + engines: {node: '>=12'} + + data-view-buffer@1.0.2: + resolution: {integrity: sha512-EmKO5V3OLXh1rtK2wgXRansaK1/mtVdTUEiEI0W8RkvgT05kfxaH29PliLnpLP73yYO6142Q72QNa8Wx/A5CqQ==} + engines: {node: '>= 0.4'} + + data-view-byte-length@1.0.2: + resolution: {integrity: sha512-tuhGbE6CfTM9+5ANGf+oQb72Ky/0+s3xKUpHvShfiz2RxMFgFPjsXuRLBVMtvMs15awe45SRb83D6wH4ew6wlQ==} + engines: {node: '>= 0.4'} + + data-view-byte-offset@1.0.1: + resolution: {integrity: sha512-BS8PfmtDGnrgYdOonGZQdLZslWIeCGFP9tpan0hi1Co2Zr2NKADsvGYA8XxuG/4UWgJ6Cjtv+YJnB6MM69QGlQ==} + engines: {node: '>= 0.4'} + + date-fns@3.6.0: + resolution: {integrity: sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==} + + de-indent@1.0.2: + resolution: {integrity: sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==} + + debug@2.6.9: + resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + + debug@4.4.0: + resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + + decode-uri-component@0.2.2: + resolution: {integrity: sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==} + engines: {node: '>=0.10'} + + deep-is@0.1.4: + resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} + + define-data-property@1.1.4: + resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} + engines: {node: '>= 0.4'} + + define-lazy-prop@2.0.0: + resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} + engines: {node: '>=8'} + + define-properties@1.2.1: + resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} + engines: {node: '>= 0.4'} + + define-property@0.2.5: + resolution: {integrity: sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==} + engines: {node: '>=0.10.0'} + + define-property@1.0.0: + resolution: {integrity: sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==} + engines: {node: '>=0.10.0'} + + define-property@2.0.2: + resolution: {integrity: sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==} + engines: {node: '>=0.10.0'} + + detect-libc@1.0.3: + resolution: {integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==} + engines: {node: '>=0.10'} + hasBin: true + + dir-glob@3.0.1: + resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} + engines: {node: '>=8'} + + doctrine@3.0.0: + resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} + engines: {node: '>=6.0.0'} + + dom-serializer@0.2.2: + resolution: {integrity: sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==} + + dom-serializer@1.4.1: + resolution: {integrity: sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==} + + domelementtype@1.3.1: + resolution: {integrity: sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==} + + domelementtype@2.3.0: + resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==} + + domhandler@2.4.2: + resolution: {integrity: sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==} + + domhandler@4.3.1: + resolution: {integrity: sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==} + engines: {node: '>= 4'} + + domutils@1.7.0: + resolution: {integrity: sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==} + + domutils@2.8.0: + resolution: {integrity: sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==} + + dot-prop@5.3.0: + resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} + engines: {node: '>=8'} + + dunder-proto@1.0.1: + resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==} + engines: {node: '>= 0.4'} + + electron-to-chromium@1.5.81: + resolution: {integrity: sha512-SFsAz1hoR+u1eAWjofSPQnx0InE1QHGUAQ92pqYJPT8GARzmyP1zcEBDBxFFC6okJk2E94Ryfmib4DB8Sc6LBw==} + + elementtree@0.1.7: + resolution: {integrity: sha512-wkgGT6kugeQk/P6VZ/f4T+4HB41BVgNBq5CDIZVbQ02nvTVqAiVTbskxxu3eA/X96lMlfYOwnLQpN2v5E1zDEg==} + engines: {node: '>= 0.4.0'} + + emoji-regex@10.4.0: + resolution: {integrity: sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==} + + emoji-regex@8.0.0: + resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} + + emojis-list@3.0.0: + resolution: {integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==} + engines: {node: '>= 4'} + + enhanced-resolve@5.18.0: + resolution: {integrity: sha512-0/r0MySGYG8YqlayBZ6MuCfECmHFdJ5qyPh8s8wa5Hnm6SaFLSK1VYCbj+NKp090Nm1caZhD+QTnmxO7esYGyQ==} + engines: {node: '>=10.13.0'} + + entities@1.1.2: + resolution: {integrity: sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==} + + entities@2.2.0: + resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==} + + entities@4.5.0: + resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} + engines: {node: '>=0.12'} + + env-paths@2.2.1: + resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} + engines: {node: '>=6'} + + environment@1.1.0: + resolution: {integrity: sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==} + engines: {node: '>=18'} + + error-ex@1.3.2: + resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} + + es-abstract@1.23.9: + resolution: {integrity: sha512-py07lI0wjxAC/DcfK1S6G7iANonniZwTISvdPzk9hzeH0IZIshbuuFxLIU96OyF89Yb9hiqWn8M/bY83KY5vzA==} + engines: {node: '>= 0.4'} + + es-define-property@1.0.1: + resolution: {integrity: sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==} + engines: {node: '>= 0.4'} + + es-errors@1.3.0: + resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} + engines: {node: '>= 0.4'} + + es-module-lexer@1.6.0: + resolution: {integrity: sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==} + + es-object-atoms@1.0.1: + resolution: {integrity: sha512-BPOBuyUF9QIVhuNLhbToCLHP6+0MHwZ7xLBkPPCZqK4JmpJgGnv10035STzzQwFpqdzNFMB3irvDI63IagvDwA==} + engines: {node: '>= 0.4'} + + es-set-tostringtag@2.1.0: + resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==} + engines: {node: '>= 0.4'} + + es-to-primitive@1.3.0: + resolution: {integrity: sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==} + engines: {node: '>= 0.4'} + + esbuild@0.21.5: + resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==} + engines: {node: '>=12'} + hasBin: true + + escalade@3.2.0: + resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} + engines: {node: '>=6'} + + escape-string-regexp@1.0.5: + resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} + engines: {node: '>=0.8.0'} + + escape-string-regexp@4.0.0: + resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} + engines: {node: '>=10'} + + escape-string-regexp@5.0.0: + resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} + engines: {node: '>=12'} + + eslint-config-prettier@9.1.0: + resolution: {integrity: sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==} + hasBin: true + peerDependencies: + eslint: '>=7.0.0' + + eslint-plugin-prettier@5.2.1: + resolution: {integrity: sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==} + engines: {node: ^14.18.0 || >=16.0.0} + peerDependencies: + '@types/eslint': '>=8.0.0' + eslint: '>=8.0.0' + eslint-config-prettier: '*' + prettier: '>=3.0.0' + peerDependenciesMeta: + '@types/eslint': + optional: true + eslint-config-prettier: + optional: true + + eslint-plugin-vue@9.32.0: + resolution: {integrity: sha512-b/Y05HYmnB/32wqVcjxjHZzNpwxj1onBOvqW89W+V+XNG1dRuaFbNd3vT9CLbr2LXjEoq+3vn8DanWf7XU22Ug==} + engines: {node: ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 + + eslint-scope@5.1.1: + resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} + engines: {node: '>=8.0.0'} + + eslint-scope@7.2.2: + resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + eslint-visitor-keys@3.4.3: + resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + eslint@8.57.1: + resolution: {integrity: sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. + hasBin: true + + espree@9.6.1: + resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + esquery@1.6.0: + resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==} + engines: {node: '>=0.10'} + + esrecurse@4.3.0: + resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} + engines: {node: '>=4.0'} + + estraverse@4.3.0: + resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==} + engines: {node: '>=4.0'} + + estraverse@5.3.0: + resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} + engines: {node: '>=4.0'} + + estree-walker@2.0.2: + resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==} + + estree-walker@3.0.3: + resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==} + + esutils@2.0.3: + resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} + engines: {node: '>=0.10.0'} + + etag@1.8.1: + resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==} + engines: {node: '>= 0.6'} + + eventemitter3@5.0.1: + resolution: {integrity: sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==} + + events@3.3.0: + resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} + engines: {node: '>=0.8.x'} + + execa@8.0.1: + resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==} + engines: {node: '>=16.17'} + + expand-brackets@2.1.4: + resolution: {integrity: sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==} + engines: {node: '>=0.10.0'} + + extend-shallow@2.0.1: + resolution: {integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==} + engines: {node: '>=0.10.0'} + + extend-shallow@3.0.2: + resolution: {integrity: sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==} + engines: {node: '>=0.10.0'} + + extglob@2.0.4: + resolution: {integrity: sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==} + engines: {node: '>=0.10.0'} + + fast-deep-equal@3.1.3: + resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} + + fast-diff@1.3.0: + resolution: {integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==} + + fast-glob@3.3.3: + resolution: {integrity: sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==} + engines: {node: '>=8.6.0'} + + fast-json-stable-stringify@2.1.0: + resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} + + fast-levenshtein@2.0.6: + resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} + + fast-uri@3.0.5: + resolution: {integrity: sha512-5JnBCWpFlMo0a3ciDy/JckMzzv1U9coZrIhedq+HXxxUfDTAiS0LA8OKVao4G9BxmCVck/jtA5r3KAtRWEyD8Q==} + + fastq@1.18.0: + resolution: {integrity: sha512-QKHXPW0hD8g4UET03SdOdunzSouc9N4AuHdsX8XNcTsuz+yYFILVNIX4l9yHABMhiEI9Db0JTTIpu0wB+Y1QQw==} + + fd-slicer@1.1.0: + resolution: {integrity: sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==} + + file-entry-cache@6.0.1: + resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} + engines: {node: ^10.12.0 || >=12.0.0} + + fill-range@4.0.0: + resolution: {integrity: sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==} + engines: {node: '>=0.10.0'} + + fill-range@7.1.1: + resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} + engines: {node: '>=8'} + + find-up@5.0.0: + resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} + engines: {node: '>=10'} + + find-up@7.0.0: + resolution: {integrity: sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==} + engines: {node: '>=18'} + + flat-cache@3.2.0: + resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==} + engines: {node: ^10.12.0 || >=12.0.0} + + flatted@3.3.2: + resolution: {integrity: sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==} + + for-each@0.3.3: + resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} + + for-in@1.0.2: + resolution: {integrity: sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==} + engines: {node: '>=0.10.0'} + + fragment-cache@0.2.1: + resolution: {integrity: sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==} + engines: {node: '>=0.10.0'} + + fs-extra@10.1.0: + resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==} + engines: {node: '>=12'} + + fs-extra@9.1.0: + resolution: {integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==} + engines: {node: '>=10'} + + fs-minipass@2.1.0: + resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} + engines: {node: '>= 8'} + + fs.realpath@1.0.0: + resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} + + fsevents@2.3.3: + resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} + engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} + os: [darwin] + + function-bind@1.1.2: + resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} + + function.prototype.name@1.1.8: + resolution: {integrity: sha512-e5iwyodOHhbMr/yNrc7fDYG4qlbIvI5gajyzPnb5TCwyhjApznQh1BMFou9b30SevY43gCJKXycoCBjMbsuW0Q==} + engines: {node: '>= 0.4'} + + functions-have-names@1.2.3: + resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} + + get-caller-file@2.0.5: + resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} + engines: {node: 6.* || 8.* || >= 10.*} + + get-east-asian-width@1.3.0: + resolution: {integrity: sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==} + engines: {node: '>=18'} + + get-intrinsic@1.2.7: + resolution: {integrity: sha512-VW6Pxhsrk0KAOqs3WEd0klDiF/+V7gQOpAvY1jVU/LHmaD/kQO4523aiJuikX/QAKYiW6x8Jh+RJej1almdtCA==} + engines: {node: '>= 0.4'} + + get-proto@1.0.1: + resolution: {integrity: sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==} + engines: {node: '>= 0.4'} + + get-stream@8.0.1: + resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==} + engines: {node: '>=16'} + + get-symbol-description@1.1.0: + resolution: {integrity: sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==} + engines: {node: '>= 0.4'} + + get-value@2.0.6: + resolution: {integrity: sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==} + engines: {node: '>=0.10.0'} + + git-raw-commits@4.0.0: + resolution: {integrity: sha512-ICsMM1Wk8xSGMowkOmPrzo2Fgmfo4bMHLNX6ytHjajRJUqvHOw/TFapQ+QG75c3X/tTDDhOSRPGC52dDbNM8FQ==} + engines: {node: '>=16'} + hasBin: true + + github-markdown-css@5.8.1: + resolution: {integrity: sha512-8G+PFvqigBQSWLQjyzgpa2ThD9bo7+kDsriUIidGcRhXgmcaAWUIpCZf8DavJgc+xifjbCG+GvMyWr0XMXmc7g==} + engines: {node: '>=10'} + + glob-parent@5.1.2: + resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} + engines: {node: '>= 6'} + + glob-parent@6.0.2: + resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} + engines: {node: '>=10.13.0'} + + glob-to-regexp@0.4.1: + resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} + + glob@7.2.3: + resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + deprecated: Glob versions prior to v9 are no longer supported + + glob@9.3.5: + resolution: {integrity: sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==} + engines: {node: '>=16 || 14 >=14.17'} + + global-directory@4.0.1: + resolution: {integrity: sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==} + engines: {node: '>=18'} + + globals@13.24.0: + resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} + engines: {node: '>=8'} + + globalthis@1.0.4: + resolution: {integrity: sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==} + engines: {node: '>= 0.4'} + + globby@11.1.0: + resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} + engines: {node: '>=10'} + + gopd@1.2.0: + resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==} + engines: {node: '>= 0.4'} + + graceful-fs@4.2.11: + resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} + + graphemer@1.4.0: + resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} + + has-ansi@2.0.0: + resolution: {integrity: sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==} + engines: {node: '>=0.10.0'} + + has-bigints@1.1.0: + resolution: {integrity: sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==} + engines: {node: '>= 0.4'} + + has-flag@1.0.0: + resolution: {integrity: sha512-DyYHfIYwAJmjAjSSPKANxI8bFY9YtFrgkAfinBojQ8YJTOuOuav64tMUJv584SES4xl74PmuaevIyaLESHdTAA==} + engines: {node: '>=0.10.0'} + + has-flag@4.0.0: + resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} + engines: {node: '>=8'} + + has-property-descriptors@1.0.2: + resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} + + has-proto@1.2.0: + resolution: {integrity: sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==} + engines: {node: '>= 0.4'} + + has-symbols@1.1.0: + resolution: {integrity: sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==} + engines: {node: '>= 0.4'} + + has-tostringtag@1.0.2: + resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==} + engines: {node: '>= 0.4'} + + has-value@0.3.1: + resolution: {integrity: sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==} + engines: {node: '>=0.10.0'} + + has-value@1.0.0: + resolution: {integrity: sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==} + engines: {node: '>=0.10.0'} + + has-values@0.1.4: + resolution: {integrity: sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==} + engines: {node: '>=0.10.0'} + + has-values@1.0.0: + resolution: {integrity: sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==} + engines: {node: '>=0.10.0'} + + hasown@2.0.2: + resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} + engines: {node: '>= 0.4'} + + he@1.2.0: + resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} + hasBin: true + + htmlparser2@3.10.1: + resolution: {integrity: sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==} + + human-signals@5.0.0: + resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==} + engines: {node: '>=16.17.0'} + + husky@9.1.7: + resolution: {integrity: sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==} + engines: {node: '>=18'} + hasBin: true + + ignore@5.3.2: + resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==} + engines: {node: '>= 4'} + + image-size@0.5.5: + resolution: {integrity: sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==} + engines: {node: '>=0.10.0'} + hasBin: true + + immutable@5.0.3: + resolution: {integrity: sha512-P8IdPQHq3lA1xVeBRi5VPqUm5HDgKnx0Ru51wZz5mjxHr5n3RWhjIpOFU7ybkUxfB+5IToy+OLaHYDBIWsv+uw==} + + import-fresh@3.3.0: + resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} + engines: {node: '>=6'} + + import-meta-resolve@4.1.0: + resolution: {integrity: sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==} + + imurmurhash@0.1.4: + resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} + engines: {node: '>=0.8.19'} + + inflight@1.0.6: + resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. + + inherits@2.0.4: + resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} + + ini@4.1.1: + resolution: {integrity: sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + internal-slot@1.1.0: + resolution: {integrity: sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==} + engines: {node: '>= 0.4'} + + is-accessor-descriptor@1.0.1: + resolution: {integrity: sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==} + engines: {node: '>= 0.10'} + + is-array-buffer@3.0.5: + resolution: {integrity: sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==} + engines: {node: '>= 0.4'} + + is-arrayish@0.2.1: + resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} + + is-async-function@2.1.0: + resolution: {integrity: sha512-GExz9MtyhlZyXYLxzlJRj5WUCE661zhDa1Yna52CN57AJsymh+DvXXjyveSioqSRdxvUrdKdvqB1b5cVKsNpWQ==} + engines: {node: '>= 0.4'} + + is-bigint@1.1.0: + resolution: {integrity: sha512-n4ZT37wG78iz03xPRKJrHTdZbe3IicyucEtdRsV5yglwc3GyUfbAfpSeD0FJ41NbUNSt5wbhqfp1fS+BgnvDFQ==} + engines: {node: '>= 0.4'} + + is-binary-path@2.1.0: + resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} + engines: {node: '>=8'} + + is-boolean-object@1.2.1: + resolution: {integrity: sha512-l9qO6eFlUETHtuihLcYOaLKByJ1f+N4kthcU9YjHy3N+B3hWv0y/2Nd0mu/7lTFnRQHTrSdXF50HQ3bl5fEnng==} + engines: {node: '>= 0.4'} + + is-buffer@1.1.6: + resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==} + + is-callable@1.2.7: + resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} + engines: {node: '>= 0.4'} + + is-data-descriptor@1.0.1: + resolution: {integrity: sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==} + engines: {node: '>= 0.4'} + + is-data-view@1.0.2: + resolution: {integrity: sha512-RKtWF8pGmS87i2D6gqQu/l7EYRlVdfzemCJN/P3UOs//x1QE7mfhvzHIApBTRf7axvT6DMGwSwBXYCT0nfB9xw==} + engines: {node: '>= 0.4'} + + is-date-object@1.1.0: + resolution: {integrity: sha512-PwwhEakHVKTdRNVOw+/Gyh0+MzlCl4R6qKvkhuvLtPMggI1WAHt9sOwZxQLSGpUaDnrdyDsomoRgNnCfKNSXXg==} + engines: {node: '>= 0.4'} + + is-descriptor@0.1.7: + resolution: {integrity: sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==} + engines: {node: '>= 0.4'} + + is-descriptor@1.0.3: + resolution: {integrity: sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==} + engines: {node: '>= 0.4'} + + is-docker@2.2.1: + resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} + engines: {node: '>=8'} + hasBin: true + + is-extendable@0.1.1: + resolution: {integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==} + engines: {node: '>=0.10.0'} + + is-extendable@1.0.1: + resolution: {integrity: sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==} + engines: {node: '>=0.10.0'} + + is-extglob@2.1.1: + resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} + engines: {node: '>=0.10.0'} + + is-finalizationregistry@1.1.1: + resolution: {integrity: sha512-1pC6N8qWJbWoPtEjgcL2xyhQOP491EQjeUo3qTKcmV8YSDDJrOepfG8pcC7h/QgnQHYSv0mJ3Z/ZWxmatVrysg==} + engines: {node: '>= 0.4'} + + is-fullwidth-code-point@3.0.0: + resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} + engines: {node: '>=8'} + + is-fullwidth-code-point@4.0.0: + resolution: {integrity: sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==} + engines: {node: '>=12'} + + is-fullwidth-code-point@5.0.0: + resolution: {integrity: sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==} + engines: {node: '>=18'} + + is-generator-function@1.1.0: + resolution: {integrity: sha512-nPUB5km40q9e8UfN/Zc24eLlzdSf9OfKByBw9CIdw4H1giPMeA0OIJvbchsCu4npfI2QcMVBsGEBHKZ7wLTWmQ==} + engines: {node: '>= 0.4'} + + is-glob@4.0.3: + resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} + engines: {node: '>=0.10.0'} + + is-map@2.0.3: + resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==} + engines: {node: '>= 0.4'} + + is-number-object@1.1.1: + resolution: {integrity: sha512-lZhclumE1G6VYD8VHe35wFaIif+CTy5SJIi5+3y4psDgWu4wPDoBhF8NxUOinEc7pHgiTsT6MaBb92rKhhD+Xw==} + engines: {node: '>= 0.4'} + + is-number@3.0.0: + resolution: {integrity: sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==} + engines: {node: '>=0.10.0'} + + is-number@7.0.0: + resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} + engines: {node: '>=0.12.0'} + + is-obj@2.0.0: + resolution: {integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==} + engines: {node: '>=8'} + + is-path-inside@3.0.3: + resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} + engines: {node: '>=8'} + + is-plain-obj@1.1.0: + resolution: {integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==} + engines: {node: '>=0.10.0'} + + is-plain-object@2.0.4: + resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==} + engines: {node: '>=0.10.0'} + + is-regex@1.2.1: + resolution: {integrity: sha512-MjYsKHO5O7mCsmRGxWcLWheFqN9DJ/2TmngvjKXihe6efViPqc274+Fx/4fYj/r03+ESvBdTXK0V6tA3rgez1g==} + engines: {node: '>= 0.4'} + + is-set@2.0.3: + resolution: {integrity: sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==} + engines: {node: '>= 0.4'} + + is-shared-array-buffer@1.0.4: + resolution: {integrity: sha512-ISWac8drv4ZGfwKl5slpHG9OwPNty4jOWPRIhBpxOoD+hqITiwuipOQ2bNthAzwA3B4fIjO4Nln74N0S9byq8A==} + engines: {node: '>= 0.4'} + + is-stream@3.0.0: + resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + is-string@1.1.1: + resolution: {integrity: sha512-BtEeSsoaQjlSPBemMQIrY1MY0uM6vnS1g5fmufYOtnxLGUZM2178PKbhsk7Ffv58IX+ZtcvoGwccYsh0PglkAA==} + engines: {node: '>= 0.4'} + + is-symbol@1.1.1: + resolution: {integrity: sha512-9gGx6GTtCQM73BgmHQXfDmLtfjjTUDSyoxTCbp5WtoixAhfgsDirWIcVQ/IHpvI5Vgd5i/J5F7B9cN/WlVbC/w==} + engines: {node: '>= 0.4'} + + is-text-path@2.0.0: + resolution: {integrity: sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==} + engines: {node: '>=8'} + + is-typed-array@1.1.15: + resolution: {integrity: sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==} + engines: {node: '>= 0.4'} + + is-weakmap@2.0.2: + resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==} + engines: {node: '>= 0.4'} + + is-weakref@1.1.0: + resolution: {integrity: sha512-SXM8Nwyys6nT5WP6pltOwKytLV7FqQ4UiibxVmW+EIosHcmCqkkjViTb5SNssDlkCiEYRP1/pdWUKVvZBmsR2Q==} + engines: {node: '>= 0.4'} + + is-weakset@2.0.4: + resolution: {integrity: sha512-mfcwb6IzQyOKTs84CQMrOwW4gQcaTOAWJ0zzJCl2WSPDrWk/OzDaImWFH3djXhb24g4eudZfLRozAvPGw4d9hQ==} + engines: {node: '>= 0.4'} + + is-windows@1.0.2: + resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==} + engines: {node: '>=0.10.0'} + + is-wsl@2.2.0: + resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} + engines: {node: '>=8'} + + isarray@1.0.0: + resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} + + isarray@2.0.5: + resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} + + isexe@2.0.0: + resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} + + isobject@2.1.0: + resolution: {integrity: sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==} + engines: {node: '>=0.10.0'} + + isobject@3.0.1: + resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==} + engines: {node: '>=0.10.0'} + + jest-worker@27.5.1: + resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} + engines: {node: '>= 10.13.0'} + + jiti@2.4.2: + resolution: {integrity: sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==} + hasBin: true + + js-base64@2.6.4: + resolution: {integrity: sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==} + + js-tokens@4.0.0: + resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} + + js-tokens@9.0.1: + resolution: {integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==} + + js-yaml@4.1.0: + resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} + hasBin: true + + json-buffer@3.0.1: + resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} + + json-parse-even-better-errors@2.3.1: + resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} + + json-schema-traverse@0.4.1: + resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} + + json-schema-traverse@1.0.0: + resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} + + json-stable-stringify-without-jsonify@1.0.1: + resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} + + json5@1.0.2: + resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} + hasBin: true + + json5@2.2.3: + resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} + engines: {node: '>=6'} + hasBin: true + + jsonfile@6.1.0: + resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} + + jsonparse@1.3.1: + resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} + engines: {'0': node >= 0.2.0} + + keyv@4.5.4: + resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} + + kind-of@3.2.2: + resolution: {integrity: sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==} + engines: {node: '>=0.10.0'} + + kind-of@4.0.0: + resolution: {integrity: sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==} + engines: {node: '>=0.10.0'} + + kind-of@5.1.0: + resolution: {integrity: sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==} + engines: {node: '>=0.10.0'} + + kind-of@6.0.3: + resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} + engines: {node: '>=0.10.0'} + + kleur@3.0.3: + resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} + engines: {node: '>=6'} + + kleur@4.1.5: + resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==} + engines: {node: '>=6'} + + levn@0.4.1: + resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} + engines: {node: '>= 0.8.0'} + + lilconfig@3.1.3: + resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==} + engines: {node: '>=14'} + + lines-and-columns@1.2.4: + resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} + + lint-staged@15.3.0: + resolution: {integrity: sha512-vHFahytLoF2enJklgtOtCtIjZrKD/LoxlaUusd5nh7dWv/dkKQJY74ndFSzxCdv7g0ueGg1ORgTSt4Y9LPZn9A==} + engines: {node: '>=18.12.0'} + hasBin: true + + listr2@8.2.5: + resolution: {integrity: sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==} + engines: {node: '>=18.0.0'} + + loader-runner@4.3.0: + resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==} + engines: {node: '>=6.11.5'} + + loader-utils@1.4.2: + resolution: {integrity: sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==} + engines: {node: '>=4.0.0'} + + loader-utils@2.0.4: + resolution: {integrity: sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==} + engines: {node: '>=8.9.0'} + + local-pkg@0.5.1: + resolution: {integrity: sha512-9rrA30MRRP3gBD3HTGnC6cDFpaE1kVDWxWgqWJUN0RvDNAo+Nz/9GxB+nHOH0ifbVFy0hSA1V6vFDvnx54lTEQ==} + engines: {node: '>=14'} + + local-pkg@1.0.0: + resolution: {integrity: sha512-bbgPw/wmroJsil/GgL4qjDzs5YLTBMQ99weRsok1XCDccQeehbHA/I1oRvk2NPtr7KGZgT/Y5tPRnAtMqeG2Kg==} + engines: {node: '>=14'} + + locate-path@6.0.0: + resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} + engines: {node: '>=10'} + + locate-path@7.2.0: + resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + lodash.camelcase@4.3.0: + resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==} + + lodash.isplainobject@4.0.6: + resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==} + + lodash.kebabcase@4.1.1: + resolution: {integrity: sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==} + + lodash.merge@4.6.2: + resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} + + lodash.mergewith@4.6.2: + resolution: {integrity: sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==} + + lodash.snakecase@4.1.1: + resolution: {integrity: sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==} + + lodash.startcase@4.4.0: + resolution: {integrity: sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==} + + lodash.uniq@4.5.0: + resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==} + + lodash.upperfirst@4.3.1: + resolution: {integrity: sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==} + + lodash@4.17.21: + resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} + + log-update@6.1.0: + resolution: {integrity: sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==} + engines: {node: '>=18'} + + lru-cache@10.4.3: + resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} + + magic-string-ast@0.6.3: + resolution: {integrity: sha512-C9sgUzVZtUtzCBoMdYtwrIRQ4IucGRFGgdhkjL7PXsVfPYmTuWtewqzk7dlipaCMWH/gOYehW9rgMoa4Oebtpw==} + engines: {node: '>=16.14.0'} + + magic-string@0.30.17: + resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==} + + map-cache@0.2.2: + resolution: {integrity: sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==} + engines: {node: '>=0.10.0'} + + map-visit@1.0.0: + resolution: {integrity: sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==} + engines: {node: '>=0.10.0'} + + math-intrinsics@1.1.0: + resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==} + engines: {node: '>= 0.4'} + + mdn-data@2.0.14: + resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==} + + meow@12.1.1: + resolution: {integrity: sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==} + engines: {node: '>=16.10'} + + merge-options@1.0.1: + resolution: {integrity: sha512-iuPV41VWKWBIOpBsjoxjDZw8/GbSfZ2mk7N1453bwMrfzdrIk7EzBd+8UVR6rkw67th7xnk9Dytl3J+lHPdxvg==} + engines: {node: '>=4'} + + merge-stream@2.0.0: + resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} + + merge2@1.4.1: + resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} + engines: {node: '>= 8'} + + micromatch@3.1.0: + resolution: {integrity: sha512-3StSelAE+hnRvMs8IdVW7Uhk8CVed5tp+kLLGlBP6WiRAXS21GPGu/Nat4WNPXj2Eoc24B02SaeoyozPMfj0/g==} + engines: {node: '>=0.10.0'} + + micromatch@4.0.8: + resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} + engines: {node: '>=8.6'} + + mime-db@1.52.0: + resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} + engines: {node: '>= 0.6'} + + mime-types@2.1.35: + resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} + engines: {node: '>= 0.6'} + + mimic-fn@4.0.0: + resolution: {integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==} + engines: {node: '>=12'} + + mimic-function@5.0.1: + resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==} + engines: {node: '>=18'} + + minimatch@3.1.2: + resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} + + minimatch@8.0.4: + resolution: {integrity: sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==} + engines: {node: '>=16 || 14 >=14.17'} + + minimatch@9.0.5: + resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} + engines: {node: '>=16 || 14 >=14.17'} + + minimist@1.2.8: + resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} + + minipass@3.3.6: + resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} + engines: {node: '>=8'} + + minipass@4.2.8: + resolution: {integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==} + engines: {node: '>=8'} + + minipass@5.0.0: + resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} + engines: {node: '>=8'} + + minipass@7.1.2: + resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==} + engines: {node: '>=16 || 14 >=14.17'} + + minizlib@2.1.2: + resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} + engines: {node: '>= 8'} + + mixin-deep@1.3.2: + resolution: {integrity: sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==} + engines: {node: '>=0.10.0'} + + mkdirp@1.0.4: + resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} + engines: {node: '>=10'} + hasBin: true + + mlly@1.7.4: + resolution: {integrity: sha512-qmdSIPC4bDJXgZTCR7XosJiNKySV7O215tsPtDN9iEO/7q/76b/ijtgRu/+epFXSJhijtTCCGp3DWS549P3xKw==} + + moment@2.30.1: + resolution: {integrity: sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==} + + ms@2.0.0: + resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} + + ms@2.1.3: + resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} + + muggle-string@0.3.1: + resolution: {integrity: sha512-ckmWDJjphvd/FvZawgygcUeQCxzvohjFO5RxTjj4eq8kw359gFF3E1brjfI+viLMxss5JrHTDRHZvu2/tuy0Qg==} + + nanoid@3.3.8: + resolution: {integrity: sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + hasBin: true + + nanomatch@1.2.13: + resolution: {integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==} + engines: {node: '>=0.10.0'} + + native-run@2.0.1: + resolution: {integrity: sha512-XfG1FBZLM50J10xH9361whJRC9SHZ0Bub4iNRhhI61C8Jv0e1ud19muex6sNKB51ibQNUJNuYn25MuYET/rE6w==} + engines: {node: '>=16.0.0'} + hasBin: true + + natural-compare@1.4.0: + resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} + + neo-async@2.6.2: + resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} + + node-addon-api@7.1.1: + resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==} + + node-releases@2.0.19: + resolution: {integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==} + + normalize-path@3.0.0: + resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} + engines: {node: '>=0.10.0'} + + npm-run-path@5.3.0: + resolution: {integrity: sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + nth-check@2.1.1: + resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} + + object-assign@4.1.1: + resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} + engines: {node: '>=0.10.0'} + + object-copy@0.1.0: + resolution: {integrity: sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==} + engines: {node: '>=0.10.0'} + + object-inspect@1.13.3: + resolution: {integrity: sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==} + engines: {node: '>= 0.4'} + + object-keys@1.1.1: + resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} + engines: {node: '>= 0.4'} + + object-visit@1.0.1: + resolution: {integrity: sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==} + engines: {node: '>=0.10.0'} + + object.assign@4.1.7: + resolution: {integrity: sha512-nK28WOo+QIjBkDduTINE4JkF/UJJKyf2EJxvJKfblDpyg0Q+pkOHNTL0Qwy6NP6FhE/EnzV73BxxqcJaXY9anw==} + engines: {node: '>= 0.4'} + + object.pick@1.3.0: + resolution: {integrity: sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==} + engines: {node: '>=0.10.0'} + + once@1.4.0: + resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} + + onetime@6.0.0: + resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==} + engines: {node: '>=12'} + + onetime@7.0.0: + resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==} + engines: {node: '>=18'} + + open@8.4.2: + resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} + engines: {node: '>=12'} + + optionator@0.9.4: + resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} + engines: {node: '>= 0.8.0'} + + own-keys@1.0.1: + resolution: {integrity: sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==} + engines: {node: '>= 0.4'} + + p-limit@3.1.0: + resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} + engines: {node: '>=10'} + + p-limit@4.0.0: + resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + p-locate@5.0.0: + resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} + engines: {node: '>=10'} + + p-locate@6.0.0: + resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + parent-module@1.0.1: + resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} + engines: {node: '>=6'} + + parse-json@5.2.0: + resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} + engines: {node: '>=8'} + + pascalcase@0.1.1: + resolution: {integrity: sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==} + engines: {node: '>=0.10.0'} + + path-browserify@1.0.1: + resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==} + + path-exists@4.0.0: + resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} + engines: {node: '>=8'} + + path-exists@5.0.0: + resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + path-is-absolute@1.0.1: + resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} + engines: {node: '>=0.10.0'} + + path-key@3.1.1: + resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} + engines: {node: '>=8'} + + path-key@4.0.0: + resolution: {integrity: sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==} + engines: {node: '>=12'} + + path-scurry@1.11.1: + resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} + engines: {node: '>=16 || 14 >=14.18'} + + path-type@4.0.0: + resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} + engines: {node: '>=8'} + + pathe@0.2.0: + resolution: {integrity: sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==} + + pathe@1.1.2: + resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==} + + pathe@2.0.1: + resolution: {integrity: sha512-6jpjMpOth5S9ITVu5clZ7NOgHNsv5vRQdheL9ztp2vZmM6fRbLvyua1tiBIL4lk8SAe3ARzeXEly6siXCjDHDw==} + + pend@1.2.0: + resolution: {integrity: sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==} + + picocolors@1.1.1: + resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} + + picomatch@2.3.1: + resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} + engines: {node: '>=8.6'} + + picomatch@4.0.2: + resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} + engines: {node: '>=12'} + + pidtree@0.6.0: + resolution: {integrity: sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==} + engines: {node: '>=0.10'} + hasBin: true + + pinia-plugin-persistedstate@3.2.3: + resolution: {integrity: sha512-Cm819WBj/s5K5DGw55EwbXDtx+EZzM0YR5AZbq9XE3u0xvXwvX2JnWoFpWIcdzISBHqy9H1UiSIUmXyXqWsQRQ==} + peerDependencies: + pinia: ^2.0.0 + + pinia@2.3.0: + resolution: {integrity: sha512-ohZj3jla0LL0OH5PlLTDMzqKiVw2XARmC1XYLdLWIPBMdhDW/123ZWr4zVAhtJm+aoSkFa13pYXskAvAscIkhQ==} + peerDependencies: + typescript: '>=4.4.4' + vue: ^2.7.0 || ^3.5.11 + peerDependenciesMeta: + typescript: + optional: true + + pkg-types@1.3.1: + resolution: {integrity: sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ==} + + plist@3.1.0: + resolution: {integrity: sha512-uysumyrvkUX0rX/dEVqt8gC3sTBzd4zoWfLeS29nb53imdaXVvLINYXTI2GNqzaMuvacNx4uJQ8+b3zXR0pkgQ==} + engines: {node: '>=10.4.0'} + + posix-character-classes@0.1.1: + resolution: {integrity: sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==} + engines: {node: '>=0.10.0'} + + possible-typed-array-names@1.0.0: + resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} + engines: {node: '>= 0.4'} + + postcss-prefix-selector@1.16.1: + resolution: {integrity: sha512-Umxu+FvKMwlY6TyDzGFoSUnzW+NOfMBLyC1tAkIjgX+Z/qGspJeRjVC903D7mx7TuBpJlwti2ibXtWuA7fKMeQ==} + peerDependencies: + postcss: '>4 <9' + + postcss-selector-parser@6.1.2: + resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==} + engines: {node: '>=4'} + + postcss@5.2.18: + resolution: {integrity: sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==} + engines: {node: '>=0.12'} + + postcss@8.5.1: + resolution: {integrity: sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==} + engines: {node: ^10 || ^12 || >=14} + + posthtml-parser@0.2.1: + resolution: {integrity: sha512-nPC53YMqJnc/+1x4fRYFfm81KV2V+G9NZY+hTohpYg64Ay7NemWWcV4UWuy/SgMupqQ3kJ88M/iRfZmSnxT+pw==} + + posthtml-rename-id@1.0.12: + resolution: {integrity: sha512-UKXf9OF/no8WZo9edRzvuMenb6AD5hDLzIepJW+a4oJT+T/Lx7vfMYWT4aWlGNQh0WMhnUx1ipN9OkZ9q+ddEw==} + + posthtml-render@1.4.0: + resolution: {integrity: sha512-W1779iVHGfq0Fvh2PROhCe2QhB8mEErgqzo1wpIt36tCgChafP+hbXIhLDOM8ePJrZcFs0vkNEtdibEWVqChqw==} + engines: {node: '>=10'} + + posthtml-svg-mode@1.0.3: + resolution: {integrity: sha512-hEqw9NHZ9YgJ2/0G7CECOeuLQKZi8HjWLkBaSVtOWjygQ9ZD8P7tqeowYs7WrFdKsWEKG7o+IlsPY8jrr0CJpQ==} + + posthtml@0.9.2: + resolution: {integrity: sha512-spBB5sgC4cv2YcW03f/IAUN1pgDJWNWD8FzkyY4mArLUMJW+KlQhlmUdKAHQuPfb00Jl5xIfImeOsf6YL8QK7Q==} + engines: {node: '>=0.10.0'} + + prelude-ls@1.2.1: + resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} + engines: {node: '>= 0.8.0'} + + prettier-linter-helpers@1.0.0: + resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==} + engines: {node: '>=6.0.0'} + + prettier@3.4.2: + resolution: {integrity: sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==} + engines: {node: '>=14'} + hasBin: true + + prompts@2.4.2: + resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} + engines: {node: '>= 6'} + + punycode@2.3.1: + resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} + engines: {node: '>=6'} + + query-string@4.3.4: + resolution: {integrity: sha512-O2XLNDBIg1DnTOa+2XrIwSiXEV8h2KImXUnjhhn2+UsvZ+Es2uyd5CCRTNQlDGbzUQOW3aYCBx9rVA6dzsiY7Q==} + engines: {node: '>=0.10.0'} + + queue-microtask@1.2.3: + resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} + + randombytes@2.1.0: + resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} + + raw-loader@4.0.2: + resolution: {integrity: sha512-ZnScIV3ag9A4wPX/ZayxL/jZH+euYb6FcUinPcgiQW0+UBtEv0O6Q3lGd3cqJ+GHH+rksEv3Pj99oxJ3u3VIKA==} + engines: {node: '>= 10.13.0'} + peerDependencies: + webpack: ^4.0.0 || ^5.0.0 + + readable-stream@3.6.2: + resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} + engines: {node: '>= 6'} + + readdirp@3.6.0: + resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} + engines: {node: '>=8.10.0'} + + readdirp@4.1.1: + resolution: {integrity: sha512-h80JrZu/MHUZCyHu5ciuoI0+WxsCxzxJTILn6Fs8rxSnFPh+UVHYfeIxK1nVGugMqkfC4vJcBOYbkfkwYK0+gw==} + engines: {node: '>= 14.18.0'} + + reflect.getprototypeof@1.0.10: + resolution: {integrity: sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==} + engines: {node: '>= 0.4'} + + regex-not@1.0.2: + resolution: {integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==} + engines: {node: '>=0.10.0'} + + regexp.prototype.flags@1.5.4: + resolution: {integrity: sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==} + engines: {node: '>= 0.4'} + + repeat-element@1.1.4: + resolution: {integrity: sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==} + engines: {node: '>=0.10.0'} + + repeat-string@1.6.1: + resolution: {integrity: sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==} + engines: {node: '>=0.10'} + + require-directory@2.1.1: + resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} + engines: {node: '>=0.10.0'} + + require-from-string@2.0.2: + resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} + engines: {node: '>=0.10.0'} + + resolve-from@4.0.0: + resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} + engines: {node: '>=4'} + + resolve-from@5.0.0: + resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} + engines: {node: '>=8'} + + resolve-url@0.2.1: + resolution: {integrity: sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==} + deprecated: https://github.com/lydell/resolve-url#deprecated + + restore-cursor@5.1.0: + resolution: {integrity: sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==} + engines: {node: '>=18'} + + ret@0.1.15: + resolution: {integrity: sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==} + engines: {node: '>=0.12'} + + reusify@1.0.4: + resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} + engines: {iojs: '>=1.0.0', node: '>=0.10.0'} + + rfdc@1.4.1: + resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==} + + rimraf@3.0.2: + resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} + deprecated: Rimraf versions prior to v4 are no longer supported + hasBin: true + + rimraf@4.4.1: + resolution: {integrity: sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==} + engines: {node: '>=14'} + hasBin: true + + roboto-fontface@0.10.0: + resolution: {integrity: sha512-OlwfYEgA2RdboZohpldlvJ1xngOins5d7ejqnIBWr9KaMxsnBqotpptRXTyfNRLnFpqzX6sTDt+X+a+6udnU8g==} + + rollup@4.30.1: + resolution: {integrity: sha512-mlJ4glW020fPuLi7DkM/lN97mYEZGWeqBnrljzN0gs7GLctqX3lNWxKQ7Gl712UAX+6fog/L3jh4gb7R6aVi3w==} + engines: {node: '>=18.0.0', npm: '>=8.0.0'} + hasBin: true + + run-parallel@1.2.0: + resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} + + rxjs@7.8.1: + resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} + + safe-array-concat@1.1.3: + resolution: {integrity: sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==} + engines: {node: '>=0.4'} + + safe-buffer@5.2.1: + resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} + + safe-push-apply@1.0.0: + resolution: {integrity: sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==} + engines: {node: '>= 0.4'} + + safe-regex-test@1.1.0: + resolution: {integrity: sha512-x/+Cz4YrimQxQccJf5mKEbIa1NzeCRNI5Ecl/ekmlYaampdNLPalVyIcCZNNH3MvmqBugV5TMYZXv0ljslUlaw==} + engines: {node: '>= 0.4'} + + safe-regex@1.1.0: + resolution: {integrity: sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==} + + sass-embedded-android-arm64@1.83.4: + resolution: {integrity: sha512-tgX4FzmbVqnQmD67ZxQDvI+qFNABrboOQgwsG05E5bA/US42zGajW9AxpECJYiMXVOHmg+d81ICbjb0fsVHskw==} + engines: {node: '>=14.0.0'} + cpu: [arm64] + os: [android] + + sass-embedded-android-arm@1.83.4: + resolution: {integrity: sha512-9Z4pJAOgEkXa3VDY/o+U6l5XvV0mZTJcSl0l/mSPHihjAHSpLYnOW6+KOWeM8dxqrsqTYcd6COzhanI/a++5Gw==} + engines: {node: '>=14.0.0'} + cpu: [arm] + os: [android] + + sass-embedded-android-ia32@1.83.4: + resolution: {integrity: sha512-RsFOziFqPcfZXdFRULC4Ayzy9aK6R6FwQ411broCjlOBX+b0gurjRadkue3cfUEUR5mmy0KeCbp7zVKPLTK+5Q==} + engines: {node: '>=14.0.0'} + cpu: [ia32] + os: [android] + + sass-embedded-android-riscv64@1.83.4: + resolution: {integrity: sha512-EHwh0nmQarBBrMRU928eTZkFGx19k/XW2YwbPR4gBVdWLkbTgCA5aGe8hTE6/1zStyx++3nDGvTZ78+b/VvvLg==} + engines: {node: '>=14.0.0'} + cpu: [riscv64] + os: [android] + + sass-embedded-android-x64@1.83.4: + resolution: {integrity: sha512-0PgQNuPWYy1jEOEPDVsV89KfqOsMLIp9CSbjBY7jRcwRhyVAcigqrUG6bDeNtojHUYKA1kU+Eh/85WxOHUOgBw==} + engines: {node: '>=14.0.0'} + cpu: [x64] + os: [android] + + sass-embedded-darwin-arm64@1.83.4: + resolution: {integrity: sha512-rp2ywymWc3nymnSnAFG5R/8hvxWCsuhK3wOnD10IDlmNB7o4rzKby1c+2ZfpQGowlYGWsWWTgz8FW2qzmZsQRw==} + engines: {node: '>=14.0.0'} + cpu: [arm64] + os: [darwin] + + sass-embedded-darwin-x64@1.83.4: + resolution: {integrity: sha512-kLkN2lXz9PCgGfDS8Ev5YVcl/V2173L6379en/CaFuJJi7WiyPgBymW7hOmfCt4uO4R1y7CP2Uc08DRtZsBlAA==} + engines: {node: '>=14.0.0'} + cpu: [x64] + os: [darwin] + + sass-embedded-linux-arm64@1.83.4: + resolution: {integrity: sha512-E0zjsZX2HgESwyqw31EHtI39DKa7RgK7nvIhIRco1d0QEw227WnoR9pjH3M/ZQy4gQj3GKilOFHM5Krs/omeIA==} + engines: {node: '>=14.0.0'} + cpu: [arm64] + os: [linux] + + sass-embedded-linux-arm@1.83.4: + resolution: {integrity: sha512-nL90ryxX2lNmFucr9jYUyHHx21AoAgdCL1O5Ltx2rKg2xTdytAGHYo2MT5S0LIeKLa/yKP/hjuSvrbICYNDvtA==} + engines: {node: '>=14.0.0'} + cpu: [arm] + os: [linux] + + sass-embedded-linux-ia32@1.83.4: + resolution: {integrity: sha512-ew5HpchSzgAYbQoriRh8QhlWn5Kw2nQ2jHoV9YLwGKe3fwwOWA0KDedssvDv7FWnY/FCqXyymhLd6Bxae4Xquw==} + engines: {node: '>=14.0.0'} + cpu: [ia32] + os: [linux] + + sass-embedded-linux-musl-arm64@1.83.4: + resolution: {integrity: sha512-IzMgalf6MZOxgp4AVCgsaWAFDP/IVWOrgVXxkyhw29fyAEoSWBJH4k87wyPhEtxSuzVHLxKNbc8k3UzdWmlBFg==} + engines: {node: '>=14.0.0'} + cpu: [arm64] + os: [linux] + + sass-embedded-linux-musl-arm@1.83.4: + resolution: {integrity: sha512-0RrJRwMrmm+gG0VOB5b5Cjs7Sd+lhqpQJa6EJNEaZHljJokEfpE5GejZsGMRMIQLxEvVphZnnxl6sonCGFE/QQ==} + engines: {node: '>=14.0.0'} + cpu: [arm] + os: [linux] + + sass-embedded-linux-musl-ia32@1.83.4: + resolution: {integrity: sha512-LLb4lYbcxPzX4UaJymYXC+WwokxUlfTJEFUv5VF0OTuSsHAGNRs/rslPtzVBTvMeG9TtlOQDhku1F7G6iaDotA==} + engines: {node: '>=14.0.0'} + cpu: [ia32] + os: [linux] + + sass-embedded-linux-musl-riscv64@1.83.4: + resolution: {integrity: sha512-zoKlPzD5Z13HKin1UGR74QkEy+kZEk2AkGX5RelRG494mi+IWwRuWCppXIovor9+BQb9eDWPYPoMVahwN5F7VA==} + engines: {node: '>=14.0.0'} + cpu: [riscv64] + os: [linux] + + sass-embedded-linux-musl-x64@1.83.4: + resolution: {integrity: sha512-hB8+/PYhfEf2zTIcidO5Bpof9trK6WJjZ4T8g2MrxQh8REVtdPcgIkoxczRynqybf9+fbqbUwzXtiUao2GV+vQ==} + engines: {node: '>=14.0.0'} + cpu: [x64] + os: [linux] + + sass-embedded-linux-riscv64@1.83.4: + resolution: {integrity: sha512-83fL4n+oeDJ0Y4KjASmZ9jHS1Vl9ESVQYHMhJE0i4xDi/P3BNarm2rsKljq/QtrwGpbqwn8ujzOu7DsNCMDSHA==} + engines: {node: '>=14.0.0'} + cpu: [riscv64] + os: [linux] + + sass-embedded-linux-x64@1.83.4: + resolution: {integrity: sha512-NlnGdvCmTD5PK+LKXlK3sAuxOgbRIEoZfnHvxd157imCm/s2SYF/R28D0DAAjEViyI8DovIWghgbcqwuertXsA==} + engines: {node: '>=14.0.0'} + cpu: [x64] + os: [linux] + + sass-embedded-win32-arm64@1.83.4: + resolution: {integrity: sha512-J2BFKrEaeSrVazU2qTjyQdAk+MvbzJeTuCET0uAJEXSKtvQ3AzxvzndS7LqkDPbF32eXAHLw8GVpwcBwKbB3Uw==} + engines: {node: '>=14.0.0'} + cpu: [arm64] + os: [win32] + + sass-embedded-win32-ia32@1.83.4: + resolution: {integrity: sha512-uPAe9T/5sANFhJS5dcfAOhOJy8/l2TRYG4r+UO3Wp4yhqbN7bggPvY9c7zMYS0OC8tU/bCvfYUDFHYMCl91FgA==} + engines: {node: '>=14.0.0'} + cpu: [ia32] + os: [win32] + + sass-embedded-win32-x64@1.83.4: + resolution: {integrity: sha512-C9fkDY0jKITdJFij4UbfPFswxoXN9O/Dr79v17fJnstVwtUojzVJWKHUXvF0Zg2LIR7TCc4ju3adejKFxj7ueA==} + engines: {node: '>=14.0.0'} + cpu: [x64] + os: [win32] + + sass-embedded@1.83.4: + resolution: {integrity: sha512-Hf2burRA/y5PGxsg6jB9UpoK/xZ6g/pgrkOcdl6j+rRg1Zj8XhGKZ1MTysZGtTPUUmiiErqzkP5+Kzp95yv9GQ==} + engines: {node: '>=16.0.0'} + hasBin: true + + sass@1.83.4: + resolution: {integrity: sha512-B1bozCeNQiOgDcLd33e2Cs2U60wZwjUUXzh900ZyQF5qUasvMdDZYbQ566LJu7cqR+sAHlAfO6RMkaID5s6qpA==} + engines: {node: '>=14.0.0'} + hasBin: true + + sax@1.1.4: + resolution: {integrity: sha512-5f3k2PbGGp+YtKJjOItpg3P99IMD84E4HOvcfleTb5joCHNXYLsR9yWFPOYGgaeMPDubQILTCMdsFb2OMeOjtg==} + + sax@1.4.1: + resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==} + + schema-utils@3.3.0: + resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==} + engines: {node: '>= 10.13.0'} + + schema-utils@4.3.0: + resolution: {integrity: sha512-Gf9qqc58SpCA/xdziiHz35F4GNIWYWZrEshUc/G/r5BnLph6xpKuLeoJoQuj5WfBIx/eQLf+hmVPYHaxJu7V2g==} + engines: {node: '>= 10.13.0'} + + scule@1.3.0: + resolution: {integrity: sha512-6FtHJEvt+pVMIB9IBY+IcCJ6Z5f1iQnytgyfKMhDKgmzYG+TeH/wx1y3l27rshSbLiSanrR9ffZDrEsmjlQF2g==} + + semver@7.6.3: + resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==} + engines: {node: '>=10'} + hasBin: true + + serialize-javascript@6.0.2: + resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==} + + set-function-length@1.2.2: + resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} + engines: {node: '>= 0.4'} + + set-function-name@2.0.2: + resolution: {integrity: sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==} + engines: {node: '>= 0.4'} + + set-proto@1.0.0: + resolution: {integrity: sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==} + engines: {node: '>= 0.4'} + + set-value@2.0.1: + resolution: {integrity: sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==} + engines: {node: '>=0.10.0'} + + shebang-command@2.0.0: + resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} + engines: {node: '>=8'} + + shebang-regex@3.0.0: + resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} + engines: {node: '>=8'} + + showdown@2.1.0: + resolution: {integrity: sha512-/6NVYu4U819R2pUIk79n67SYgJHWCce0a5xTP979WbNp0FL9MN1I1QK662IDU1b6JzKTvmhgI7T7JYIxBi3kMQ==} + hasBin: true + + side-channel-list@1.0.0: + resolution: {integrity: sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==} + engines: {node: '>= 0.4'} + + side-channel-map@1.0.1: + resolution: {integrity: sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==} + engines: {node: '>= 0.4'} + + side-channel-weakmap@1.0.2: + resolution: {integrity: sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==} + engines: {node: '>= 0.4'} + + side-channel@1.1.0: + resolution: {integrity: sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==} + engines: {node: '>= 0.4'} + + signal-exit@3.0.7: + resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} + + signal-exit@4.1.0: + resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} + engines: {node: '>=14'} + + sisteransi@1.0.5: + resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} + + slash@3.0.0: + resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} + engines: {node: '>=8'} + + slice-ansi@4.0.0: + resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==} + engines: {node: '>=10'} + + slice-ansi@5.0.0: + resolution: {integrity: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==} + engines: {node: '>=12'} + + slice-ansi@7.1.0: + resolution: {integrity: sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==} + engines: {node: '>=18'} + + snapdragon-node@2.1.1: + resolution: {integrity: sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==} + engines: {node: '>=0.10.0'} + + snapdragon-util@3.0.1: + resolution: {integrity: sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==} + engines: {node: '>=0.10.0'} + + snapdragon@0.8.2: + resolution: {integrity: sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==} + engines: {node: '>=0.10.0'} + + source-map-js@1.2.1: + resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} + engines: {node: '>=0.10.0'} + + source-map-resolve@0.5.3: + resolution: {integrity: sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==} + deprecated: See https://github.com/lydell/source-map-resolve#deprecated + + source-map-support@0.5.21: + resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} + + source-map-url@0.4.1: + resolution: {integrity: sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==} + deprecated: See https://github.com/lydell/source-map-url#deprecated + + source-map@0.5.7: + resolution: {integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==} + engines: {node: '>=0.10.0'} + + source-map@0.6.1: + resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} + engines: {node: '>=0.10.0'} + + split-string@3.1.0: + resolution: {integrity: sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==} + engines: {node: '>=0.10.0'} + + split2@4.2.0: + resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==} + engines: {node: '>= 10.x'} + + stable@0.1.8: + resolution: {integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==} + deprecated: 'Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility' + + static-extend@0.1.2: + resolution: {integrity: sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==} + engines: {node: '>=0.10.0'} + + strict-uri-encode@1.1.0: + resolution: {integrity: sha512-R3f198pcvnB+5IpnBlRkphuE9n46WyVl8I39W/ZUTZLz4nqSP/oLYUrcnJrw462Ds8he4YKMov2efsTIw1BDGQ==} + engines: {node: '>=0.10.0'} + + string-argv@0.3.2: + resolution: {integrity: sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==} + engines: {node: '>=0.6.19'} + + string-width@4.2.3: + resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} + engines: {node: '>=8'} + + string-width@7.2.0: + resolution: {integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==} + engines: {node: '>=18'} + + string.prototype.trim@1.2.10: + resolution: {integrity: sha512-Rs66F0P/1kedk5lyYyH9uBzuiI/kNRmwJAR9quK6VOtIpZ2G+hMZd+HQbbv25MgCA6gEffoMZYxlTod4WcdrKA==} + engines: {node: '>= 0.4'} + + string.prototype.trimend@1.0.9: + resolution: {integrity: sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==} + engines: {node: '>= 0.4'} + + string.prototype.trimstart@1.0.8: + resolution: {integrity: sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==} + engines: {node: '>= 0.4'} + + string_decoder@1.3.0: + resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} + + strip-ansi@3.0.1: + resolution: {integrity: sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==} + engines: {node: '>=0.10.0'} + + strip-ansi@6.0.1: + resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} + engines: {node: '>=8'} + + strip-ansi@7.1.0: + resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} + engines: {node: '>=12'} + + strip-final-newline@3.0.0: + resolution: {integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==} + engines: {node: '>=12'} + + strip-json-comments@3.1.1: + resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} + engines: {node: '>=8'} + + strip-literal@2.1.1: + resolution: {integrity: sha512-631UJ6O00eNGfMiWG78ck80dfBab8X6IVFB51jZK5Icd7XAs60Z5y7QdSd/wGIklnWvRbUNloVzhOKKmutxQ6Q==} + + supports-color@2.0.0: + resolution: {integrity: sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==} + engines: {node: '>=0.8.0'} + + supports-color@3.2.3: + resolution: {integrity: sha512-Jds2VIYDrlp5ui7t8abHN2bjAu4LV/q4N2KivFPpGH0lrka0BMq/33AmECUXlKPcHigkNaqfXRENFju+rlcy+A==} + engines: {node: '>=0.8.0'} + + supports-color@7.2.0: + resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} + engines: {node: '>=8'} + + supports-color@8.1.1: + resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} + engines: {node: '>=10'} + + svg-baker@1.7.0: + resolution: {integrity: sha512-nibslMbkXOIkqKVrfcncwha45f97fGuAOn1G99YwnwTj8kF9YiM6XexPcUso97NxOm6GsP0SIvYVIosBis1xLg==} + + svgo@2.8.0: + resolution: {integrity: sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==} + engines: {node: '>=10.13.0'} + hasBin: true + + sync-child-process@1.0.2: + resolution: {integrity: sha512-8lD+t2KrrScJ/7KXCSyfhT3/hRq78rC0wBFqNJXv3mZyn6hW2ypM05JmlSvtqRbeq6jqA94oHbxAr2vYsJ8vDA==} + engines: {node: '>=16.0.0'} + + sync-message-port@1.1.3: + resolution: {integrity: sha512-GTt8rSKje5FilG+wEdfCkOcLL7LWqpMlr2c3LRuKt/YXxcJ52aGSbGBAdI4L3aaqfrBt6y711El53ItyH1NWzg==} + engines: {node: '>=16.0.0'} + + synckit@0.9.2: + resolution: {integrity: sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==} + engines: {node: ^14.18.0 || >=16.0.0} + + tapable@2.2.1: + resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} + engines: {node: '>=6'} + + tar@6.2.1: + resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==} + engines: {node: '>=10'} + + terser-webpack-plugin@5.3.11: + resolution: {integrity: sha512-RVCsMfuD0+cTt3EwX8hSl2Ks56EbFHWmhluwcqoPKtBnfjiT6olaq7PRIRfhyU8nnC2MrnDrBLfrD/RGE+cVXQ==} + engines: {node: '>= 10.13.0'} + peerDependencies: + '@swc/core': '*' + esbuild: '*' + uglify-js: '*' + webpack: ^5.1.0 + peerDependenciesMeta: + '@swc/core': + optional: true + esbuild: + optional: true + uglify-js: + optional: true + + terser@5.37.0: + resolution: {integrity: sha512-B8wRRkmre4ERucLM/uXx4MOV5cbnOlVAqUst+1+iLKPI0dOgFO28f84ptoQt9HEI537PMzfYa/d+GEPKTRXmYA==} + engines: {node: '>=10'} + hasBin: true + + text-extensions@2.4.0: + resolution: {integrity: sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==} + engines: {node: '>=8'} + + text-table@0.2.0: + resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} + + through2@4.0.2: + resolution: {integrity: sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==} + + through@2.3.8: + resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} + + tinyexec@0.3.2: + resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==} + + to-object-path@0.3.0: + resolution: {integrity: sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==} + engines: {node: '>=0.10.0'} + + to-regex-range@2.1.1: + resolution: {integrity: sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==} + engines: {node: '>=0.10.0'} + + to-regex-range@5.0.1: + resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} + engines: {node: '>=8.0'} + + to-regex@3.0.2: + resolution: {integrity: sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==} + engines: {node: '>=0.10.0'} + + traverse@0.6.10: + resolution: {integrity: sha512-hN4uFRxbK+PX56DxYiGHsTn2dME3TVr9vbNqlQGcGcPhJAn+tdP126iA+TArMpI4YSgnTkMWyoLl5bf81Hi5TA==} + engines: {node: '>= 0.4'} + + tree-kill@1.2.2: + resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==} + hasBin: true + + ts-api-utils@1.4.3: + resolution: {integrity: sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==} + engines: {node: '>=16'} + peerDependencies: + typescript: '>=4.2.0' + + tslib@2.8.1: + resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} + + type-check@0.4.0: + resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} + engines: {node: '>= 0.8.0'} + + type-fest@0.20.2: + resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} + engines: {node: '>=10'} + + typed-array-buffer@1.0.3: + resolution: {integrity: sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==} + engines: {node: '>= 0.4'} + + typed-array-byte-length@1.0.3: + resolution: {integrity: sha512-BaXgOuIxz8n8pIq3e7Atg/7s+DpiYrxn4vdot3w9KbnBhcRQq6o3xemQdIfynqSeXeDrF32x+WvfzmOjPiY9lg==} + engines: {node: '>= 0.4'} + + typed-array-byte-offset@1.0.4: + resolution: {integrity: sha512-bTlAFB/FBYMcuX81gbL4OcpH5PmlFHqlCCpAl8AlEzMz5k53oNDvN8p1PNOWLEmI2x4orp3raOFB51tv9X+MFQ==} + engines: {node: '>= 0.4'} + + typed-array-length@1.0.7: + resolution: {integrity: sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==} + engines: {node: '>= 0.4'} + + typedarray.prototype.slice@1.0.5: + resolution: {integrity: sha512-q7QNVDGTdl702bVFiI5eY4l/HkgCM6at9KhcFbgUAzezHFbOVy4+0O/lCjsABEQwbZPravVfBIiBVGo89yzHFg==} + engines: {node: '>= 0.4'} + + typescript@5.6.3: + resolution: {integrity: sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==} + engines: {node: '>=14.17'} + hasBin: true + + ufo@1.5.4: + resolution: {integrity: sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==} + + unbox-primitive@1.1.0: + resolution: {integrity: sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw==} + engines: {node: '>= 0.4'} + + undici-types@6.20.0: + resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==} + + unicorn-magic@0.1.0: + resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} + engines: {node: '>=18'} + + unimport@3.14.6: + resolution: {integrity: sha512-CYvbDaTT04Rh8bmD8jz3WPmHYZRG/NnvYVzwD6V1YAlvvKROlAeNDUBhkBGzNav2RKaeuXvlWYaa1V4Lfi/O0g==} + + union-value@1.0.1: + resolution: {integrity: sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==} + engines: {node: '>=0.10.0'} + + universalify@2.0.1: + resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} + engines: {node: '>= 10.0.0'} + + unplugin-auto-import@0.18.6: + resolution: {integrity: sha512-LMFzX5DtkTj/3wZuyG5bgKBoJ7WSgzqSGJ8ppDRdlvPh45mx6t6w3OcbExQi53n3xF5MYkNGPNR/HYOL95KL2A==} + engines: {node: '>=14'} + peerDependencies: + '@nuxt/kit': ^3.2.2 + '@vueuse/core': '*' + peerDependenciesMeta: + '@nuxt/kit': + optional: true + '@vueuse/core': + optional: true + + unplugin-fonts@1.3.1: + resolution: {integrity: sha512-GmaJWPAWH6lBI4fP8xKdbMZJwTgsnr8PGJOfQE52jlod8QkqSO4M529Nox2L8zYapjB5hox2wCu4N3c/LOal/A==} + peerDependencies: + '@nuxt/kit': ^3.0.0 + vite: ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 + peerDependenciesMeta: + '@nuxt/kit': + optional: true + + unplugin-vue-components@0.27.5: + resolution: {integrity: sha512-m9j4goBeNwXyNN8oZHHxvIIYiG8FQ9UfmKWeNllpDvhU7btKNNELGPt+o3mckQKuPwrE7e0PvCsx+IWuDSD9Vg==} + engines: {node: '>=14'} + peerDependencies: + '@babel/parser': ^7.15.8 + '@nuxt/kit': ^3.2.2 + vue: 2 || 3 + peerDependenciesMeta: + '@babel/parser': + optional: true + '@nuxt/kit': + optional: true + + unplugin-vue-router@0.8.8: + resolution: {integrity: sha512-8fKHzIF8+Suc1DhoBHmGxLhXUjhzIKvdTwngAybJ+3UrhNLv7KsGrNjaBVnQmlS9VNpxlwHRJzZ2Vc7IDlDm+A==} + peerDependencies: + vue-router: ^4.3.0 + peerDependenciesMeta: + vue-router: + optional: true + + unplugin@1.16.1: + resolution: {integrity: sha512-4/u/j4FrCKdi17jaxuJA0jClGxB1AvU2hw/IuayPc4ay1XGaJs/rbb4v5WKwAjNifjmXK9PIFyuPiaK8azyR9w==} + engines: {node: '>=14.0.0'} + + unplugin@2.0.0-beta.1: + resolution: {integrity: sha512-2qzQo5LN2DmUZXkWDHvGKLF5BP0WN+KthD6aPnPJ8plRBIjv4lh5O07eYcSxgO2znNw9s4MNhEO1sB+JDllDbQ==} + engines: {node: '>=18.12.0'} + + unset-value@1.0.0: + resolution: {integrity: sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==} + engines: {node: '>=0.10.0'} + + untildify@4.0.0: + resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==} + engines: {node: '>=8'} + + upath@2.0.1: + resolution: {integrity: sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==} + engines: {node: '>=4'} + + update-browserslist-db@1.1.2: + resolution: {integrity: sha512-PPypAm5qvlD7XMZC3BujecnaOxwhrtoFR+Dqkk5Aa/6DssiH0ibKoketaj9w8LP7Bont1rYeoV5plxD7RTEPRg==} + hasBin: true + peerDependencies: + browserslist: '>= 4.21.0' + + uri-js@4.4.1: + resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} + + urix@0.1.0: + resolution: {integrity: sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==} + deprecated: Please see https://github.com/lydell/urix#deprecated + + use@3.1.1: + resolution: {integrity: sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==} + engines: {node: '>=0.10.0'} + + util-deprecate@1.0.2: + resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} + + uuid@9.0.1: + resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==} + hasBin: true + + varint@6.0.0: + resolution: {integrity: sha512-cXEIW6cfr15lFv563k4GuVuW/fiwjknytD37jIOLSdSWuOI6WnO/oKwmP2FQTU2l01LP8/M5TSAJpzUaGe3uWg==} + + vary@1.1.2: + resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} + engines: {node: '>= 0.8'} + + vite-plugin-optimizer@1.4.3: + resolution: {integrity: sha512-m1AFakemDxSNIwxsTYykBFuQxkKJLI8207RNAg33N5km2aE29cP+Jt41xbfdrALOU2VKYWGFlBz64GMbIser4A==} + + vite-plugin-svg-icons@2.0.1: + resolution: {integrity: sha512-6ktD+DhV6Rz3VtedYvBKKVA2eXF+sAQVaKkKLDSqGUfnhqXl3bj5PPkVTl3VexfTuZy66PmINi8Q6eFnVfRUmA==} + peerDependencies: + vite: '>=2.0.0' + + vite-plugin-vue-layouts@0.11.0: + resolution: {integrity: sha512-uh6NW7lt+aOXujK4eHfiNbeo55K9OTuB7fnv+5RVc4OBn/cZull6ThXdYH03JzKanUfgt6QZ37NbbtJ0og59qw==} + peerDependencies: + vite: ^4.0.0 || ^5.0.0 + vue: ^3.2.4 + vue-router: ^4.0.11 + + vite-plugin-vuetify@2.0.4: + resolution: {integrity: sha512-A4cliYUoP/u4AWSRVRvAPKgpgR987Pss7LpFa7s1GvOe8WjgDq92Rt3eVXrvgxGCWvZsPKziVqfHHdCMqeDhfw==} + engines: {node: ^18.0.0 || >=20.0.0} + peerDependencies: + vite: '>=5' + vue: ^3.0.0 + vuetify: ^3.0.0 + + vite@5.4.11: + resolution: {integrity: sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + peerDependencies: + '@types/node': ^18.0.0 || >=20.0.0 + less: '*' + lightningcss: ^1.21.0 + sass: '*' + sass-embedded: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + sass-embedded: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + + vue-demi@0.14.10: + resolution: {integrity: sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==} + engines: {node: '>=12'} + hasBin: true + peerDependencies: + '@vue/composition-api': ^1.0.0-rc.1 + vue: ^3.0.0-0 || ^2.6.0 + peerDependenciesMeta: + '@vue/composition-api': + optional: true + + vue-eslint-parser@9.4.3: + resolution: {integrity: sha512-2rYRLWlIpaiN8xbPiDyXZXRgLGOtWxERV7ND5fFAv5qo1D2N9Fu9MNajBNc6o13lZ+24DAWCkQCvj4klgmcITg==} + engines: {node: ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: '>=6.0.0' + + vue-router@4.5.0: + resolution: {integrity: sha512-HDuk+PuH5monfNuY+ct49mNmkCRK4xJAV9Ts4z9UFc4rzdDnxQLyCMGGc8pKhZhHTVzfanpNwB/lwqevcBwI4w==} + peerDependencies: + vue: ^3.2.0 + + vue-showdown@4.2.0: + resolution: {integrity: sha512-2/daUw8TsMFCAb+6yRC87eM4U/B/vp/oCWPbSlUSNbttKitIiQ7NCDRVzhjPmNVIzzToEBnQNonZEE5ZJyTzIg==} + engines: {node: '>=16.19.0'} + + vue-template-compiler@2.7.16: + resolution: {integrity: sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==} + + vue-tsc@1.8.27: + resolution: {integrity: sha512-WesKCAZCRAbmmhuGl3+VrdWItEvfoFIPXOvUJkjULi+x+6G/Dy69yO3TBRJDr9eUlmsNAwVmxsNZxvHKzbkKdg==} + hasBin: true + peerDependencies: + typescript: '*' + + vue@3.5.13: + resolution: {integrity: sha512-wmeiSMxkZCSc+PM2w2VRsOYAZC8GdipNFRTsLSfodVqI9mbejKeXEGr8SckuLnrQPGe3oJN5c3K0vpoU9q/wCQ==} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + vuetify@3.7.6: + resolution: {integrity: sha512-lol0Va5HtMIqZfjccSD5DLv5v31R/asJXzc6s7ULy51PHr1DjXxWylZejhq0kVpMGW64MiV1FmA/p8eYQfOWfQ==} + engines: {node: ^12.20 || >=14.13} + peerDependencies: + typescript: '>=4.7' + vite-plugin-vuetify: '>=1.0.0' + vue: ^3.3.0 + webpack-plugin-vuetify: '>=2.0.0' + peerDependenciesMeta: + typescript: + optional: true + vite-plugin-vuetify: + optional: true + webpack-plugin-vuetify: + optional: true + + watchpack@2.4.2: + resolution: {integrity: sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==} + engines: {node: '>=10.13.0'} + + webpack-sources@3.2.3: + resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} + engines: {node: '>=10.13.0'} + + webpack-virtual-modules@0.6.2: + resolution: {integrity: sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ==} + + webpack@5.97.1: + resolution: {integrity: sha512-EksG6gFY3L1eFMROS/7Wzgrii5mBAFe4rIr3r2BTfo7bcc+DWwFZ4OJ/miOuHJO/A85HwyI4eQ0F6IKXesO7Fg==} + engines: {node: '>=10.13.0'} + hasBin: true + peerDependencies: + webpack-cli: '*' + peerDependenciesMeta: + webpack-cli: + optional: true + + which-boxed-primitive@1.1.1: + resolution: {integrity: sha512-TbX3mj8n0odCBFVlY8AxkqcHASw3L60jIuF8jFP78az3C2YhmGvqbHBpAjTRH2/xqYunrJ9g1jSyjCjpoWzIAA==} + engines: {node: '>= 0.4'} + + which-builtin-type@1.2.1: + resolution: {integrity: sha512-6iBczoX+kDQ7a3+YJBnh3T+KZRxM/iYNPXicqk66/Qfm1b93iu+yOImkg0zHbj5LNOcNv1TEADiZ0xa34B4q6Q==} + engines: {node: '>= 0.4'} + + which-collection@1.0.2: + resolution: {integrity: sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==} + engines: {node: '>= 0.4'} + + which-typed-array@1.1.18: + resolution: {integrity: sha512-qEcY+KJYlWyLH9vNbsr6/5j59AXk5ni5aakf8ldzBvGde6Iz4sxZGkJyWSAueTG7QhOvNRYb1lDdFmL5Td0QKA==} + engines: {node: '>= 0.4'} + + which@2.0.2: + resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} + engines: {node: '>= 8'} + hasBin: true + + word-wrap@1.2.5: + resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} + engines: {node: '>=0.10.0'} + + wrap-ansi@7.0.0: + resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} + engines: {node: '>=10'} + + wrap-ansi@9.0.0: + resolution: {integrity: sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==} + engines: {node: '>=18'} + + wrappy@1.0.2: + resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} + + xml-name-validator@4.0.0: + resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==} + engines: {node: '>=12'} + + xml2js@0.5.0: + resolution: {integrity: sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==} + engines: {node: '>=4.0.0'} + + xmlbuilder@11.0.1: + resolution: {integrity: sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==} + engines: {node: '>=4.0'} + + xmlbuilder@15.1.1: + resolution: {integrity: sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg==} + engines: {node: '>=8.0'} + + y18n@5.0.8: + resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} + engines: {node: '>=10'} + + yallist@4.0.0: + resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} + + yaml@2.6.1: + resolution: {integrity: sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==} + engines: {node: '>= 14'} + hasBin: true + + yaml@2.7.0: + resolution: {integrity: sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==} + engines: {node: '>= 14'} + hasBin: true + + yargs-parser@21.1.1: + resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} + engines: {node: '>=12'} + + yargs@17.7.2: + resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} + engines: {node: '>=12'} + + yauzl@2.10.0: + resolution: {integrity: sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==} + + yocto-queue@0.1.0: + resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} + engines: {node: '>=10'} + + yocto-queue@1.1.1: + resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==} + engines: {node: '>=12.20'} + +snapshots: + + '@antfu/utils@0.7.10': {} + + '@babel/code-frame@7.26.2': + dependencies: + '@babel/helper-validator-identifier': 7.25.9 + js-tokens: 4.0.0 + picocolors: 1.1.1 + + '@babel/helper-string-parser@7.25.9': {} + + '@babel/helper-validator-identifier@7.25.9': {} + + '@babel/parser@7.26.5': + dependencies: + '@babel/types': 7.26.5 + + '@babel/types@7.26.5': + dependencies: + '@babel/helper-string-parser': 7.25.9 + '@babel/helper-validator-identifier': 7.25.9 + + '@bufbuild/protobuf@2.2.3': + optional: true + + '@capacitor/android@6.2.0(@capacitor/core@6.2.0)': + dependencies: + '@capacitor/core': 6.2.0 + + '@capacitor/cli@6.2.0': + dependencies: + '@ionic/cli-framework-output': 2.2.8 + '@ionic/utils-fs': 3.1.7 + '@ionic/utils-subprocess': 2.1.11 + '@ionic/utils-terminal': 2.3.5 + commander: 9.5.0 + debug: 4.4.0 + env-paths: 2.2.1 + kleur: 4.1.5 + native-run: 2.0.1 + open: 8.4.2 + plist: 3.1.0 + prompts: 2.4.2 + rimraf: 4.4.1 + semver: 7.6.3 + tar: 6.2.1 + tslib: 2.8.1 + xml2js: 0.5.0 + transitivePeerDependencies: + - supports-color + + '@capacitor/core@6.2.0': + dependencies: + tslib: 2.8.1 + + '@capacitor/ios@6.2.0(@capacitor/core@6.2.0)': + dependencies: + '@capacitor/core': 6.2.0 + + '@commitlint/cli@19.6.1(@types/node@22.10.6)(typescript@5.6.3)': + dependencies: + '@commitlint/format': 19.5.0 + '@commitlint/lint': 19.6.0 + '@commitlint/load': 19.6.1(@types/node@22.10.6)(typescript@5.6.3) + '@commitlint/read': 19.5.0 + '@commitlint/types': 19.5.0 + tinyexec: 0.3.2 + yargs: 17.7.2 + transitivePeerDependencies: + - '@types/node' + - typescript + + '@commitlint/config-conventional@19.6.0': + dependencies: + '@commitlint/types': 19.5.0 + conventional-changelog-conventionalcommits: 7.0.2 + + '@commitlint/config-validator@19.5.0': + dependencies: + '@commitlint/types': 19.5.0 + ajv: 8.17.1 + + '@commitlint/ensure@19.5.0': + dependencies: + '@commitlint/types': 19.5.0 + lodash.camelcase: 4.3.0 + lodash.kebabcase: 4.1.1 + lodash.snakecase: 4.1.1 + lodash.startcase: 4.4.0 + lodash.upperfirst: 4.3.1 + + '@commitlint/execute-rule@19.5.0': {} + + '@commitlint/format@19.5.0': + dependencies: + '@commitlint/types': 19.5.0 + chalk: 5.4.1 + + '@commitlint/is-ignored@19.6.0': + dependencies: + '@commitlint/types': 19.5.0 + semver: 7.6.3 + + '@commitlint/lint@19.6.0': + dependencies: + '@commitlint/is-ignored': 19.6.0 + '@commitlint/parse': 19.5.0 + '@commitlint/rules': 19.6.0 + '@commitlint/types': 19.5.0 + + '@commitlint/load@19.6.1(@types/node@22.10.6)(typescript@5.6.3)': + dependencies: + '@commitlint/config-validator': 19.5.0 + '@commitlint/execute-rule': 19.5.0 + '@commitlint/resolve-extends': 19.5.0 + '@commitlint/types': 19.5.0 + chalk: 5.4.1 + cosmiconfig: 9.0.0(typescript@5.6.3) + cosmiconfig-typescript-loader: 6.1.0(@types/node@22.10.6)(cosmiconfig@9.0.0(typescript@5.6.3))(typescript@5.6.3) + lodash.isplainobject: 4.0.6 + lodash.merge: 4.6.2 + lodash.uniq: 4.5.0 + transitivePeerDependencies: + - '@types/node' + - typescript + + '@commitlint/message@19.5.0': {} + + '@commitlint/parse@19.5.0': + dependencies: + '@commitlint/types': 19.5.0 + conventional-changelog-angular: 7.0.0 + conventional-commits-parser: 5.0.0 + + '@commitlint/read@19.5.0': + dependencies: + '@commitlint/top-level': 19.5.0 + '@commitlint/types': 19.5.0 + git-raw-commits: 4.0.0 + minimist: 1.2.8 + tinyexec: 0.3.2 + + '@commitlint/resolve-extends@19.5.0': + dependencies: + '@commitlint/config-validator': 19.5.0 + '@commitlint/types': 19.5.0 + global-directory: 4.0.1 + import-meta-resolve: 4.1.0 + lodash.mergewith: 4.6.2 + resolve-from: 5.0.0 + + '@commitlint/rules@19.6.0': + dependencies: + '@commitlint/ensure': 19.5.0 + '@commitlint/message': 19.5.0 + '@commitlint/to-lines': 19.5.0 + '@commitlint/types': 19.5.0 + + '@commitlint/to-lines@19.5.0': {} + + '@commitlint/top-level@19.5.0': + dependencies: + find-up: 7.0.0 + + '@commitlint/types@19.5.0': + dependencies: + '@types/conventional-commits-parser': 5.0.1 + chalk: 5.4.1 + + '@esbuild/aix-ppc64@0.21.5': + optional: true + + '@esbuild/android-arm64@0.21.5': + optional: true + + '@esbuild/android-arm@0.21.5': + optional: true + + '@esbuild/android-x64@0.21.5': + optional: true + + '@esbuild/darwin-arm64@0.21.5': + optional: true + + '@esbuild/darwin-x64@0.21.5': + optional: true + + '@esbuild/freebsd-arm64@0.21.5': + optional: true + + '@esbuild/freebsd-x64@0.21.5': + optional: true + + '@esbuild/linux-arm64@0.21.5': + optional: true + + '@esbuild/linux-arm@0.21.5': + optional: true + + '@esbuild/linux-ia32@0.21.5': + optional: true + + '@esbuild/linux-loong64@0.21.5': + optional: true + + '@esbuild/linux-mips64el@0.21.5': + optional: true + + '@esbuild/linux-ppc64@0.21.5': + optional: true + + '@esbuild/linux-riscv64@0.21.5': + optional: true + + '@esbuild/linux-s390x@0.21.5': + optional: true + + '@esbuild/linux-x64@0.21.5': + optional: true + + '@esbuild/netbsd-x64@0.21.5': + optional: true + + '@esbuild/openbsd-x64@0.21.5': + optional: true + + '@esbuild/sunos-x64@0.21.5': + optional: true + + '@esbuild/win32-arm64@0.21.5': + optional: true + + '@esbuild/win32-ia32@0.21.5': + optional: true + + '@esbuild/win32-x64@0.21.5': + optional: true + + '@eslint-community/eslint-utils@4.4.1(eslint@8.57.1)': + dependencies: + eslint: 8.57.1 + eslint-visitor-keys: 3.4.3 + + '@eslint-community/regexpp@4.12.1': {} + + '@eslint/eslintrc@2.1.4': + dependencies: + ajv: 6.12.6 + debug: 4.4.0 + espree: 9.6.1 + globals: 13.24.0 + ignore: 5.3.2 + import-fresh: 3.3.0 + js-yaml: 4.1.0 + minimatch: 3.1.2 + strip-json-comments: 3.1.1 + transitivePeerDependencies: + - supports-color + + '@eslint/js@8.57.1': {} + + '@humanwhocodes/config-array@0.13.0': + dependencies: + '@humanwhocodes/object-schema': 2.0.3 + debug: 4.4.0 + minimatch: 3.1.2 + transitivePeerDependencies: + - supports-color + + '@humanwhocodes/module-importer@1.0.1': {} + + '@humanwhocodes/object-schema@2.0.3': {} + + '@ionic/cli-framework-output@2.2.8': + dependencies: + '@ionic/utils-terminal': 2.3.5 + debug: 4.4.0 + tslib: 2.8.1 + transitivePeerDependencies: + - supports-color + + '@ionic/utils-array@2.1.5': + dependencies: + debug: 4.4.0 + tslib: 2.8.1 + transitivePeerDependencies: + - supports-color + + '@ionic/utils-fs@3.1.6': + dependencies: + '@types/fs-extra': 8.1.5 + debug: 4.4.0 + fs-extra: 9.1.0 + tslib: 2.8.1 + transitivePeerDependencies: + - supports-color + + '@ionic/utils-fs@3.1.7': + dependencies: + '@types/fs-extra': 8.1.5 + debug: 4.4.0 + fs-extra: 9.1.0 + tslib: 2.8.1 + transitivePeerDependencies: + - supports-color + + '@ionic/utils-object@2.1.5': + dependencies: + debug: 4.4.0 + tslib: 2.8.1 + transitivePeerDependencies: + - supports-color + + '@ionic/utils-process@2.1.10': + dependencies: + '@ionic/utils-object': 2.1.5 + '@ionic/utils-terminal': 2.3.3 + debug: 4.4.0 + signal-exit: 3.0.7 + tree-kill: 1.2.2 + tslib: 2.8.1 + transitivePeerDependencies: + - supports-color + + '@ionic/utils-stream@3.1.5': + dependencies: + debug: 4.4.0 + tslib: 2.8.1 + transitivePeerDependencies: + - supports-color + + '@ionic/utils-subprocess@2.1.11': + dependencies: + '@ionic/utils-array': 2.1.5 + '@ionic/utils-fs': 3.1.6 + '@ionic/utils-process': 2.1.10 + '@ionic/utils-stream': 3.1.5 + '@ionic/utils-terminal': 2.3.3 + cross-spawn: 7.0.6 + debug: 4.4.0 + tslib: 2.8.1 + transitivePeerDependencies: + - supports-color + + '@ionic/utils-terminal@2.3.3': + dependencies: + '@types/slice-ansi': 4.0.0 + debug: 4.4.0 + signal-exit: 3.0.7 + slice-ansi: 4.0.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + tslib: 2.8.1 + untildify: 4.0.0 + wrap-ansi: 7.0.0 + transitivePeerDependencies: + - supports-color + + '@ionic/utils-terminal@2.3.5': + dependencies: + '@types/slice-ansi': 4.0.0 + debug: 4.4.0 + signal-exit: 3.0.7 + slice-ansi: 4.0.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + tslib: 2.8.1 + untildify: 4.0.0 + wrap-ansi: 7.0.0 + transitivePeerDependencies: + - supports-color + + '@jridgewell/gen-mapping@0.3.8': + dependencies: + '@jridgewell/set-array': 1.2.1 + '@jridgewell/sourcemap-codec': 1.5.0 + '@jridgewell/trace-mapping': 0.3.25 + + '@jridgewell/resolve-uri@3.1.2': {} + + '@jridgewell/set-array@1.2.1': {} + + '@jridgewell/source-map@0.3.6': + dependencies: + '@jridgewell/gen-mapping': 0.3.8 + '@jridgewell/trace-mapping': 0.3.25 + + '@jridgewell/sourcemap-codec@1.5.0': {} + + '@jridgewell/trace-mapping@0.3.25': + dependencies: + '@jridgewell/resolve-uri': 3.1.2 + '@jridgewell/sourcemap-codec': 1.5.0 + + '@mdi/font@7.0.96': {} + + '@nodelib/fs.scandir@2.1.5': + dependencies: + '@nodelib/fs.stat': 2.0.5 + run-parallel: 1.2.0 + + '@nodelib/fs.stat@2.0.5': {} + + '@nodelib/fs.walk@1.2.8': + dependencies: + '@nodelib/fs.scandir': 2.1.5 + fastq: 1.18.0 + + '@parcel/watcher-android-arm64@2.5.0': + optional: true + + '@parcel/watcher-darwin-arm64@2.5.0': + optional: true + + '@parcel/watcher-darwin-x64@2.5.0': + optional: true + + '@parcel/watcher-freebsd-x64@2.5.0': + optional: true + + '@parcel/watcher-linux-arm-glibc@2.5.0': + optional: true + + '@parcel/watcher-linux-arm-musl@2.5.0': + optional: true + + '@parcel/watcher-linux-arm64-glibc@2.5.0': + optional: true + + '@parcel/watcher-linux-arm64-musl@2.5.0': + optional: true + + '@parcel/watcher-linux-x64-glibc@2.5.0': + optional: true + + '@parcel/watcher-linux-x64-musl@2.5.0': + optional: true + + '@parcel/watcher-win32-arm64@2.5.0': + optional: true + + '@parcel/watcher-win32-ia32@2.5.0': + optional: true + + '@parcel/watcher-win32-x64@2.5.0': + optional: true + + '@parcel/watcher@2.5.0': + dependencies: + detect-libc: 1.0.3 + is-glob: 4.0.3 + micromatch: 4.0.8 + node-addon-api: 7.1.1 + optionalDependencies: + '@parcel/watcher-android-arm64': 2.5.0 + '@parcel/watcher-darwin-arm64': 2.5.0 + '@parcel/watcher-darwin-x64': 2.5.0 + '@parcel/watcher-freebsd-x64': 2.5.0 + '@parcel/watcher-linux-arm-glibc': 2.5.0 + '@parcel/watcher-linux-arm-musl': 2.5.0 + '@parcel/watcher-linux-arm64-glibc': 2.5.0 + '@parcel/watcher-linux-arm64-musl': 2.5.0 + '@parcel/watcher-linux-x64-glibc': 2.5.0 + '@parcel/watcher-linux-x64-musl': 2.5.0 + '@parcel/watcher-win32-arm64': 2.5.0 + '@parcel/watcher-win32-ia32': 2.5.0 + '@parcel/watcher-win32-x64': 2.5.0 + optional: true + + '@pkgr/core@0.1.1': {} + + '@rollup/pluginutils@5.1.4(rollup@4.30.1)': + dependencies: + '@types/estree': 1.0.6 + estree-walker: 2.0.2 + picomatch: 4.0.2 + optionalDependencies: + rollup: 4.30.1 + + '@rollup/rollup-android-arm-eabi@4.30.1': + optional: true + + '@rollup/rollup-android-arm64@4.30.1': + optional: true + + '@rollup/rollup-darwin-arm64@4.30.1': + optional: true + + '@rollup/rollup-darwin-x64@4.30.1': + optional: true + + '@rollup/rollup-freebsd-arm64@4.30.1': + optional: true + + '@rollup/rollup-freebsd-x64@4.30.1': + optional: true + + '@rollup/rollup-linux-arm-gnueabihf@4.30.1': + optional: true + + '@rollup/rollup-linux-arm-musleabihf@4.30.1': + optional: true + + '@rollup/rollup-linux-arm64-gnu@4.30.1': + optional: true + + '@rollup/rollup-linux-arm64-musl@4.30.1': + optional: true + + '@rollup/rollup-linux-loongarch64-gnu@4.30.1': + optional: true + + '@rollup/rollup-linux-powerpc64le-gnu@4.30.1': + optional: true + + '@rollup/rollup-linux-riscv64-gnu@4.30.1': + optional: true + + '@rollup/rollup-linux-s390x-gnu@4.30.1': + optional: true + + '@rollup/rollup-linux-x64-gnu@4.30.1': + optional: true + + '@rollup/rollup-linux-x64-musl@4.30.1': + optional: true + + '@rollup/rollup-win32-arm64-msvc@4.30.1': + optional: true + + '@rollup/rollup-win32-ia32-msvc@4.30.1': + optional: true + + '@rollup/rollup-win32-x64-msvc@4.30.1': + optional: true + + '@rushstack/eslint-patch@1.10.5': {} + + '@sentry-internal/browser-utils@8.48.0': + dependencies: + '@sentry/core': 8.48.0 + + '@sentry-internal/feedback@8.48.0': + dependencies: + '@sentry/core': 8.48.0 + + '@sentry-internal/replay-canvas@8.48.0': + dependencies: + '@sentry-internal/replay': 8.48.0 + '@sentry/core': 8.48.0 + + '@sentry-internal/replay@8.48.0': + dependencies: + '@sentry-internal/browser-utils': 8.48.0 + '@sentry/core': 8.48.0 + + '@sentry/browser@8.48.0': + dependencies: + '@sentry-internal/browser-utils': 8.48.0 + '@sentry-internal/feedback': 8.48.0 + '@sentry-internal/replay': 8.48.0 + '@sentry-internal/replay-canvas': 8.48.0 + '@sentry/core': 8.48.0 + + '@sentry/core@8.48.0': {} + + '@sentry/vue@8.48.0(pinia@2.3.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3))': + dependencies: + '@sentry/browser': 8.48.0 + '@sentry/core': 8.48.0 + vue: 3.5.13(typescript@5.6.3) + optionalDependencies: + pinia: 2.3.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) + + '@trysound/sax@0.2.0': {} + + '@tsconfig/node22@22.0.0': {} + + '@types/conventional-commits-parser@5.0.1': + dependencies: + '@types/node': 22.10.6 + + '@types/eslint-scope@3.7.7': + dependencies: + '@types/eslint': 9.6.1 + '@types/estree': 1.0.6 + + '@types/eslint@9.6.1': + dependencies: + '@types/estree': 1.0.6 + '@types/json-schema': 7.0.15 + + '@types/estree@1.0.6': {} + + '@types/fs-extra@8.1.5': + dependencies: + '@types/node': 22.10.6 + + '@types/json-schema@7.0.15': {} + + '@types/node@22.10.6': + dependencies: + undici-types: 6.20.0 + + '@types/showdown@2.0.6': {} + + '@types/slice-ansi@4.0.0': {} + + '@types/svgo@2.6.4': + dependencies: + '@types/node': 22.10.6 + + '@types/vue@2.0.0(typescript@5.6.3)': + dependencies: + vue: 3.5.13(typescript@5.6.3) + transitivePeerDependencies: + - typescript + + '@types/web-bluetooth@0.0.20': {} + + '@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3)': + dependencies: + '@eslint-community/regexpp': 4.12.1 + '@typescript-eslint/parser': 7.18.0(eslint@8.57.1)(typescript@5.6.3) + '@typescript-eslint/scope-manager': 7.18.0 + '@typescript-eslint/type-utils': 7.18.0(eslint@8.57.1)(typescript@5.6.3) + '@typescript-eslint/utils': 7.18.0(eslint@8.57.1)(typescript@5.6.3) + '@typescript-eslint/visitor-keys': 7.18.0 + eslint: 8.57.1 + graphemer: 1.4.0 + ignore: 5.3.2 + natural-compare: 1.4.0 + ts-api-utils: 1.4.3(typescript@5.6.3) + optionalDependencies: + typescript: 5.6.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.6.3)': + dependencies: + '@typescript-eslint/scope-manager': 7.18.0 + '@typescript-eslint/types': 7.18.0 + '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.6.3) + '@typescript-eslint/visitor-keys': 7.18.0 + debug: 4.4.0 + eslint: 8.57.1 + optionalDependencies: + typescript: 5.6.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/scope-manager@7.18.0': + dependencies: + '@typescript-eslint/types': 7.18.0 + '@typescript-eslint/visitor-keys': 7.18.0 + + '@typescript-eslint/type-utils@7.18.0(eslint@8.57.1)(typescript@5.6.3)': + dependencies: + '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.6.3) + '@typescript-eslint/utils': 7.18.0(eslint@8.57.1)(typescript@5.6.3) + debug: 4.4.0 + eslint: 8.57.1 + ts-api-utils: 1.4.3(typescript@5.6.3) + optionalDependencies: + typescript: 5.6.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/types@7.18.0': {} + + '@typescript-eslint/typescript-estree@7.18.0(typescript@5.6.3)': + dependencies: + '@typescript-eslint/types': 7.18.0 + '@typescript-eslint/visitor-keys': 7.18.0 + debug: 4.4.0 + globby: 11.1.0 + is-glob: 4.0.3 + minimatch: 9.0.5 + semver: 7.6.3 + ts-api-utils: 1.4.3(typescript@5.6.3) + optionalDependencies: + typescript: 5.6.3 + transitivePeerDependencies: + - supports-color + + '@typescript-eslint/utils@7.18.0(eslint@8.57.1)(typescript@5.6.3)': + dependencies: + '@eslint-community/eslint-utils': 4.4.1(eslint@8.57.1) + '@typescript-eslint/scope-manager': 7.18.0 + '@typescript-eslint/types': 7.18.0 + '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.6.3) + eslint: 8.57.1 + transitivePeerDependencies: + - supports-color + - typescript + + '@typescript-eslint/visitor-keys@7.18.0': + dependencies: + '@typescript-eslint/types': 7.18.0 + eslint-visitor-keys: 3.4.3 + + '@ungap/structured-clone@1.2.1': {} + + '@vitejs/plugin-vue@5.2.1(vite@5.4.11(@types/node@22.10.6)(sass-embedded@1.83.4)(sass@1.83.4)(terser@5.37.0))(vue@3.5.13(typescript@5.6.3))': + dependencies: + vite: 5.4.11(@types/node@22.10.6)(sass-embedded@1.83.4)(sass@1.83.4)(terser@5.37.0) + vue: 3.5.13(typescript@5.6.3) + + '@volar/language-core@1.11.1': + dependencies: + '@volar/source-map': 1.11.1 + + '@volar/source-map@1.11.1': + dependencies: + muggle-string: 0.3.1 + + '@volar/typescript@1.11.1': + dependencies: + '@volar/language-core': 1.11.1 + path-browserify: 1.0.1 + + '@vue-macros/common@1.15.1(rollup@4.30.1)(vue@3.5.13(typescript@5.6.3))': + dependencies: + '@babel/types': 7.26.5 + '@rollup/pluginutils': 5.1.4(rollup@4.30.1) + '@vue/compiler-sfc': 3.5.13 + ast-kit: 1.3.2 + local-pkg: 0.5.1 + magic-string-ast: 0.6.3 + optionalDependencies: + vue: 3.5.13(typescript@5.6.3) + transitivePeerDependencies: + - rollup + + '@vue/compiler-core@3.5.13': + dependencies: + '@babel/parser': 7.26.5 + '@vue/shared': 3.5.13 + entities: 4.5.0 + estree-walker: 2.0.2 + source-map-js: 1.2.1 + + '@vue/compiler-dom@3.5.13': + dependencies: + '@vue/compiler-core': 3.5.13 + '@vue/shared': 3.5.13 + + '@vue/compiler-sfc@3.5.13': + dependencies: + '@babel/parser': 7.26.5 + '@vue/compiler-core': 3.5.13 + '@vue/compiler-dom': 3.5.13 + '@vue/compiler-ssr': 3.5.13 + '@vue/shared': 3.5.13 + estree-walker: 2.0.2 + magic-string: 0.30.17 + postcss: 8.5.1 + source-map-js: 1.2.1 + + '@vue/compiler-ssr@3.5.13': + dependencies: + '@vue/compiler-dom': 3.5.13 + '@vue/shared': 3.5.13 + + '@vue/devtools-api@6.6.4': {} + + '@vue/eslint-config-prettier@9.0.0(@types/eslint@9.6.1)(eslint@8.57.1)(prettier@3.4.2)': + dependencies: + eslint: 8.57.1 + eslint-config-prettier: 9.1.0(eslint@8.57.1) + eslint-plugin-prettier: 5.2.1(@types/eslint@9.6.1)(eslint-config-prettier@9.1.0(eslint@8.57.1))(eslint@8.57.1)(prettier@3.4.2) + prettier: 3.4.2 + transitivePeerDependencies: + - '@types/eslint' + + '@vue/eslint-config-typescript@13.0.0(eslint-plugin-vue@9.32.0(eslint@8.57.1))(eslint@8.57.1)(typescript@5.6.3)': + dependencies: + '@typescript-eslint/eslint-plugin': 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3) + '@typescript-eslint/parser': 7.18.0(eslint@8.57.1)(typescript@5.6.3) + eslint: 8.57.1 + eslint-plugin-vue: 9.32.0(eslint@8.57.1) + vue-eslint-parser: 9.4.3(eslint@8.57.1) + optionalDependencies: + typescript: 5.6.3 + transitivePeerDependencies: + - supports-color + + '@vue/language-core@1.8.27(typescript@5.6.3)': + dependencies: + '@volar/language-core': 1.11.1 + '@volar/source-map': 1.11.1 + '@vue/compiler-dom': 3.5.13 + '@vue/shared': 3.5.13 + computeds: 0.0.1 + minimatch: 9.0.5 + muggle-string: 0.3.1 + path-browserify: 1.0.1 + vue-template-compiler: 2.7.16 + optionalDependencies: + typescript: 5.6.3 + + '@vue/reactivity@3.5.13': + dependencies: + '@vue/shared': 3.5.13 + + '@vue/runtime-core@3.5.13': + dependencies: + '@vue/reactivity': 3.5.13 + '@vue/shared': 3.5.13 + + '@vue/runtime-dom@3.5.13': + dependencies: + '@vue/reactivity': 3.5.13 + '@vue/runtime-core': 3.5.13 + '@vue/shared': 3.5.13 + csstype: 3.1.3 + + '@vue/server-renderer@3.5.13(vue@3.5.13(typescript@5.6.3))': + dependencies: + '@vue/compiler-ssr': 3.5.13 + '@vue/shared': 3.5.13 + vue: 3.5.13(typescript@5.6.3) + + '@vue/shared@3.5.13': {} + + '@vue/tsconfig@0.7.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3))': + optionalDependencies: + typescript: 5.6.3 + vue: 3.5.13(typescript@5.6.3) + + '@vuetify/loader-shared@2.0.3(vue@3.5.13(typescript@5.6.3))(vuetify@3.7.6)': + dependencies: + upath: 2.0.1 + vue: 3.5.13(typescript@5.6.3) + vuetify: 3.7.6(typescript@5.6.3)(vite-plugin-vuetify@2.0.4)(vue@3.5.13(typescript@5.6.3)) + + '@vueuse/core@10.11.1(vue@3.5.13(typescript@5.6.3))': + dependencies: + '@types/web-bluetooth': 0.0.20 + '@vueuse/metadata': 10.11.1 + '@vueuse/shared': 10.11.1(vue@3.5.13(typescript@5.6.3)) + vue-demi: 0.14.10(vue@3.5.13(typescript@5.6.3)) + transitivePeerDependencies: + - '@vue/composition-api' + - vue + + '@vueuse/metadata@10.11.1': {} + + '@vueuse/shared@10.11.1(vue@3.5.13(typescript@5.6.3))': + dependencies: + vue-demi: 0.14.10(vue@3.5.13(typescript@5.6.3)) + transitivePeerDependencies: + - '@vue/composition-api' + - vue + + '@webassemblyjs/ast@1.14.1': + dependencies: + '@webassemblyjs/helper-numbers': 1.13.2 + '@webassemblyjs/helper-wasm-bytecode': 1.13.2 + + '@webassemblyjs/floating-point-hex-parser@1.13.2': {} + + '@webassemblyjs/helper-api-error@1.13.2': {} + + '@webassemblyjs/helper-buffer@1.14.1': {} + + '@webassemblyjs/helper-numbers@1.13.2': + dependencies: + '@webassemblyjs/floating-point-hex-parser': 1.13.2 + '@webassemblyjs/helper-api-error': 1.13.2 + '@xtuc/long': 4.2.2 + + '@webassemblyjs/helper-wasm-bytecode@1.13.2': {} + + '@webassemblyjs/helper-wasm-section@1.14.1': + dependencies: + '@webassemblyjs/ast': 1.14.1 + '@webassemblyjs/helper-buffer': 1.14.1 + '@webassemblyjs/helper-wasm-bytecode': 1.13.2 + '@webassemblyjs/wasm-gen': 1.14.1 + + '@webassemblyjs/ieee754@1.13.2': + dependencies: + '@xtuc/ieee754': 1.2.0 + + '@webassemblyjs/leb128@1.13.2': + dependencies: + '@xtuc/long': 4.2.2 + + '@webassemblyjs/utf8@1.13.2': {} + + '@webassemblyjs/wasm-edit@1.14.1': + dependencies: + '@webassemblyjs/ast': 1.14.1 + '@webassemblyjs/helper-buffer': 1.14.1 + '@webassemblyjs/helper-wasm-bytecode': 1.13.2 + '@webassemblyjs/helper-wasm-section': 1.14.1 + '@webassemblyjs/wasm-gen': 1.14.1 + '@webassemblyjs/wasm-opt': 1.14.1 + '@webassemblyjs/wasm-parser': 1.14.1 + '@webassemblyjs/wast-printer': 1.14.1 + + '@webassemblyjs/wasm-gen@1.14.1': + dependencies: + '@webassemblyjs/ast': 1.14.1 + '@webassemblyjs/helper-wasm-bytecode': 1.13.2 + '@webassemblyjs/ieee754': 1.13.2 + '@webassemblyjs/leb128': 1.13.2 + '@webassemblyjs/utf8': 1.13.2 + + '@webassemblyjs/wasm-opt@1.14.1': + dependencies: + '@webassemblyjs/ast': 1.14.1 + '@webassemblyjs/helper-buffer': 1.14.1 + '@webassemblyjs/wasm-gen': 1.14.1 + '@webassemblyjs/wasm-parser': 1.14.1 + + '@webassemblyjs/wasm-parser@1.14.1': + dependencies: + '@webassemblyjs/ast': 1.14.1 + '@webassemblyjs/helper-api-error': 1.13.2 + '@webassemblyjs/helper-wasm-bytecode': 1.13.2 + '@webassemblyjs/ieee754': 1.13.2 + '@webassemblyjs/leb128': 1.13.2 + '@webassemblyjs/utf8': 1.13.2 + + '@webassemblyjs/wast-printer@1.14.1': + dependencies: + '@webassemblyjs/ast': 1.14.1 + '@xtuc/long': 4.2.2 + + '@xmldom/xmldom@0.8.10': {} + + '@xtuc/ieee754@1.2.0': {} + + '@xtuc/long@4.2.2': {} + + JSONStream@1.3.5: + dependencies: + jsonparse: 1.3.1 + through: 2.3.8 + + acorn-jsx@5.3.2(acorn@8.14.0): + dependencies: + acorn: 8.14.0 + + acorn@8.14.0: {} + + ajv-formats@2.1.1(ajv@8.17.1): + optionalDependencies: + ajv: 8.17.1 + + ajv-keywords@3.5.2(ajv@6.12.6): + dependencies: + ajv: 6.12.6 + + ajv-keywords@5.1.0(ajv@8.17.1): + dependencies: + ajv: 8.17.1 + fast-deep-equal: 3.1.3 + + ajv@6.12.6: + dependencies: + fast-deep-equal: 3.1.3 + fast-json-stable-stringify: 2.1.0 + json-schema-traverse: 0.4.1 + uri-js: 4.4.1 + + ajv@8.17.1: + dependencies: + fast-deep-equal: 3.1.3 + fast-uri: 3.0.5 + json-schema-traverse: 1.0.0 + require-from-string: 2.0.2 + + ansi-escapes@7.0.0: + dependencies: + environment: 1.1.0 + + ansi-regex@2.1.1: {} + + ansi-regex@5.0.1: {} + + ansi-regex@6.1.0: {} + + ansi-styles@2.2.1: {} + + ansi-styles@4.3.0: + dependencies: + color-convert: 2.0.1 + + ansi-styles@6.2.1: {} + + anymatch@3.1.3: + dependencies: + normalize-path: 3.0.0 + picomatch: 2.3.1 + + argparse@2.0.1: {} + + arr-diff@4.0.0: {} + + arr-flatten@1.1.0: {} + + arr-union@3.1.0: {} + + array-buffer-byte-length@1.0.2: + dependencies: + call-bound: 1.0.3 + is-array-buffer: 3.0.5 + + array-ify@1.0.0: {} + + array-union@2.1.0: {} + + array-unique@0.3.2: {} + + arraybuffer.prototype.slice@1.0.4: + dependencies: + array-buffer-byte-length: 1.0.2 + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.23.9 + es-errors: 1.3.0 + get-intrinsic: 1.2.7 + is-array-buffer: 3.0.5 + + assign-symbols@1.0.0: {} + + ast-kit@1.3.2: + dependencies: + '@babel/parser': 7.26.5 + pathe: 1.1.2 + + ast-walker-scope@0.6.2: + dependencies: + '@babel/parser': 7.26.5 + ast-kit: 1.3.2 + + astral-regex@2.0.0: {} + + at-least-node@1.0.0: {} + + atob@2.1.2: {} + + available-typed-arrays@1.0.7: + dependencies: + possible-typed-array-names: 1.0.0 + + balanced-match@1.0.2: {} + + base64-js@1.5.1: {} + + base@0.11.2: + dependencies: + cache-base: 1.0.1 + class-utils: 0.3.6 + component-emitter: 1.3.1 + define-property: 1.0.0 + isobject: 3.0.1 + mixin-deep: 1.3.2 + pascalcase: 0.1.1 + + big-integer@1.6.52: {} + + big.js@5.2.2: {} + + binary-extensions@2.3.0: {} + + bluebird@3.7.2: {} + + boolbase@1.0.0: {} + + bplist-parser@0.3.2: + dependencies: + big-integer: 1.6.52 + + brace-expansion@1.1.11: + dependencies: + balanced-match: 1.0.2 + concat-map: 0.0.1 + + brace-expansion@2.0.1: + dependencies: + balanced-match: 1.0.2 + + braces@2.3.2: + dependencies: + arr-flatten: 1.1.0 + array-unique: 0.3.2 + extend-shallow: 2.0.1 + fill-range: 4.0.0 + isobject: 3.0.1 + repeat-element: 1.1.4 + snapdragon: 0.8.2 + snapdragon-node: 2.1.1 + split-string: 3.1.0 + to-regex: 3.0.2 + transitivePeerDependencies: + - supports-color + + braces@3.0.3: + dependencies: + fill-range: 7.1.1 + + browserslist@4.24.4: + dependencies: + caniuse-lite: 1.0.30001692 + electron-to-chromium: 1.5.81 + node-releases: 2.0.19 + update-browserslist-db: 1.1.2(browserslist@4.24.4) + + buffer-builder@0.2.0: + optional: true + + buffer-crc32@0.2.13: {} + + buffer-from@1.1.2: {} + + cache-base@1.0.1: + dependencies: + collection-visit: 1.0.0 + component-emitter: 1.3.1 + get-value: 2.0.6 + has-value: 1.0.0 + isobject: 3.0.1 + set-value: 2.0.1 + to-object-path: 0.3.0 + union-value: 1.0.1 + unset-value: 1.0.0 + + call-bind-apply-helpers@1.0.1: + dependencies: + es-errors: 1.3.0 + function-bind: 1.1.2 + + call-bind@1.0.8: + dependencies: + call-bind-apply-helpers: 1.0.1 + es-define-property: 1.0.1 + get-intrinsic: 1.2.7 + set-function-length: 1.2.2 + + call-bound@1.0.3: + dependencies: + call-bind-apply-helpers: 1.0.1 + get-intrinsic: 1.2.7 + + callsites@3.1.0: {} + + caniuse-lite@1.0.30001692: {} + + chalk@1.1.3: + dependencies: + ansi-styles: 2.2.1 + escape-string-regexp: 1.0.5 + has-ansi: 2.0.0 + strip-ansi: 3.0.1 + supports-color: 2.0.0 + + chalk@4.1.2: + dependencies: + ansi-styles: 4.3.0 + supports-color: 7.2.0 + + chalk@5.4.1: {} + + chokidar@3.6.0: + dependencies: + anymatch: 3.1.3 + braces: 3.0.3 + glob-parent: 5.1.2 + is-binary-path: 2.1.0 + is-glob: 4.0.3 + normalize-path: 3.0.0 + readdirp: 3.6.0 + optionalDependencies: + fsevents: 2.3.3 + + chokidar@4.0.3: + dependencies: + readdirp: 4.1.1 + + chownr@2.0.0: {} + + chrome-trace-event@1.0.4: {} + + class-utils@0.3.6: + dependencies: + arr-union: 3.1.0 + define-property: 0.2.5 + isobject: 3.0.1 + static-extend: 0.1.2 + + cli-cursor@5.0.0: + dependencies: + restore-cursor: 5.1.0 + + cli-truncate@4.0.0: + dependencies: + slice-ansi: 5.0.0 + string-width: 7.2.0 + + cliui@8.0.1: + dependencies: + string-width: 4.2.3 + strip-ansi: 6.0.1 + wrap-ansi: 7.0.0 + + clone@2.1.2: {} + + collection-visit@1.0.0: + dependencies: + map-visit: 1.0.0 + object-visit: 1.0.1 + + color-convert@2.0.1: + dependencies: + color-name: 1.1.4 + + color-name@1.1.4: {} + + colorette@2.0.20: {} + + colorjs.io@0.5.2: + optional: true + + commander@12.1.0: {} + + commander@2.20.3: {} + + commander@7.2.0: {} + + commander@9.5.0: {} + + commitlint@19.6.1(@types/node@22.10.6)(typescript@5.6.3): + dependencies: + '@commitlint/cli': 19.6.1(@types/node@22.10.6)(typescript@5.6.3) + '@commitlint/types': 19.5.0 + transitivePeerDependencies: + - '@types/node' + - typescript + + compare-func@2.0.0: + dependencies: + array-ify: 1.0.0 + dot-prop: 5.3.0 + + component-emitter@1.3.1: {} + + computeds@0.0.1: {} + + concat-map@0.0.1: {} + + confbox@0.1.8: {} + + conventional-changelog-angular@7.0.0: + dependencies: + compare-func: 2.0.0 + + conventional-changelog-conventionalcommits@7.0.2: + dependencies: + compare-func: 2.0.0 + + conventional-commits-parser@5.0.0: + dependencies: + JSONStream: 1.3.5 + is-text-path: 2.0.0 + meow: 12.1.1 + split2: 4.2.0 + + copy-descriptor@0.1.1: {} + + core-js@3.40.0: {} + + cors@2.8.5: + dependencies: + object-assign: 4.1.1 + vary: 1.1.2 + + cosmiconfig-typescript-loader@6.1.0(@types/node@22.10.6)(cosmiconfig@9.0.0(typescript@5.6.3))(typescript@5.6.3): + dependencies: + '@types/node': 22.10.6 + cosmiconfig: 9.0.0(typescript@5.6.3) + jiti: 2.4.2 + typescript: 5.6.3 + + cosmiconfig@9.0.0(typescript@5.6.3): + dependencies: + env-paths: 2.2.1 + import-fresh: 3.3.0 + js-yaml: 4.1.0 + parse-json: 5.2.0 + optionalDependencies: + typescript: 5.6.3 + + cross-spawn@7.0.6: + dependencies: + path-key: 3.1.1 + shebang-command: 2.0.0 + which: 2.0.2 + + css-select@4.3.0: + dependencies: + boolbase: 1.0.0 + css-what: 6.1.0 + domhandler: 4.3.1 + domutils: 2.8.0 + nth-check: 2.1.1 + + css-tree@1.1.3: + dependencies: + mdn-data: 2.0.14 + source-map: 0.6.1 + + css-what@6.1.0: {} + + cssesc@3.0.0: {} + + csso@4.2.0: + dependencies: + css-tree: 1.1.3 + + csstype@3.1.3: {} + + dargs@8.1.0: {} + + data-view-buffer@1.0.2: + dependencies: + call-bound: 1.0.3 + es-errors: 1.3.0 + is-data-view: 1.0.2 + + data-view-byte-length@1.0.2: + dependencies: + call-bound: 1.0.3 + es-errors: 1.3.0 + is-data-view: 1.0.2 + + data-view-byte-offset@1.0.1: + dependencies: + call-bound: 1.0.3 + es-errors: 1.3.0 + is-data-view: 1.0.2 + + date-fns@3.6.0: {} + + de-indent@1.0.2: {} + + debug@2.6.9: + dependencies: + ms: 2.0.0 + + debug@4.4.0: + dependencies: + ms: 2.1.3 + + decode-uri-component@0.2.2: {} + + deep-is@0.1.4: {} + + define-data-property@1.1.4: + dependencies: + es-define-property: 1.0.1 + es-errors: 1.3.0 + gopd: 1.2.0 + + define-lazy-prop@2.0.0: {} + + define-properties@1.2.1: + dependencies: + define-data-property: 1.1.4 + has-property-descriptors: 1.0.2 + object-keys: 1.1.1 + + define-property@0.2.5: + dependencies: + is-descriptor: 0.1.7 + + define-property@1.0.0: + dependencies: + is-descriptor: 1.0.3 + + define-property@2.0.2: + dependencies: + is-descriptor: 1.0.3 + isobject: 3.0.1 + + detect-libc@1.0.3: + optional: true + + dir-glob@3.0.1: + dependencies: + path-type: 4.0.0 + + doctrine@3.0.0: + dependencies: + esutils: 2.0.3 + + dom-serializer@0.2.2: + dependencies: + domelementtype: 2.3.0 + entities: 2.2.0 + + dom-serializer@1.4.1: + dependencies: + domelementtype: 2.3.0 + domhandler: 4.3.1 + entities: 2.2.0 + + domelementtype@1.3.1: {} + + domelementtype@2.3.0: {} + + domhandler@2.4.2: + dependencies: + domelementtype: 1.3.1 + + domhandler@4.3.1: + dependencies: + domelementtype: 2.3.0 + + domutils@1.7.0: + dependencies: + dom-serializer: 0.2.2 + domelementtype: 1.3.1 + + domutils@2.8.0: + dependencies: + dom-serializer: 1.4.1 + domelementtype: 2.3.0 + domhandler: 4.3.1 + + dot-prop@5.3.0: + dependencies: + is-obj: 2.0.0 + + dunder-proto@1.0.1: + dependencies: + call-bind-apply-helpers: 1.0.1 + es-errors: 1.3.0 + gopd: 1.2.0 + + electron-to-chromium@1.5.81: {} + + elementtree@0.1.7: + dependencies: + sax: 1.1.4 + + emoji-regex@10.4.0: {} + + emoji-regex@8.0.0: {} + + emojis-list@3.0.0: {} + + enhanced-resolve@5.18.0: + dependencies: + graceful-fs: 4.2.11 + tapable: 2.2.1 + + entities@1.1.2: {} + + entities@2.2.0: {} + + entities@4.5.0: {} + + env-paths@2.2.1: {} + + environment@1.1.0: {} + + error-ex@1.3.2: + dependencies: + is-arrayish: 0.2.1 + + es-abstract@1.23.9: + dependencies: + array-buffer-byte-length: 1.0.2 + arraybuffer.prototype.slice: 1.0.4 + available-typed-arrays: 1.0.7 + call-bind: 1.0.8 + call-bound: 1.0.3 + data-view-buffer: 1.0.2 + data-view-byte-length: 1.0.2 + data-view-byte-offset: 1.0.1 + es-define-property: 1.0.1 + es-errors: 1.3.0 + es-object-atoms: 1.0.1 + es-set-tostringtag: 2.1.0 + es-to-primitive: 1.3.0 + function.prototype.name: 1.1.8 + get-intrinsic: 1.2.7 + get-proto: 1.0.1 + get-symbol-description: 1.1.0 + globalthis: 1.0.4 + gopd: 1.2.0 + has-property-descriptors: 1.0.2 + has-proto: 1.2.0 + has-symbols: 1.1.0 + hasown: 2.0.2 + internal-slot: 1.1.0 + is-array-buffer: 3.0.5 + is-callable: 1.2.7 + is-data-view: 1.0.2 + is-regex: 1.2.1 + is-shared-array-buffer: 1.0.4 + is-string: 1.1.1 + is-typed-array: 1.1.15 + is-weakref: 1.1.0 + math-intrinsics: 1.1.0 + object-inspect: 1.13.3 + object-keys: 1.1.1 + object.assign: 4.1.7 + own-keys: 1.0.1 + regexp.prototype.flags: 1.5.4 + safe-array-concat: 1.1.3 + safe-push-apply: 1.0.0 + safe-regex-test: 1.1.0 + set-proto: 1.0.0 + string.prototype.trim: 1.2.10 + string.prototype.trimend: 1.0.9 + string.prototype.trimstart: 1.0.8 + typed-array-buffer: 1.0.3 + typed-array-byte-length: 1.0.3 + typed-array-byte-offset: 1.0.4 + typed-array-length: 1.0.7 + unbox-primitive: 1.1.0 + which-typed-array: 1.1.18 + + es-define-property@1.0.1: {} + + es-errors@1.3.0: {} + + es-module-lexer@1.6.0: {} + + es-object-atoms@1.0.1: + dependencies: + es-errors: 1.3.0 + + es-set-tostringtag@2.1.0: + dependencies: + es-errors: 1.3.0 + get-intrinsic: 1.2.7 + has-tostringtag: 1.0.2 + hasown: 2.0.2 + + es-to-primitive@1.3.0: + dependencies: + is-callable: 1.2.7 + is-date-object: 1.1.0 + is-symbol: 1.1.1 + + esbuild@0.21.5: + optionalDependencies: + '@esbuild/aix-ppc64': 0.21.5 + '@esbuild/android-arm': 0.21.5 + '@esbuild/android-arm64': 0.21.5 + '@esbuild/android-x64': 0.21.5 + '@esbuild/darwin-arm64': 0.21.5 + '@esbuild/darwin-x64': 0.21.5 + '@esbuild/freebsd-arm64': 0.21.5 + '@esbuild/freebsd-x64': 0.21.5 + '@esbuild/linux-arm': 0.21.5 + '@esbuild/linux-arm64': 0.21.5 + '@esbuild/linux-ia32': 0.21.5 + '@esbuild/linux-loong64': 0.21.5 + '@esbuild/linux-mips64el': 0.21.5 + '@esbuild/linux-ppc64': 0.21.5 + '@esbuild/linux-riscv64': 0.21.5 + '@esbuild/linux-s390x': 0.21.5 + '@esbuild/linux-x64': 0.21.5 + '@esbuild/netbsd-x64': 0.21.5 + '@esbuild/openbsd-x64': 0.21.5 + '@esbuild/sunos-x64': 0.21.5 + '@esbuild/win32-arm64': 0.21.5 + '@esbuild/win32-ia32': 0.21.5 + '@esbuild/win32-x64': 0.21.5 + + escalade@3.2.0: {} + + escape-string-regexp@1.0.5: {} + + escape-string-regexp@4.0.0: {} + + escape-string-regexp@5.0.0: {} + + eslint-config-prettier@9.1.0(eslint@8.57.1): + dependencies: + eslint: 8.57.1 + + eslint-plugin-prettier@5.2.1(@types/eslint@9.6.1)(eslint-config-prettier@9.1.0(eslint@8.57.1))(eslint@8.57.1)(prettier@3.4.2): + dependencies: + eslint: 8.57.1 + prettier: 3.4.2 + prettier-linter-helpers: 1.0.0 + synckit: 0.9.2 + optionalDependencies: + '@types/eslint': 9.6.1 + eslint-config-prettier: 9.1.0(eslint@8.57.1) + + eslint-plugin-vue@9.32.0(eslint@8.57.1): + dependencies: + '@eslint-community/eslint-utils': 4.4.1(eslint@8.57.1) + eslint: 8.57.1 + globals: 13.24.0 + natural-compare: 1.4.0 + nth-check: 2.1.1 + postcss-selector-parser: 6.1.2 + semver: 7.6.3 + vue-eslint-parser: 9.4.3(eslint@8.57.1) + xml-name-validator: 4.0.0 + transitivePeerDependencies: + - supports-color + + eslint-scope@5.1.1: + dependencies: + esrecurse: 4.3.0 + estraverse: 4.3.0 + + eslint-scope@7.2.2: + dependencies: + esrecurse: 4.3.0 + estraverse: 5.3.0 + + eslint-visitor-keys@3.4.3: {} + + eslint@8.57.1: + dependencies: + '@eslint-community/eslint-utils': 4.4.1(eslint@8.57.1) + '@eslint-community/regexpp': 4.12.1 + '@eslint/eslintrc': 2.1.4 + '@eslint/js': 8.57.1 + '@humanwhocodes/config-array': 0.13.0 + '@humanwhocodes/module-importer': 1.0.1 + '@nodelib/fs.walk': 1.2.8 + '@ungap/structured-clone': 1.2.1 + ajv: 6.12.6 + chalk: 4.1.2 + cross-spawn: 7.0.6 + debug: 4.4.0 + doctrine: 3.0.0 + escape-string-regexp: 4.0.0 + eslint-scope: 7.2.2 + eslint-visitor-keys: 3.4.3 + espree: 9.6.1 + esquery: 1.6.0 + esutils: 2.0.3 + fast-deep-equal: 3.1.3 + file-entry-cache: 6.0.1 + find-up: 5.0.0 + glob-parent: 6.0.2 + globals: 13.24.0 + graphemer: 1.4.0 + ignore: 5.3.2 + imurmurhash: 0.1.4 + is-glob: 4.0.3 + is-path-inside: 3.0.3 + js-yaml: 4.1.0 + json-stable-stringify-without-jsonify: 1.0.1 + levn: 0.4.1 + lodash.merge: 4.6.2 + minimatch: 3.1.2 + natural-compare: 1.4.0 + optionator: 0.9.4 + strip-ansi: 6.0.1 + text-table: 0.2.0 + transitivePeerDependencies: + - supports-color + + espree@9.6.1: + dependencies: + acorn: 8.14.0 + acorn-jsx: 5.3.2(acorn@8.14.0) + eslint-visitor-keys: 3.4.3 + + esquery@1.6.0: + dependencies: + estraverse: 5.3.0 + + esrecurse@4.3.0: + dependencies: + estraverse: 5.3.0 + + estraverse@4.3.0: {} + + estraverse@5.3.0: {} + + estree-walker@2.0.2: {} + + estree-walker@3.0.3: + dependencies: + '@types/estree': 1.0.6 + + esutils@2.0.3: {} + + etag@1.8.1: {} + + eventemitter3@5.0.1: {} + + events@3.3.0: {} + + execa@8.0.1: + dependencies: + cross-spawn: 7.0.6 + get-stream: 8.0.1 + human-signals: 5.0.0 + is-stream: 3.0.0 + merge-stream: 2.0.0 + npm-run-path: 5.3.0 + onetime: 6.0.0 + signal-exit: 4.1.0 + strip-final-newline: 3.0.0 + + expand-brackets@2.1.4: + dependencies: + debug: 2.6.9 + define-property: 0.2.5 + extend-shallow: 2.0.1 + posix-character-classes: 0.1.1 + regex-not: 1.0.2 + snapdragon: 0.8.2 + to-regex: 3.0.2 + transitivePeerDependencies: + - supports-color + + extend-shallow@2.0.1: + dependencies: + is-extendable: 0.1.1 + + extend-shallow@3.0.2: + dependencies: + assign-symbols: 1.0.0 + is-extendable: 1.0.1 + + extglob@2.0.4: + dependencies: + array-unique: 0.3.2 + define-property: 1.0.0 + expand-brackets: 2.1.4 + extend-shallow: 2.0.1 + fragment-cache: 0.2.1 + regex-not: 1.0.2 + snapdragon: 0.8.2 + to-regex: 3.0.2 + transitivePeerDependencies: + - supports-color + + fast-deep-equal@3.1.3: {} + + fast-diff@1.3.0: {} + + fast-glob@3.3.3: + dependencies: + '@nodelib/fs.stat': 2.0.5 + '@nodelib/fs.walk': 1.2.8 + glob-parent: 5.1.2 + merge2: 1.4.1 + micromatch: 4.0.8 + + fast-json-stable-stringify@2.1.0: {} + + fast-levenshtein@2.0.6: {} + + fast-uri@3.0.5: {} + + fastq@1.18.0: + dependencies: + reusify: 1.0.4 + + fd-slicer@1.1.0: + dependencies: + pend: 1.2.0 + + file-entry-cache@6.0.1: + dependencies: + flat-cache: 3.2.0 + + fill-range@4.0.0: + dependencies: + extend-shallow: 2.0.1 + is-number: 3.0.0 + repeat-string: 1.6.1 + to-regex-range: 2.1.1 + + fill-range@7.1.1: + dependencies: + to-regex-range: 5.0.1 + + find-up@5.0.0: + dependencies: + locate-path: 6.0.0 + path-exists: 4.0.0 + + find-up@7.0.0: + dependencies: + locate-path: 7.2.0 + path-exists: 5.0.0 + unicorn-magic: 0.1.0 + + flat-cache@3.2.0: + dependencies: + flatted: 3.3.2 + keyv: 4.5.4 + rimraf: 3.0.2 + + flatted@3.3.2: {} + + for-each@0.3.3: + dependencies: + is-callable: 1.2.7 + + for-in@1.0.2: {} + + fragment-cache@0.2.1: + dependencies: + map-cache: 0.2.2 + + fs-extra@10.1.0: + dependencies: + graceful-fs: 4.2.11 + jsonfile: 6.1.0 + universalify: 2.0.1 + + fs-extra@9.1.0: + dependencies: + at-least-node: 1.0.0 + graceful-fs: 4.2.11 + jsonfile: 6.1.0 + universalify: 2.0.1 + + fs-minipass@2.1.0: + dependencies: + minipass: 3.3.6 + + fs.realpath@1.0.0: {} + + fsevents@2.3.3: + optional: true + + function-bind@1.1.2: {} + + function.prototype.name@1.1.8: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.3 + define-properties: 1.2.1 + functions-have-names: 1.2.3 + hasown: 2.0.2 + is-callable: 1.2.7 + + functions-have-names@1.2.3: {} + + get-caller-file@2.0.5: {} + + get-east-asian-width@1.3.0: {} + + get-intrinsic@1.2.7: + dependencies: + call-bind-apply-helpers: 1.0.1 + es-define-property: 1.0.1 + es-errors: 1.3.0 + es-object-atoms: 1.0.1 + function-bind: 1.1.2 + get-proto: 1.0.1 + gopd: 1.2.0 + has-symbols: 1.1.0 + hasown: 2.0.2 + math-intrinsics: 1.1.0 + + get-proto@1.0.1: + dependencies: + dunder-proto: 1.0.1 + es-object-atoms: 1.0.1 + + get-stream@8.0.1: {} + + get-symbol-description@1.1.0: + dependencies: + call-bound: 1.0.3 + es-errors: 1.3.0 + get-intrinsic: 1.2.7 + + get-value@2.0.6: {} + + git-raw-commits@4.0.0: + dependencies: + dargs: 8.1.0 + meow: 12.1.1 + split2: 4.2.0 + + github-markdown-css@5.8.1: {} + + glob-parent@5.1.2: + dependencies: + is-glob: 4.0.3 + + glob-parent@6.0.2: + dependencies: + is-glob: 4.0.3 + + glob-to-regexp@0.4.1: {} + + glob@7.2.3: + dependencies: + fs.realpath: 1.0.0 + inflight: 1.0.6 + inherits: 2.0.4 + minimatch: 3.1.2 + once: 1.4.0 + path-is-absolute: 1.0.1 + + glob@9.3.5: + dependencies: + fs.realpath: 1.0.0 + minimatch: 8.0.4 + minipass: 4.2.8 + path-scurry: 1.11.1 + + global-directory@4.0.1: + dependencies: + ini: 4.1.1 + + globals@13.24.0: + dependencies: + type-fest: 0.20.2 + + globalthis@1.0.4: + dependencies: + define-properties: 1.2.1 + gopd: 1.2.0 + + globby@11.1.0: + dependencies: + array-union: 2.1.0 + dir-glob: 3.0.1 + fast-glob: 3.3.3 + ignore: 5.3.2 + merge2: 1.4.1 + slash: 3.0.0 + + gopd@1.2.0: {} + + graceful-fs@4.2.11: {} + + graphemer@1.4.0: {} + + has-ansi@2.0.0: + dependencies: + ansi-regex: 2.1.1 + + has-bigints@1.1.0: {} + + has-flag@1.0.0: {} + + has-flag@4.0.0: {} + + has-property-descriptors@1.0.2: + dependencies: + es-define-property: 1.0.1 + + has-proto@1.2.0: + dependencies: + dunder-proto: 1.0.1 + + has-symbols@1.1.0: {} + + has-tostringtag@1.0.2: + dependencies: + has-symbols: 1.1.0 + + has-value@0.3.1: + dependencies: + get-value: 2.0.6 + has-values: 0.1.4 + isobject: 2.1.0 + + has-value@1.0.0: + dependencies: + get-value: 2.0.6 + has-values: 1.0.0 + isobject: 3.0.1 + + has-values@0.1.4: {} + + has-values@1.0.0: + dependencies: + is-number: 3.0.0 + kind-of: 4.0.0 + + hasown@2.0.2: + dependencies: + function-bind: 1.1.2 + + he@1.2.0: {} + + htmlparser2@3.10.1: + dependencies: + domelementtype: 1.3.1 + domhandler: 2.4.2 + domutils: 1.7.0 + entities: 1.1.2 + inherits: 2.0.4 + readable-stream: 3.6.2 + + human-signals@5.0.0: {} + + husky@9.1.7: {} + + ignore@5.3.2: {} + + image-size@0.5.5: {} + + immutable@5.0.3: {} + + import-fresh@3.3.0: + dependencies: + parent-module: 1.0.1 + resolve-from: 4.0.0 + + import-meta-resolve@4.1.0: {} + + imurmurhash@0.1.4: {} + + inflight@1.0.6: + dependencies: + once: 1.4.0 + wrappy: 1.0.2 + + inherits@2.0.4: {} + + ini@4.1.1: {} + + internal-slot@1.1.0: + dependencies: + es-errors: 1.3.0 + hasown: 2.0.2 + side-channel: 1.1.0 + + is-accessor-descriptor@1.0.1: + dependencies: + hasown: 2.0.2 + + is-array-buffer@3.0.5: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.3 + get-intrinsic: 1.2.7 + + is-arrayish@0.2.1: {} + + is-async-function@2.1.0: + dependencies: + call-bound: 1.0.3 + get-proto: 1.0.1 + has-tostringtag: 1.0.2 + safe-regex-test: 1.1.0 + + is-bigint@1.1.0: + dependencies: + has-bigints: 1.1.0 + + is-binary-path@2.1.0: + dependencies: + binary-extensions: 2.3.0 + + is-boolean-object@1.2.1: + dependencies: + call-bound: 1.0.3 + has-tostringtag: 1.0.2 + + is-buffer@1.1.6: {} + + is-callable@1.2.7: {} + + is-data-descriptor@1.0.1: + dependencies: + hasown: 2.0.2 + + is-data-view@1.0.2: + dependencies: + call-bound: 1.0.3 + get-intrinsic: 1.2.7 + is-typed-array: 1.1.15 + + is-date-object@1.1.0: + dependencies: + call-bound: 1.0.3 + has-tostringtag: 1.0.2 + + is-descriptor@0.1.7: + dependencies: + is-accessor-descriptor: 1.0.1 + is-data-descriptor: 1.0.1 + + is-descriptor@1.0.3: + dependencies: + is-accessor-descriptor: 1.0.1 + is-data-descriptor: 1.0.1 + + is-docker@2.2.1: {} + + is-extendable@0.1.1: {} + + is-extendable@1.0.1: + dependencies: + is-plain-object: 2.0.4 + + is-extglob@2.1.1: {} + + is-finalizationregistry@1.1.1: + dependencies: + call-bound: 1.0.3 + + is-fullwidth-code-point@3.0.0: {} + + is-fullwidth-code-point@4.0.0: {} + + is-fullwidth-code-point@5.0.0: + dependencies: + get-east-asian-width: 1.3.0 + + is-generator-function@1.1.0: + dependencies: + call-bound: 1.0.3 + get-proto: 1.0.1 + has-tostringtag: 1.0.2 + safe-regex-test: 1.1.0 + + is-glob@4.0.3: + dependencies: + is-extglob: 2.1.1 + + is-map@2.0.3: {} + + is-number-object@1.1.1: + dependencies: + call-bound: 1.0.3 + has-tostringtag: 1.0.2 + + is-number@3.0.0: + dependencies: + kind-of: 3.2.2 + + is-number@7.0.0: {} + + is-obj@2.0.0: {} + + is-path-inside@3.0.3: {} + + is-plain-obj@1.1.0: {} + + is-plain-object@2.0.4: + dependencies: + isobject: 3.0.1 + + is-regex@1.2.1: + dependencies: + call-bound: 1.0.3 + gopd: 1.2.0 + has-tostringtag: 1.0.2 + hasown: 2.0.2 + + is-set@2.0.3: {} + + is-shared-array-buffer@1.0.4: + dependencies: + call-bound: 1.0.3 + + is-stream@3.0.0: {} + + is-string@1.1.1: + dependencies: + call-bound: 1.0.3 + has-tostringtag: 1.0.2 + + is-symbol@1.1.1: + dependencies: + call-bound: 1.0.3 + has-symbols: 1.1.0 + safe-regex-test: 1.1.0 + + is-text-path@2.0.0: + dependencies: + text-extensions: 2.4.0 + + is-typed-array@1.1.15: + dependencies: + which-typed-array: 1.1.18 + + is-weakmap@2.0.2: {} + + is-weakref@1.1.0: + dependencies: + call-bound: 1.0.3 + + is-weakset@2.0.4: + dependencies: + call-bound: 1.0.3 + get-intrinsic: 1.2.7 + + is-windows@1.0.2: {} + + is-wsl@2.2.0: + dependencies: + is-docker: 2.2.1 + + isarray@1.0.0: {} + + isarray@2.0.5: {} + + isexe@2.0.0: {} + + isobject@2.1.0: + dependencies: + isarray: 1.0.0 + + isobject@3.0.1: {} + + jest-worker@27.5.1: + dependencies: + '@types/node': 22.10.6 + merge-stream: 2.0.0 + supports-color: 8.1.1 + + jiti@2.4.2: {} + + js-base64@2.6.4: {} + + js-tokens@4.0.0: {} + + js-tokens@9.0.1: {} + + js-yaml@4.1.0: + dependencies: + argparse: 2.0.1 + + json-buffer@3.0.1: {} + + json-parse-even-better-errors@2.3.1: {} + + json-schema-traverse@0.4.1: {} + + json-schema-traverse@1.0.0: {} + + json-stable-stringify-without-jsonify@1.0.1: {} + + json5@1.0.2: + dependencies: + minimist: 1.2.8 + + json5@2.2.3: {} + + jsonfile@6.1.0: + dependencies: + universalify: 2.0.1 + optionalDependencies: + graceful-fs: 4.2.11 + + jsonparse@1.3.1: {} + + keyv@4.5.4: + dependencies: + json-buffer: 3.0.1 + + kind-of@3.2.2: + dependencies: + is-buffer: 1.1.6 + + kind-of@4.0.0: + dependencies: + is-buffer: 1.1.6 + + kind-of@5.1.0: {} + + kind-of@6.0.3: {} + + kleur@3.0.3: {} + + kleur@4.1.5: {} + + levn@0.4.1: + dependencies: + prelude-ls: 1.2.1 + type-check: 0.4.0 + + lilconfig@3.1.3: {} + + lines-and-columns@1.2.4: {} + + lint-staged@15.3.0: + dependencies: + chalk: 5.4.1 + commander: 12.1.0 + debug: 4.4.0 + execa: 8.0.1 + lilconfig: 3.1.3 + listr2: 8.2.5 + micromatch: 4.0.8 + pidtree: 0.6.0 + string-argv: 0.3.2 + yaml: 2.6.1 + transitivePeerDependencies: + - supports-color + + listr2@8.2.5: + dependencies: + cli-truncate: 4.0.0 + colorette: 2.0.20 + eventemitter3: 5.0.1 + log-update: 6.1.0 + rfdc: 1.4.1 + wrap-ansi: 9.0.0 + + loader-runner@4.3.0: {} + + loader-utils@1.4.2: + dependencies: + big.js: 5.2.2 + emojis-list: 3.0.0 + json5: 1.0.2 + + loader-utils@2.0.4: + dependencies: + big.js: 5.2.2 + emojis-list: 3.0.0 + json5: 2.2.3 + + local-pkg@0.5.1: + dependencies: + mlly: 1.7.4 + pkg-types: 1.3.1 + + local-pkg@1.0.0: + dependencies: + mlly: 1.7.4 + pkg-types: 1.3.1 + + locate-path@6.0.0: + dependencies: + p-locate: 5.0.0 + + locate-path@7.2.0: + dependencies: + p-locate: 6.0.0 + + lodash.camelcase@4.3.0: {} + + lodash.isplainobject@4.0.6: {} + + lodash.kebabcase@4.1.1: {} + + lodash.merge@4.6.2: {} + + lodash.mergewith@4.6.2: {} + + lodash.snakecase@4.1.1: {} + + lodash.startcase@4.4.0: {} + + lodash.uniq@4.5.0: {} + + lodash.upperfirst@4.3.1: {} + + lodash@4.17.21: {} + + log-update@6.1.0: + dependencies: + ansi-escapes: 7.0.0 + cli-cursor: 5.0.0 + slice-ansi: 7.1.0 + strip-ansi: 7.1.0 + wrap-ansi: 9.0.0 + + lru-cache@10.4.3: {} + + magic-string-ast@0.6.3: + dependencies: + magic-string: 0.30.17 + + magic-string@0.30.17: + dependencies: + '@jridgewell/sourcemap-codec': 1.5.0 + + map-cache@0.2.2: {} + + map-visit@1.0.0: + dependencies: + object-visit: 1.0.1 + + math-intrinsics@1.1.0: {} + + mdn-data@2.0.14: {} + + meow@12.1.1: {} + + merge-options@1.0.1: + dependencies: + is-plain-obj: 1.1.0 + + merge-stream@2.0.0: {} + + merge2@1.4.1: {} + + micromatch@3.1.0: + dependencies: + arr-diff: 4.0.0 + array-unique: 0.3.2 + braces: 2.3.2 + define-property: 1.0.0 + extend-shallow: 2.0.1 + extglob: 2.0.4 + fragment-cache: 0.2.1 + kind-of: 5.1.0 + nanomatch: 1.2.13 + object.pick: 1.3.0 + regex-not: 1.0.2 + snapdragon: 0.8.2 + to-regex: 3.0.2 + transitivePeerDependencies: + - supports-color + + micromatch@4.0.8: + dependencies: + braces: 3.0.3 + picomatch: 2.3.1 + + mime-db@1.52.0: {} + + mime-types@2.1.35: + dependencies: + mime-db: 1.52.0 + + mimic-fn@4.0.0: {} + + mimic-function@5.0.1: {} + + minimatch@3.1.2: + dependencies: + brace-expansion: 1.1.11 + + minimatch@8.0.4: + dependencies: + brace-expansion: 2.0.1 + + minimatch@9.0.5: + dependencies: + brace-expansion: 2.0.1 + + minimist@1.2.8: {} + + minipass@3.3.6: + dependencies: + yallist: 4.0.0 + + minipass@4.2.8: {} + + minipass@5.0.0: {} + + minipass@7.1.2: {} + + minizlib@2.1.2: + dependencies: + minipass: 3.3.6 + yallist: 4.0.0 + + mixin-deep@1.3.2: + dependencies: + for-in: 1.0.2 + is-extendable: 1.0.1 + + mkdirp@1.0.4: {} + + mlly@1.7.4: + dependencies: + acorn: 8.14.0 + pathe: 2.0.1 + pkg-types: 1.3.1 + ufo: 1.5.4 + + moment@2.30.1: {} + + ms@2.0.0: {} + + ms@2.1.3: {} + + muggle-string@0.3.1: {} + + nanoid@3.3.8: {} + + nanomatch@1.2.13: + dependencies: + arr-diff: 4.0.0 + array-unique: 0.3.2 + define-property: 2.0.2 + extend-shallow: 3.0.2 + fragment-cache: 0.2.1 + is-windows: 1.0.2 + kind-of: 6.0.3 + object.pick: 1.3.0 + regex-not: 1.0.2 + snapdragon: 0.8.2 + to-regex: 3.0.2 + transitivePeerDependencies: + - supports-color + + native-run@2.0.1: + dependencies: + '@ionic/utils-fs': 3.1.7 + '@ionic/utils-terminal': 2.3.5 + bplist-parser: 0.3.2 + debug: 4.4.0 + elementtree: 0.1.7 + ini: 4.1.1 + plist: 3.1.0 + split2: 4.2.0 + through2: 4.0.2 + tslib: 2.8.1 + yauzl: 2.10.0 + transitivePeerDependencies: + - supports-color + + natural-compare@1.4.0: {} + + neo-async@2.6.2: {} + + node-addon-api@7.1.1: + optional: true + + node-releases@2.0.19: {} + + normalize-path@3.0.0: {} + + npm-run-path@5.3.0: + dependencies: + path-key: 4.0.0 + + nth-check@2.1.1: + dependencies: + boolbase: 1.0.0 + + object-assign@4.1.1: {} + + object-copy@0.1.0: + dependencies: + copy-descriptor: 0.1.1 + define-property: 0.2.5 + kind-of: 3.2.2 + + object-inspect@1.13.3: {} + + object-keys@1.1.1: {} + + object-visit@1.0.1: + dependencies: + isobject: 3.0.1 + + object.assign@4.1.7: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.3 + define-properties: 1.2.1 + es-object-atoms: 1.0.1 + has-symbols: 1.1.0 + object-keys: 1.1.1 + + object.pick@1.3.0: + dependencies: + isobject: 3.0.1 + + once@1.4.0: + dependencies: + wrappy: 1.0.2 + + onetime@6.0.0: + dependencies: + mimic-fn: 4.0.0 + + onetime@7.0.0: + dependencies: + mimic-function: 5.0.1 + + open@8.4.2: + dependencies: + define-lazy-prop: 2.0.0 + is-docker: 2.2.1 + is-wsl: 2.2.0 + + optionator@0.9.4: + dependencies: + deep-is: 0.1.4 + fast-levenshtein: 2.0.6 + levn: 0.4.1 + prelude-ls: 1.2.1 + type-check: 0.4.0 + word-wrap: 1.2.5 + + own-keys@1.0.1: + dependencies: + get-intrinsic: 1.2.7 + object-keys: 1.1.1 + safe-push-apply: 1.0.0 + + p-limit@3.1.0: + dependencies: + yocto-queue: 0.1.0 + + p-limit@4.0.0: + dependencies: + yocto-queue: 1.1.1 + + p-locate@5.0.0: + dependencies: + p-limit: 3.1.0 + + p-locate@6.0.0: + dependencies: + p-limit: 4.0.0 + + parent-module@1.0.1: + dependencies: + callsites: 3.1.0 + + parse-json@5.2.0: + dependencies: + '@babel/code-frame': 7.26.2 + error-ex: 1.3.2 + json-parse-even-better-errors: 2.3.1 + lines-and-columns: 1.2.4 + + pascalcase@0.1.1: {} + + path-browserify@1.0.1: {} + + path-exists@4.0.0: {} + + path-exists@5.0.0: {} + + path-is-absolute@1.0.1: {} + + path-key@3.1.1: {} + + path-key@4.0.0: {} + + path-scurry@1.11.1: + dependencies: + lru-cache: 10.4.3 + minipass: 7.1.2 + + path-type@4.0.0: {} + + pathe@0.2.0: {} + + pathe@1.1.2: {} + + pathe@2.0.1: {} + + pend@1.2.0: {} + + picocolors@1.1.1: {} + + picomatch@2.3.1: {} + + picomatch@4.0.2: {} + + pidtree@0.6.0: {} + + pinia-plugin-persistedstate@3.2.3(pinia@2.3.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3))): + dependencies: + pinia: 2.3.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) + + pinia@2.3.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)): + dependencies: + '@vue/devtools-api': 6.6.4 + vue: 3.5.13(typescript@5.6.3) + vue-demi: 0.14.10(vue@3.5.13(typescript@5.6.3)) + optionalDependencies: + typescript: 5.6.3 + transitivePeerDependencies: + - '@vue/composition-api' + + pkg-types@1.3.1: + dependencies: + confbox: 0.1.8 + mlly: 1.7.4 + pathe: 2.0.1 + + plist@3.1.0: + dependencies: + '@xmldom/xmldom': 0.8.10 + base64-js: 1.5.1 + xmlbuilder: 15.1.1 + + posix-character-classes@0.1.1: {} + + possible-typed-array-names@1.0.0: {} + + postcss-prefix-selector@1.16.1(postcss@5.2.18): + dependencies: + postcss: 5.2.18 + + postcss-selector-parser@6.1.2: + dependencies: + cssesc: 3.0.0 + util-deprecate: 1.0.2 + + postcss@5.2.18: + dependencies: + chalk: 1.1.3 + js-base64: 2.6.4 + source-map: 0.5.7 + supports-color: 3.2.3 + + postcss@8.5.1: + dependencies: + nanoid: 3.3.8 + picocolors: 1.1.1 + source-map-js: 1.2.1 + + posthtml-parser@0.2.1: + dependencies: + htmlparser2: 3.10.1 + isobject: 2.1.0 + + posthtml-rename-id@1.0.12: + dependencies: + escape-string-regexp: 1.0.5 + + posthtml-render@1.4.0: {} + + posthtml-svg-mode@1.0.3: + dependencies: + merge-options: 1.0.1 + posthtml: 0.9.2 + posthtml-parser: 0.2.1 + posthtml-render: 1.4.0 + + posthtml@0.9.2: + dependencies: + posthtml-parser: 0.2.1 + posthtml-render: 1.4.0 + + prelude-ls@1.2.1: {} + + prettier-linter-helpers@1.0.0: + dependencies: + fast-diff: 1.3.0 + + prettier@3.4.2: {} + + prompts@2.4.2: + dependencies: + kleur: 3.0.3 + sisteransi: 1.0.5 + + punycode@2.3.1: {} + + query-string@4.3.4: + dependencies: + object-assign: 4.1.1 + strict-uri-encode: 1.1.0 + + queue-microtask@1.2.3: {} + + randombytes@2.1.0: + dependencies: + safe-buffer: 5.2.1 + + raw-loader@4.0.2(webpack@5.97.1): + dependencies: + loader-utils: 2.0.4 + schema-utils: 3.3.0 + webpack: 5.97.1 + + readable-stream@3.6.2: + dependencies: + inherits: 2.0.4 + string_decoder: 1.3.0 + util-deprecate: 1.0.2 + + readdirp@3.6.0: + dependencies: + picomatch: 2.3.1 + + readdirp@4.1.1: {} + + reflect.getprototypeof@1.0.10: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.23.9 + es-errors: 1.3.0 + es-object-atoms: 1.0.1 + get-intrinsic: 1.2.7 + get-proto: 1.0.1 + which-builtin-type: 1.2.1 + + regex-not@1.0.2: + dependencies: + extend-shallow: 3.0.2 + safe-regex: 1.1.0 + + regexp.prototype.flags@1.5.4: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-errors: 1.3.0 + get-proto: 1.0.1 + gopd: 1.2.0 + set-function-name: 2.0.2 + + repeat-element@1.1.4: {} + + repeat-string@1.6.1: {} + + require-directory@2.1.1: {} + + require-from-string@2.0.2: {} + + resolve-from@4.0.0: {} + + resolve-from@5.0.0: {} + + resolve-url@0.2.1: {} + + restore-cursor@5.1.0: + dependencies: + onetime: 7.0.0 + signal-exit: 4.1.0 + + ret@0.1.15: {} + + reusify@1.0.4: {} + + rfdc@1.4.1: {} + + rimraf@3.0.2: + dependencies: + glob: 7.2.3 + + rimraf@4.4.1: + dependencies: + glob: 9.3.5 + + roboto-fontface@0.10.0: {} + + rollup@4.30.1: + dependencies: + '@types/estree': 1.0.6 + optionalDependencies: + '@rollup/rollup-android-arm-eabi': 4.30.1 + '@rollup/rollup-android-arm64': 4.30.1 + '@rollup/rollup-darwin-arm64': 4.30.1 + '@rollup/rollup-darwin-x64': 4.30.1 + '@rollup/rollup-freebsd-arm64': 4.30.1 + '@rollup/rollup-freebsd-x64': 4.30.1 + '@rollup/rollup-linux-arm-gnueabihf': 4.30.1 + '@rollup/rollup-linux-arm-musleabihf': 4.30.1 + '@rollup/rollup-linux-arm64-gnu': 4.30.1 + '@rollup/rollup-linux-arm64-musl': 4.30.1 + '@rollup/rollup-linux-loongarch64-gnu': 4.30.1 + '@rollup/rollup-linux-powerpc64le-gnu': 4.30.1 + '@rollup/rollup-linux-riscv64-gnu': 4.30.1 + '@rollup/rollup-linux-s390x-gnu': 4.30.1 + '@rollup/rollup-linux-x64-gnu': 4.30.1 + '@rollup/rollup-linux-x64-musl': 4.30.1 + '@rollup/rollup-win32-arm64-msvc': 4.30.1 + '@rollup/rollup-win32-ia32-msvc': 4.30.1 + '@rollup/rollup-win32-x64-msvc': 4.30.1 + fsevents: 2.3.3 + + run-parallel@1.2.0: + dependencies: + queue-microtask: 1.2.3 + + rxjs@7.8.1: + dependencies: + tslib: 2.8.1 + optional: true + + safe-array-concat@1.1.3: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.3 + get-intrinsic: 1.2.7 + has-symbols: 1.1.0 + isarray: 2.0.5 + + safe-buffer@5.2.1: {} + + safe-push-apply@1.0.0: + dependencies: + es-errors: 1.3.0 + isarray: 2.0.5 + + safe-regex-test@1.1.0: + dependencies: + call-bound: 1.0.3 + es-errors: 1.3.0 + is-regex: 1.2.1 + + safe-regex@1.1.0: + dependencies: + ret: 0.1.15 + + sass-embedded-android-arm64@1.83.4: + optional: true + + sass-embedded-android-arm@1.83.4: + optional: true + + sass-embedded-android-ia32@1.83.4: + optional: true + + sass-embedded-android-riscv64@1.83.4: + optional: true + + sass-embedded-android-x64@1.83.4: + optional: true + + sass-embedded-darwin-arm64@1.83.4: + optional: true + + sass-embedded-darwin-x64@1.83.4: + optional: true + + sass-embedded-linux-arm64@1.83.4: + optional: true + + sass-embedded-linux-arm@1.83.4: + optional: true + + sass-embedded-linux-ia32@1.83.4: + optional: true + + sass-embedded-linux-musl-arm64@1.83.4: + optional: true + + sass-embedded-linux-musl-arm@1.83.4: + optional: true + + sass-embedded-linux-musl-ia32@1.83.4: + optional: true + + sass-embedded-linux-musl-riscv64@1.83.4: + optional: true + + sass-embedded-linux-musl-x64@1.83.4: + optional: true + + sass-embedded-linux-riscv64@1.83.4: + optional: true + + sass-embedded-linux-x64@1.83.4: + optional: true + + sass-embedded-win32-arm64@1.83.4: + optional: true + + sass-embedded-win32-ia32@1.83.4: + optional: true + + sass-embedded-win32-x64@1.83.4: + optional: true + + sass-embedded@1.83.4: + dependencies: + '@bufbuild/protobuf': 2.2.3 + buffer-builder: 0.2.0 + colorjs.io: 0.5.2 + immutable: 5.0.3 + rxjs: 7.8.1 + supports-color: 8.1.1 + sync-child-process: 1.0.2 + varint: 6.0.0 + optionalDependencies: + sass-embedded-android-arm: 1.83.4 + sass-embedded-android-arm64: 1.83.4 + sass-embedded-android-ia32: 1.83.4 + sass-embedded-android-riscv64: 1.83.4 + sass-embedded-android-x64: 1.83.4 + sass-embedded-darwin-arm64: 1.83.4 + sass-embedded-darwin-x64: 1.83.4 + sass-embedded-linux-arm: 1.83.4 + sass-embedded-linux-arm64: 1.83.4 + sass-embedded-linux-ia32: 1.83.4 + sass-embedded-linux-musl-arm: 1.83.4 + sass-embedded-linux-musl-arm64: 1.83.4 + sass-embedded-linux-musl-ia32: 1.83.4 + sass-embedded-linux-musl-riscv64: 1.83.4 + sass-embedded-linux-musl-x64: 1.83.4 + sass-embedded-linux-riscv64: 1.83.4 + sass-embedded-linux-x64: 1.83.4 + sass-embedded-win32-arm64: 1.83.4 + sass-embedded-win32-ia32: 1.83.4 + sass-embedded-win32-x64: 1.83.4 + optional: true + + sass@1.83.4: + dependencies: + chokidar: 4.0.3 + immutable: 5.0.3 + source-map-js: 1.2.1 + optionalDependencies: + '@parcel/watcher': 2.5.0 + + sax@1.1.4: {} + + sax@1.4.1: {} + + schema-utils@3.3.0: + dependencies: + '@types/json-schema': 7.0.15 + ajv: 6.12.6 + ajv-keywords: 3.5.2(ajv@6.12.6) + + schema-utils@4.3.0: + dependencies: + '@types/json-schema': 7.0.15 + ajv: 8.17.1 + ajv-formats: 2.1.1(ajv@8.17.1) + ajv-keywords: 5.1.0(ajv@8.17.1) + + scule@1.3.0: {} + + semver@7.6.3: {} + + serialize-javascript@6.0.2: + dependencies: + randombytes: 2.1.0 + + set-function-length@1.2.2: + dependencies: + define-data-property: 1.1.4 + es-errors: 1.3.0 + function-bind: 1.1.2 + get-intrinsic: 1.2.7 + gopd: 1.2.0 + has-property-descriptors: 1.0.2 + + set-function-name@2.0.2: + dependencies: + define-data-property: 1.1.4 + es-errors: 1.3.0 + functions-have-names: 1.2.3 + has-property-descriptors: 1.0.2 + + set-proto@1.0.0: + dependencies: + dunder-proto: 1.0.1 + es-errors: 1.3.0 + es-object-atoms: 1.0.1 + + set-value@2.0.1: + dependencies: + extend-shallow: 2.0.1 + is-extendable: 0.1.1 + is-plain-object: 2.0.4 + split-string: 3.1.0 + + shebang-command@2.0.0: + dependencies: + shebang-regex: 3.0.0 + + shebang-regex@3.0.0: {} + + showdown@2.1.0: + dependencies: + commander: 9.5.0 + + side-channel-list@1.0.0: + dependencies: + es-errors: 1.3.0 + object-inspect: 1.13.3 + + side-channel-map@1.0.1: + dependencies: + call-bound: 1.0.3 + es-errors: 1.3.0 + get-intrinsic: 1.2.7 + object-inspect: 1.13.3 + + side-channel-weakmap@1.0.2: + dependencies: + call-bound: 1.0.3 + es-errors: 1.3.0 + get-intrinsic: 1.2.7 + object-inspect: 1.13.3 + side-channel-map: 1.0.1 + + side-channel@1.1.0: + dependencies: + es-errors: 1.3.0 + object-inspect: 1.13.3 + side-channel-list: 1.0.0 + side-channel-map: 1.0.1 + side-channel-weakmap: 1.0.2 + + signal-exit@3.0.7: {} + + signal-exit@4.1.0: {} + + sisteransi@1.0.5: {} + + slash@3.0.0: {} + + slice-ansi@4.0.0: + dependencies: + ansi-styles: 4.3.0 + astral-regex: 2.0.0 + is-fullwidth-code-point: 3.0.0 + + slice-ansi@5.0.0: + dependencies: + ansi-styles: 6.2.1 + is-fullwidth-code-point: 4.0.0 + + slice-ansi@7.1.0: + dependencies: + ansi-styles: 6.2.1 + is-fullwidth-code-point: 5.0.0 + + snapdragon-node@2.1.1: + dependencies: + define-property: 1.0.0 + isobject: 3.0.1 + snapdragon-util: 3.0.1 + + snapdragon-util@3.0.1: + dependencies: + kind-of: 3.2.2 + + snapdragon@0.8.2: + dependencies: + base: 0.11.2 + debug: 2.6.9 + define-property: 0.2.5 + extend-shallow: 2.0.1 + map-cache: 0.2.2 + source-map: 0.5.7 + source-map-resolve: 0.5.3 + use: 3.1.1 + transitivePeerDependencies: + - supports-color + + source-map-js@1.2.1: {} + + source-map-resolve@0.5.3: + dependencies: + atob: 2.1.2 + decode-uri-component: 0.2.2 + resolve-url: 0.2.1 + source-map-url: 0.4.1 + urix: 0.1.0 + + source-map-support@0.5.21: + dependencies: + buffer-from: 1.1.2 + source-map: 0.6.1 + + source-map-url@0.4.1: {} + + source-map@0.5.7: {} + + source-map@0.6.1: {} + + split-string@3.1.0: + dependencies: + extend-shallow: 3.0.2 + + split2@4.2.0: {} + + stable@0.1.8: {} + + static-extend@0.1.2: + dependencies: + define-property: 0.2.5 + object-copy: 0.1.0 + + strict-uri-encode@1.1.0: {} + + string-argv@0.3.2: {} + + string-width@4.2.3: + dependencies: + emoji-regex: 8.0.0 + is-fullwidth-code-point: 3.0.0 + strip-ansi: 6.0.1 + + string-width@7.2.0: + dependencies: + emoji-regex: 10.4.0 + get-east-asian-width: 1.3.0 + strip-ansi: 7.1.0 + + string.prototype.trim@1.2.10: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.3 + define-data-property: 1.1.4 + define-properties: 1.2.1 + es-abstract: 1.23.9 + es-object-atoms: 1.0.1 + has-property-descriptors: 1.0.2 + + string.prototype.trimend@1.0.9: + dependencies: + call-bind: 1.0.8 + call-bound: 1.0.3 + define-properties: 1.2.1 + es-object-atoms: 1.0.1 + + string.prototype.trimstart@1.0.8: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-object-atoms: 1.0.1 + + string_decoder@1.3.0: + dependencies: + safe-buffer: 5.2.1 + + strip-ansi@3.0.1: + dependencies: + ansi-regex: 2.1.1 + + strip-ansi@6.0.1: + dependencies: + ansi-regex: 5.0.1 + + strip-ansi@7.1.0: + dependencies: + ansi-regex: 6.1.0 + + strip-final-newline@3.0.0: {} + + strip-json-comments@3.1.1: {} + + strip-literal@2.1.1: + dependencies: + js-tokens: 9.0.1 + + supports-color@2.0.0: {} + + supports-color@3.2.3: + dependencies: + has-flag: 1.0.0 + + supports-color@7.2.0: + dependencies: + has-flag: 4.0.0 + + supports-color@8.1.1: + dependencies: + has-flag: 4.0.0 + + svg-baker@1.7.0: + dependencies: + bluebird: 3.7.2 + clone: 2.1.2 + he: 1.2.0 + image-size: 0.5.5 + loader-utils: 1.4.2 + merge-options: 1.0.1 + micromatch: 3.1.0 + postcss: 5.2.18 + postcss-prefix-selector: 1.16.1(postcss@5.2.18) + posthtml-rename-id: 1.0.12 + posthtml-svg-mode: 1.0.3 + query-string: 4.3.4 + traverse: 0.6.10 + transitivePeerDependencies: + - supports-color + + svgo@2.8.0: + dependencies: + '@trysound/sax': 0.2.0 + commander: 7.2.0 + css-select: 4.3.0 + css-tree: 1.1.3 + csso: 4.2.0 + picocolors: 1.1.1 + stable: 0.1.8 + + sync-child-process@1.0.2: + dependencies: + sync-message-port: 1.1.3 + optional: true + + sync-message-port@1.1.3: + optional: true + + synckit@0.9.2: + dependencies: + '@pkgr/core': 0.1.1 + tslib: 2.8.1 + + tapable@2.2.1: {} + + tar@6.2.1: + dependencies: + chownr: 2.0.0 + fs-minipass: 2.1.0 + minipass: 5.0.0 + minizlib: 2.1.2 + mkdirp: 1.0.4 + yallist: 4.0.0 + + terser-webpack-plugin@5.3.11(webpack@5.97.1): + dependencies: + '@jridgewell/trace-mapping': 0.3.25 + jest-worker: 27.5.1 + schema-utils: 4.3.0 + serialize-javascript: 6.0.2 + terser: 5.37.0 + webpack: 5.97.1 + + terser@5.37.0: + dependencies: + '@jridgewell/source-map': 0.3.6 + acorn: 8.14.0 + commander: 2.20.3 + source-map-support: 0.5.21 + + text-extensions@2.4.0: {} + + text-table@0.2.0: {} + + through2@4.0.2: + dependencies: + readable-stream: 3.6.2 + + through@2.3.8: {} + + tinyexec@0.3.2: {} + + to-object-path@0.3.0: + dependencies: + kind-of: 3.2.2 + + to-regex-range@2.1.1: + dependencies: + is-number: 3.0.0 + repeat-string: 1.6.1 + + to-regex-range@5.0.1: + dependencies: + is-number: 7.0.0 + + to-regex@3.0.2: + dependencies: + define-property: 2.0.2 + extend-shallow: 3.0.2 + regex-not: 1.0.2 + safe-regex: 1.1.0 + + traverse@0.6.10: + dependencies: + gopd: 1.2.0 + typedarray.prototype.slice: 1.0.5 + which-typed-array: 1.1.18 + + tree-kill@1.2.2: {} + + ts-api-utils@1.4.3(typescript@5.6.3): + dependencies: + typescript: 5.6.3 + + tslib@2.8.1: {} + + type-check@0.4.0: + dependencies: + prelude-ls: 1.2.1 + + type-fest@0.20.2: {} + + typed-array-buffer@1.0.3: + dependencies: + call-bound: 1.0.3 + es-errors: 1.3.0 + is-typed-array: 1.1.15 + + typed-array-byte-length@1.0.3: + dependencies: + call-bind: 1.0.8 + for-each: 0.3.3 + gopd: 1.2.0 + has-proto: 1.2.0 + is-typed-array: 1.1.15 + + typed-array-byte-offset@1.0.4: + dependencies: + available-typed-arrays: 1.0.7 + call-bind: 1.0.8 + for-each: 0.3.3 + gopd: 1.2.0 + has-proto: 1.2.0 + is-typed-array: 1.1.15 + reflect.getprototypeof: 1.0.10 + + typed-array-length@1.0.7: + dependencies: + call-bind: 1.0.8 + for-each: 0.3.3 + gopd: 1.2.0 + is-typed-array: 1.1.15 + possible-typed-array-names: 1.0.0 + reflect.getprototypeof: 1.0.10 + + typedarray.prototype.slice@1.0.5: + dependencies: + call-bind: 1.0.8 + define-properties: 1.2.1 + es-abstract: 1.23.9 + es-errors: 1.3.0 + get-proto: 1.0.1 + math-intrinsics: 1.1.0 + typed-array-buffer: 1.0.3 + typed-array-byte-offset: 1.0.4 + + typescript@5.6.3: {} + + ufo@1.5.4: {} + + unbox-primitive@1.1.0: + dependencies: + call-bound: 1.0.3 + has-bigints: 1.1.0 + has-symbols: 1.1.0 + which-boxed-primitive: 1.1.1 + + undici-types@6.20.0: {} + + unicorn-magic@0.1.0: {} + + unimport@3.14.6(rollup@4.30.1): + dependencies: + '@rollup/pluginutils': 5.1.4(rollup@4.30.1) + acorn: 8.14.0 + escape-string-regexp: 5.0.0 + estree-walker: 3.0.3 + fast-glob: 3.3.3 + local-pkg: 1.0.0 + magic-string: 0.30.17 + mlly: 1.7.4 + pathe: 2.0.1 + picomatch: 4.0.2 + pkg-types: 1.3.1 + scule: 1.3.0 + strip-literal: 2.1.1 + unplugin: 1.16.1 + transitivePeerDependencies: + - rollup + + union-value@1.0.1: + dependencies: + arr-union: 3.1.0 + get-value: 2.0.6 + is-extendable: 0.1.1 + set-value: 2.0.1 + + universalify@2.0.1: {} + + unplugin-auto-import@0.18.6(@vueuse/core@10.11.1(vue@3.5.13(typescript@5.6.3)))(rollup@4.30.1): + dependencies: + '@antfu/utils': 0.7.10 + '@rollup/pluginutils': 5.1.4(rollup@4.30.1) + fast-glob: 3.3.3 + local-pkg: 0.5.1 + magic-string: 0.30.17 + minimatch: 9.0.5 + unimport: 3.14.6(rollup@4.30.1) + unplugin: 1.16.1 + optionalDependencies: + '@vueuse/core': 10.11.1(vue@3.5.13(typescript@5.6.3)) + transitivePeerDependencies: + - rollup + + unplugin-fonts@1.3.1(vite@5.4.11(@types/node@22.10.6)(sass-embedded@1.83.4)(sass@1.83.4)(terser@5.37.0)): + dependencies: + fast-glob: 3.3.3 + unplugin: 2.0.0-beta.1 + vite: 5.4.11(@types/node@22.10.6)(sass-embedded@1.83.4)(sass@1.83.4)(terser@5.37.0) + + unplugin-vue-components@0.27.5(@babel/parser@7.26.5)(rollup@4.30.1)(vue@3.5.13(typescript@5.6.3)): + dependencies: + '@antfu/utils': 0.7.10 + '@rollup/pluginutils': 5.1.4(rollup@4.30.1) + chokidar: 3.6.0 + debug: 4.4.0 + fast-glob: 3.3.3 + local-pkg: 0.5.1 + magic-string: 0.30.17 + minimatch: 9.0.5 + mlly: 1.7.4 + unplugin: 1.16.1 + vue: 3.5.13(typescript@5.6.3) + optionalDependencies: + '@babel/parser': 7.26.5 + transitivePeerDependencies: + - rollup + - supports-color + + unplugin-vue-router@0.8.8(rollup@4.30.1)(vue-router@4.5.0(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3)): + dependencies: + '@babel/types': 7.26.5 + '@rollup/pluginutils': 5.1.4(rollup@4.30.1) + '@vue-macros/common': 1.15.1(rollup@4.30.1)(vue@3.5.13(typescript@5.6.3)) + ast-walker-scope: 0.6.2 + chokidar: 3.6.0 + fast-glob: 3.3.3 + json5: 2.2.3 + local-pkg: 0.5.1 + mlly: 1.7.4 + pathe: 1.1.2 + scule: 1.3.0 + unplugin: 1.16.1 + yaml: 2.7.0 + optionalDependencies: + vue-router: 4.5.0(vue@3.5.13(typescript@5.6.3)) + transitivePeerDependencies: + - rollup + - vue + + unplugin@1.16.1: + dependencies: + acorn: 8.14.0 + webpack-virtual-modules: 0.6.2 + + unplugin@2.0.0-beta.1: + dependencies: + acorn: 8.14.0 + webpack-virtual-modules: 0.6.2 + + unset-value@1.0.0: + dependencies: + has-value: 0.3.1 + isobject: 3.0.1 + + untildify@4.0.0: {} + + upath@2.0.1: {} + + update-browserslist-db@1.1.2(browserslist@4.24.4): + dependencies: + browserslist: 4.24.4 + escalade: 3.2.0 + picocolors: 1.1.1 + + uri-js@4.4.1: + dependencies: + punycode: 2.3.1 + + urix@0.1.0: {} + + use@3.1.1: {} + + util-deprecate@1.0.2: {} + + uuid@9.0.1: {} + + varint@6.0.0: + optional: true + + vary@1.1.2: {} + + vite-plugin-optimizer@1.4.3: {} + + vite-plugin-svg-icons@2.0.1(vite@5.4.11(@types/node@22.10.6)(sass-embedded@1.83.4)(sass@1.83.4)(terser@5.37.0)): + dependencies: + '@types/svgo': 2.6.4 + cors: 2.8.5 + debug: 4.4.0 + etag: 1.8.1 + fs-extra: 10.1.0 + pathe: 0.2.0 + svg-baker: 1.7.0 + svgo: 2.8.0 + vite: 5.4.11(@types/node@22.10.6)(sass-embedded@1.83.4)(sass@1.83.4)(terser@5.37.0) + transitivePeerDependencies: + - supports-color + + vite-plugin-vue-layouts@0.11.0(vite@5.4.11(@types/node@22.10.6)(sass-embedded@1.83.4)(sass@1.83.4)(terser@5.37.0))(vue-router@4.5.0(vue@3.5.13(typescript@5.6.3)))(vue@3.5.13(typescript@5.6.3)): + dependencies: + debug: 4.4.0 + fast-glob: 3.3.3 + vite: 5.4.11(@types/node@22.10.6)(sass-embedded@1.83.4)(sass@1.83.4)(terser@5.37.0) + vue: 3.5.13(typescript@5.6.3) + vue-router: 4.5.0(vue@3.5.13(typescript@5.6.3)) + transitivePeerDependencies: + - supports-color + + vite-plugin-vuetify@2.0.4(vite@5.4.11(@types/node@22.10.6)(sass-embedded@1.83.4)(sass@1.83.4)(terser@5.37.0))(vue@3.5.13(typescript@5.6.3))(vuetify@3.7.6): + dependencies: + '@vuetify/loader-shared': 2.0.3(vue@3.5.13(typescript@5.6.3))(vuetify@3.7.6) + debug: 4.4.0 + upath: 2.0.1 + vite: 5.4.11(@types/node@22.10.6)(sass-embedded@1.83.4)(sass@1.83.4)(terser@5.37.0) + vue: 3.5.13(typescript@5.6.3) + vuetify: 3.7.6(typescript@5.6.3)(vite-plugin-vuetify@2.0.4)(vue@3.5.13(typescript@5.6.3)) + transitivePeerDependencies: + - supports-color + + vite@5.4.11(@types/node@22.10.6)(sass-embedded@1.83.4)(sass@1.83.4)(terser@5.37.0): + dependencies: + esbuild: 0.21.5 + postcss: 8.5.1 + rollup: 4.30.1 + optionalDependencies: + '@types/node': 22.10.6 + fsevents: 2.3.3 + sass: 1.83.4 + sass-embedded: 1.83.4 + terser: 5.37.0 + + vue-demi@0.14.10(vue@3.5.13(typescript@5.6.3)): + dependencies: + vue: 3.5.13(typescript@5.6.3) + + vue-eslint-parser@9.4.3(eslint@8.57.1): + dependencies: + debug: 4.4.0 + eslint: 8.57.1 + eslint-scope: 7.2.2 + eslint-visitor-keys: 3.4.3 + espree: 9.6.1 + esquery: 1.6.0 + lodash: 4.17.21 + semver: 7.6.3 + transitivePeerDependencies: + - supports-color + + vue-router@4.5.0(vue@3.5.13(typescript@5.6.3)): + dependencies: + '@vue/devtools-api': 6.6.4 + vue: 3.5.13(typescript@5.6.3) + + vue-showdown@4.2.0(typescript@5.6.3): + dependencies: + '@types/showdown': 2.0.6 + showdown: 2.1.0 + vue: 3.5.13(typescript@5.6.3) + transitivePeerDependencies: + - typescript + + vue-template-compiler@2.7.16: + dependencies: + de-indent: 1.0.2 + he: 1.2.0 + + vue-tsc@1.8.27(typescript@5.6.3): + dependencies: + '@volar/typescript': 1.11.1 + '@vue/language-core': 1.8.27(typescript@5.6.3) + semver: 7.6.3 + typescript: 5.6.3 + + vue@3.5.13(typescript@5.6.3): + dependencies: + '@vue/compiler-dom': 3.5.13 + '@vue/compiler-sfc': 3.5.13 + '@vue/runtime-dom': 3.5.13 + '@vue/server-renderer': 3.5.13(vue@3.5.13(typescript@5.6.3)) + '@vue/shared': 3.5.13 + optionalDependencies: + typescript: 5.6.3 + + vuetify@3.7.6(typescript@5.6.3)(vite-plugin-vuetify@2.0.4)(vue@3.5.13(typescript@5.6.3)): + dependencies: + vue: 3.5.13(typescript@5.6.3) + optionalDependencies: + typescript: 5.6.3 + vite-plugin-vuetify: 2.0.4(vite@5.4.11(@types/node@22.10.6)(sass-embedded@1.83.4)(sass@1.83.4)(terser@5.37.0))(vue@3.5.13(typescript@5.6.3))(vuetify@3.7.6) + + watchpack@2.4.2: + dependencies: + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.11 + + webpack-sources@3.2.3: {} + + webpack-virtual-modules@0.6.2: {} + + webpack@5.97.1: + dependencies: + '@types/eslint-scope': 3.7.7 + '@types/estree': 1.0.6 + '@webassemblyjs/ast': 1.14.1 + '@webassemblyjs/wasm-edit': 1.14.1 + '@webassemblyjs/wasm-parser': 1.14.1 + acorn: 8.14.0 + browserslist: 4.24.4 + chrome-trace-event: 1.0.4 + enhanced-resolve: 5.18.0 + es-module-lexer: 1.6.0 + eslint-scope: 5.1.1 + events: 3.3.0 + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.11 + json-parse-even-better-errors: 2.3.1 + loader-runner: 4.3.0 + mime-types: 2.1.35 + neo-async: 2.6.2 + schema-utils: 3.3.0 + tapable: 2.2.1 + terser-webpack-plugin: 5.3.11(webpack@5.97.1) + watchpack: 2.4.2 + webpack-sources: 3.2.3 + transitivePeerDependencies: + - '@swc/core' + - esbuild + - uglify-js + + which-boxed-primitive@1.1.1: + dependencies: + is-bigint: 1.1.0 + is-boolean-object: 1.2.1 + is-number-object: 1.1.1 + is-string: 1.1.1 + is-symbol: 1.1.1 + + which-builtin-type@1.2.1: + dependencies: + call-bound: 1.0.3 + function.prototype.name: 1.1.8 + has-tostringtag: 1.0.2 + is-async-function: 2.1.0 + is-date-object: 1.1.0 + is-finalizationregistry: 1.1.1 + is-generator-function: 1.1.0 + is-regex: 1.2.1 + is-weakref: 1.1.0 + isarray: 2.0.5 + which-boxed-primitive: 1.1.1 + which-collection: 1.0.2 + which-typed-array: 1.1.18 + + which-collection@1.0.2: + dependencies: + is-map: 2.0.3 + is-set: 2.0.3 + is-weakmap: 2.0.2 + is-weakset: 2.0.4 + + which-typed-array@1.1.18: + dependencies: + available-typed-arrays: 1.0.7 + call-bind: 1.0.8 + call-bound: 1.0.3 + for-each: 0.3.3 + gopd: 1.2.0 + has-tostringtag: 1.0.2 + + which@2.0.2: + dependencies: + isexe: 2.0.0 + + word-wrap@1.2.5: {} + + wrap-ansi@7.0.0: + dependencies: + ansi-styles: 4.3.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + + wrap-ansi@9.0.0: + dependencies: + ansi-styles: 6.2.1 + string-width: 7.2.0 + strip-ansi: 7.1.0 + + wrappy@1.0.2: {} + + xml-name-validator@4.0.0: {} + + xml2js@0.5.0: + dependencies: + sax: 1.4.1 + xmlbuilder: 11.0.1 + + xmlbuilder@11.0.1: {} + + xmlbuilder@15.1.1: {} + + y18n@5.0.8: {} + + yallist@4.0.0: {} + + yaml@2.6.1: {} + + yaml@2.7.0: {} + + yargs-parser@21.1.1: {} + + yargs@17.7.2: + dependencies: + cliui: 8.0.1 + escalade: 3.2.0 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + string-width: 4.2.3 + y18n: 5.0.8 + yargs-parser: 21.1.1 + + yauzl@2.10.0: + dependencies: + buffer-crc32: 0.2.13 + fd-slicer: 1.1.0 + + yocto-queue@0.1.0: {} + + yocto-queue@1.1.1: {} diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..df36fcf Binary files /dev/null and b/public/favicon.ico differ diff --git a/src/App.vue b/src/App.vue new file mode 100644 index 0000000..c5d10d0 --- /dev/null +++ b/src/App.vue @@ -0,0 +1,12 @@ + + + diff --git a/src/assets/logo.png b/src/assets/logo.png new file mode 100644 index 0000000..a5f23ae Binary files /dev/null and b/src/assets/logo.png differ diff --git a/src/assets/logo.svg b/src/assets/logo.svg new file mode 100644 index 0000000..d57771c --- /dev/null +++ b/src/assets/logo.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/auto-imports.d.ts b/src/auto-imports.d.ts new file mode 100644 index 0000000..5f9fd14 --- /dev/null +++ b/src/auto-imports.d.ts @@ -0,0 +1,139 @@ +/* eslint-disable */ +/* prettier-ignore */ +// @ts-nocheck +// noinspection JSUnusedGlobalSymbols +// Generated by unplugin-auto-import +// biome-ignore lint: disable +export {} +declare global { + const EffectScope: typeof import('vue')['EffectScope'] + const computed: typeof import('vue')['computed'] + const createApp: typeof import('vue')['createApp'] + const customRef: typeof import('vue')['customRef'] + const defineAsyncComponent: typeof import('vue')['defineAsyncComponent'] + const defineComponent: typeof import('vue')['defineComponent'] + const effectScope: typeof import('vue')['effectScope'] + const getCurrentInstance: typeof import('vue')['getCurrentInstance'] + const getCurrentScope: typeof import('vue')['getCurrentScope'] + const h: typeof import('vue')['h'] + const inject: typeof import('vue')['inject'] + const isProxy: typeof import('vue')['isProxy'] + const isReactive: typeof import('vue')['isReactive'] + const isReadonly: typeof import('vue')['isReadonly'] + const isRef: typeof import('vue')['isRef'] + const markRaw: typeof import('vue')['markRaw'] + const nextTick: typeof import('vue')['nextTick'] + const onActivated: typeof import('vue')['onActivated'] + const onBeforeMount: typeof import('vue')['onBeforeMount'] + const onBeforeUnmount: typeof import('vue')['onBeforeUnmount'] + const onBeforeUpdate: typeof import('vue')['onBeforeUpdate'] + const onDeactivated: typeof import('vue')['onDeactivated'] + const onErrorCaptured: typeof import('vue')['onErrorCaptured'] + const onMounted: typeof import('vue')['onMounted'] + const onRenderTracked: typeof import('vue')['onRenderTracked'] + const onRenderTriggered: typeof import('vue')['onRenderTriggered'] + const onScopeDispose: typeof import('vue')['onScopeDispose'] + const onServerPrefetch: typeof import('vue')['onServerPrefetch'] + const onUnmounted: typeof import('vue')['onUnmounted'] + const onUpdated: typeof import('vue')['onUpdated'] + const onWatcherCleanup: typeof import('vue')['onWatcherCleanup'] + const provide: typeof import('vue')['provide'] + const reactive: typeof import('vue')['reactive'] + const readonly: typeof import('vue')['readonly'] + const ref: typeof import('vue')['ref'] + const resolveComponent: typeof import('vue')['resolveComponent'] + const shallowReactive: typeof import('vue')['shallowReactive'] + const shallowReadonly: typeof import('vue')['shallowReadonly'] + const shallowRef: typeof import('vue')['shallowRef'] + const toRaw: typeof import('vue')['toRaw'] + const toRef: typeof import('vue')['toRef'] + const toRefs: typeof import('vue')['toRefs'] + const toValue: typeof import('vue')['toValue'] + const triggerRef: typeof import('vue')['triggerRef'] + const unref: typeof import('vue')['unref'] + const useAttrs: typeof import('vue')['useAttrs'] + const useCssModule: typeof import('vue')['useCssModule'] + const useCssVars: typeof import('vue')['useCssVars'] + const useId: typeof import('vue')['useId'] + const useModel: typeof import('vue')['useModel'] + const useRoute: typeof import('vue-router/auto')['useRoute'] + const useRouter: typeof import('vue-router/auto')['useRouter'] + const useSlots: typeof import('vue')['useSlots'] + const useTemplateRef: typeof import('vue')['useTemplateRef'] + const watch: typeof import('vue')['watch'] + const watchEffect: typeof import('vue')['watchEffect'] + const watchPostEffect: typeof import('vue')['watchPostEffect'] + const watchSyncEffect: typeof import('vue')['watchSyncEffect'] +} +// for type re-export +declare global { + // @ts-ignore + export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue' + import('vue') +} + +// for vue template auto import +import { UnwrapRef } from 'vue' +declare module 'vue' { + interface GlobalComponents {} + interface ComponentCustomProperties { + readonly EffectScope: UnwrapRef + readonly computed: UnwrapRef + readonly createApp: UnwrapRef + readonly customRef: UnwrapRef + readonly defineAsyncComponent: UnwrapRef + readonly defineComponent: UnwrapRef + readonly effectScope: UnwrapRef + readonly getCurrentInstance: UnwrapRef + readonly getCurrentScope: UnwrapRef + readonly h: UnwrapRef + readonly inject: UnwrapRef + readonly isProxy: UnwrapRef + readonly isReactive: UnwrapRef + readonly isReadonly: UnwrapRef + readonly isRef: UnwrapRef + readonly markRaw: UnwrapRef + readonly nextTick: UnwrapRef + readonly onActivated: UnwrapRef + readonly onBeforeMount: UnwrapRef + readonly onBeforeUnmount: UnwrapRef + readonly onBeforeUpdate: UnwrapRef + readonly onDeactivated: UnwrapRef + readonly onErrorCaptured: UnwrapRef + readonly onMounted: UnwrapRef + readonly onRenderTracked: UnwrapRef + readonly onRenderTriggered: UnwrapRef + readonly onScopeDispose: UnwrapRef + readonly onServerPrefetch: UnwrapRef + readonly onUnmounted: UnwrapRef + readonly onUpdated: UnwrapRef + readonly onWatcherCleanup: UnwrapRef + readonly provide: UnwrapRef + readonly reactive: UnwrapRef + readonly readonly: UnwrapRef + readonly ref: UnwrapRef + readonly resolveComponent: UnwrapRef + readonly shallowReactive: UnwrapRef + readonly shallowReadonly: UnwrapRef + readonly shallowRef: UnwrapRef + readonly toRaw: UnwrapRef + readonly toRef: UnwrapRef + readonly toRefs: UnwrapRef + readonly toValue: UnwrapRef + readonly triggerRef: UnwrapRef + readonly unref: UnwrapRef + readonly useAttrs: UnwrapRef + readonly useCssModule: UnwrapRef + readonly useCssVars: UnwrapRef + readonly useId: UnwrapRef + readonly useModel: UnwrapRef + readonly useRoute: UnwrapRef + readonly useRouter: UnwrapRef + readonly useSlots: UnwrapRef + readonly useTemplateRef: UnwrapRef + readonly watch: UnwrapRef + readonly watchEffect: UnwrapRef + readonly watchPostEffect: UnwrapRef + readonly watchSyncEffect: UnwrapRef + } +} \ No newline at end of file diff --git a/src/components.d.ts b/src/components.d.ts new file mode 100644 index 0000000..7b77823 --- /dev/null +++ b/src/components.d.ts @@ -0,0 +1,18 @@ +/* eslint-disable */ +// @ts-nocheck +// Generated by unplugin-vue-components +// Read more: https://github.com/vuejs/core/pull/3399 +export {} + +/* prettier-ignore */ +declare module 'vue' { + export interface GlobalComponents { + AppTopBar: typeof import('./components/AppTopBar.vue')['default'] + Clock: typeof import('./components/Clock.vue')['default'] + ExamList: typeof import('./components/ExamList.vue')['default'] + RouterLink: typeof import('vue-router')['RouterLink'] + RouterView: typeof import('vue-router')['RouterView'] + SubjectInfo: typeof import('./components/SubjectInfo.vue')['default'] + SvgIcon: typeof import('./components/SvgIcon.vue')['default'] + } +} diff --git a/src/components/AppTopBar.vue b/src/components/AppTopBar.vue new file mode 100644 index 0000000..bdc681e --- /dev/null +++ b/src/components/AppTopBar.vue @@ -0,0 +1,33 @@ + + + diff --git a/src/components/Clock.vue b/src/components/Clock.vue new file mode 100644 index 0000000..45a4e7e --- /dev/null +++ b/src/components/Clock.vue @@ -0,0 +1,47 @@ + + + + + diff --git a/src/components/ExamList.vue b/src/components/ExamList.vue new file mode 100644 index 0000000..f296773 --- /dev/null +++ b/src/components/ExamList.vue @@ -0,0 +1,206 @@ + + + + + diff --git a/src/components/SubjectInfo.vue b/src/components/SubjectInfo.vue new file mode 100644 index 0000000..65079b8 --- /dev/null +++ b/src/components/SubjectInfo.vue @@ -0,0 +1,173 @@ + + + + + diff --git a/src/components/SvgIcon.vue b/src/components/SvgIcon.vue new file mode 100644 index 0000000..8c262eb --- /dev/null +++ b/src/components/SvgIcon.vue @@ -0,0 +1,35 @@ + + + diff --git a/src/interfaces/timeTable.ts b/src/interfaces/timeTable.ts new file mode 100644 index 0000000..3b02529 --- /dev/null +++ b/src/interfaces/timeTable.ts @@ -0,0 +1,12 @@ +export interface TimeSlot { + name: string; + start: string; + end: string; +} + +export interface ExamSchedule { + examName: string; + message: string; + room: string; + examInfos: TimeSlot[]; +} diff --git a/src/layouts/README.md b/src/layouts/README.md new file mode 100644 index 0000000..4016af3 --- /dev/null +++ b/src/layouts/README.md @@ -0,0 +1,5 @@ +# Layouts + +Layouts are reusable components that wrap around pages. They are used to provide a consistent look and feel across multiple pages. + +Full documentation for this feature can be found in the Official [vite-plugin-vue-layouts](https://github.com/JohnCampionJr/vite-plugin-vue-layouts) repository. diff --git a/src/layouts/default.vue b/src/layouts/default.vue new file mode 100644 index 0000000..fee231e --- /dev/null +++ b/src/layouts/default.vue @@ -0,0 +1,54 @@ + + + + + diff --git a/src/main.ts b/src/main.ts new file mode 100644 index 0000000..3ef04ea --- /dev/null +++ b/src/main.ts @@ -0,0 +1,40 @@ +/** + * main.js + * + * Bootstraps Vuetify and other plugins then mounts the App` + */ + +// Plugins +import { registerPlugins } from './plugins'; + +// Components +import App from './App.vue'; + +// Composables +import { createApp } from 'vue'; + +import { VueShowdownPlugin } from 'vue-showdown'; +import 'virtual:svg-icons-register'; + +const app = createApp(App); + +app.use(VueShowdownPlugin, { + // 设置 showdown 默认 flavor + flavor: 'github' +}); + +registerPlugins(app); + +// 添加全局样式来隐藏滚动条 +const style = document.createElement('style'); +style.innerHTML = ` + body { + overflow: hidden; + } + .no-scrollbar { + overflow: hidden; + } +`; +document.head.appendChild(style); + +app.mount('#app'); diff --git a/src/pages/README.md b/src/pages/README.md new file mode 100644 index 0000000..341536c --- /dev/null +++ b/src/pages/README.md @@ -0,0 +1,5 @@ +# Pages + +Vue components created in this folder will automatically be converted to navigatable routes. + +Full documentation for this feature can be found in the Official [unplugin-vue-router](https://github.com/posva/unplugin-vue-router) repository. diff --git a/src/pages/about.vue b/src/pages/about.vue new file mode 100644 index 0000000..c4a4e8d --- /dev/null +++ b/src/pages/about.vue @@ -0,0 +1,89 @@ + + + diff --git a/src/pages/index.vue b/src/pages/index.vue new file mode 100644 index 0000000..724aad9 --- /dev/null +++ b/src/pages/index.vue @@ -0,0 +1,15 @@ + + + diff --git a/src/pages/infoPage.vue b/src/pages/infoPage.vue new file mode 100644 index 0000000..2b2beb0 --- /dev/null +++ b/src/pages/infoPage.vue @@ -0,0 +1,91 @@ + + + + + + diff --git a/src/pages/mainWindow.vue b/src/pages/mainWindow.vue new file mode 100644 index 0000000..956e01d --- /dev/null +++ b/src/pages/mainWindow.vue @@ -0,0 +1,192 @@ + + + + + diff --git a/src/plugins/README.md b/src/plugins/README.md new file mode 100644 index 0000000..62201c7 --- /dev/null +++ b/src/plugins/README.md @@ -0,0 +1,3 @@ +# Plugins + +Plugins are a way to extend the functionality of your Vue application. Use this folder for registering plugins that you want to use globally. diff --git a/src/plugins/index.ts b/src/plugins/index.ts new file mode 100644 index 0000000..14944b9 --- /dev/null +++ b/src/plugins/index.ts @@ -0,0 +1,14 @@ +/** + * plugins/index.js + * + * Automatically included in `./src/main.ts` + */ + +// Plugins +import vuetify from './vuetify'; +import pinia from '../stores'; +import router from '../router'; + +export function registerPlugins(app) { + app.use(vuetify).use(router).use(pinia); +} diff --git a/src/plugins/vuetify.ts b/src/plugins/vuetify.ts new file mode 100644 index 0000000..fa0f655 --- /dev/null +++ b/src/plugins/vuetify.ts @@ -0,0 +1,41 @@ +/** + * plugins/vuetify.js + * + * Framework documentation: https://vuetifyjs.com + */ + +// Styles +import '@mdi/font/css/materialdesignicons.css'; +import 'vuetify/styles'; + +// Composables +import { createVuetify } from 'vuetify'; + +import { md3 } from 'vuetify/blueprints'; + +// 添加全局样式来隐藏滚动条 +const style = document.createElement('style'); +style.innerHTML = ` + body { + overflow: hidden; + } + .no-scrollbar { + overflow: hidden; + } + * { + scrollbar-width: none; /* Firefox */ + -ms-overflow-style: none; /* Internet Explorer 10+ */ + } + *::-webkit-scrollbar { + display: none; /* Safari and Chrome */ + } +`; +document.head.appendChild(style); + +// https://vuetifyjs.com/en/introduction/why-vuetify/#feature-guides +export default createVuetify({ + theme: { + defaultTheme: 'dark' + }, + blueprint: md3 +}); diff --git a/src/router/index.ts b/src/router/index.ts new file mode 100644 index 0000000..e334f7a --- /dev/null +++ b/src/router/index.ts @@ -0,0 +1,16 @@ +/** + * router/index.ts + * + * Automatic routes for `./src/pages/*.vue` + */ + +// Composables +import { createRouter, createWebHashHistory } from 'vue-router/auto'; +import { setupLayouts } from 'virtual:generated-layouts'; + +const router = createRouter({ + history: createWebHashHistory(), + extendRoutes: setupLayouts +}); + +export default router; diff --git a/src/stores/README.md b/src/stores/README.md new file mode 100644 index 0000000..54f8e03 --- /dev/null +++ b/src/stores/README.md @@ -0,0 +1,5 @@ +# Store + +Pinia stores are used to store reactive state and expose actions to mutate it. + +Full documentation for this feature can be found in the Official [Pinia](https://pinia.esm.dev/) repository. diff --git a/src/stores/app.js b/src/stores/app.js new file mode 100644 index 0000000..ebc2a43 --- /dev/null +++ b/src/stores/app.js @@ -0,0 +1,13 @@ +// Utilities +import { defineStore } from 'pinia' + +export const useProfileStore = defineStore('app', { + state: () => ({ + examName: '考试名称', + appHeader: '考试看板 Mobile', + message: '考试提醒信息', + room: ' ', + examInfos: [], + }), + persist: true, +}) diff --git a/src/stores/index.js b/src/stores/index.js new file mode 100644 index 0000000..1f18b21 --- /dev/null +++ b/src/stores/index.js @@ -0,0 +1,10 @@ +// Utilities +import { createPinia } from 'pinia'; + +import piniaPluginPersistedstate from 'pinia-plugin-persistedstate'; + +const pinia = createPinia(); + +pinia.use(piniaPluginPersistedstate); + +export default pinia; diff --git a/src/styles/README.md b/src/styles/README.md new file mode 100644 index 0000000..ea86179 --- /dev/null +++ b/src/styles/README.md @@ -0,0 +1,3 @@ +# Styles + +This directory is for configuring the styles of the application. diff --git a/src/styles/settings.scss b/src/styles/settings.scss new file mode 100644 index 0000000..3e36a27 --- /dev/null +++ b/src/styles/settings.scss @@ -0,0 +1,10 @@ +/** + * src/styles/settings.scss + * + * Configures SASS variables and Vuetify overwrites + */ + +// https://vuetifyjs.com/features/sass-variables/` +// @use 'vuetify/settings' with ( +// $color-pack: false +// ); diff --git a/src/typed-router.d.ts b/src/typed-router.d.ts new file mode 100644 index 0000000..42863d8 --- /dev/null +++ b/src/typed-router.d.ts @@ -0,0 +1,26 @@ +/* eslint-disable */ +/* prettier-ignore */ +// @ts-nocheck +// Generated by unplugin-vue-router. ‼️ DO NOT MODIFY THIS FILE ‼️ +// It's recommended to commit this file. +// Make sure to add this file to your tsconfig.json file as an "includes" or "files" entry. + +declare module 'vue-router/auto-routes' { + import type { + RouteRecordInfo, + ParamValue, + ParamValueOneOrMore, + ParamValueZeroOrMore, + ParamValueZeroOrOne, + } from 'unplugin-vue-router/types' + + /** + * Route name map generated by unplugin-vue-router + */ + export interface RouteNamedMap { + '/': RouteRecordInfo<'/', '/', Record, Record>, + '/about': RouteRecordInfo<'/about', '/about', Record, Record>, + '/infoPage': RouteRecordInfo<'/infoPage', '/infoPage', Record, Record>, + '/mainWindow': RouteRecordInfo<'/mainWindow', '/mainWindow', Record, Record>, + } +} diff --git a/src/utils/subjectUtils.ts b/src/utils/subjectUtils.ts new file mode 100644 index 0000000..8c4ed7c --- /dev/null +++ b/src/utils/subjectUtils.ts @@ -0,0 +1,52 @@ +import { parseISO, isBefore, isAfter } from 'date-fns' +import type { TimeSlot } from '@/interfaces/timeTable' + +/** + * 获取当前时间所属的时间段。 + * + * 该函数遍历给定的时间段数组,比较当前时间是否位于某个时间段的开始时间和结束时间之间。 + * 如果找到这样的时间段,则返回该时间段;如果没有找到,返回null。 + * + * @param timeSlots 时间段数组,每个元素包含开始时间和结束时间。 + * @returns 当前时间所属的时间段,如果没有任何时间段包含当前时间,则返回null。 + */ +export function getCurrentTimeSlot(timeSlots: TimeSlot[]): TimeSlot | null { + // 获取当前日期和时间 + const now = new Date() + // 遍历时间段数组 + for (const slot of timeSlots) { + // 解析时间段的开始时间 + const startTime = parseISO(slot.start) + // 解析时间段的结束时间 + const endTime = parseISO(slot.end) + // 判断当前时间是否在开始时间和结束时间之间 + if (isBefore(startTime, now) && isBefore(now, endTime)) { + // 如果是,返回当前时间段 + return slot + } + } + // 如果没有找到包含当前时间的时间段,返回null + return null +} + +export function getNextExamTimeSlot(timeSlots: TimeSlot[]): TimeSlot | null { + // 获取当前日期和时间 + const now = new Date() + + // 按照开始时间排序时间段 + timeSlots.sort((a, b) => parseISO(a.start).getTime() - parseISO(b.start).getTime()) + + // 遍历排序后的时间段数组 + for (const slot of timeSlots) { + // 解析时间段的开始时间 + const startTime = parseISO(slot.start) + // 判断开始时间是否在当前时间之后 + if (isAfter(startTime, now)) { + // 如果是,返回当前时间段 + return slot + } + } + + // 如果没有找到开始时间在当前时间之后的时间段,返回null + return null +} diff --git a/tsconfig.app.json b/tsconfig.app.json new file mode 100644 index 0000000..913b8f2 --- /dev/null +++ b/tsconfig.app.json @@ -0,0 +1,12 @@ +{ + "extends": "@vue/tsconfig/tsconfig.dom.json", + "include": ["env.d.ts", "src/**/*", "src/**/*.vue"], + "exclude": ["src/**/__tests__/*"], + "compilerOptions": { + "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", + + "paths": { + "@/*": ["./src/*"] + } + } +} diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..66b5e57 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,11 @@ +{ + "files": [], + "references": [ + { + "path": "./tsconfig.node.json" + }, + { + "path": "./tsconfig.app.json" + } + ] +} diff --git a/tsconfig.node.json b/tsconfig.node.json new file mode 100644 index 0000000..4c399c2 --- /dev/null +++ b/tsconfig.node.json @@ -0,0 +1,18 @@ +{ + "extends": "@tsconfig/node22/tsconfig.json", + "include": [ + "vite.config.*", + "vitest.config.*", + "cypress.config.*", + "nightwatch.conf.*", + "playwright.config.*" + ], + "compilerOptions": { + "noEmit": true, + "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo", + + "module": "ESNext", + "moduleResolution": "Bundler", + "types": ["node"] + } +} diff --git a/vite.config.ts b/vite.config.ts new file mode 100644 index 0000000..3f7463c --- /dev/null +++ b/vite.config.ts @@ -0,0 +1,106 @@ +import { fileURLToPath, URL } from 'node:url' + +import { defineConfig, externalizeDepsPlugin } from 'vite' +import vue from '@vitejs/plugin-vue' +import vueJsx from '@vitejs/plugin-vue-jsx' +import vueDevTools from 'vite-plugin-vue-devtools' + +import { resolve } from 'path' +// Plugins +import AutoImport from 'unplugin-auto-import/vite' +import Components from 'unplugin-vue-components/vite' +import { DevUiResolver } from 'unplugin-vue-components/resolvers' +import Fonts from 'unplugin-fonts/vite' +import Layouts from 'vite-plugin-vue-layouts' +import Vue from '@vitejs/plugin-vue' +import VueRouter from 'unplugin-vue-router/vite' +import Vuetify, { transformAssetUrls } from 'vite-plugin-vuetify' +// import rawLoader from 'raw-loader' + +import { createSvgIconsPlugin } from 'vite-plugin-svg-icons' + +// https://vite.dev/config/ +export default defineConfig({ + // base: '/my-app/', + + // plugins: [vue(), vueJsx(), vueDevTools()], + resolve: { + alias: { + '@': fileURLToPath(new URL('./src', import.meta.url)), + '@renderer': fileURLToPath(new URL('./src', import.meta.url)), + }, + }, + + plugins: [ + VueRouter({ + dts: resolve('src/typed-router.d.ts'), + routesFolder: [ + { + src: resolve('src/pages'), + path: '', + // override globals + exclude: (excluded) => excluded, + filePatterns: (filePatterns) => filePatterns, + extensions: (extensions) => extensions, + }, + ], + }), + Layouts(), + Vue({ + template: { transformAssetUrls }, + }), + // https://github.com/vuetifyjs/vuetify-loader/tree/master/packages/vite-plugin#readme + Vuetify({ + autoImport: true, + styles: { + configFile: 'src/styles/settings.scss', + }, + }), + Components({ + dts: 'src/components.d.ts', + resolvers: [DevUiResolver()], + }), + Fonts({ + google: { + families: [ + { + name: 'Roboto', + styles: 'wght@100;300;400;500;700;900', + }, + ], + }, + }), + AutoImport({ + imports: [ + 'vue', + { + 'vue-router/auto': ['useRoute', 'useRouter'], + }, + ], + dts: 'src/auto-imports.d.ts', + eslintrc: { + enabled: true, + }, + vueTemplate: true, + }), + createSvgIconsPlugin({ + // Specify the icon folder to be cached + iconDirs: [resolve('src/icons')], + // Specify symbolId format + symbolId: 'icon-[dir]-[name]', + + /** + * custom insert position + * @default: body-last + */ + // inject?: 'body-last' | 'body-first', + + /** + * custom dom id + * @default: __svg__icons__dom__ + */ + customDomId: '__svg__icons__dom__', + }), + ], + define: { 'process.env': {} }, +})